/*!
 * Festo UI - Web Essentials light (https://storybook.festo.design/)
 * Copyright 2025 Festo SE & Co. KG
 * Licensed under Apache-2.0
 */
/* a screen reader friendly approach */
/* Festo regular */
@font-face {
  font-family: "Festo";
  src: url("https://www.festo.com/fonts/festo-regular.woff2") format("woff2"), url("https://www.festo.com/fonts/festo-regular.woff") format("woff");
}
/* Festo bold */
@font-face {
  font-family: "Festo";
  src: url("https://www.festo.com/fonts/festo-bold.woff2") format("woff2"), url("https://www.festo.com/fonts/festo-bold.woff") format("woff");
  font-weight: bold;
}
.fwe-font-size-small {
  font-size: var(--fwe-font-size-small);
}

.fwe-font-size-md {
  font-size: var(--fwe-font-size-md);
}

.fwe-font-size-base {
  font-size: var(--fwe-font-size-base);
}

.fwe-font-size-xl {
  font-size: var(--fwe-font-size-xl);
}

.fwe-font-size-xxl {
  font-size: var(--fwe-font-size-xxl);
}

.fwe-line-height-base {
  line-height: var(--fwe-line-height-base);
}

.fwe-line-height-1 {
  line-height: 1;
}

.fwe-font-weight-base {
  font-weight: var(--fwe-font-weight-normal);
}

.fwe-font-weight-normal {
  font-weight: var(--fwe-font-weight-normal);
}

.fwe-font-weight-bold {
  font-weight: var(--fwe-font-weight-bold);
}

.fwe-font-family-sans-serif {
  font-family: var(--fwe-font-family-sans-serif);
}

.fwe-font-family-monospace,
.fwe-font-family-code {
  font-family: var(--fwe-font-family-monospace);
}

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

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

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

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

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

.fwe-bg-caerul {
  background-color: var(--fwe-caerul) !important;
}

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

.fwe-bg-sucaerul {
  background-color: var(--fwe-sucaerul) !important;
}

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

.fwe-bg-sucanul {
  background-color: var(--fwe-sucanul) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fwe-bg-red {
  background-color: var(--fwe-red) !important;
}

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

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

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

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

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

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

.fwe-color-red-hover {
  color: var(--fwe-red-hover) !important;
}

.fwe-bg-red-hover {
  background-color: var(--fwe-red-hover) !important;
}

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

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

.fwe-color-red-active {
  color: var(--fwe-red-active) !important;
}

.fwe-bg-red-active {
  background-color: var(--fwe-red-active) !important;
}

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

.fwe-bg-text {
  background-color: var(--fwe-text) !important;
}

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

.fwe-bg-text-light {
  background-color: var(--fwe-text-light) !important;
}

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

.fwe-bg-text-disabled {
  background-color: var(--fwe-text-disabled) !important;
}

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

.fwe-bg-hero {
  background-color: var(--fwe-hero) !important;
}

.fwe-color-hero-hover {
  color: var(--fwe-hero-hover) !important;
}

.fwe-bg-hero-hover {
  background-color: var(--fwe-hero-hover) !important;
}

.fwe-color-hero-active {
  color: var(--fwe-hero-active) !important;
}

.fwe-bg-hero-active {
  background-color: var(--fwe-hero-active) !important;
}

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

.fwe-bg-control {
  background-color: var(--fwe-control) !important;
}

.fwe-color-control-hover {
  color: var(--fwe-control-hover) !important;
}

.fwe-bg-control-hover {
  background-color: var(--fwe-control-hover) !important;
}

.fwe-color-control-active {
  color: var(--fwe-control-active) !important;
}

.fwe-bg-control-active {
  background-color: var(--fwe-control-active) !important;
}

.fwe-color-control-disabled {
  color: var(--fwe-control-disabled) !important;
}

.fwe-bg-control-disabled {
  background-color: var(--fwe-control-disabled) !important;
}

.fwe-color-control-border {
  color: var(--fwe-control) !important;
}

.fwe-bg-control-border {
  background-color: var(--fwe-control) !important;
}

.fwe-color-control-border-hover {
  color: var(--fwe-control-hover) !important;
}

.fwe-bg-control-border-hover {
  background-color: var(--fwe-control-hover) !important;
}

.fwe-color-control-border-active {
  color: var(--fwe-control-active) !important;
}

.fwe-bg-control-border-active {
  background-color: var(--fwe-control-active) !important;
}

.fwe-color-control-border-disabled {
  color: var(--fwe-control-disabled) !important;
}

.fwe-bg-control-border-disabled {
  background-color: var(--fwe-control-disabled) !important;
}

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

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

.fwe-color-background-modal {
  color: rgba(0, 0, 0, 0.7) !important;
}

.fwe-bg-background-modal {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

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

.fwe-bg-border {
  background-color: var(--fwe-border) !important;
}

.fwe-color-border-disabled {
  color: var(--fwe-border-disabled) !important;
}

.fwe-bg-border-disabled {
  background-color: var(--fwe-border-disabled) !important;
}

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

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

h1,
.fwe-h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: var(--fwe-font-weight-bold);
}

h2,
.fwe-h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: var(--fwe-font-weight-bold);
}

h3,
.fwe-h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: var(--fwe-font-weight-normal);
}

h4,
.fwe-h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--fwe-font-weight-bold);
}

h5,
.fwe-h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--fwe-font-weight-normal);
}

h6,
.fwe-h6 {
  font-size: 12px;
  line-height: 14px;
  font-weight: var(--fwe-font-weight-normal);
}

.fwe-h-intro {
  font-size: 24px;
  line-height: 32px;
  font-weight: var(--fwe-font-weight-normal);
  color: var(--fwe-text-light);
}

:root {
  --fwe-black: #000000;
  --fwe-white: #ffffff;
  --fwe-white-hover: #ededed;
  --fwe-caerul: #0091dc;
  --fwe-sucaerul: #c8e6fa;
  --fwe-sucanul: #e2e5e8;
  --fwe-gray-100: #f0f2f3;
  --fwe-gray-200: #e2e5e8;
  --fwe-gray-300: #d3d8dd;
  --fwe-gray-400: #b6bec6;
  --fwe-text: #333333;
  --fwe-text-light: #82868b;
  --fwe-text-disabled: #b9babb;
  --fwe-hero: #0091dc;
  --fwe-hero-hover: #0588cb;
  --fwe-hero-active: #0a7eba;
  --fwe-hero-gray: #a3b2bc;
  --fwe-hero-bg: #c8e6fa;
  --fwe-green: #80ca3d;
  --fwe-yellow: #ffd600;
  --fwe-orange: #ff9600;
  --fwe-red: #d50000;
  --fwe-green-hover: #73b637;
  --fwe-yellow-hover: #e6c100;
  --fwe-orange-hover: #e68700;
  --fwe-red-hover: #c00000;
  --fwe-orange-active: #d6820a;
  --fwe-red-active: #b50a0a;
  --fwe-orange-bg: #fbf0e1;
  --fwe-red-bg: #f7e1e1;
  --fwe-control: #d3d8dd;
  --fwe-control-hover: #c5cbd1;
  --fwe-control-active: #a9b0b7;
  --fwe-control-disabled: #e2e5e8;
  --fwe-control-border: #b6bec6;
  --fwe-control-border-hover: #a9b0b7;
  --fwe-control-border-active: #9ca2a9;
  --fwe-control-scrollbar: #d2d5d9;
  --fwe-border: #d3d8dd;
  --fwe-border-disabled: #e2e5e8;
  --fwe-background: #f0f2f3;
  --fwe-breakpoint-unset: 0;
  --fwe-breakpoint-xxs: 375px;
  --fwe-breakpoint-xs: 600px;
  --fwe-breakpoint-sm: 769px;
  --fwe-breakpoint-md: 1025px;
  --fwe-breakpoint-lg: 1281px;
  --fwe-breakpoint-xl: 1441px;
  --fwe-breakpoint-xxl: 1921px;
  --fwe-breakpoint-xxs-min: 374px;
  --fwe-breakpoint-xs-min: 599px;
  --fwe-breakpoint-sm-min: 768px;
  --fwe-breakpoint-md-min: 1024px;
  --fwe-breakpoint-lg-min: 1280px;
  --fwe-breakpoint-xl-min: 1440px;
  --fwe-breakpoint-xxl-min: 1920px;
  --fwe-spacer-0: 0px;
  --fwe-spacer-1: 4px;
  --fwe-spacer-2: 8px;
  --fwe-spacer-3: 16px;
  --fwe-spacer-4: 24px;
  --fwe-spacer-5: 32px;
  --fwe-spacer-6: 48px;
  --fwe-spacer-xxxs: 4px;
  --fwe-spacer-xxs: 8px;
  --fwe-spacer-xs: 12px;
  --fwe-spacer-s: 16px;
  --fwe-spacer-m: 24px;
  --fwe-spacer-l: 32px;
  --fwe-spacer-xl: 48px;
  --fwe-spacer-xxl: 64px;
  --fwe-font-family-sans-serif: "Festo", "Trebuchet MS", Arial, sans-serif;
  --fwe-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --fwe-font-weight-normal: 400;
  --fwe-font-weight-bold: 700;
  --fwe-line-height-base: 1.5;
  --fwe-font-feature-settings: "tnum", "lnum";
  --fwe-font-variant-numeric: lining-nums tabular-nums diagonal-fractions ordinal;
  --fwe-font-size-small: 12px;
  --fwe-font-size-md: 14px;
  --fwe-font-size-base: 16px;
  --fwe-font-size-xl: 24px;
  --fwe-font-size-xxl: 32px;
  --fwe-z-index-sticky: 1000;
  --fwe-z-index-fixed: 1010;
  --fwe-z-index-modal-backdrop: 1020;
  --fwe-z-index-modal: 1030;
  --fwe-z-index-dropdown: 1040;
  --fwe-z-index-popover: 1050;
  --fwe-z-index-tooltip: 1060;
  --fwe-z-index-snackbar: 1070;
  --fwe-textarea-row-const: 33px;
}

* {
  box-sizing: border-box;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: var(--fwe-line-height-base); /* 1.5 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: var(--fwe-font-family-sans-serif);
  font-feature-settings: var(--fwe-font-feature-settings);
  font-size: var(--fwe-font-size-base);
  font-weight: var(--fwe-font-weight-normal);
  color: var(--fwe-text);
  background: var(--fwe-background);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: none;
  border-bottom: 1px solid var(--fwe-border);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: var(--fwe-font-family-monospace); /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: var(--fwe-font-weight-bold);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: var(--fwe-font-family-monospace);
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: var(--fwe-line-height-base); /* 1.5 */
  margin: 0; /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.fwe-object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.fwe-object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.fwe-object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.fwe-object-fit-scale-down {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

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

.fwe-w-unset {
  width: unset !important;
}

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

.fwe-h-100 {
  height: 100% !important;
}

.fwe-h-unset {
  height: unset !important;
}

.fwe-h-auto {
  height: auto !important;
}

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

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

.fwe-text-align-right {
  text-align: right;
}

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

.fwe-text-align-justify {
  text-align: justify;
}

.fwe-text-align-end {
  text-align: end;
}

.fwe-text-align-start {
  text-align: start;
}

.fwe-cursor-pointer {
  cursor: pointer;
}

.fwe-btn-unstyled {
  all: unset;
  display: block;
  cursor: pointer;
}

/*!
 * Festo UI - Web Essentials light (https://storybook.festo.design/)
 * Copyright 2025 Festo SE & Co. KG
 * Licensed under Apache-2.0
 */
.fwe-d-none {
  display: none !important;
}

.fwe-d-flex {
  display: flex !important;
}

.fwe-d-inline-flex {
  display: inline-flex !important;
}

.fwe-d-grid {
  display: grid !important;
}

.fwe-d-inline {
  display: inline !important;
}

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

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

.fwe-d-table {
  display: table !important;
}

.fwe-d-table-cell {
  display: table-cell !important;
}

.fwe-d-table-row {
  display: table-row !important;
}

@media (min-width: 375px) {
  .fwe-d-xxs-none {
    display: none !important;
  }
  .fwe-d-xxs-flex {
    display: flex !important;
  }
  .fwe-d-xxs-inline-flex {
    display: inline-flex !important;
  }
  .fwe-d-xxs-grid {
    display: grid !important;
  }
  .fwe-d-xxs-inline {
    display: inline !important;
  }
  .fwe-d-xxs-block {
    display: block !important;
  }
  .fwe-d-xxs-inline-block {
    display: inline-block !important;
  }
  .fwe-d-xxs-table {
    display: table !important;
  }
  .fwe-d-xxs-table-cell {
    display: table-cell !important;
  }
  .fwe-d-xxs-table-row {
    display: table-row !important;
  }
}
@media (min-width: 600px) {
  .fwe-d-xs-none {
    display: none !important;
  }
  .fwe-d-xs-flex {
    display: flex !important;
  }
  .fwe-d-xs-inline-flex {
    display: inline-flex !important;
  }
  .fwe-d-xs-grid {
    display: grid !important;
  }
  .fwe-d-xs-inline {
    display: inline !important;
  }
  .fwe-d-xs-block {
    display: block !important;
  }
  .fwe-d-xs-inline-block {
    display: inline-block !important;
  }
  .fwe-d-xs-table {
    display: table !important;
  }
  .fwe-d-xs-table-cell {
    display: table-cell !important;
  }
  .fwe-d-xs-table-row {
    display: table-row !important;
  }
}
@media (min-width: 769px) {
  .fwe-d-sm-none {
    display: none !important;
  }
  .fwe-d-sm-flex {
    display: flex !important;
  }
  .fwe-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .fwe-d-sm-grid {
    display: grid !important;
  }
  .fwe-d-sm-inline {
    display: inline !important;
  }
  .fwe-d-sm-block {
    display: block !important;
  }
  .fwe-d-sm-inline-block {
    display: inline-block !important;
  }
  .fwe-d-sm-table {
    display: table !important;
  }
  .fwe-d-sm-table-cell {
    display: table-cell !important;
  }
  .fwe-d-sm-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1025px) {
  .fwe-d-md-none {
    display: none !important;
  }
  .fwe-d-md-flex {
    display: flex !important;
  }
  .fwe-d-md-inline-flex {
    display: inline-flex !important;
  }
  .fwe-d-md-grid {
    display: grid !important;
  }
  .fwe-d-md-inline {
    display: inline !important;
  }
  .fwe-d-md-block {
    display: block !important;
  }
  .fwe-d-md-inline-block {
    display: inline-block !important;
  }
  .fwe-d-md-table {
    display: table !important;
  }
  .fwe-d-md-table-cell {
    display: table-cell !important;
  }
  .fwe-d-md-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1281px) {
  .fwe-d-lg-none {
    display: none !important;
  }
  .fwe-d-lg-flex {
    display: flex !important;
  }
  .fwe-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .fwe-d-lg-grid {
    display: grid !important;
  }
  .fwe-d-lg-inline {
    display: inline !important;
  }
  .fwe-d-lg-block {
    display: block !important;
  }
  .fwe-d-lg-inline-block {
    display: inline-block !important;
  }
  .fwe-d-lg-table {
    display: table !important;
  }
  .fwe-d-lg-table-cell {
    display: table-cell !important;
  }
  .fwe-d-lg-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1441px) {
  .fwe-d-xl-none {
    display: none !important;
  }
  .fwe-d-xl-flex {
    display: flex !important;
  }
  .fwe-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .fwe-d-xl-grid {
    display: grid !important;
  }
  .fwe-d-xl-inline {
    display: inline !important;
  }
  .fwe-d-xl-block {
    display: block !important;
  }
  .fwe-d-xl-inline-block {
    display: inline-block !important;
  }
  .fwe-d-xl-table {
    display: table !important;
  }
  .fwe-d-xl-table-cell {
    display: table-cell !important;
  }
  .fwe-d-xl-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1921px) {
  .fwe-d-xxl-none {
    display: none !important;
  }
  .fwe-d-xxl-flex {
    display: flex !important;
  }
  .fwe-d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .fwe-d-xxl-grid {
    display: grid !important;
  }
  .fwe-d-xxl-inline {
    display: inline !important;
  }
  .fwe-d-xxl-block {
    display: block !important;
  }
  .fwe-d-xxl-inline-block {
    display: inline-block !important;
  }
  .fwe-d-xxl-table {
    display: table !important;
  }
  .fwe-d-xxl-table-cell {
    display: table-cell !important;
  }
  .fwe-d-xxl-table-row {
    display: table-row !important;
  }
}
.fwe-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.fwe-m-0 {
  margin: 0px !important;
}

.fwe-mt-0 {
  margin-top: 0px !important;
}

.fwe-mb-0 {
  margin-bottom: 0px !important;
}

.fwe-ml-0 {
  margin-left: 0px !important;
}

.fwe-mr-0 {
  margin-right: 0px !important;
}

.fwe-mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.fwe-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.fwe-p-0 {
  padding: 0px !important;
}

.fwe-pt-0 {
  padding-top: 0px !important;
}

.fwe-pb-0 {
  padding-bottom: 0px !important;
}

.fwe-pl-0 {
  padding-left: 0px !important;
}

.fwe-pr-0 {
  padding-right: 0px !important;
}

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

.fwe-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.fwe-m-xxxs {
  margin: 4px !important;
}

.fwe-mt-xxxs {
  margin-top: 4px !important;
}

.fwe-mb-xxxs {
  margin-bottom: 4px !important;
}

.fwe-ml-xxxs {
  margin-left: 4px !important;
}

.fwe-mr-xxxs {
  margin-right: 4px !important;
}

.fwe-mx-xxxs {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.fwe-my-xxxs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.fwe-p-xxxs {
  padding: 4px !important;
}

.fwe-pt-xxxs {
  padding-top: 4px !important;
}

.fwe-pb-xxxs {
  padding-bottom: 4px !important;
}

.fwe-pl-xxxs {
  padding-left: 4px !important;
}

.fwe-pr-xxxs {
  padding-right: 4px !important;
}

.fwe-px-xxxs {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.fwe-py-xxxs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.fwe-m-xxs {
  margin: 8px !important;
}

.fwe-mt-xxs {
  margin-top: 8px !important;
}

.fwe-mb-xxs {
  margin-bottom: 8px !important;
}

.fwe-ml-xxs {
  margin-left: 8px !important;
}

.fwe-mr-xxs {
  margin-right: 8px !important;
}

.fwe-mx-xxs {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.fwe-my-xxs {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.fwe-p-xxs {
  padding: 8px !important;
}

.fwe-pt-xxs {
  padding-top: 8px !important;
}

.fwe-pb-xxs {
  padding-bottom: 8px !important;
}

.fwe-pl-xxs {
  padding-left: 8px !important;
}

.fwe-pr-xxs {
  padding-right: 8px !important;
}

.fwe-px-xxs {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.fwe-py-xxs {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.fwe-m-xs {
  margin: 12px !important;
}

.fwe-mt-xs {
  margin-top: 12px !important;
}

.fwe-mb-xs {
  margin-bottom: 12px !important;
}

.fwe-ml-xs {
  margin-left: 12px !important;
}

.fwe-mr-xs {
  margin-right: 12px !important;
}

.fwe-mx-xs {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.fwe-my-xs {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.fwe-p-xs {
  padding: 12px !important;
}

.fwe-pt-xs {
  padding-top: 12px !important;
}

.fwe-pb-xs {
  padding-bottom: 12px !important;
}

.fwe-pl-xs {
  padding-left: 12px !important;
}

.fwe-pr-xs {
  padding-right: 12px !important;
}

.fwe-px-xs {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.fwe-py-xs {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.fwe-m-s {
  margin: 16px !important;
}

.fwe-mt-s {
  margin-top: 16px !important;
}

.fwe-mb-s {
  margin-bottom: 16px !important;
}

.fwe-ml-s {
  margin-left: 16px !important;
}

.fwe-mr-s {
  margin-right: 16px !important;
}

.fwe-mx-s {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.fwe-my-s {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.fwe-p-s {
  padding: 16px !important;
}

.fwe-pt-s {
  padding-top: 16px !important;
}

.fwe-pb-s {
  padding-bottom: 16px !important;
}

.fwe-pl-s {
  padding-left: 16px !important;
}

.fwe-pr-s {
  padding-right: 16px !important;
}

.fwe-px-s {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.fwe-py-s {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.fwe-m-m {
  margin: 24px !important;
}

.fwe-mt-m {
  margin-top: 24px !important;
}

.fwe-mb-m {
  margin-bottom: 24px !important;
}

.fwe-ml-m {
  margin-left: 24px !important;
}

.fwe-mr-m {
  margin-right: 24px !important;
}

.fwe-mx-m {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.fwe-my-m {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.fwe-p-m {
  padding: 24px !important;
}

.fwe-pt-m {
  padding-top: 24px !important;
}

.fwe-pb-m {
  padding-bottom: 24px !important;
}

.fwe-pl-m {
  padding-left: 24px !important;
}

.fwe-pr-m {
  padding-right: 24px !important;
}

.fwe-px-m {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.fwe-py-m {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.fwe-m-l {
  margin: 32px !important;
}

.fwe-mt-l {
  margin-top: 32px !important;
}

.fwe-mb-l {
  margin-bottom: 32px !important;
}

.fwe-ml-l {
  margin-left: 32px !important;
}

.fwe-mr-l {
  margin-right: 32px !important;
}

.fwe-mx-l {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.fwe-my-l {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.fwe-p-l {
  padding: 32px !important;
}

.fwe-pt-l {
  padding-top: 32px !important;
}

.fwe-pb-l {
  padding-bottom: 32px !important;
}

.fwe-pl-l {
  padding-left: 32px !important;
}

.fwe-pr-l {
  padding-right: 32px !important;
}

.fwe-px-l {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.fwe-py-l {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.fwe-m-xl {
  margin: 48px !important;
}

.fwe-mt-xl {
  margin-top: 48px !important;
}

.fwe-mb-xl {
  margin-bottom: 48px !important;
}

.fwe-ml-xl {
  margin-left: 48px !important;
}

.fwe-mr-xl {
  margin-right: 48px !important;
}

.fwe-mx-xl {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.fwe-my-xl {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.fwe-p-xl {
  padding: 48px !important;
}

.fwe-pt-xl {
  padding-top: 48px !important;
}

.fwe-pb-xl {
  padding-bottom: 48px !important;
}

.fwe-pl-xl {
  padding-left: 48px !important;
}

.fwe-pr-xl {
  padding-right: 48px !important;
}

.fwe-px-xl {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.fwe-py-xl {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.fwe-m-xxl {
  margin: 64px !important;
}

.fwe-mt-xxl {
  margin-top: 64px !important;
}

.fwe-mb-xxl {
  margin-bottom: 64px !important;
}

.fwe-ml-xxl {
  margin-left: 64px !important;
}

.fwe-mr-xxl {
  margin-right: 64px !important;
}

.fwe-mx-xxl {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.fwe-my-xxl {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.fwe-p-xxl {
  padding: 64px !important;
}

.fwe-pt-xxl {
  padding-top: 64px !important;
}

.fwe-pb-xxl {
  padding-bottom: 64px !important;
}

.fwe-pl-xxl {
  padding-left: 64px !important;
}

.fwe-pr-xxl {
  padding-right: 64px !important;
}

.fwe-px-xxl {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.fwe-py-xxl {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.fwe-b {
  border: 1px solid var(--fwe-border) !important;
}

.fwe-bt {
  border-top: 1px solid var(--fwe-border) !important;
}

.fwe-bb {
  border-bottom: 1px solid var(--fwe-border) !important;
}

.fwe-bl {
  border-left: 1px solid var(--fwe-border) !important;
}

.fwe-br {
  border-right: 1px solid var(--fwe-border) !important;
}

.fwe-bx {
  border-left: 1px solid var(--fwe-border) !important;
  border-right: 1px solid var(--fwe-border) !important;
}

.fwe-by {
  border-top: 1px solid var(--fwe-border) !important;
  border-bottom: 1px solid var(--fwe-border) !important;
}

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

.fwe-bt-none {
  border-top: none !important;
}

.fwe-bb-none {
  border-bottom: none !important;
}

.fwe-bl-none {
  border-left: none !important;
}

.fwe-br-none {
  border-right: none !important;
}

.fwe-bx-none {
  border-left: none !important;
  border-right: none !important;
}

.fwe-by-none {
  border-top: none !important;
  border-bottom: none !important;
}

.fwe-b-disabled {
  border: 1px solid var(--fwe-border-disabled) !important;
}

.fwe-bt-disabled {
  border-top: 1px solid var(--fwe-border-disabled) !important;
}

.fwe-bb-disabled {
  border-bottom: 1px solid var(--fwe-border-disabled) !important;
}

.fwe-bl-disabled {
  border-left: 1px solid var(--fwe-border-disabled) !important;
}

.fwe-br-disabled {
  border-right: 1px solid var(--fwe-border-disabled) !important;
}

.fwe-bx-disabled {
  border-left: 1px solid var(--fwe-border-disabled) !important;
  border-right: 1px solid var(--fwe-border-disabled) !important;
}

.fwe-by-disabled {
  border-top: 1px solid var(--fwe-border-disabled) !important;
  border-bottom: 1px solid var(--fwe-border-disabled) !important;
}

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

.fwe-bt-none {
  border-top: none !important;
}

.fwe-bb-none {
  border-bottom: none !important;
}

.fwe-bl-none {
  border-left: none !important;
}

.fwe-br-none {
  border-right: none !important;
}

.fwe-bx-none {
  border-left: none !important;
  border-right: none !important;
}

.fwe-by-none {
  border-top: none !important;
  border-bottom: none !important;
}

.fwe-ml-auto {
  margin-left: auto !important;
}

.fwe-mr-auto {
  margin-right: auto !important;
}

.fwe-mt-auto {
  margin-top: auto !important;
}

.fwe-mb-auto {
  margin-bottom: auto !important;
}

.fwe-order-first {
  order: -1;
}

.fwe-order-last {
  order: 6;
}

.fwe-order-1 {
  order: 1;
}

.fwe-order-2 {
  order: 2;
}

.fwe-order-3 {
  order: 3;
}

.fwe-order-4 {
  order: 4;
}

.fwe-order-5 {
  order: 5;
}

.fwe-flex-auto {
  flex: auto !important;
}

.fwe-flex-grow-0 {
  flex-grow: 0 !important;
}

.fwe-flex-grow-1 {
  flex-grow: 1 !important;
}

.fwe-flex-grow-2 {
  flex-grow: 2 !important;
}

.fwe-flex-grow-3 {
  flex-grow: 3 !important;
}

.fwe-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.fwe-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.fwe-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.fwe-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.fwe-flex-basis-0 {
  flex-basis: 0 !important;
}

.fwe-flex-basis-auto {
  flex-basis: auto !important;
}

.fwe-flex-basis-fill {
  flex-basis: fill !important;
}

.fwe-flex-basis-max-content {
  flex-basis: max-content !important;
}

.fwe-flex-basis-min-content {
  flex-basis: min-content !important;
}

.fwe-flex-basis-fit-content {
  flex-basis: fit-content !important;
}

.fwe-flex-basis-content {
  flex-basis: content !important;
}

.fwe-flex-wrap {
  flex-wrap: wrap !important;
}

.fwe-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.fwe-flex-nowrap {
  flex-wrap: nowrap !important;
}

.fwe-flex-row-nowrap {
  flex-flow: row nowrap !important;
}

.fwe-flex-column-wrap {
  flex-flow: column wrap !important;
}

.fwe-flex-column-reverse-wrap-reverse {
  flex-flow: column-reverse wrap-reverse !important;
}

.fwe-flex-row {
  flex-direction: row !important;
}

.fwe-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.fwe-flex-column {
  flex-direction: column !important;
}

.fwe-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.fwe-align-items-normal {
  align-items: normal !important;
}

.fwe-align-self-normal {
  align-self: normal !important;
}

.fwe-align-content-normal {
  align-content: normal !important;
}

.fwe-justify-items-normal {
  justify-items: normal !important;
}

.fwe-justify-self-normal {
  justify-self: normal !important;
}

.fwe-justify-content-normal {
  justify-content: normal !important;
}

.fwe-align-items-stretch {
  align-items: stretch !important;
}

.fwe-align-self-stretch {
  align-self: stretch !important;
}

.fwe-align-content-stretch {
  align-content: stretch !important;
}

.fwe-justify-items-stretch {
  justify-items: stretch !important;
}

.fwe-justify-self-stretch {
  justify-self: stretch !important;
}

.fwe-justify-content-stretch {
  justify-content: stretch !important;
}

.fwe-align-items-center {
  align-items: center !important;
}

.fwe-align-self-center {
  align-self: center !important;
}

.fwe-align-content-center {
  align-content: center !important;
}

.fwe-justify-items-center {
  justify-items: center !important;
}

.fwe-justify-self-center {
  justify-self: center !important;
}

.fwe-justify-content-center {
  justify-content: center !important;
}

.fwe-align-items-start {
  align-items: start !important;
}

.fwe-align-self-start {
  align-self: start !important;
}

.fwe-align-content-start {
  align-content: start !important;
}

.fwe-justify-items-start {
  justify-items: start !important;
}

.fwe-justify-self-start {
  justify-self: start !important;
}

.fwe-justify-content-start {
  justify-content: start !important;
}

.fwe-align-items-end {
  align-items: end !important;
}

.fwe-align-self-end {
  align-self: end !important;
}

.fwe-align-content-end {
  align-content: end !important;
}

.fwe-justify-items-end {
  justify-items: end !important;
}

.fwe-justify-self-end {
  justify-self: end !important;
}

.fwe-justify-content-end {
  justify-content: end !important;
}

.fwe-align-items-flex-start {
  align-items: flex-start !important;
}

.fwe-align-self-flex-start {
  align-self: flex-start !important;
}

.fwe-align-content-flex-start {
  align-content: flex-start !important;
}

.fwe-justify-items-flex-start {
  justify-items: flex-start !important;
}

.fwe-justify-self-flex-start {
  justify-self: flex-start !important;
}

.fwe-justify-content-flex-start {
  justify-content: flex-start !important;
}

.fwe-align-items-flex-end {
  align-items: flex-end !important;
}

.fwe-align-self-flex-end {
  align-self: flex-end !important;
}

.fwe-align-content-flex-end {
  align-content: flex-end !important;
}

.fwe-justify-items-flex-end {
  justify-items: flex-end !important;
}

.fwe-justify-self-flex-end {
  justify-self: flex-end !important;
}

.fwe-justify-content-flex-end {
  justify-content: flex-end !important;
}

.fwe-align-items-baseline {
  align-items: baseline !important;
}

.fwe-align-self-baseline {
  align-self: baseline !important;
}

.fwe-align-content-baseline {
  align-content: baseline !important;
}

.fwe-justify-items-baseline {
  justify-items: baseline !important;
}

.fwe-justify-self-baseline {
  justify-self: baseline !important;
}

.fwe-align-items-first baseline {
  align-items: first baseline !important;
}

.fwe-align-self-first baseline {
  align-self: first baseline !important;
}

.fwe-align-content-first baseline {
  align-content: first baseline !important;
}

.fwe-justify-items-first baseline {
  justify-items: first baseline !important;
}

.fwe-justify-self-first baseline {
  justify-self: first baseline !important;
}

.fwe-align-items-last baseline {
  align-items: last baseline !important;
}

.fwe-align-self-last baseline {
  align-self: last baseline !important;
}

.fwe-align-content-last baseline {
  align-content: last baseline !important;
}

.fwe-justify-items-last baseline {
  justify-items: last baseline !important;
}

.fwe-justify-self-last baseline {
  justify-self: last baseline !important;
}

.fwe-align-items-safe center {
  align-items: safe center !important;
}

.fwe-align-self-safe center {
  align-self: safe center !important;
}

.fwe-align-content-safe center {
  align-content: safe center !important;
}

.fwe-justify-items-safe center {
  justify-items: safe center !important;
}

.fwe-justify-self-safe center {
  justify-self: safe center !important;
}

.fwe-align-items-unsafe center {
  align-items: unsafe center !important;
}

.fwe-align-self-unsafe center {
  align-self: unsafe center !important;
}

.fwe-align-content-unsafe center {
  align-content: unsafe center !important;
}

.fwe-justify-items-unsafe center {
  justify-items: unsafe center !important;
}

.fwe-justify-self-unsafe center {
  justify-self: unsafe center !important;
}

.fwe-justify-items-left {
  justify-items: left !important;
}

.fwe-justify-self-left {
  justify-self: left !important;
}

.fwe-justify-items-right {
  justify-items: right !important;
}

.fwe-justify-self-right {
  justify-self: right !important;
}

.fwe-align-content-space-between {
  align-content: space-between !important;
}

.fwe-justify-content-space-between {
  justify-content: space-between !important;
}

.fwe-align-content-space-around {
  align-content: space-around !important;
}

.fwe-justify-content-space-around {
  justify-content: space-around !important;
}

.fwe-align-content-space-evenly {
  align-content: space-evenly !important;
}

.fwe-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.fwe-justify-items-auto {
  justify-items: auto !important;
}

.fwe-justify-self-auto {
  justify-self: auto !important;
}

.fwe-justify-items-self-start {
  justify-items: self-start !important;
}

.fwe-justify-self-self-start {
  justify-self: self-start !important;
}

.fwe-justify-items-self-end {
  justify-items: self-end !important;
}

.fwe-justify-self-self-end {
  justify-self: self-end !important;
}

.fwe-justify-items-legacy right {
  justify-items: legacy right !important;
}

.fwe-justify-items-legacy left {
  justify-items: legacy left !important;
}

.fwe-justify-items-legacy center {
  justify-items: legacy center !important;
}

.fwe-container {
  padding: 0 8px 0 8px;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 600px) {
  .fwe-container {
    padding: 0 16px 0 16px;
  }
}
@media (min-width: 1025px) {
  .fwe-container {
    padding: 0 24px 0 24px;
  }
}
@media (min-width: 1281px) {
  .fwe-container {
    padding: 0 60px 0 60px;
  }
}
@media (min-width: 1921px) {
  .fwe-container {
    padding: 0 86px 0 86px;
  }
}
.fwe-layout-1920, .fwe-layout-1024, .fwe-layout-1440 {
  display: flex;
  justify-content: center;
  padding: 0px !important;
}
.fwe-layout-1920 .fwe-container, .fwe-layout-1024 .fwe-container, .fwe-layout-1440 .fwe-container {
  padding: 0px !important;
  max-width: 1792px;
  margin-right: 64px;
  margin-left: 64px;
}
@media (max-width: 1281px) {
  .fwe-layout-1920 .fwe-container, .fwe-layout-1024 .fwe-container, .fwe-layout-1440 .fwe-container {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (max-width: 769px) {
  .fwe-layout-1920 .fwe-container, .fwe-layout-1024 .fwe-container, .fwe-layout-1440 .fwe-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (max-width: 600px) {
  .fwe-layout-1920 .fwe-container, .fwe-layout-1024 .fwe-container, .fwe-layout-1440 .fwe-container {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.fwe-layout-1920 .fwe-container .fwe-app-logo-container, .fwe-layout-1024 .fwe-container .fwe-app-logo-container, .fwe-layout-1440 .fwe-container .fwe-app-logo-container {
  position: unset;
  margin-bottom: 17px;
  margin-right: 24px;
}

.fwe-layout-1440 .fwe-container {
  max-width: 1312px;
}

.fwe-layout-1024 .fwe-container {
  max-width: 960px;
}

.fwe-toolbar {
  width: 60px;
  padding: 0;
  background-color: var(--fwe-white);
  border-right: 1px solid var(--fwe-border);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fwe-toolbar .fwe-toolbar-actions {
  padding-top: 24px;
}
.fwe-toolbar .fwe-toolbar-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fwe-toolbar .fwe-toolbar-actions button {
  display: block;
}
.fwe-toolbar .fwe-toolbar-actions a,
.fwe-toolbar .fwe-toolbar-actions button {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  position: relative;
}
.fwe-toolbar .fwe-toolbar-actions a::after,
.fwe-toolbar .fwe-toolbar-actions button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: var(--fwe-hero);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.fwe-toolbar .fwe-toolbar-actions a.fwe-active,
.fwe-toolbar .fwe-toolbar-actions button.fwe-active {
  color: var(--fwe-hero) !important;
}
.fwe-toolbar .fwe-toolbar-actions a.fwe-active::after,
.fwe-toolbar .fwe-toolbar-actions button.fwe-active::after {
  transform: scaleX(1);
}
.fwe-toolbar.fwe-toolbar-right {
  border-right: none;
  border-left: 1px solid var(--fwe-border);
  padding-right: 1px;
}
.fwe-toolbar.fwe-toolbar-right .fwe-toolbar-actions a::after,
.fwe-toolbar.fwe-toolbar-right .fwe-toolbar-actions button::after {
  left: unset;
  right: 0;
  width: 4px;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.fwe-toolbar.fwe-toolbar-right .fwe-toolbar-actions a.fwe-active,
.fwe-toolbar.fwe-toolbar-right .fwe-toolbar-actions button.fwe-active {
  color: var(--fwe-hero) !important;
}
.fwe-toolbar.fwe-toolbar-right .fwe-toolbar-actions a.fwe-active::after,
.fwe-toolbar.fwe-toolbar-right .fwe-toolbar-actions button.fwe-active::after {
  transform: scaleX(1);
}

.fwe-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.fwe-table {
  border-collapse: collapse;
  width: 100%;
}
table.fwe-table tr th {
  background-color: var(--fwe-white);
  border-bottom: 2px solid var(--fwe-background);
  padding-top: 18px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: var(--fwe-font-size-md);
  text-align: left;
  vertical-align: text-bottom;
}
table.fwe-table tr th.fwe-table-order {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  direction: rtl;
  font-family: var(--fwe-font-family-sans-serif);
  display: table-cell;
  font-size: var(--fwe-font-size-md);
}
table.fwe-table tr th.fwe-table-order::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  position: relative;
  top: 2px;
  left: 8px;
}
table.fwe-table tr th.fwe-table-order::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cGF0aCBkPSJNOCAxMC43MDdMMy42NDYgNi4zNTRMNC4zNTQgNS42NDZMOCA5LjI5M0wxMS42NDYgNS42NDZMMTIuMzU0IDYuMzU0TDggMTAuNzA3WiIgZmlsbD0iIzMzMzMzMyIvPjwvc3ZnPg==");
}
table.fwe-table tr th.fwe-table-order.fwe-table-order-ascending::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEuNjQ2IDkuMzUzOTdMOCA1LjcwNjk3TDQuMzU0IDkuMzUzOTdMMy42NDYgOC42NDU5N0w4IDQuMjkyOTdMMTIuMzU0IDguNjQ1OTdMMTEuNjQ2IDkuMzUzOTdaIiBmaWxsPSIjMDA5MWRjIi8+PC9zdmc+");
}
table.fwe-table tr th.fwe-table-order.fwe-table-order-descending::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cGF0aCBkPSJNOCAxMC43MDdMMy42NDYgNi4zNTRMNC4zNTQgNS42NDZMOCA5LjI5M0wxMS42NDYgNS42NDZMMTIuMzU0IDYuMzU0TDggMTAuNzA3WiIgZmlsbD0iIzAwOTFkYyIvPjwvc3ZnPg==");
}
table.fwe-table tr th.fwe-active {
  color: var(--fwe-hero);
}
table.fwe-table tr td {
  background-color: var(--fwe-white);
  border-bottom: 2px solid var(--fwe-background);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: top;
}
table.fwe-table tr td.fwe-v-align-middle {
  vertical-align: middle;
}
table.fwe-table tr td.fwe-t-align-center {
  text-align: center;
}
table.fwe-table tr td.fwe-t-no-wrap {
  white-space: nowrap;
}
table.fwe-table tr td img.fwe-td-img {
  display: block;
  float: left;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
  height: 23px;
  margin-right: 16px;
}
table.fwe-table tr.fwe-tr-sm {
  height: 48px;
  max-height: 48px;
}
table.fwe-table tr.fwe-tr-sm td img.fwe-td-img {
  height: 23px;
  width: 23px;
}
table.fwe-table tr.fwe-tr-md {
  height: 64px;
  max-height: 64px;
}
table.fwe-table tr.fwe-tr-md td img.fwe-td-img {
  height: 39px;
  width: 39px;
}
table.fwe-table tr.fwe-tr-lg {
  height: 96px;
  max-height: 96px;
}
table.fwe-table tr.fwe-tr-lg td img.fwe-td-img {
  height: 71px;
  width: 71px;
}
table.fwe-table tr.fwe-tr-xl {
  height: 128px;
  max-height: 128px;
}
table.fwe-table tr.fwe-tr-xl td img.fwe-td-img {
  height: 103px;
  width: 103px;
}
table.fwe-table.fwe-table-md tr td {
  height: 39px;
  max-height: 39px;
}
table.fwe-table.fwe-table-lg tr td {
  height: 71px;
  max-height: 71px;
}
table.fwe-table.fwe-table-xl tr td {
  height: 103px;
  max-height: 103px;
}

ul.fwe-list-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fwe-list-group {
  display: flex;
  flex-direction: column;
}
.fwe-list-group .fwe-list-group-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 24px;
  position: relative;
  flex-wrap: wrap;
}
.fwe-list-group .fwe-list-group-item.fwe-list-group-item-custom {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.fwe-list-group .fwe-list-group-item .fwe-list-group-item-head .fwe-badge,
.fwe-list-group .fwe-list-group-item .fwe-badge {
  display: inline-block;
  margin-left: auto;
}
.fwe-list-group .fwe-list-group-item [class^=fwe-icon-],
.fwe-list-group .fwe-list-group-item [class*=" fwe-icon-"],
.fwe-list-group .fwe-list-group-item .fwe-svg-icon,
.fwe-list-group .fwe-list-group-item a,
.fwe-list-group .fwe-list-group-item button {
  display: inline-block;
  margin-left: auto;
}
.fwe-list-group .fwe-list-group-item .fwe-list-group-item-head {
  display: flex;
  flex-grow: 1;
  width: 100%;
  font-weight: var(--fwe-font-weight-bold);
  margin-bottom: 24px;
  margin-top: 16px;
}
.fwe-list-group .fwe-list-group-item .fwe-list-group-item-body {
  width: 100%;
  margin-bottom: 24px;
}
.fwe-list-group .fwe-list-group-item .fwe-list-group-item-footer {
  width: 100%;
  font-size: var(--fwe-font-size-small);
  margin-bottom: 16px;
}
.fwe-list-group .fwe-list-group-item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  left: 0;
  background-color: var(--fwe-hero);
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.fwe-list-group .fwe-list-group-item.fwe-active {
  color: var(--fwe-hero);
}
.fwe-list-group .fwe-list-group-item.fwe-active::before {
  transform: scaleX(4);
}
.fwe-list-group .fwe-list-group-item.fwe-active .fwe-list-group-item-body,
.fwe-list-group .fwe-list-group-item.fwe-active .fwe-list-group-item-footer {
  color: var(--fwe-text);
}
.fwe-list-group .fwe-list-group-item.fwe-disabled {
  color: var(--fwe-text-disabled);
}
.fwe-list-group .fwe-list-group-item.fwe-disabled::before {
  background-color: var(--fwe-control-hover);
}
.fwe-list-group a.fwe-list-group-item {
  cursor: pointer;
  color: var(--fwe-text);
}
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover {
  background-color: var(--fwe-sucanul);
}
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-body,
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-footer {
  color: var(--fwe-text);
}
.fwe-list-group button.fwe-list-group-item {
  outline: none;
  background-color: inherit;
  text-align: left;
  border: none;
  width: 100%;
  cursor: pointer;
}
.fwe-list-group button.fwe-list-group-item:not(.fwe-disabled):hover {
  color: var(--fwe-hero);
  background-color: var(--fwe-sucanul);
}
.fwe-list-group.fwe-list-group-border .fwe-list-group-item,
.fwe-list-group.fwe-list-group-border button.fwe-list-group-item {
  border-bottom: 1px solid var(--fwe-border);
}
.fwe-list-group.fwe-list-group-border .fwe-list-group-item:last-child,
.fwe-list-group.fwe-list-group-border button.fwe-list-group-item:last-child {
  border-bottom: none;
}
.fwe-list-group.fwe-list-group-horizontal {
  flex-direction: row;
  padding: 0px;
}
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item {
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: none;
}
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item:first-child {
  padding-left: 16px;
}
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item:last-child {
  border-bottom: none;
  padding-right: 16px;
}
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item::before {
  position: absolute;
  content: "";
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--fwe-hero);
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: transform 0.3s;
}
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-active {
  color: var(--fwe-hero);
}
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-active::before {
  transform: scaleY(4);
}
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled {
  color: var(--fwe-text-disabled);
}
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled::before {
  background-color: var(--fwe-control-hover);
}
.fwe-list-group.fwe-list-group-horizontal.fwe-bb .fwe-list-group-item::before {
  bottom: -1px;
}
.fwe-list-group.fwe-list-group-horizontal a.fwe-list-group-item,
.fwe-list-group.fwe-list-group-horizontal button.fwe-list-group-item {
  width: auto;
}
.fwe-list-group.fwe-list-group-horizontal a.fwe-list-group-item:not(.fwe-disabled):hover,
.fwe-list-group.fwe-list-group-horizontal button.fwe-list-group-item:not(.fwe-disabled):hover {
  color: var(--fwe-hero);
  background-color: unset;
}

.fwe-list-group-header {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  border-bottom: 1px solid var(--fwe-border);
}
.fwe-list-group-header button {
  margin-left: auto;
}

header.fwe-fixed-header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: var(--fwe-z-index-fixed);
}

.fwe-navbar-spacer {
  height: 64px;
  min-height: 64px;
}
.fwe-navbar-spacer.fwe-bottom-box-spacer {
  height: 112px;
  min-height: 112px;
}

.fwe-navbar {
  display: flex;
  align-items: center;
  height: 64px;
  max-height: 64px;
  background: var(--fwe-white);
  border-bottom: 1px solid var(--fwe-border);
  position: relative;
  overflow: visible;
}
@media (max-width: 1280px) {
  .fwe-navbar {
    padding-left: 36px;
  }
}
@media (max-width: 1024px) {
  .fwe-navbar {
    padding-left: 0px;
  }
}
.fwe-navbar.fwe-navbar-toolbar-left {
  padding-left: 60px;
}
.fwe-navbar.fwe-navbar-toolbar-right {
  padding-right: 60px;
}
.fwe-navbar .fwe-app-logo-container {
  display: none;
  position: absolute;
  top: 24px;
  left: 18px;
  height: 24px;
  width: 24px;
}
.fwe-navbar .fwe-app-logo-container img {
  height: 24px;
  width: 24px;
}
@media (min-width: 1025px) {
  .fwe-navbar .fwe-app-logo-container {
    display: block;
  }
}
.fwe-navbar--no-logo {
  padding-left: 0px !important;
}
.fwe-navbar .fwe-app-title-container {
  font-weight: bold;
  display: none;
  margin-bottom: 17px;
  margin-right: 48px;
}
@media (min-width: 1025px) {
  .fwe-navbar .fwe-app-title-container {
    display: block;
  }
}
.fwe-navbar .fwe-container {
  display: flex;
  align-items: flex-end;
  height: 64px;
  max-height: 64px;
}
.fwe-navbar .fwe-container img.fwe-logo {
  position: relative;
  top: 4px;
  left: 0px;
  margin-right: 24px;
}
@keyframes fadeInAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeOutAnimation {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes translateInAnimation {
  0% {
    transform: translate(-300px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes translateOutAnimation {
  0% {
    transform: translate(0px);
  }
  100% {
    transform: translate(-300px);
  }
}
.fwe-navbar .fwe-mobile-navlist-container {
  display: none;
  align-items: stretch;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 100;
}
.fwe-navbar .fwe-mobile-navlist-container nav.fwe-mobile-navlist {
  width: 300px;
  background: var(--fwe-white);
}
.fwe-navbar .fwe-mobile-navlist-container nav.fwe-mobile-navlist:first-child {
  padding-top: 48px;
}
.fwe-navbar .fwe-mobile-navlist-container nav.fwe-mobile-navlist:last-child {
  padding-bottom: 48px;
}
.fwe-navbar .fwe-mobile-navlist-container nav.fwe-mobile-navlist a {
  padding: 16px 32px 16px 48px;
  list-style-type: none;
  display: block;
  color: var(--fwe-text);
}
.fwe-navbar .fwe-mobile-navlist-container nav.fwe-mobile-navlist a.fwe-active {
  color: var(--fwe-hero);
}
.fwe-navbar .fwe-mobile-navlist-container.fwe-opened {
  display: flex;
  animation: fadeInAnimation 0.4s ease-out forwards;
}
.fwe-navbar .fwe-mobile-navlist-container.fwe-opened .fwe-mobile-navlist {
  animation: translateInAnimation 0.4s ease-out forwards;
}
.fwe-navbar .fwe-mobile-navlist-container.fwe-closed {
  display: flex;
  animation: fadeOutAnimation 0.4s ease-in forwards;
}
.fwe-navbar .fwe-mobile-navlist-container.fwe-closed .fwe-mobile-navlist {
  animation: translateOutAnimation 0.4s ease-in forwards;
}
.fwe-navbar .fwe-navlist {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: auto;
  align-items: flex-end;
}
.fwe-navbar .fwe-navlist a {
  display: block;
  white-space: nowrap;
  color: var(--fwe-text);
  padding-bottom: 17px;
  position: relative;
  margin-right: 24px;
}
.fwe-navbar .fwe-navlist a:last-child {
  margin-right: 0;
}
.fwe-navbar .fwe-navlist a::after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 0px;
  content: "";
  background: var(--fwe-hero);
  transition: height 0.2s;
}
.fwe-navbar .fwe-navlist a.fwe-active {
  color: var(--fwe-hero);
}
.fwe-navbar .fwe-navlist a.fwe-active::after {
  height: 4px;
}
.fwe-navbar .fwe-button-container {
  display: grid;
  grid-column-gap: 24px;
  grid-auto-flow: column;
  margin-bottom: 13px;
  align-items: center;
}
.fwe-navbar .fwe-logo-container {
  margin-bottom: 20px;
  margin-left: 113px;
}
.fwe-navbar .fwe-logo-container .fwe-festo-logo {
  height: 20px;
  width: 113px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113.15' height='20'%3E%3Cg fill='%230091dc'%3E%3Cpath d='M82.06 20h-4.14a.25.25 0 01-.2-.06c-.06-.07-.05-.2-.02-.33a1.92 1.92 0 00.02-.29V4.45c0-.43-1.06-.44-1.19-.44h-6.88a1.25 1.25 0 01-1.01-.9V0h21.68c.38 0 .53 0 .53.39v2.7c0 .37-.14.92-.53.92h-6.9c-.39 0-.65.07-.65.44v14.86a.71.71 0 01-.71.68zm-18.6 0H49.62a4.19 4.19 0 01-2.93-1.18 4.1 4.1 0 01-1.26-2.88v-.68c0-.24.18-.27.37-.27H46l.2.01h4.13c.25 0 .69.07.69.5 0 .41.37.5.68.5h8.97c.79 0 .9-.72.9-1.42v-1.35c0-.75-.15-1.22-.9-1.22H49.64a4.3 4.3 0 01-2.96-1.25 4.21 4.21 0 01-1.26-2.93V3.77a3.91 3.91 0 011.3-2.76 3.96 3.96 0 012.65-1H63.7a3.94 3.94 0 012.64 1 3.9 3.9 0 011.29 2.76v.68c0 .39-.39.56-.75.56h-4.14c-.25 0-.68-.06-.68-.5 0-.32-.25-.5-.7-.5H52.4c-.77 0-.92.4-.92 1.11v1.36c0 1.01.31 1.53.92 1.53h11.2a4.05 4.05 0 012.75 1.08 4 4 0 011.28 2.8v4.05a4.08 4.08 0 01-1.24 2.88A4.17 4.17 0 0163.46 20zM43.4 20H22.75c-.34 0-.54-.25-.54-.68V.39c0-.36.15-.38.54-.38H43.4c.38 0 1.01 0 1.01.38v2.72a1.21 1.21 0 01-1.01.9H28.26c-.37 0-1 .06-1 .45v2.7c0 .37.63.85 1 .85h13.8c.16 0 .24.02.29.07s.05.15.05.3v2.83c0 .37 0 .8-.34.8h-13.8c-.35 0-1 .16-1 .56v2.7c0 .38.62.74 1 .74H43.4c.4 0 1.01.24 1.01.62v2.7c0 .38-.61.67-1.01.67zM4.6 20H.68a.68.68 0 01-.69-.68V.4C0 .01.32.01.69.01H20c.15 0 .21 0 .23.03s0 .04 0 .09a1 1 0 00-.04.26v2.72a2.7 2.7 0 00.02.3c.03.21.06.44-.04.54a.22.22 0 01-.17.06H6.2c-.26 0-1.15.03-1.15.44v2.71c0 .37.78.85 1.16.85h12.41a.63.63 0 01.07 0 .62.62 0 01.4.15.61.61 0 01.22.44v2.72a.7.7 0 01-.7.69H6.22c-.4 0-1.16.2-1.16.56v6.75c0 .35-.06.68-.46.68z' /%3E%3Cpath d='M109.55 20H96.3a3.24 3.24 0 01-2.58-1.2 4.5 4.5 0 01-.93-2.87V3.76a3.52 3.52 0 01.92-2.7A3.33 3.33 0 0196.13 0h13.61a3.38 3.38 0 012.43 1.05 3.58 3.58 0 01.98 2.71v12.17a3.84 3.84 0 01-.95 2.84 3.61 3.61 0 01-2.65 1.22zM98.95 4c-.81 0-1.32.43-1.32 1.11v9.46A1.38 1.38 0 0098.95 16h7.95a1.46 1.46 0 001.4-1.42l-.01-9.46c0-.5-.37-1.1-1.4-1.1z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .fwe-navbar .fwe-logo-container .fwe-festo-logo {
    margin-right: 8px;
  }
}
@media (max-width: 769px) {
  .fwe-navbar .fwe-logo-container {
    margin-left: 32px !important;
  }
}

.fwe-navbar-bottom-box {
  background-color: var(--fwe-control);
}
.fwe-navbar-bottom-box .fwe-container {
  overflow: hidden;
  height: 48px;
  display: flex;
  align-items: center;
}

.fwe-navbar-margin {
  margin-top: 64px;
}

/*!
 * Festo UI - Web Essentials light (https://storybook.festo.design/)
 * Copyright 2025 Festo SE & Co. KG
 * Licensed under Apache-2.0
 */
.fwe-mobile-flyout {
  position: relative;
}
.fwe-mobile-flyout .fwe-mobile-flyout-button, .fwe-mobile-flyout .fwe-close-button, .fwe-mobile-flyout .fwe-burger-button {
  padding: 0px;
  height: 36px;
  border: none;
  background: none;
  outline: none;
  margin-bottom: 8px;
  margin-right: auto;
  cursor: pointer;
  display: inline-block;
}
.fwe-mobile-flyout .fwe-mobile-flyout-button::after, .fwe-mobile-flyout .fwe-close-button::after, .fwe-mobile-flyout .fwe-burger-button::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-color: var(--fwe-text);
}
@media (hover: hover) and (pointer: fine) {
  .fwe-mobile-flyout .fwe-mobile-flyout-button:hover::after, .fwe-mobile-flyout .fwe-close-button:hover::after, .fwe-mobile-flyout .fwe-burger-button:hover::after {
    background-color: var(--fwe-hero);
  }
}
.fwe-mobile-flyout .fwe-burger-button::after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGc+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIi8+PC9nPjxnPjxyZWN0IHg9IjMiIHk9IjYiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIi8+PHJlY3QgeD0iMyIgeT0iMTEiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIi8+PHJlY3QgeD0iMyIgeT0iMTYiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIi8+PC9nPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGc+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIi8+PC9nPjxnPjxyZWN0IHg9IjMiIHk9IjYiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIi8+PHJlY3QgeD0iMyIgeT0iMTEiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIi8+PHJlY3QgeD0iMyIgeT0iMTYiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIi8+PC9nPjwvc3ZnPg==");
}
.fwe-mobile-flyout .fwe-close-button::after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGc+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIi8+PHBvbHlnb24gcG9pbnRzPSIxNi45NSA4LjQ2NCAxNS41MzYgNy4wNSAxMiAxMC41ODYgOC40NjQgNy4wNSA3LjA1IDguNDY0IDEwLjU4NiAxMiA3LjA1IDE1LjUzNiA4LjQ2NCAxNi45NSAxMiAxMy40MTQgMTUuNTM2IDE2Ljk1IDE2Ljk1IDE1LjUzNiAxMy40MTQgMTIgMTYuOTUgOC40NjQiIGZpbGw9IiMwMDAiLz48L2c+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGc+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIi8+PHBvbHlnb24gcG9pbnRzPSIxNi45NSA4LjQ2NCAxNS41MzYgNy4wNSAxMiAxMC41ODYgOC40NjQgNy4wNSA3LjA1IDguNDY0IDEwLjU4NiAxMiA3LjA1IDE1LjUzNiA4LjQ2NCAxNi45NSAxMiAxMy40MTQgMTUuNTM2IDE2Ljk1IDE2Ljk1IDE1LjUzNiAxMy40MTQgMTIgMTYuOTUgOC40NjQiIGZpbGw9IiMwMDAiLz48L2c+PC9zdmc+");
}
.fwe-mobile-flyout .fwe-mobile-flyout-container {
  position: fixed;
  display: flex;
  top: 64px;
  left: 0px;
  width: 384px;
  height: calc(100vh - 64px);
  background-color: var(--fwe-white);
  flex-direction: column;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
  transform: translateX(-105%);
  transition: transform 0.3s ease;
}
@media (max-width: 600px) {
  .fwe-mobile-flyout .fwe-mobile-flyout-container {
    width: 100% !important;
  }
}
.fwe-mobile-flyout .fwe-mobile-flyout-container.fwe-opened {
  transform: translateX(0%);
}

.fwe-mobile-flyout-page {
  background: var(--fwe-white);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
}
@-moz-document url-prefix() {
  .fwe-mobile-flyout-page {
    scrollbar-width: thin;
    scrollbar-color: var(--fwe-control-scrollbar) transparent;
  }
}
@media (pointer: fine) {
  .fwe-mobile-flyout-page::-webkit-scrollbar {
    width: 14px;
  }
  .fwe-mobile-flyout-page::-webkit-scrollbar-track {
    background: transparent;
  }
  .fwe-mobile-flyout-page::-webkit-scrollbar-thumb {
    overflow: visible;
    background-color: var(--fwe-control-scrollbar);
    border: 3px solid rgba(242, 243, 245, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 8px;
  }
}
.fwe-mobile-flyout-page.fwe-opened {
  transform: translateX(0%);
}
.fwe-mobile-flyout-page .fwe-page-back {
  cursor: pointer;
  height: 53px;
  display: flex;
  align-items: center;
  background: var(--fwe-background);
  position: relative;
  padding-left: 40px;
}
.fwe-mobile-flyout-page .fwe-page-back::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMTZWMGgxNnYxNnoiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTAuMzU0IDQuMzU0IDYuNzA3IDhsMy42NDcgMy42NDYtLjcwOC43MDhMNS4yOTMgOGw0LjM1My00LjM1NC43MDguNzA4eiIvPjwvc3ZnPg==");
}
.fwe-mobile-flyout-page .fwe-page-back:hover {
  background: var(--fwe-control);
}
.fwe-mobile-flyout-page .fwe-page-back div {
  margin-top: -1px;
  margin-bottom: 1px;
}
.fwe-mobile-flyout-page .fwe-mobile-flyout-item-container {
  padding: 24px;
}
@media (max-width: 600px) {
  .fwe-mobile-flyout-page .fwe-mobile-flyout-item-container {
    padding: 16px;
  }
}

.fwe-mobile-flyout-item {
  color: var(--fwe-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 56px;
}
.fwe-mobile-flyout-item.fwe-active {
  color: var(--fwe-hero);
}

.fwe-breadcrumb {
  overflow: hidden;
}
.fwe-breadcrumb ol {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fwe-breadcrumb li {
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
  align-items: center;
  min-height: 24px;
  color: var(--fwe-text);
  font-size: var(--fwe-font-size-md);
  line-height: calc(var(--fwe-font-size-md) + 2px);
}
.fwe-breadcrumb li:last-child {
  flex-shrink: 1;
  min-width: 36px;
}
.fwe-breadcrumb li:last-child a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.fwe-breadcrumb a {
  display: block;
  align-items: center;
  color: var(--fwe-text);
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fwe-breadcrumb a:focus {
  outline: none;
}
.fwe-breadcrumb a:hover {
  color: var(--fwe-hero);
}
.fwe-breadcrumb a:active {
  color: var(--fwe-hero-active);
}
.fwe-breadcrumb a[aria-current=page] {
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
.fwe-breadcrumb li:not(:last-child)::after {
  content: "";
  margin-left: 4px;
  margin-right: 4px;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAxNlYwaDE2djE2eiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0xMC43MDcgOC00LjM1MyA0LjM1NC0uNzA4LS43MDhMOS4yOTMgOCA1LjY0NiA0LjM1NGwuNzA4LS43MDhMMTAuNzA3IDh6Ii8+PC9zdmc+");
}
.fwe-breadcrumb--mobile li {
  display: none;
}
.fwe-breadcrumb--mobile li:nth-last-child(-n+2) {
  display: flex;
}
.fwe-breadcrumb--mobile li:nth-last-child(2)::before {
  content: "";
  margin-left: 0px;
  margin-right: 4px;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAxNlYwaDE2djE2eiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0xMC43MDcgOC00LjM1MyA0LjM1NC0uNzA4LS43MDhMOS4yOTMgOCA1LjY0NiA0LjM1NGwuNzA4LS43MDhMMTAuNzA3IDh6Ii8+PC9zdmc+");
}

a {
  color: var(--fwe-hero);
  text-decoration: none;
}
a i.fwe-icon {
  vertical-align: text-top;
}
a.fwe-dark {
  color: var(--fwe-text);
}
a.fwe-disabled {
  pointer-events: none;
  color: var(--fwe-text-light);
  cursor: default;
}
a:hover:not(.fwe-disabled) {
  color: var(--fwe-hero-hover);
  text-decoration: none;
}

.fwe-text-link {
  color: var(--fwe-hero);
  text-decoration: underline;
  text-decoration-thickness: auto;
}
.fwe-text-link i.fwe-icon {
  vertical-align: text-top;
}
.fwe-text-link.fwe-dark {
  color: var(--fwe-text);
}
.fwe-text-link.fwe-disabled {
  pointer-events: none;
  color: var(--fwe-text-light);
  cursor: default;
}
.fwe-text-link:hover:not(.fwe-disabled) {
  color: var(--fwe-hero-hover);
  text-decoration: underline;
  text-decoration-thickness: auto;
}

label.fwe-input-text {
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 0px;
  padding-bottom: 18px;
  cursor: text;
}
label.fwe-input-text .fwe-input-text-label {
  height: 18px;
  order: 1;
  color: var(--fwe-text);
  font-size: var(--fwe-font-size-small);
  line-height: var(--fwe-line-height-base);
  font-weight: var(--fwe-font-weight-bold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
label.fwe-input-text .fwe-input-text-info, label.fwe-input-text .fwe-input-text-invalid {
  display: block;
  position: absolute;
  top: 51px;
  width: 100%;
  font-size: var(--fwe-font-size-small);
  line-height: var(--fwe-line-height-base);
  color: var(--fwe-text-disabled);
}
label.fwe-input-text .fwe-input-text-invalid {
  display: none;
  color: var(--fwe-red);
}
label.fwe-input-text input[type=text],
label.fwe-input-text input[type=email],
label.fwe-input-text input[type=password],
label.fwe-input-text input[type=number],
label.fwe-input-text input[type=date],
label.fwe-input-text input[type=time],
label.fwe-input-text input[type=datetime-local],
label.fwe-input-text textarea {
  text-overflow: ellipsis;
  order: 2;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--fwe-control-border);
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
label.fwe-input-text input[type=text]:disabled,
label.fwe-input-text input[type=email]:disabled,
label.fwe-input-text input[type=password]:disabled,
label.fwe-input-text input[type=number]:disabled,
label.fwe-input-text input[type=date]:disabled,
label.fwe-input-text input[type=time]:disabled,
label.fwe-input-text input[type=datetime-local]:disabled,
label.fwe-input-text textarea:disabled {
  pointer-events: none;
}
label.fwe-input-text input[type=text]::-moz-placeholder, label.fwe-input-text input[type=email]::-moz-placeholder, label.fwe-input-text input[type=password]::-moz-placeholder, label.fwe-input-text input[type=number]::-moz-placeholder, label.fwe-input-text input[type=date]::-moz-placeholder, label.fwe-input-text input[type=time]::-moz-placeholder, label.fwe-input-text input[type=datetime-local]::-moz-placeholder, label.fwe-input-text textarea::-moz-placeholder {
  color: var(--fwe-text-disabled);
}
label.fwe-input-text input[type=text]::placeholder,
label.fwe-input-text input[type=email]::placeholder,
label.fwe-input-text input[type=password]::placeholder,
label.fwe-input-text input[type=number]::placeholder,
label.fwe-input-text input[type=date]::placeholder,
label.fwe-input-text input[type=time]::placeholder,
label.fwe-input-text input[type=datetime-local]::placeholder,
label.fwe-input-text textarea::placeholder {
  color: var(--fwe-text-disabled);
}
label.fwe-input-text input[type=text]:hover:valid:not(:disabled),
label.fwe-input-text input[type=email]:hover:valid:not(:disabled),
label.fwe-input-text input[type=password]:hover:valid:not(:disabled),
label.fwe-input-text input[type=number]:hover:valid:not(:disabled),
label.fwe-input-text input[type=date]:hover:valid:not(:disabled),
label.fwe-input-text input[type=time]:hover:valid:not(:disabled),
label.fwe-input-text input[type=datetime-local]:hover:valid:not(:disabled),
label.fwe-input-text textarea:hover:valid:not(:disabled) {
  border-color: var(--fwe-hero);
}
label.fwe-input-text input[type=text]:hover:not(:disabled),
label.fwe-input-text input[type=email]:hover:not(:disabled),
label.fwe-input-text input[type=password]:hover:not(:disabled),
label.fwe-input-text input[type=number]:hover:not(:disabled),
label.fwe-input-text input[type=date]:hover:not(:disabled),
label.fwe-input-text input[type=time]:hover:not(:disabled),
label.fwe-input-text input[type=datetime-local]:hover:not(:disabled),
label.fwe-input-text textarea:hover:not(:disabled) {
  color: var(--fwe-hero);
}
label.fwe-input-text input[type=text]:focus,
label.fwe-input-text input[type=email]:focus,
label.fwe-input-text input[type=password]:focus,
label.fwe-input-text input[type=number]:focus,
label.fwe-input-text input[type=date]:focus,
label.fwe-input-text input[type=time]:focus,
label.fwe-input-text input[type=datetime-local]:focus,
label.fwe-input-text textarea:focus {
  outline: none;
  border-color: var(--fwe-hero);
  color: var(--fwe-text) !important;
}
label.fwe-input-text input[type=text]:user-invalid,
label.fwe-input-text input[type=email]:user-invalid,
label.fwe-input-text input[type=password]:user-invalid,
label.fwe-input-text input[type=number]:user-invalid,
label.fwe-input-text input[type=date]:user-invalid,
label.fwe-input-text input[type=time]:user-invalid,
label.fwe-input-text input[type=datetime-local]:user-invalid,
label.fwe-input-text textarea:user-invalid {
  border-color: var(--fwe-red);
}
label.fwe-input-text input[type=text]:user-invalid ~ .fwe-input-text-info, label.fwe-input-text input[type=text]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=email]:user-invalid ~ .fwe-input-text-info,
label.fwe-input-text input[type=email]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=password]:user-invalid ~ .fwe-input-text-info,
label.fwe-input-text input[type=password]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=number]:user-invalid ~ .fwe-input-text-info,
label.fwe-input-text input[type=number]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=date]:user-invalid ~ .fwe-input-text-info,
label.fwe-input-text input[type=date]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=time]:user-invalid ~ .fwe-input-text-info,
label.fwe-input-text input[type=time]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=datetime-local]:user-invalid ~ .fwe-input-text-info,
label.fwe-input-text input[type=datetime-local]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text textarea:user-invalid ~ .fwe-input-text-info,
label.fwe-input-text textarea:user-invalid ~ .fwe-input-text-invalid {
  display: none;
}
label.fwe-input-text input[type=text]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=email]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=password]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=number]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=date]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=time]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=datetime-local]:user-invalid ~ .fwe-input-text-invalid,
label.fwe-input-text textarea:user-invalid ~ .fwe-input-text-invalid {
  display: block;
}
label.fwe-input-text input[type=text]:disabled,
label.fwe-input-text input[type=email]:disabled,
label.fwe-input-text input[type=password]:disabled,
label.fwe-input-text input[type=number]:disabled,
label.fwe-input-text input[type=date]:disabled,
label.fwe-input-text input[type=time]:disabled,
label.fwe-input-text input[type=datetime-local]:disabled,
label.fwe-input-text textarea:disabled {
  background: none;
  color: var(--fwe-text-disabled);
  border-color: var(--fwe-control-disabled);
}
label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-label, label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-invalid, label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-info,
label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-label,
label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-info,
label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-label,
label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-info,
label.fwe-input-text input[type=number]:disabled ~ .fwe-input-text-label,
label.fwe-input-text input[type=number]:disabled ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=number]:disabled ~ .fwe-input-text-info,
label.fwe-input-text input[type=date]:disabled ~ .fwe-input-text-label,
label.fwe-input-text input[type=date]:disabled ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=date]:disabled ~ .fwe-input-text-info,
label.fwe-input-text input[type=time]:disabled ~ .fwe-input-text-label,
label.fwe-input-text input[type=time]:disabled ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=time]:disabled ~ .fwe-input-text-info,
label.fwe-input-text input[type=datetime-local]:disabled ~ .fwe-input-text-label,
label.fwe-input-text input[type=datetime-local]:disabled ~ .fwe-input-text-invalid,
label.fwe-input-text input[type=datetime-local]:disabled ~ .fwe-input-text-info,
label.fwe-input-text textarea:disabled ~ .fwe-input-text-label,
label.fwe-input-text textarea:disabled ~ .fwe-input-text-invalid,
label.fwe-input-text textarea:disabled ~ .fwe-input-text-info {
  color: var(--fwe-text-disabled);
}
label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-label::before, label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-invalid::before, label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-info::before,
label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-label::before,
label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-invalid::before,
label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-info::before,
label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-label::before,
label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-invalid::before,
label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-info::before,
label.fwe-input-text input[type=number]:disabled ~ .fwe-input-text-label::before,
label.fwe-input-text input[type=number]:disabled ~ .fwe-input-text-invalid::before,
label.fwe-input-text input[type=number]:disabled ~ .fwe-input-text-info::before,
label.fwe-input-text input[type=date]:disabled ~ .fwe-input-text-label::before,
label.fwe-input-text input[type=date]:disabled ~ .fwe-input-text-invalid::before,
label.fwe-input-text input[type=date]:disabled ~ .fwe-input-text-info::before,
label.fwe-input-text input[type=time]:disabled ~ .fwe-input-text-label::before,
label.fwe-input-text input[type=time]:disabled ~ .fwe-input-text-invalid::before,
label.fwe-input-text input[type=time]:disabled ~ .fwe-input-text-info::before,
label.fwe-input-text input[type=datetime-local]:disabled ~ .fwe-input-text-label::before,
label.fwe-input-text input[type=datetime-local]:disabled ~ .fwe-input-text-invalid::before,
label.fwe-input-text input[type=datetime-local]:disabled ~ .fwe-input-text-info::before,
label.fwe-input-text textarea:disabled ~ .fwe-input-text-label::before,
label.fwe-input-text textarea:disabled ~ .fwe-input-text-invalid::before,
label.fwe-input-text textarea:disabled ~ .fwe-input-text-info::before {
  color: var(--fwe-text-disabled);
}
label.fwe-input-text input[type=date],
label.fwe-input-text input[type=time],
label.fwe-input-text input[type=datetime-local] {
  height: 33px;
  position: relative;
}
label.fwe-input-text input[type=date]:before,
label.fwe-input-text input[type=time]:before,
label.fwe-input-text input[type=datetime-local]:before {
  color: transparent;
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 0px;
  color: var(--fwe-text);
}
label.fwe-input-text input[type=date]::-webkit-calendar-picker-indicator,
label.fwe-input-text input[type=time]::-webkit-calendar-picker-indicator,
label.fwe-input-text input[type=datetime-local]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
label.fwe-input-text input[type=date]:before,
label.fwe-input-text input[type=datetime-local]:before {
  content: "\ea0d";
}
label.fwe-input-text input[type=time]:before {
  content: "\ea11";
}
label.fwe-input-text textarea {
  resize: none;
  margin-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-width: 1px;
  border-style: solid;
}
label.fwe-input-text textarea.fwe-row-2 {
  height: calc(2 * var(--fwe-textarea-row-const));
}
label.fwe-input-text textarea.fwe-row-3 {
  height: calc(3 * var(--fwe-textarea-row-const));
}
label.fwe-input-text textarea.fwe-row-4 {
  height: calc(4 * var(--fwe-textarea-row-const));
}
label.fwe-input-text textarea.fwe-row-5 {
  height: calc(5 * var(--fwe-textarea-row-const));
}
label.fwe-input-text textarea.fwe-row-6 {
  height: calc(6 * var(--fwe-textarea-row-const));
}
label.fwe-input-text textarea.fwe-row-7 {
  height: calc(7 * var(--fwe-textarea-row-const));
}
label.fwe-input-text textarea.fwe-row-8 {
  height: calc(8 * var(--fwe-textarea-row-const));
}
label.fwe-input-text textarea.fwe-row-9 {
  height: calc(9 * var(--fwe-textarea-row-const));
}
label.fwe-input-text textarea.fwe-row-10 {
  height: calc(10 * var(--fwe-textarea-row-const));
}
label.fwe-input-text textarea ~ .fwe-input-text-info,
label.fwe-input-text textarea ~ .fwe-input-text-invalid {
  top: unset;
  bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
label.fwe-input-text:has(input:user-invalid:not(:disabled)) .fwe-input-text-info, label.fwe-input-text:has(input:user-invalid:not(:disabled)) .fwe-input-text-invalid, label.fwe-input-text.fwe-input-text--invalid .fwe-input-text-info, label.fwe-input-text.fwe-input-text--invalid .fwe-input-text-invalid {
  display: none;
}
label.fwe-input-text:has(input:user-invalid:not(:disabled)) .fwe-input-text-invalid, label.fwe-input-text.fwe-input-text--invalid .fwe-input-text-invalid {
  display: block;
}
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=text],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=email],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=password],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=number],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=date],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=time],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=datetime-local], label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=text],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=email],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=password],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=number],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=date],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=time],
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=datetime-local], label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=text],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=email],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=password],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=number],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=date],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=time],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=datetime-local], label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=text],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=email],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=password],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=number],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=date],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=time],
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=datetime-local] {
  padding-right: 24px;
}
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon)::after {
  content: "";
  position: absolute;
  bottom: 27px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon)::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'><path d='M4.207 9.621L0 5.414L1.414 4L4.207 6.793L11 0L12.414 1.414L4.207 9.621Z' fill='%230091DC'/></svg>");
  background-size: 13px 13px;
}
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon)::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M16.95 8.46405L15.536 7.05005L12 10.586L8.46405 7.05005L7.05005 8.46405L10.586 12L7.05005 15.536L8.46405 16.95L12 13.414L15.536 16.95L16.95 15.536L13.414 12L16.95 8.46405Z' fill='%23D50000'/></svg>");
  background-size: 24px 24px;
}
label.fwe-input-text.fwe-input-text-icon .fwe-svg-icon,
label.fwe-input-text.fwe-input-text-icon i {
  line-height: 1;
  position: absolute;
  bottom: 27px;
  right: 0px;
  height: 16px;
  width: 16px;
}
label.fwe-input-text.fwe-input-text-icon input[type=text],
label.fwe-input-text.fwe-input-text-icon input[type=password],
label.fwe-input-text.fwe-input-text-icon input[type=number],
label.fwe-input-text.fwe-input-text-icon input[type=date],
label.fwe-input-text.fwe-input-text-icon input[type=time],
label.fwe-input-text.fwe-input-text-icon input[type=datetime-local],
label.fwe-input-text.fwe-input-text-icon textarea {
  padding-right: 24px;
}

.fwe-chip.fwe-chip-lg, .fwe-chip-container.fwe-chip-container-lg .fwe-chip {
  font-size: var(--fwe-font-size-base);
  border-radius: 16px;
  padding: 0px 16px;
  height: 32px;
}
.fwe-chip.fwe-chip-lg i[class^=fwe-icon-], .fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class^=fwe-icon-],
.fwe-chip.fwe-chip-lg i[class*=" fwe-icon-"],
.fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class*=" fwe-icon-"],
.fwe-chip.fwe-chip-lg .fwe-svg-icon,
.fwe-chip-container.fwe-chip-container-lg .fwe-chip .fwe-svg-icon {
  font-size: 24px;
}
.fwe-selected.fwe-category.fwe-chip.fwe-chip-lg, .fwe-chip-container.fwe-chip-container-lg .fwe-selected.fwe-category.fwe-chip {
  padding-right: 30px;
}
.fwe-selected.fwe-category.fwe-chip.fwe-chip-lg::after, .fwe-chip-container.fwe-chip-container-lg .fwe-selected.fwe-category.fwe-chip::after {
  top: 8px;
  right: 8px;
}
.fwe-selected.fwe-filter.fwe-chip.fwe-chip-lg, .fwe-chip-container.fwe-chip-container-lg .fwe-selected.fwe-filter.fwe-chip {
  padding-left: 30px;
}
.fwe-selected.fwe-filter.fwe-chip.fwe-chip-lg::before, .fwe-chip-container.fwe-chip-container-lg .fwe-selected.fwe-filter.fwe-chip::before {
  top: 8px;
  left: 8px;
}

.fwe-chip-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fwe-chip {
  height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--fwe-font-size-md);
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
  background: var(--fwe-control);
  color: var(--fwe-text);
  border: 1px solid var(--fwe-control);
  box-sizing: border-box;
  padding: 0px 12px;
}
.fwe-chip i[class^=fwe-icon-],
.fwe-chip i[class*=" fwe-icon-"],
.fwe-chip .fwe-svg-icon {
  margin-left: -4px;
  margin-right: 8px;
  line-height: 1;
}
.fwe-chip:hover {
  background: var(--fwe-control-hover);
  border: 1px solid var(--fwe-control-hover);
}
.fwe-chip:active {
  background: var(--fwe-control-active);
  border: 1px solid var(--fwe-control-active);
}
.fwe-chip.fwe-selected {
  cursor: default;
  background: transparent;
  border: 1px solid var(--fwe-hero);
  color: var(--fwe-hero);
}
.fwe-chip.fwe-selected.fwe-category {
  cursor: pointer;
  padding-right: 24px;
}
.fwe-chip.fwe-selected.fwe-category::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 3px;
  height: 16px;
  width: 16px;
  background-color: var(--fwe-text);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYTAwMzhlNDEtMjFlNi00ZjBlLWFmZjctMzViMzY2MWQ0ZDhlIiBkYXRhLW5hbWU9ImNvbnRlbnQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCgk8ZyBpZD0iZmQwZDc0NmQtZTE2My00Yjk4LTkxYTctYjk0MGYyYTlkZDc4IiBkYXRhLW5hbWU9ImFiYjU1YWU4LWNhNTUtNDcwYy04N2MzLTRiMDY3MzhiNDM2MCI+DQoJCTxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIvPg0KCTwvZz4NCgk8ZyBpZD0iYTE4OTFiZmMtNDBjMS00Y2EwLWFmOTgtMmJiOTQ1YTdmMDFmIiBkYXRhLW5hbWU9ImI2NGIxZWQyLWI4MzEtNDM1Yy05Y2VlLWI5OTY0MjYwMjA5ZCI+DQoJCTxwb2x5Z29uIHBvaW50cz0iMTAuMjQgNS4wNSA4IDcuMyA1Ljc1IDUuMDUgNS4wNSA1Ljc2IDcuMjkgOCA1LjA1IDEwLjI1IDUuNzUgMTAuOTUgOCA4LjcxIDEwLjI0IDEwLjk1IDEwLjk1IDEwLjI1IDguNyA4IDEwLjk1IDUuNzYgMTAuMjQgNS4wNSAxMC4yNCA1LjA1IiBmaWxsPSIjMzMzIi8+DQoJPC9nPg0KPC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYTAwMzhlNDEtMjFlNi00ZjBlLWFmZjctMzViMzY2MWQ0ZDhlIiBkYXRhLW5hbWU9ImNvbnRlbnQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCgk8ZyBpZD0iZmQwZDc0NmQtZTE2My00Yjk4LTkxYTctYjk0MGYyYTlkZDc4IiBkYXRhLW5hbWU9ImFiYjU1YWU4LWNhNTUtNDcwYy04N2MzLTRiMDY3MzhiNDM2MCI+DQoJCTxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIvPg0KCTwvZz4NCgk8ZyBpZD0iYTE4OTFiZmMtNDBjMS00Y2EwLWFmOTgtMmJiOTQ1YTdmMDFmIiBkYXRhLW5hbWU9ImI2NGIxZWQyLWI4MzEtNDM1Yy05Y2VlLWI5OTY0MjYwMjA5ZCI+DQoJCTxwb2x5Z29uIHBvaW50cz0iMTAuMjQgNS4wNSA4IDcuMyA1Ljc1IDUuMDUgNS4wNSA1Ljc2IDcuMjkgOCA1LjA1IDEwLjI1IDUuNzUgMTAuOTUgOCA4LjcxIDEwLjI0IDEwLjk1IDEwLjk1IDEwLjI1IDguNyA4IDEwLjk1IDUuNzYgMTAuMjQgNS4wNSAxMC4yNCA1LjA1IiBmaWxsPSIjMzMzIi8+DQoJPC9nPg0KPC9zdmc+");
}
.fwe-chip.fwe-selected.fwe-category:hover {
  border: 1px solid var(--fwe-hero-hover);
  color: var(--fwe-hero-hover);
}
.fwe-chip.fwe-selected.fwe-category:hover::after {
  background-color: var(--fwe-hero-hover);
}
.fwe-chip.fwe-selected.fwe-category:active {
  border: 1px solid var(--fwe-hero-active);
  color: var(--fwe-hero-active);
}
.fwe-chip.fwe-selected.fwe-category:active::after {
  background-color: var(--fwe-hero-active);
}
.fwe-chip.fwe-selected.fwe-filter {
  cursor: pointer;
  padding-left: 24px;
}
.fwe-chip.fwe-selected.fwe-filter::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  height: 16px;
  width: 16px;
  background: var(--fwe-hero);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQoJPGcgaWQ9ImJhNmJmZGNhLWJhMzgtNDczMC04MjlkLTcyYmIzNzI3YjUzNCIgZGF0YS1uYW1lPSJjb250ZW50Ij4NCgkJPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJub25lIi8+DQoJCTxwb2x5Z29uIHBvaW50cz0iNi4xNDEgMTIuODE0IDEuOTM0IDguNjA3IDMuMzQ4IDcuMTkzIDYuMTQxIDkuOTg2IDEyLjkzNCAzLjE5MyAxNC4zNDggNC42MDcgNi4xNDEgMTIuODE0IiBmaWxsPSIjMDA5MWRjIi8+DQoJPC9nPg0KPC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQoJPGcgaWQ9ImJhNmJmZGNhLWJhMzgtNDczMC04MjlkLTcyYmIzNzI3YjUzNCIgZGF0YS1uYW1lPSJjb250ZW50Ij4NCgkJPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJub25lIi8+DQoJCTxwb2x5Z29uIHBvaW50cz0iNi4xNDEgMTIuODE0IDEuOTM0IDguNjA3IDMuMzQ4IDcuMTkzIDYuMTQxIDkuOTg2IDEyLjkzNCAzLjE5MyAxNC4zNDggNC42MDcgNi4xNDEgMTIuODE0IiBmaWxsPSIjMDA5MWRjIi8+DQoJPC9nPg0KPC9zdmc+");
}
.fwe-chip.fwe-selected.fwe-filter:hover {
  border: 1px solid var(--fwe-hero-hover);
  color: var(--fwe-hero-hover);
}
.fwe-chip.fwe-selected.fwe-filter:hover::before {
  background-color: var(--fwe-hero-hover);
}
.fwe-chip.fwe-selected.fwe-filter:active {
  border: 1px solid var(--fwe-hero-active);
  color: var(--fwe-hero-active);
}
.fwe-chip.fwe-selected.fwe-filter:active::before {
  background-color: var(--fwe-hero-active);
}
.fwe-chip.fwe-readonly {
  cursor: default;
  background: transparent;
  color: var(--fwe-control-border);
  border: 1px solid var(--fwe-control-border);
}
.fwe-chip.fwe-disabled {
  cursor: default;
  background: var(--fwe-control-disabled);
  border: 1px solid var(--fwe-control-disabled);
  color: var(--fwe-text-disabled);
}
.fwe-chip.fwe-disabled.fwe-filter.fwe-selected {
  cursor: default;
}
.fwe-chip.fwe-disabled.fwe-filter.fwe-selected::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNNi4xNDEsMTIuODE0LDEuOTM0LDguNjA3LDMuMzQ4LDcuMTkzLDYuMTQxLDkuOTg2bDYuNzkzLTYuNzkzLDEuNDE0LDEuNDE0WiIgZmlsbD0iI2I5YmFiYiIvPjwvc3ZnPg==");
}
label.fwe-radio.fwe-radio-label-before, .fwe-radio-group.fwe-radio-label-before label.fwe-radio {
  flex-direction: row-reverse;
  justify-content: space-between;
}
label.fwe-radio.fwe-radio-label-before .fwe-radio-label-content, .fwe-radio-group.fwe-radio-label-before label.fwe-radio .fwe-radio-label-content {
  margin-left: 0px;
  margin-right: 8px;
}

label.fwe-radio.fwe-radio-label-below, .fwe-radio-group.fwe-radio-label-below label.fwe-radio {
  flex-direction: column;
}
label.fwe-radio.fwe-radio-label-below .fwe-radio-label-content, .fwe-radio-group.fwe-radio-label-below label.fwe-radio .fwe-radio-label-content {
  margin: 8px 0px 0px 0px;
}

.fwe-radio-group.fwe-radio-lg label.fwe-radio .fwe-radio-checkmark {
  height: 24px;
  width: 24px;
}
.fwe-radio-group.fwe-radio-lg label.fwe-radio .fwe-radio-checkmark::after {
  border-width: 8px;
}
.fwe-radio-group.fwe-radio-lg label.fwe-radio .fwe-radio-label-content {
  line-height: 32px;
}
label.fwe-radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
label.fwe-radio .fwe-radio-checkmark {
  position: relative;
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  display: inline-block;
}
label.fwe-radio .fwe-radio-checkmark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--fwe-control-border);
  background-color: var(--fwe-white);
}
label.fwe-radio .fwe-radio-checkmark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--fwe-white);
  background-color: var(--fwe-white);
  transition: none;
}
label.fwe-radio.fwe-radio-lg .fwe-radio-checkmark {
  height: 24px;
  width: 24px;
}
label.fwe-radio.fwe-radio-lg .fwe-radio-checkmark::after {
  border-width: 8px;
}
label.fwe-radio.fwe-radio-lg .fwe-radio-label-content {
  line-height: 32px;
}
label.fwe-radio .fwe-radio-label-content {
  line-height: 24px;
  margin-left: 8px;
}
label.fwe-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
label.fwe-radio input[type=radio]:hover:not(:disabled) ~ .fwe-radio-checkmark::before {
  background-color: var(--fwe-control);
}
label.fwe-radio input[type=radio]:hover:user-invalid ~ .fwe-radio-checkmark::before {
  background-color: var(--fwe-white);
}
label.fwe-radio input[type=radio]:hover:checked:not(:disabled) ~ .fwe-radio-checkmark::after {
  border-color: var(--fwe-hero-hover);
}
label.fwe-radio input[type=radio]:active ~ .fwe-radio-checkmark::before {
  border-color: var(--fwe-control-hover);
  background-color: var(--fwe-white);
}
label.fwe-radio input[type=radio]:checked ~ .fwe-radio-checkmark::before {
  border-color: var(--fwe-border);
  background-color: var(--fwe-hero);
}
label.fwe-radio input[type=radio]:checked ~ .fwe-radio-checkmark::after {
  border-color: var(--fwe-hero);
  transition: transform ease-out 0.15s;
  transform: scale(1, 1);
}
label.fwe-radio input[type=radio]:disabled ~ .fwe-radio-checkmark::before {
  background-color: var(--fwe-control-disabled);
  border-color: var(--fwe-control-disabled);
  cursor: not-allowed;
}
label.fwe-radio input[type=radio]:disabled ~ .fwe-radio-checkmark::after {
  background-color: var(--fwe-white);
  border-color: var(--fwe-control-disabled);
  cursor: not-allowed;
}
label.fwe-radio input[type=radio]:disabled {
  cursor: not-allowed;
}
label.fwe-radio input[type=radio]:disabled ~ .fwe-radio-label-content {
  color: var(--fwe-text-disabled);
  cursor: not-allowed;
}
label.fwe-radio input[type=radio]:user-invalid ~ .fwe-radio-checkmark::before {
  border-color: var(--fwe-red);
}

label.fwe-checkbox.fwe-checkbox-label-before, .fwe-checkbox-group.fwe-checkbox-label-before label.fwe-checkbox {
  flex-direction: row-reverse;
  justify-content: space-between;
}
label.fwe-checkbox.fwe-checkbox-label-before .fwe-checkbox-label-content, .fwe-checkbox-group.fwe-checkbox-label-before label.fwe-checkbox .fwe-checkbox-label-content {
  margin-left: 0px;
  margin-right: 8px;
}

label.fwe-checkbox.fwe-checkbox-label-below, .fwe-checkbox-group.fwe-checkbox-label-below label.fwe-checkbox {
  flex-direction: column;
}
label.fwe-checkbox.fwe-checkbox-label-below .fwe-checkbox-label-content, .fwe-checkbox-group.fwe-checkbox-label-below label.fwe-checkbox .fwe-checkbox-label-content {
  margin: 8px 0px 0px 0px;
}

label.fwe-checkbox.fwe-checkbox-lg .fwe-checkbox-checkmark, .fwe-checkbox-group.fwe-checkbox-lg label.fwe-checkbox .fwe-checkbox-checkmark {
  height: 24px;
  min-height: 24px;
  width: 24px;
  min-width: 24px;
  border-radius: 4px;
}
label.fwe-checkbox.fwe-checkbox-lg .fwe-checkbox-checkmark:before, .fwe-checkbox-group.fwe-checkbox-lg label.fwe-checkbox .fwe-checkbox-checkmark:before {
  height: 18px;
  width: 18px;
  left: 2px;
  top: 2px;
}

.fwe-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
label.fwe-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
label.fwe-checkbox .fwe-checkbox-checkmark {
  box-sizing: border-box;
  position: relative;
  height: 16px;
  min-height: 16px;
  width: 16px;
  min-width: 16px;
  border-radius: 2px;
  border: 1px solid var(--fwe-control-border);
  background-color: white;
}
label.fwe-checkbox .fwe-checkbox-checkmark::before {
  content: "";
  height: 14px;
  width: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDE2djE2SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYuMTQxIDEyLjgxNCAxLjkzNCA4LjYwN2wxLjQxNC0xLjQxNCAyLjc5MyAyLjc5MyA2Ljc5My02Ljc5MyAxLjQxNCAxLjQxNC04LjIwNyA4LjIwN3oiLz48L2c+PC9zdmc+");
  display: none;
  position: absolute;
}
label.fwe-checkbox .fwe-checkbox-label-content {
  line-height: 24px;
  margin-left: 8px;
}
label.fwe-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
label.fwe-checkbox input[type=checkbox]:hover ~ .fwe-checkbox-checkmark {
  background-color: var(--fwe-control);
}
label.fwe-checkbox input[type=checkbox]:active ~ .fwe-checkbox-checkmark {
  background-color: var(--fwe-control-hover);
}
label.fwe-checkbox input[type=checkbox]:indeterminate ~ .fwe-checkbox-checkmark::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDE2djE2SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIgN2gxMnYySDJ6Ii8+PC9nPjwvc3ZnPg==");
}
label.fwe-checkbox input[type=checkbox]:checked ~ .fwe-checkbox-checkmark, label.fwe-checkbox input[type=checkbox]:indeterminate ~ .fwe-checkbox-checkmark {
  background-color: var(--fwe-hero);
  border-color: var(--fwe-hero);
}
label.fwe-checkbox input[type=checkbox]:hover:checked:not(:disabled) ~ .fwe-checkbox-checkmark, label.fwe-checkbox input[type=checkbox]:hover:indeterminate:not(:disabled) ~ .fwe-checkbox-checkmark {
  background-color: var(--fwe-hero-hover);
  border-color: var(--fwe-hero-hover);
}
label.fwe-checkbox input[type=checkbox]:active:checked:not(:disabled) ~ .fwe-checkbox-checkmark, label.fwe-checkbox input[type=checkbox]:active:indeterminate:not(:disabled) ~ .fwe-checkbox-checkmark {
  background-color: var(--fwe-hero-active);
  border-color: var(--fwe-hero-active);
}
label.fwe-checkbox input[type=checkbox]:checked ~ .fwe-checkbox-checkmark:before, label.fwe-checkbox input[type=checkbox]:indeterminate ~ .fwe-checkbox-checkmark:before {
  display: block;
}
label.fwe-checkbox input[type=checkbox]:disabled ~ .fwe-checkbox-checkmark {
  background-color: var(--fwe-white);
  border-color: var(--fwe-control-disabled);
  cursor: not-allowed;
}
label.fwe-checkbox input[type=checkbox]:disabled:checked ~ .fwe-checkbox-checkmark, label.fwe-checkbox input[type=checkbox]:disabled:indeterminate ~ .fwe-checkbox-checkmark {
  background-color: var(--fwe-control-disabled);
  border-color: var(--fwe-control-disabled);
}
label.fwe-checkbox input[type=checkbox]:disabled {
  cursor: not-allowed;
}
label.fwe-checkbox input[type=checkbox]:disabled ~ .fwe-checkbox-label-content {
  color: var(--fwe-text-disabled);
  cursor: not-allowed;
}
label.fwe-checkbox input[type=checkbox]:user-invalid ~ .fwe-checkbox-checkmark {
  border-color: var(--fwe-red);
}

label.fwe-switch.fwe-switch-label-before {
  flex-direction: row-reverse;
  justify-content: space-between;
}
label.fwe-switch.fwe-switch-label-before .fwe-switch-label-content {
  margin-left: 0px;
  margin-right: 8px;
}

label.fwe-switch.fwe-switch-label-below {
  flex-direction: column;
}
label.fwe-switch.fwe-switch-label-below .fwe-switch-label-content {
  margin: 8px 0px 0px 0px;
}
label.fwe-switch.fwe-switch-label-below .fwe-switch-track {
  margin-top: 0px;
  margin-bottom: 0px;
}

label.fwe-switch {
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
label.fwe-switch .fwe-switch-track {
  box-sizing: border-box;
  position: relative;
  height: 16px;
  width: 32px;
  border: none;
  background-color: var(--fwe-control-border);
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}
label.fwe-switch .fwe-switch-track:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: 10px;
  width: 10px;
  background: var(--fwe-white);
  border-radius: 50%;
  transition: left 0.2s;
}
label.fwe-switch.fwe-switch-lg .fwe-switch-track {
  height: 24px;
  width: 48px;
  border-radius: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}
label.fwe-switch.fwe-switch-lg .fwe-switch-track:after {
  top: 5px;
  left: 5px;
  height: 14px;
  width: 14px;
}
label.fwe-switch.fwe-switch-lg input[type=checkbox]:checked ~ .fwe-switch-track:after {
  left: 29px;
}
label.fwe-switch .fwe-switch-label-content {
  line-height: 24px;
  margin-left: 8px;
}
label.fwe-switch input[type=checkbox] {
  height: 0px;
  width: 0px;
  position: absolute;
}
label.fwe-switch input[type=checkbox]:hover ~ .fwe-switch-track {
  background-color: var(--fwe-control-border-hover);
}
label.fwe-switch input[type=checkbox]:active ~ .fwe-switch-track {
  background-color: var(--fwe-control-border-active);
}
label.fwe-switch input[type=checkbox]:checked ~ .fwe-switch-track {
  background-color: var(--fwe-caerul);
}
label.fwe-switch input[type=checkbox]:checked ~ .fwe-switch-track:after {
  left: 19px;
}
label.fwe-switch input[type=checkbox]:hover:checked ~ .fwe-switch-track {
  background-color: var(--fwe-hero-hover);
}
label.fwe-switch input[type=checkbox]:active:checked ~ .fwe-switch-track {
  background-color: var(--fwe-hero-active);
}
label.fwe-switch input[type=checkbox]:disabled ~ .fwe-switch-track {
  background-color: var(--fwe-control-disabled);
  cursor: not-allowed;
}
label.fwe-switch input[type=checkbox]:disabled:checked ~ .fwe-switch-track {
  background-color: var(--fwe-hero-bg);
  cursor: not-allowed;
}
label.fwe-switch input[type=checkbox]:disabled {
  cursor: not-allowed;
}
label.fwe-switch input[type=checkbox]:disabled ~ .fwe-switch-label-content {
  color: var(--fwe-text-disabled);
  cursor: not-allowed;
}

a.fwe-btn,
button.fwe-btn {
  line-height: normal;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: var(--fwe-font-family-sans-serif);
  font-size: var(--fwe-font-size-base);
  padding: 4px 16px;
  min-height: 32px;
  color: var(--fwe-text);
  background: var(--fwe-control);
  border-radius: 4px;
  cursor: pointer;
  border: none;
}
a.fwe-btn i[class^=fwe-icon-],
a.fwe-btn i[class*=" fwe-icon-"],
a.fwe-btn .fwe-svg-icon,
button.fwe-btn i[class^=fwe-icon-],
button.fwe-btn i[class*=" fwe-icon-"],
button.fwe-btn .fwe-svg-icon {
  margin-right: 8px;
}
a.fwe-btn:hover,
button.fwe-btn:hover {
  color: var(--fwe-text);
  background: var(--fwe-control-hover);
}
a.fwe-btn:active,
button.fwe-btn:active {
  background: var(--fwe-control-active);
}
a.fwe-btn:focus,
button.fwe-btn:focus {
  outline: 0;
}
a.fwe-btn:disabled, a.fwe-btn.fwe-disabled,
button.fwe-btn:disabled,
button.fwe-btn.fwe-disabled {
  cursor: default;
  background: var(--fwe-control-disabled);
  color: var(--fwe-text-disabled);
}
a.fwe-btn.fwe-btn-hero,
button.fwe-btn.fwe-btn-hero {
  color: var(--fwe-white);
  background: var(--fwe-hero);
}
a.fwe-btn.fwe-btn-hero:hover,
button.fwe-btn.fwe-btn-hero:hover {
  color: var(--fwe-white);
  background: var(--fwe-hero-hover);
}
a.fwe-btn.fwe-btn-hero:active,
button.fwe-btn.fwe-btn-hero:active {
  background: var(--fwe-hero-active);
}
a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
button.fwe-btn.fwe-btn-hero:disabled,
button.fwe-btn.fwe-btn-hero.fwe-disabled {
  background: var(--fwe-control-disabled);
  color: var(--fwe-text-disabled);
}
a.fwe-btn.fwe-btn-block,
button.fwe-btn.fwe-btn-block {
  width: 100%;
}
a.fwe-btn.fwe-btn-link,
button.fwe-btn.fwe-btn-link {
  background: none;
  color: var(--fwe-hero);
  padding: 0;
}
a.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
a.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
a.fwe-btn.fwe-btn-link .fwe-svg-icon,
button.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
button.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
button.fwe-btn.fwe-btn-link .fwe-svg-icon {
  margin-right: 4px;
}
a.fwe-btn.fwe-btn-link.fwe-dark,
button.fwe-btn.fwe-btn-link.fwe-dark {
  color: var(--fwe-text);
}
a.fwe-btn.fwe-btn-link:hover,
button.fwe-btn.fwe-btn-link:hover {
  background: none;
  color: var(--fwe-hero-hover);
}
a.fwe-btn.fwe-btn-link:active,
button.fwe-btn.fwe-btn-link:active {
  background: none;
  color: var(--fwe-hero-hover);
}
a.fwe-btn.fwe-btn-link:disabled, a.fwe-btn.fwe-btn-link.fwe-disabled,
button.fwe-btn.fwe-btn-link:disabled,
button.fwe-btn.fwe-btn-link.fwe-disabled {
  color: var(--fwe-text-disabled);
}
a.fwe-btn.fwe-btn-lg,
button.fwe-btn.fwe-btn-lg {
  padding: 4px 24px;
  min-height: 48px;
}
a.fwe-btn.fwe-btn-lg i[class^=fwe-icon-],
a.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"],
button.fwe-btn.fwe-btn-lg i[class^=fwe-icon-],
button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"] {
  font-size: 24px;
}
a.fwe-btn.fwe-btn-icon,
button.fwe-btn.fwe-btn-icon {
  border-radius: 50%;
  padding: 0px;
  height: 32px;
  width: 32px;
  justify-content: center;
}
a.fwe-btn.fwe-btn-icon.fwe-btn-lg,
button.fwe-btn.fwe-btn-icon.fwe-btn-lg {
  height: 48px;
  width: 48px;
}
a.fwe-btn.fwe-btn-icon i[class^=fwe-icon-],
a.fwe-btn.fwe-btn-icon i[class*=" fwe-icon-"],
a.fwe-btn.fwe-btn-icon .fwe-svg-icon,
button.fwe-btn.fwe-btn-icon i[class^=fwe-icon-],
button.fwe-btn.fwe-btn-icon i[class*=" fwe-icon-"],
button.fwe-btn.fwe-btn-icon .fwe-svg-icon {
  margin-right: 0px;
}
a.fwe-btn.fwe-btn-lg.fwe-btn-icon.fwe-btn-floating,
button.fwe-btn.fwe-btn-lg.fwe-btn-icon.fwe-btn-floating {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.13);
}

a.fwe-btn.fwe-disabled {
  pointer-events: none;
}

/*!
 * Festo UI - Web Essentials light (https://storybook.festo.design/)
 * Copyright 2025 Festo SE & Co. KG
 * Licensed under Apache-2.0
 */
label.fwe-slider span {
  margin-bottom: 4px;
  display: inline-block;
  font-size: var(--fwe-font-size-md);
  color: var(--fwe-text-light);
}

input[type=range].fwe-slider-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  padding: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}
@-moz-document url-prefix() {
  input[type=range].fwe-slider-input {
    height: 32px;
  }
}
input[type=range].fwe-slider-input:focus {
  outline: none;
}
input[type=range].fwe-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  background: var(--fwe-hero);
  cursor: pointer;
  border-radius: 50%;
  margin-top: -3px;
}
input[type=range].fwe-slider-input::-moz-range-thumb {
  width: 8px;
  height: 8px;
  background: var(--fwe-hero);
  cursor: pointer;
  border-radius: 50%;
  border: none;
}
input[type=range].fwe-slider-input::-ms-thumb {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fwe-hero);
  cursor: pointer;
  border: 1px solid var(--fwe-hero);
}
input[type=range].fwe-slider-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--fwe-control);
  border: none;
}
input[type=range].fwe-slider-input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--fwe-control);
  border: none;
}
input[type=range].fwe-slider-input::-moz-range-progress {
  height: 2px;
  cursor: pointer;
  background: var(--fwe-hero);
  border: none;
}
input[type=range].fwe-slider-input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range].fwe-slider-input::-ms-fill-lower {
  background: var(--fwe-hero);
}
input[type=range].fwe-slider-input::-ms-fill-upper {
  background: var(--fwe-control);
}
input[type=range].fwe-slider-input:hover:not(:disabled)::-webkit-slider-thumb {
  margin-top: -7px;
  height: 16px;
  width: 16px;
}
input[type=range].fwe-slider-input:hover:not(:disabled)::-moz-range-thumb {
  height: 16px;
  width: 16px;
}
input[type=range].fwe-slider-input:hover:not(:disabled)::-ms-thumb {
  box-shadow: 0px 0px 0px 4px var(--fwe-hero);
}
input[type=range].fwe-slider-input:active:not(:disabled)::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px 8px rgba(0, 145, 220, 0.3);
}
input[type=range].fwe-slider-input:active:not(:disabled)::-moz-range-thumb {
  box-shadow: 0px 0px 0px 8px rgba(0, 145, 220, 0.3);
}
input[type=range].fwe-slider-input:active:not(:disabled)::-ms-thumb {
  box-shadow: 0px 0px 0px 4px var(--fwe-hero), 0px 0px 0px 12px rgba(0, 145, 220, 0.3) !important;
}
input[type=range].fwe-slider-input:disabled::-webkit-slider-runnable-track {
  background: var(--fwe-control-disabled);
}
input[type=range].fwe-slider-input:disabled::-moz-range-track {
  background: var(--fwe-control-disabled);
}
input[type=range].fwe-slider-input:disabled::-moz-range-progress {
  background: var(--fwe-control);
}
input[type=range].fwe-slider-input:disabled::-ms-fill-lower {
  background: var(--fwe-control);
}
input[type=range].fwe-slider-input:disabled::-ms-fill-upper {
  background: var(--fwe-control-disabled);
}
input[type=range].fwe-slider-input:disabled::-webkit-slider-thumb {
  cursor: auto;
  background: var(--fwe-control);
}
input[type=range].fwe-slider-input:disabled::-moz-range-thumb {
  background: var(--fwe-control);
}
input[type=range].fwe-slider-input:disabled::-ms-thumb {
  background: var(--fwe-control);
  border: 1px solid var(--fwe-control);
}

@media (prefers-reduced-motion: reduce) {
  .fwe-waiting-circle-1 {
    animation: non-motion-animation 1s infinite alternate !important;
    border-color: var(--fwe-hero) !important;
  }
  .fwe-waiting-circle-2,
  .fwe-waiting-circle-3,
  .fwe-waiting-circle-4 {
    display: none !important;
  }
}
.fwe-waiting-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fwe-waiting-container .fwe-waiting-content-container {
  margin-top: 12px;
  color: var(--fwe-hero);
}

.fwe-waiting-container-sm {
  flex-direction: row;
}
.fwe-waiting-container-sm .fwe-waiting-content-container {
  margin-top: unset;
  margin-left: 8px;
}

.fwe-waiting-indicator {
  display: inline-block;
  position: relative;
  width: 96px;
  height: 96px;
}
.fwe-waiting-indicator div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  border: 8px solid var(--fwe-hero);
  border-radius: 50%;
  border-color: var(--fwe-hero) transparent transparent transparent;
}
.fwe-waiting-indicator .fwe-waiting-circle-1 {
  animation: fwe-wi-animation-1 3s linear infinite;
}
.fwe-waiting-indicator .fwe-waiting-circle-2 {
  animation: fwe-wi-animation-2 3s linear infinite;
}
.fwe-waiting-indicator .fwe-waiting-circle-3 {
  animation: fwe-wi-animation-3 3s linear infinite;
}
.fwe-waiting-indicator .fwe-waiting-circle-4 {
  animation: fwe-wi-animation-4 3s linear infinite;
}
.fwe-waiting-indicator.fwe-waiting-indicator-md {
  height: 48px;
  width: 48px;
}
.fwe-waiting-indicator.fwe-waiting-indicator-md div {
  height: 48px;
  width: 48px;
  border-width: 4px;
}
.fwe-waiting-indicator.fwe-waiting-indicator-sm {
  height: 16px;
  width: 16px;
}
.fwe-waiting-indicator.fwe-waiting-indicator-sm div {
  height: 16px;
  width: 16px;
  border-width: 2px;
}
@keyframes non-motion-animation {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fwe-wi-animation-1 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(315deg);
  }
  40% {
    transform: rotate(500deg);
  }
  60% {
    transform: rotate(900deg);
  }
  80% {
    transform: rotate(1170deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
@keyframes fwe-wi-animation-2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(270deg);
  }
  40% {
    transform: rotate(500deg);
  }
  60% {
    transform: rotate(900deg);
  }
  80% {
    transform: rotate(1120deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
@keyframes fwe-wi-animation-3 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(180deg);
  }
  40% {
    transform: rotate(500deg);
  }
  60% {
    transform: rotate(900deg);
  }
  80% {
    transform: rotate(1070deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
@keyframes fwe-wi-animation-4 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(90deg);
  }
  40% {
    transform: rotate(500deg);
  }
  60% {
    transform: rotate(900deg);
  }
  80% {
    transform: rotate(1040deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}

.fwe-select-wrapper .fwe-select-invalid, .fwe-select-wrapper .fwe-select-description {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: var(--fwe-font-size-small);
  line-height: var(--fwe-line-height-base);
  color: var(--fwe-text-disabled);
}

.fwe-select-wrapper {
  font-family: var(--fwe-font-size-base);
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
}
.fwe-select-wrapper::before {
  pointer-events: none;
  position: absolute;
  bottom: 22px;
  left: calc(100% - 24px);
  content: "";
  height: 24px;
  width: 24px;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTUuNjM2IDkuMTcyIDEyIDE1LjUzNmw2LjM2NC02LjM2NC0uNzA3LS43MDhMMTIgMTQuMTIxIDYuMzQzIDguNDY0bC0uNzA3LjcwOHoiIGRhdGEtbmFtZT0iY29udGVudCIvPjwvc3ZnPg==") center/24px 24px no-repeat;
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTUuNjM2IDkuMTcyIDEyIDE1LjUzNmw2LjM2NC02LjM2NC0uNzA3LS43MDhMMTIgMTQuMTIxIDYuMzQzIDguNDY0bC0uNzA3LjcwOHoiIGRhdGEtbmFtZT0iY29udGVudCIvPjwvc3ZnPg==") center/24px 24px no-repeat;
  background-color: var(--fwe-text);
}
.fwe-select-wrapper:has(.fwe-select:disabled)::before {
  background-color: var(--fwe-text-disabled);
}
.fwe-select-wrapper .fwe-select-label {
  height: 18px;
  order: 1;
  color: var(--fwe-text);
  font-size: var(--fwe-font-size-small);
  line-height: var(--fwe-line-height-base);
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-select-wrapper .fwe-select {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  order: 2;
  height: 33px;
  padding-inline: unset;
  padding: 4px 24px 4px 0px;
  width: 100%;
  font-size: var(--fwe-font-size-base);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: 0;
  background: none;
  border: none;
  border-bottom: 1px solid var(--fwe-control-border);
}
.fwe-select-wrapper .fwe-select:hover:not(:disabled), .fwe-select-wrapper .fwe-select:focus:not(:disabled) {
  color: var(--fwe-hero);
  border-color: var(--fwe-hero);
}
.fwe-select-wrapper .fwe-select:hover:not(:disabled) option, .fwe-select-wrapper .fwe-select:focus:not(:disabled) option {
  color: var(--fwe-text);
}
.fwe-select-wrapper .fwe-select:hover.fwe-invalid, .fwe-select-wrapper .fwe-select:hover:user-invalid, .fwe-select-wrapper .fwe-select:focus.fwe-invalid, .fwe-select-wrapper .fwe-select:focus:user-invalid {
  border-color: var(--fwe-red);
}
.fwe-select-wrapper .fwe-select:disabled {
  cursor: default;
  border-color: var(--fwe-control-disabled);
}
.fwe-select-wrapper .fwe-select:disabled ~ .fwe-select-label {
  color: var(--fwe-text-disabled);
}
.fwe-select-wrapper .fwe-select::-ms-expand {
  display: none;
}
.fwe-select-wrapper .fwe-select.fwe-invalid, .fwe-select-wrapper .fwe-select:user-invalid {
  box-shadow: none;
  border-color: var(--fwe-red);
}
.fwe-select-wrapper .fwe-select.fwe-invalid ~ .fwe-select-invalid, .fwe-select-wrapper .fwe-select:user-invalid ~ .fwe-select-invalid {
  display: block;
}
.fwe-select-wrapper .fwe-select.fwe-invalid ~ .fwe-select-description, .fwe-select-wrapper .fwe-select:user-invalid ~ .fwe-select-description {
  display: none;
}
.fwe-select-wrapper .fwe-select-invalid {
  display: none;
  color: var(--fwe-red);
}

.fwe-options-container {
  max-width: 100%;
  background-color: var(--fwe-white);
  padding: 16px 0px;
  margin: 0;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
  list-style: none;
}
.fwe-options-container:focus {
  outline: none;
}
.fwe-options-container--multi-select {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 12px;
}

.fwe-combobox-option {
  padding: 8px 16px;
  cursor: pointer;
  position: relative;
}
.fwe-combobox-option:hover, .fwe-combobox-option:focus, .fwe-combobox-option.fwe-focus {
  background-color: var(--fwe-background);
  color: var(--fwe-hero);
}
.fwe-combobox-option.fwe-selected {
  color: var(--fwe-hero);
}
.fwe-combobox-option.fwe-selected::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--fwe-hero);
  position: absolute;
  left: 0;
  top: 0;
}
.fwe-combobox-option.fwe-disabled {
  color: var(--fwe-text-disabled);
  cursor: default;
}
.fwe-combobox-option.fwe-disabled:hover {
  background-color: transparent;
  color: var(--fwe-text-disabled);
}

.fwe-badge {
  display: inline-block;
  border-radius: 2px;
  font-size: var(--fwe-font-size-md);
  padding-left: 6px;
  padding-right: 6px;
  color: var(--fwe-white);
  max-height: 19px;
  height: 19px;
  line-height: 17px;
  background-color: var(--fwe-hero);
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-badge.fwe-badge-sm {
  font-size: var(--fwe-font-size-small);
  max-height: 17px;
  height: 17px;
  line-height: 16px;
}
.fwe-badge.fwe-badge-md {
  font-size: var(--fwe-font-size-base);
  max-height: 22px;
  height: 22px;
  line-height: 20px;
}
.fwe-badge.fwe-badge-lg {
  font-size: var(--fwe-font-size-xl);
  max-height: 32px;
  height: 32px;
  line-height: 30px;
}
.fwe-badge.fwe-badge-xl {
  font-size: var(--fwe-font-size-xxl);
  max-height: 44px;
  height: 44px;
  line-height: 42px;
}

.fwe-badge-caerul {
  background-color: var(--fwe-caerul) !important;
}

.fwe-badge-dark {
  background-color: var(--fwe-text) !important;
}

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

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

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

.fwe-badge-red {
  background-color: var(--fwe-red) !important;
}

.fwe-badge-hero {
  background-color: var(--fwe-hero) !important;
}

.fwe-badge-hero-hover {
  background-color: var(--fwe-hero-hover) !important;
}

.fwe-badge-hero-active {
  background-color: var(--fwe-hero-active) !important;
}

.fwe-badge-control {
  background-color: var(--fwe-control) !important;
}

.fwe-badge-control-hover {
  background-color: var(--fwe-control-hover) !important;
}

.fwe-badge-control-active {
  background-color: var(--fwe-control-active) !important;
}

.fwe-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--fwe-border);
  background-color: var(--fwe-white);
  border-radius: 8px;
}
.fwe-card .fwe-card-img, .fwe-card .fwe-card-img-32, .fwe-card .fwe-card-img-169 {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.fwe-card .fwe-card-img-169 {
  height: 188px;
  max-height: 188px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.fwe-card .fwe-card-img-32 {
  height: 284px;
  max-height: 284px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.fwe-card .fwe-card-header {
  padding: 24px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.fwe-card .fwe-card-header .fwe-card-title h5 {
  line-height: var(--fwe-font-size-xl);
  font-size: var(--fwe-font-size-xl);
  margin: 0;
  padding: 0;
}
.fwe-card .fwe-card-header .fwe-card-title p {
  padding: 0;
  margin: 0;
  color: var(--fwe-text-light);
  font-size: var(--fwe-font-size-md);
}
.fwe-card .fwe-card-body {
  flex-grow: 1;
  padding: 24px;
  padding-bottom: 48px;
}
.fwe-card .fwe-card-body .fwe-card-text {
  margin: 0;
  padding: 0;
}
.fwe-card .fwe-card-body > *:not(:last-child) {
  margin-bottom: 24px;
}
.fwe-card .fwe-card-notification {
  height: 64px;
  min-height: 64px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}
.fwe-card .fwe-card-notification .fwe-card-title {
  padding-left: 16px;
}
.fwe-card .fwe-card-notification .fwe-card-title h6 {
  line-height: var(--fwe-font-size-base);
  font-size: var(--fwe-font-size-base);
  font-weight: var(--fwe-font-weight-bold);
  margin: 0;
  padding: 0;
}
.fwe-card .fwe-card-notification .fwe-card-title p {
  padding: 0;
  margin: 0;
  color: var(--fwe-text);
}

.fwe-progress {
  display: flex;
  height: 8px;
  background-color: var(--fwe-control);
  border-radius: 8px;
  overflow: hidden;
}
.fwe-progress .fwe-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: width 0.6s ease;
  background-color: var(--fwe-hero);
  border-radius: 8px;
  box-shadow: 4px 0px 0px 0px var(--fwe-white);
}
.fwe-progress .fwe-progress-bar.fwe-progress-bar-black {
  box-shadow: 4px 0px 0px 0px var(--fwe-black);
}
.fwe-progress .fwe-progress-bar.fwe-progress-bar-background {
  box-shadow: 4px 0px 0px 0px var(--fwe-background);
}

fieldset.fwe-progress-container {
  padding: 0;
  margin: 0;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
fieldset.fwe-progress-container legend {
  padding: 0;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 0px;
  height: 18px;
  line-height: 18px;
  font-size: var(--fwe-font-size-small);
  font-weight: var(--fwe-font-weight-bold);
}
fieldset.fwe-progress-container p {
  padding: 0;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
}
fieldset.fwe-progress-container label {
  padding: 0;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 4px;
  height: 18px;
  line-height: 18px;
  font-size: var(--fwe-font-size-small);
  font-weight: var(--fwe-font-weight-bold);
  color: var(--fwe-hero);
}

.fwe-pagination {
  display: flex;
}
.fwe-pagination .fwe-navigate-btn, .fwe-pagination .fwe-navigate-btn-down, .fwe-pagination .fwe-navigate-btn-up {
  line-height: normal;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-family: var(--fwe-font-family-sans-serif);
  padding: 0px;
  height: 24px;
  width: 24px;
  background: transparent;
  cursor: pointer;
  border: none;
}
.fwe-pagination .fwe-navigate-btn::before, .fwe-pagination .fwe-navigate-btn-down::before, .fwe-pagination .fwe-navigate-btn-up::before {
  content: "";
  height: 24px;
  width: 24px;
  background-color: var(--fwe-text);
}
.fwe-pagination .fwe-navigate-btn:hover::before, .fwe-pagination .fwe-navigate-btn-down:hover::before, .fwe-pagination .fwe-navigate-btn-up:hover::before {
  background-color: var(--fwe-hero);
}
.fwe-pagination .fwe-navigate-btn:active::before, .fwe-pagination .fwe-navigate-btn-down:active::before, .fwe-pagination .fwe-navigate-btn-up:active::before {
  background-color: var(--fwe-hero-hover);
}
.fwe-pagination .fwe-navigate-btn:focus, .fwe-pagination .fwe-navigate-btn-down:focus, .fwe-pagination .fwe-navigate-btn-up:focus {
  outline: 0;
}
.fwe-pagination .fwe-navigate-btn:disabled, .fwe-pagination .fwe-navigate-btn-down:disabled, .fwe-pagination .fwe-navigate-btn-up:disabled, .fwe-pagination .fwe-navigate-btn.fwe-disabled, .fwe-pagination .fwe-disabled.fwe-navigate-btn-down, .fwe-pagination .fwe-disabled.fwe-navigate-btn-up {
  cursor: default;
}
.fwe-pagination .fwe-navigate-btn:disabled::before, .fwe-pagination .fwe-navigate-btn-down:disabled::before, .fwe-pagination .fwe-navigate-btn-up:disabled::before, .fwe-pagination .fwe-navigate-btn.fwe-disabled::before, .fwe-pagination .fwe-disabled.fwe-navigate-btn-down::before, .fwe-pagination .fwe-disabled.fwe-navigate-btn-up::before {
  background-color: var(--fwe-text-disabled);
}
.fwe-pagination .fwe-navigate-btn-up::before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAyNFYwaDI0djI0eiIvPjxwYXRoIGQ9Ik05LjE3MiAxOC4zNjQgMTUuNTM2IDEyIDkuMTcyIDUuNjM2bC0uNzA4LjcwN0wxNC4xMjEgMTJsLTUuNjU3IDUuNjU3LjcwOC43MDd6Ii8+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAyNFYwaDI0djI0eiIvPjxwYXRoIGQ9Ik05LjE3MiAxOC4zNjQgMTUuNTM2IDEyIDkuMTcyIDUuNjM2bC0uNzA4LjcwN0wxNC4xMjEgMTJsLTUuNjU3IDUuNjU3LjcwOC43MDd6Ii8+PC9zdmc+");
}
.fwe-pagination .fwe-navigate-btn-down::before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAyNFYwaDI0djI0eiIvPjxwYXRoIGQ9Ik0xNC44MjggNS42MzYgOC40NjQgMTJsNi4zNjQgNi4zNjQuNzA4LS43MDdMOS44NzkgMTJsNS42NTctNS42NTctLjcwOC0uNzA3eiIvPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAyNFYwaDI0djI0eiIvPjxwYXRoIGQ9Ik0xNC44MjggNS42MzYgOC40NjQgMTJsNi4zNjQgNi4zNjQuNzA4LS43MDdMOS44NzkgMTJsNS42NTctNS42NTctLjcwOC0uNzA3eiIvPjwvc3ZnPg==");
}
.fwe-pagination .fwe-page-dot {
  cursor: pointer;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 9px 4px;
  background: var(--fwe-control-border);
  border-radius: 50%;
}
.fwe-pagination .fwe-page-dot:hover {
  background: var(--fwe-control-border-hover);
}
.fwe-pagination .fwe-page-dot.fwe-selected {
  background: var(--fwe-hero);
  cursor: default;
}
.fwe-pagination .fwe-page-current {
  font-feature-settings: var(--fwe-font-feature-settings);
  font-weight: var(--fwe-font-weight-bold);
  border-right: 1px solid var(--fwe-text);
  padding: 0px 12px 0px 4px;
}
.fwe-pagination .fwe-page-max {
  font-feature-settings: var(--fwe-font-feature-settings);
  line-height: 24px;
  padding: 0px 4px 0px 12px;
  font-weight: var(--fwe-font-weight-normal);
}

.fwe-pagination.fwe-pagination--on-dark-bg .fwe-navigate-btn-down::before {
  background-color: var(--fwe-white);
}
.fwe-pagination.fwe-pagination--on-dark-bg .fwe-navigate-btn-up::before {
  background-color: var(--fwe-white);
}
.fwe-pagination.fwe-pagination--on-dark-bg .fwe-page-current {
  color: var(--fwe-white);
  border-right: 1px solid var(--fwe-white);
}
.fwe-pagination.fwe-pagination--on-dark-bg .fwe-page-max {
  color: var(--fwe-white);
}

.fwe-snackbar {
  padding: 12px;
  background-color: var(--fwe-hero-bg);
  border: 1px solid var(--fwe-hero);
  border-radius: 4px;
  margin: auto;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
.fwe-snackbar span {
  display: block;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fwe-snackbar.fwe-snackbar-shadow {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
}
.fwe-snackbar .fwe-snackbar-close-btn {
  border: none;
  padding: 0;
  height: 24px;
  width: 24px;
  min-width: 24px;
  cursor: pointer;
  background: var(--fwe-text);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iY29udGVudCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE2Ljk1IDguNDY0IDE1LjUzNiA3LjA1IDEyIDEwLjU4NiA4LjQ2NCA3LjA1IDcuMDUgOC40NjQgMTAuNTg2IDEyIDcuMDUgMTUuNTM2bDEuNDE0IDEuNDE0TDEyIDEzLjQxNGwzLjUzNiAzLjUzNiAxLjQxNC0xLjQxNEwxMy40MTQgMTJsMy41MzYtMy41MzZ6Ii8+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iY29udGVudCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE2Ljk1IDguNDY0IDE1LjUzNiA3LjA1IDEyIDEwLjU4NiA4LjQ2NCA3LjA1IDcuMDUgOC40NjQgMTAuNTg2IDEyIDcuMDUgMTUuNTM2bDEuNDE0IDEuNDE0TDEyIDEzLjQxNGwzLjUzNiAzLjUzNiAxLjQxNC0xLjQxNEwxMy40MTQgMTJsMy41MzYtMy41MzZ6Ii8+PC9zdmc+");
}
.fwe-snackbar .fwe-snackbar-link-btn {
  background: none;
  color: var(--fwe-text);
  border: none;
  padding: 0px 12px;
  cursor: pointer;
  text-decoration: underline;
}
.fwe-snackbar.fwe-snackbar-info span, .fwe-snackbar.fwe-snackbar-warning span, .fwe-snackbar.fwe-snackbar-error span {
  position: relative;
  padding-left: 36px;
}
.fwe-snackbar.fwe-snackbar-info span::before, .fwe-snackbar.fwe-snackbar-warning span::before, .fwe-snackbar.fwe-snackbar-error span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
}
.fwe-snackbar.fwe-snackbar-info span::before {
  background-color: var(--fwe-hero);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEuMDMyIDExLjAzMiAwIDAgMCAxMiAxWm0xIDE4aC0ydi05aDJabTAtMTJoLTJWNWgyWiIvPjwvZz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEuMDMyIDExLjAzMiAwIDAgMCAxMiAxWm0xIDE4aC0ydi05aDJabTAtMTJoLTJWNWgyWiIvPjwvZz48L3N2Zz4=");
}
.fwe-snackbar.fwe-snackbar-warning {
  border-color: var(--fwe-orange);
  background-color: var(--fwe-orange-bg);
}
.fwe-snackbar.fwe-snackbar-warning span::before {
  background-color: var(--fwe-orange);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTIyLjQgMTkuODYgMTMuMjczIDIuNzQzYTEuNDQxIDEuNDQxIDAgMCAwLTIuNTQ0IDBMMS42IDE5Ljg2YTEuNDQxIDEuNDQxIDAgMCAwIDEuMjcyIDIuMTJIMjEuMTNhMS40NDEgMS40NDEgMCAwIDAgMS4yNzItMi4xMlpNMTEgN2gydjhoLTJabTIuMDA1IDExLjk2NWgtMi4wMXYtMi4wMWgyLjAxWiIvPjwvZz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTIyLjQgMTkuODYgMTMuMjczIDIuNzQzYTEuNDQxIDEuNDQxIDAgMCAwLTIuNTQ0IDBMMS42IDE5Ljg2YTEuNDQxIDEuNDQxIDAgMCAwIDEuMjcyIDIuMTJIMjEuMTNhMS40NDEgMS40NDEgMCAwIDAgMS4yNzItMi4xMlpNMTEgN2gydjhoLTJabTIuMDA1IDExLjk2NWgtMi4wMXYtMi4wMWgyLjAxWiIvPjwvZz48L3N2Zz4=");
}
.fwe-snackbar.fwe-snackbar-warning .fwe-snackbar-separator {
  background-color: var(--fwe-orange);
}
.fwe-snackbar.fwe-snackbar-error {
  border-color: var(--fwe-red);
  background-color: var(--fwe-red-bg);
}
.fwe-snackbar.fwe-snackbar-error span::before {
  background-color: var(--fwe-red);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEgMTEgMCAwIDAgMTIgMVptNS43IDE1LjItMS41IDEuNS00LjItNC4zLTQuMiA0LjMtMS41LTEuNSA0LjMtNC4yLTQuMy00LjIgMS41LTEuNSA0LjIgNC4zIDQuMi00LjMgMS41IDEuNS00LjMgNC4yWiIvPjwvZz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEgMTEgMCAwIDAgMTIgMVptNS43IDE1LjItMS41IDEuNS00LjItNC4zLTQuMiA0LjMtMS41LTEuNSA0LjMtNC4yLTQuMy00LjIgMS41LTEuNSA0LjIgNC4zIDQuMi00LjMgMS41IDEuNS00LjMgNC4yWiIvPjwvZz48L3N2Zz4=");
}
.fwe-snackbar.fwe-snackbar-error .fwe-snackbar-separator {
  background-color: var(--fwe-red);
}
.fwe-snackbar .fwe-snackbar-separator {
  height: 24px;
  width: 1px;
  margin: 0px 12px;
  background: var(--fwe-hero);
}
.fwe-snackbar.fwe-snackbar-b {
  border: none;
  background-color: var(--fwe-white);
}
.fwe-snackbar.fwe-snackbar-b span::before {
  background-color: var(--fwe-text);
}
.fwe-snackbar.fwe-snackbar-b .fwe-snackbar-separator {
  background-color: var(--fwe-text-light);
}
.fwe-snackbar.fwe-snackbar-c {
  border: none;
  color: var(--fwe-white);
  background-color: var(--fwe-hero);
}
.fwe-snackbar.fwe-snackbar-c.fwe-snackbar-warning {
  background-color: var(--fwe-orange);
}
.fwe-snackbar.fwe-snackbar-c.fwe-snackbar-error {
  background-color: var(--fwe-red);
}
.fwe-snackbar.fwe-snackbar-c span::before {
  background-color: var(--fwe-white);
}
.fwe-snackbar.fwe-snackbar-c .fwe-snackbar-close-btn {
  background-color: var(--fwe-white);
}
.fwe-snackbar.fwe-snackbar-c .fwe-snackbar-separator {
  background-color: var(--fwe-white-hover);
}
.fwe-snackbar.fwe-snackbar-c .fwe-snackbar-link-btn {
  color: var(--fwe-white);
}

.fwe-snackbar-container {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1000px;
  position: fixed;
  z-index: var(--fwe-z-index-snackbar);
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 769px) {
  .fwe-snackbar-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*!
 * Festo UI - Web Essentials light (https://storybook.festo.design/)
 * Copyright 2025 Festo SE & Co. KG
 * Licensed under Apache-2.0
 */
.fwe-modal {
  padding: 48px;
  z-index: var(--fwe-z-index-modal);
  background-color: var(--fwe-white);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  width: 92vw;
  max-width: 550px;
  max-height: 92vh;
  outline: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.fwe-modal .fwe-modal-body {
  overflow-x: hidden;
  overflow-y: auto;
}
@-moz-document url-prefix() {
  .fwe-modal .fwe-modal-body {
    scrollbar-width: thin;
    scrollbar-color: var(--fwe-control-scrollbar) transparent;
  }
}
@media (pointer: fine) {
  .fwe-modal .fwe-modal-body::-webkit-scrollbar {
    width: 14px;
  }
  .fwe-modal .fwe-modal-body::-webkit-scrollbar-track {
    background: transparent;
  }
  .fwe-modal .fwe-modal-body::-webkit-scrollbar-thumb {
    overflow: visible;
    background-color: var(--fwe-control-scrollbar);
    border: 3px solid rgba(242, 243, 245, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 8px;
  }
}
.fwe-modal-h1 {
  margin-top: 0;
  margin-bottom: 32px;
  margin-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fwe-modal-h2 {
  margin-top: 0;
  margin-bottom: 12px;
  margin-right: 32px;
  font-size: var(--fwe-font-size-md);
  line-height: 18px;
  font-weight: var(--fwe-font-weight-bold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.fwe-modal-close-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  min-width: 32px;
  cursor: pointer;
  background: var(--fwe-text);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzMnYzMkgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTIxLjQ4IDkuMSAxNiAxNC41OSAxMC41MSA5LjEgOS4xIDEwLjUyIDE0LjU4IDE2IDkuMSAyMS40OWwxLjQxIDEuNDFMMTYgMTcuNDJsNS40OCA1LjQ4IDEuNDItMS40MUwxNy40MSAxNmw1LjQ5LTUuNDgtMS40Mi0xLjQyeiIgZGF0YS1uYW1lPSJjb250ZW50Ii8+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzMnYzMkgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTIxLjQ4IDkuMSAxNiAxNC41OSAxMC41MSA5LjEgOS4xIDEwLjUyIDE0LjU4IDE2IDkuMSAyMS40OWwxLjQxIDEuNDFMMTYgMTcuNDJsNS40OCA1LjQ4IDEuNDItMS40MUwxNy40MSAxNmw1LjQ5LTUuNDgtMS40Mi0xLjQyeiIgZGF0YS1uYW1lPSJjb250ZW50Ii8+PC9zdmc+");
}
.fwe-modal-close-btn:hover {
  background: var(--fwe-hero);
}
.fwe-modal-header {
  flex-shrink: 0;
}
.fwe-modal-body {
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-bottom: 32px;
}
.fwe-modal-body p:first-child {
  margin-top: 0;
}
.fwe-modal-body p:last-child {
  margin-bottom: 0;
}
.fwe-modal-buttons {
  flex-shrink: 0;
  display: grid;
  grid-column-gap: 12px;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
}
.fwe-modal--with-indicator-bar {
  border-left: 8px solid var(--fwe-hero);
}
.fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-link, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-link {
  color: var(--fwe-text);
}
.fwe-modal--info .fwe-modal-h2, .fwe-modal--warning .fwe-modal-h2, .fwe-modal--error .fwe-modal-h2 {
  padding-left: 24px;
}
.fwe-modal--info .fwe-modal-h2::before, .fwe-modal--warning .fwe-modal-h2::before, .fwe-modal--error .fwe-modal-h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  height: 16px;
  width: 16px;
}
@media (max-width: 600px), (max-height: 600px) {
  .fwe-modal--info .fwe-modal-h1, .fwe-modal--warning .fwe-modal-h1, .fwe-modal--error .fwe-modal-h1 {
    padding-left: 32px;
    position: relative;
  }
  .fwe-modal--info .fwe-modal-h1::before, .fwe-modal--warning .fwe-modal-h1::before, .fwe-modal--error .fwe-modal-h1::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    height: 24px;
    width: 24px;
  }
}
.fwe-modal--info .fwe-modal-h2::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxNnYxNkgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iIzAwOTFkYyIgZD0iTTggMWE3IDcgMCAxIDAgNyA3IDcgNyAwIDAgMC03LTdabTEgMTJIN1Y3aDJabTAtOEg3VjNoMloiIGRhdGEtbmFtZT0iY29udGVudCIvPjwvc3ZnPg==");
}
.fwe-modal--info .fwe-modal-h1::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iIzAwOTFkYyIgZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEuMDMyIDExLjAzMiAwIDAgMCAxMiAxWm0xIDE4aC0ydi05aDJabTAtMTJoLTJWNWgyWiIgZGF0YS1uYW1lPSJjb250ZW50Ii8+PC9zdmc+");
}
.fwe-modal--warning {
  border-color: var(--fwe-orange);
}
.fwe-modal--warning .fwe-modal-h2::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxNnYxNkgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iI2ZmOTYwMCIgZD0iTTE1LjIxNiAxMy41MyA4Ljg4MiAxLjY1M2ExIDEgMCAwIDAtMS43NjQgMEwuNzg0IDEzLjUzQTEgMSAwIDAgMCAxLjY2NyAxNWgxMi42NjZhMSAxIDAgMCAwIC44ODMtMS40N1pNOSAxM0g3di0yaDJabTAtM0g3VjVoMloiIGRhdGEtbmFtZT0iY29udGVudCIvPjwvc3ZnPg==");
}
.fwe-modal--warning .fwe-modal-h1::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iI2ZmOTYwMCIgZD0iTTIyLjQgMTkuODYgMTMuMjczIDIuNzQzYTEuNDQxIDEuNDQxIDAgMCAwLTIuNTQ0IDBMMS42IDE5Ljg2YTEuNDQxIDEuNDQxIDAgMCAwIDEuMjcyIDIuMTJIMjEuMTNhMS40NDEgMS40NDEgMCAwIDAgMS4yNzItMi4xMlpNMTEgN2gydjhoLTJabTIuMDA1IDExLjk2NWgtMi4wMXYtMi4wMWgyLjAxWiIgZGF0YS1uYW1lPSJjb250ZW50Ii8+PC9zdmc+");
}
.fwe-modal--error {
  border-color: var(--fwe-red);
}
.fwe-modal--error .fwe-modal-h2::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxNnYxNkgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iI2Q1MDAwMCIgZD0iTTggMS4wODFhNi45NiA2Ljk2IDAgMSAwIDYuOTYgNi45NkE2Ljk2IDYuOTYgMCAwIDAgOCAxLjA4Wm0yLjM5NyA5Ljk3MUw3Ljk1OCA4LjYxM2wtMi4zNTUgMi4zNTYtLjYzNy0uNjM3IDIuMzU2LTIuMzU1LTIuMjI4LTIuMjI4LjYzNi0uNjM3TDcuOTU4IDcuMzRsMi4zMTEtMi4zMTEuNjM3LjYzNy0yLjMxMSAyLjMxMSAyLjQzOSAyLjQzOFoiIGRhdGEtbmFtZT0iY29udGVudCIvPjwvc3ZnPg==");
}
.fwe-modal--error .fwe-modal-h1::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PHBhdGggZmlsbD0iI2Q1MDAwMCIgZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEgMTEgMCAwIDAgMTIgMVptNS43IDE1LjItMS41IDEuNS00LjItNC4zLTQuMiA0LjMtMS41LTEuNSA0LjMtNC4yLTQuMy00LjIgMS41LTEuNSA0LjIgNC4zIDQuMi00LjMgMS41IDEuNS00LjMgNC4yWiIgZGF0YS1uYW1lPSJjb250ZW50Ii8+PC9zdmc+");
}
.fwe-modal--large {
  max-width: 912px;
  min-width: 375px;
}
.fwe-modal--large .fwe-modal-buttons {
  justify-content: end;
  grid-auto-columns: minmax(200px, auto);
}

@keyframes fwe-modal-backdrop-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fwe-modal-backdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: var(--fwe-z-index-modal-backdrop);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fwe-modal-backdrop-fade-in 0.3s ease-out;
}

@media (max-width: 600px), (max-height: 600px) {
  .fwe-modal {
    padding: 24px;
  }
  .fwe-modal-buttons {
    justify-content: unset !important;
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  .fwe-modal-close-btn {
    top: 12px;
    right: 12px;
  }
  .fwe-modal-h1 {
    font-size: var(--fwe-font-size-xl);
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 16px;
  }
  .fwe-modal-h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
  .fwe-modal-body {
    margin-bottom: 24px;
  }
}
@media (max-width: 375px) {
  .fwe-modal--large {
    width: unset;
    min-width: unset;
  }
}
/*!
 * Festo UI - Web Essentials light (https://storybook.festo.design/)
 * Copyright 2025 Festo SE & Co. KG
 * Licensed under Apache-2.0
 */
.fwe-segment {
  display: inline-block;
  padding: 0;
  border: 0;
}
.fwe-segment-group {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.fwe-segment-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 100%;
  white-space: nowrap;
  padding: 0 24px;
  font-size: var(--fwe-font-size-base);
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--fwe-gray-300);
  color: var(--fwe-hero-gray);
  background-color: var(--fwe-white);
}
.fwe-segment-label:hover {
  color: var(--fwe-hero-active);
  border-color: var(--fwe-hero-active);
  border-right: 1px solid var(--fwe-hero-active);
}
.fwe-segment-label:hover + .fwe-segment-input + .fwe-segment-label {
  border-left: 1px solid var(--fwe-hero-active);
}
.fwe-segment .fwe-segment-label:not(:last-child) {
  border-right: 0;
}
.fwe-segment-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.fwe-segment-input:disabled + .fwe-segment-label {
  pointer-events: none;
  color: rgba(163, 178, 188, 0.3019607843);
  border-color: var(--fwe-control-disabled);
  border-right: 1px solid var(--fwe-control-disabled);
}
.fwe-segment-input:disabled + .fwe-segment-label:not(:last-child) {
  border-right: 0;
}
.fwe-segment-input:checked:not(:disabled) + .fwe-segment-label {
  position: relative;
  background-color: var(--fwe-caerul);
  color: var(--fwe-white);
  border-color: var(--fwe-caerul);
}
.fwe-segment-input:checked:not(:disabled) + .fwe-segment-label:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 32px;
  width: 1px;
  background-color: var(--fwe-caerul);
}
.fwe-segment-input:checked:not(:disabled):disabled + .fwe-segment-label {
  background-color: var(--fwe-gray-100);
  color: rgba(51, 51, 51, 0.3019607843);
  border-color: var(--fwe-control-disabled);
  border-right: 1px solid var(--fwe-control-disabled);
}
.fwe-segment .fwe-segment-label:nth-child(2) {
  border-radius: 4px 0 0 4px;
}
.fwe-segment .fwe-segment-label:last-child {
  border-radius: 0 4px 4px 0;
}
.fwe-segment.fwe-segment-outline .fwe-segment-input:checked + .fwe-segment-label {
  background-color: var(--fwe-sucaerul);
  color: var(--fwe-caerul);
  border-color: var(--fwe-caerul);
}
.fwe-segment.fwe-segment-outline .fwe-segment-input:checked:disabled + .fwe-segment-label {
  background-color: var(--fwe-gray-100);
  color: rgba(51, 51, 51, 0.3019607843);
  border-color: var(--fwe-control-disabled);
  border-right: 1px solid var(--fwe-control-disabled);
}
.fwe-segment.fwe-segment-outline .fwe-segment-input:checked:disabled + .fwe-segment-label:not(:last-child) {
  border-right: 0;
}
.fwe-segment.fwe-segment-icon .fwe-segment-label {
  padding: 0 16px;
  line-height: 30px;
}
.fwe-segment.fwe-segment-icon .fwe-segment-input:checked:disabled + .fwe-segment-label {
  background-color: var(--fwe-gray-100);
  color: rgba(51, 51, 51, 0.3019607843);
  border-color: var(--fwe-control-disabled);
  border-right: 1px solid var(--fwe-control-disabled);
}
.fwe-segment.fwe-segment-icon .fwe-segment-input:checked:disabled + .fwe-segment-label:not(:last-child) {
  border-right: 0;
}

.fwe-triangle.fwe-triangle-right, .fwe-triangle.fwe-triangle-left, .fwe-triangle.fwe-triangle-bottom, .fwe-triangle.fwe-triangle-top {
  width: 17px;
  height: 17px;
  position: absolute;
  overflow: hidden;
}
.fwe-triangle.fwe-triangle-right::after, .fwe-triangle.fwe-triangle-left::after, .fwe-triangle.fwe-triangle-bottom::after, .fwe-triangle.fwe-triangle-top::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--fwe-white);
  transform: rotate(45deg);
  box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.2);
}

.fwe-popover-container {
  position: relative;
  display: inline-block;
  min-width: -moz-max-content;
  min-width: max-content;
}

.fwe-triangle.fwe-triangle-top {
  left: 50%;
  top: -17px;
  transform: translateX(-8px);
}
.fwe-triangle.fwe-triangle-top::after {
  top: 11px;
  left: 3px;
}
.fwe-triangle.fwe-triangle-bottom {
  left: 50%;
  top: 100%;
  transform: translateX(-8px);
}
.fwe-triangle.fwe-triangle-bottom::after {
  top: -6px;
  left: 3px;
}
.fwe-triangle.fwe-triangle-left {
  left: -17px;
  top: 50%;
  transform: translateY(-8px);
}
.fwe-triangle.fwe-triangle-left::after {
  top: 2px;
  left: 11px;
}
.fwe-triangle.fwe-triangle-right {
  left: 100%;
  top: 50%;
  transform: translateY(-8px);
}
.fwe-triangle.fwe-triangle-right::after {
  top: 2px;
  left: -6px;
}

.fwe-popover {
  background-color: var(--fwe-white);
  box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  padding: 8px;
  font-size: var(--fwe-font-size-md);
  line-height: 1rem;
}
.fwe-popover--legend {
  display: table;
  padding: 16px;
  line-height: 24px;
}
.fwe-popover--legend .fwe-popover-legend-content {
  display: table-row;
}
.fwe-popover--legend .fwe-popover-legend-content dt {
  display: table-cell;
  margin: 0;
  padding-right: 8px;
}
.fwe-popover--legend .fwe-popover-legend-content dd {
  display: table-cell;
  margin: 0;
}
.fwe-popover--menu {
  font-size: var(--fwe-font-size-base);
  line-height: 1.5rem;
  padding: 16px;
}
.fwe-popover--menu button {
  all: unset;
  cursor: pointer;
  border-bottom: none;
  min-height: 36px;
  padding: 0;
  height: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--fwe-text);
}
.fwe-popover--menu button .fwe-svg-icon {
  margin-right: 8px;
  margin-left: 8px;
}
.fwe-popover--menu button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 24px;
  width: 32px;
  margin-right: 0px;
}
.fwe-popover--menu button i::before {
  display: inline-flex;
}
.fwe-popover--menu button span {
  display: inline-flex;
  margin-right: 8px;
}
.fwe-popover--menu button:hover {
  background-color: rgba(51, 51, 51, 0.1019607843);
}
.fwe-popover--menu button:active {
  background-color: rgba(51, 51, 51, 0.2);
}
.fwe-popover--content {
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: none;
  padding: 16px;
}

.fwe-popover-menu-trigger {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
}
.fwe-popover-menu-trigger:hover {
  color: var(--fwe-hero);
}

.fwe-timepicker {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fwe-white);
  border-radius: 4px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  max-width: 276px;
  padding: 24px;
}
.fwe-timepicker-spinners {
  display: flex;
}
.fwe-timepicker-spinners-hours, .fwe-timepicker-spinners-minutes, .fwe-timepicker-spinners-seconds {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.fwe-timepicker-spinners-hours:not(:last-child)::after, .fwe-timepicker-spinners-minutes:not(:last-child)::after, .fwe-timepicker-spinners-seconds:not(:last-child)::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;
  padding-bottom: 4px;
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-timepicker-spinners-hours input[type=number], .fwe-timepicker-spinners-minutes input[type=number], .fwe-timepicker-spinners-seconds input[type=number] {
  font-weight: var(--fwe-font-weight-bold);
  color: var(--fwe-hero);
  outline: 0;
  border: none;
  text-align: center;
  transform: translateX(-2px);
  width: 43px;
  background: transparent;
}
.fwe-timepicker-spinners-hours input[type=number]:focus, .fwe-timepicker-spinners-minutes input[type=number]:focus, .fwe-timepicker-spinners-seconds input[type=number]:focus {
  outline: 0;
}
.fwe-timepicker-spinners-hours input[type=number].fwe-timepicker-hide-spinners, .fwe-timepicker-spinners-minutes input[type=number].fwe-timepicker-hide-spinners, .fwe-timepicker-spinners-seconds input[type=number].fwe-timepicker-hide-spinners {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  margin: 0;
}
.fwe-timepicker-spinners-hours input[type=number].fwe-timepicker-hide-spinners::-webkit-inner-spin-button, .fwe-timepicker-spinners-hours input[type=number].fwe-timepicker-hide-spinners::-webkit-outer-spin-button, .fwe-timepicker-spinners-minutes input[type=number].fwe-timepicker-hide-spinners::-webkit-inner-spin-button, .fwe-timepicker-spinners-minutes input[type=number].fwe-timepicker-hide-spinners::-webkit-outer-spin-button, .fwe-timepicker-spinners-seconds input[type=number].fwe-timepicker-hide-spinners::-webkit-inner-spin-button, .fwe-timepicker-spinners-seconds input[type=number].fwe-timepicker-hide-spinners::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fwe-timepicker.fwe-timepicker-am-pm {
  padding-left: 48px;
}
.fwe-timepicker.fwe-timepicker-am-pm .fwe-timepicker-spinners {
  justify-content: flex-start;
}

/*
** Basic navbar menu
*/
.fwe-navbar-menu {
  position: relative;
}

.fwe-navbar-menu-button, .fwe-notification-button {
  padding: 0;
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
  color: var(--fwe-text);
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fwe-navbar-menu-button span, .fwe-notification-button span {
  margin-left: 4px;
}
.fwe-navbar-menu-button::before, .fwe-notification-button::before {
  content: "";
  position: absolute;
  height: 0px;
  right: 0px;
  left: 0px;
  bottom: -13px;
  background: var(--fwe-caerul);
  transition: height 0.2s;
}
.fwe-navbar-menu-button.fwe-selected, .fwe-selected.fwe-notification-button {
  color: var(--fwe-hero);
}
.fwe-navbar-menu-button.fwe-selected::before, .fwe-selected.fwe-notification-button::before {
  height: 4px;
}
.fwe-navbar-menu-button:hover, .fwe-notification-button:hover {
  color: var(--fwe-hero);
}

.fwe-navbar-menu-container {
  position: absolute;
  display: flex;
  top: 45px;
  right: 0px;
  width: 300px;
  background-color: var(--fwe-white);
  flex-direction: column;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1607843137);
  max-height: calc(100vh - 64px);
  overflow: visible;
}
@media (min-width: 768px) {
  .fwe-navbar-menu-container.fwe-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .fwe-navbar-menu-container {
    display: flex;
    transition: transform 0.3s ease;
    transform: translateX(0%);
    width: 100% !important;
    position: fixed;
    top: 64px;
    left: 0;
    height: calc(100vh - 64px);
  }
  .fwe-navbar-menu-container.fwe-hidden {
    transform: translateX(-105%);
  }
}

/**
 * Profile menu
 */
.fwe-profile-menu .fwe-profile-menu-header {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  padding: 32px 24px 24px 24px;
}
.fwe-profile-menu .fwe-profile-menu-header .fwe-profile-image-container {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--fwe-gray-400);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.fwe-profile-menu .fwe-profile-menu-header .fwe-profile-image-container .fwe-profile-image {
  width: 100%;
}
.fwe-profile-menu .fwe-profile-menu-header .fwe-profile-image-container .fwe-placeholder-letter {
  width: 32px;
  height: 32px;
  background-color: var(--fwe-gray-100);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 6px var(--fwe-white);
  box-sizing: content-box;
  font-size: var(--fwe-font-size-base);
  line-height: 28px;
}
.fwe-profile-menu .fwe-profile-menu-header .fwe-profile-data-container {
  display: flex;
  flex-direction: column;
}
.fwe-profile-menu .fwe-profile-menu-header .fwe-profile-data-container .fwe-username {
  overflow-wrap: anywhere;
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-profile-menu .fwe-profile-menu-header .fwe-profile-data-container .fwe-email {
  overflow-wrap: anywhere;
  font-size: var(--fwe-font-size-small);
  margin-top: 4px;
}
.fwe-profile-menu .fwe-profile-menu-item {
  padding: 12px 24px !important;
  min-height: auto;
  text-align: left;
  justify-content: unset;
}
.fwe-profile-menu .fwe-profile-menu-item .fwe-icon,
.fwe-profile-menu .fwe-profile-menu-item .fwe-svg-icon {
  margin-right: 12px !important;
}
.fwe-profile-menu .fwe-btn-logout {
  border-radius: 0;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .fwe-profile-menu .fwe-profile-menu-header {
    margin-bottom: 16px;
    background-color: var(--fwe-background);
    border-bottom: solid 1px var(--fwe-gray-200);
    padding: 24px 16px 24px 16px;
  }
  .fwe-profile-menu .fwe-profile-menu-header .fwe-profile-image-container {
    width: 64px;
    height: 64px;
    margin-right: 32px;
  }
  .fwe-profile-menu .fwe-profile-menu-header .fwe-profile-image-container .fwe-placeholder-letter {
    width: 42px;
    height: 42px;
    border: solid 9px var(--fwe-white);
    font-size: var(--fwe-font-size-xl);
    line-height: 40px;
  }
  .fwe-profile-menu .fwe-profile-data-container .fwe-email {
    font-size: var(--fwe-font-size-base) !important;
  }
  .fwe-profile-menu .fwe-profile-menu-item {
    padding: 20px 16px !important;
  }
  .fwe-profile-menu .fwe-profile-menu-item i {
    padding-right: 24px !important;
  }
  .fwe-profile-menu .fwe-btn-logout {
    margin: auto 16px 32px 16px !important;
    border-radius: 4px;
  }
}

/**
 * Notification menu
 */
.fwe-notification-button {
  width: 32px;
}
.fwe-notification-button.fwe-info {
  color: var(--fwe-hero);
  background: var(--fwe-white);
}
.fwe-notification-button.fwe-info:has(.fwe-notification-batch) {
  color: var(--fwe-text);
}
.fwe-notification-button.fwe-info::before {
  background: var(--fwe-white);
}
.fwe-notification-button.fwe-info .fwe-notification-batch {
  background: var(--fwe-hero);
}
.fwe-notification-button.fwe-info.fwe-selected {
  color: var(--fwe-hero);
}
.fwe-notification-button.fwe-info.fwe-selected::before {
  background: var(--fwe-hero);
}
.fwe-notification-button.fwe-warning {
  color: var(--fwe-orange);
  background: var(--fwe-white);
}
.fwe-notification-button.fwe-warning:has(.fwe-notification-batch) {
  color: var(--fwe-text);
}
.fwe-notification-button.fwe-warning::before {
  background: var(--fwe-white);
}
.fwe-notification-button.fwe-warning .fwe-notification-batch {
  background: var(--fwe-orange);
}
.fwe-notification-button.fwe-warning.fwe-selected {
  color: var(--fwe-orange);
}
.fwe-notification-button.fwe-warning.fwe-selected::before {
  background: var(--fwe-orange);
}
.fwe-notification-button.fwe-error {
  color: var(--fwe-red);
  background: var(--fwe-white);
}
.fwe-notification-button.fwe-error:has(.fwe-notification-batch) {
  color: var(--fwe-text);
}
.fwe-notification-button.fwe-error::before {
  background: var(--fwe-white);
}
.fwe-notification-button.fwe-error .fwe-notification-batch {
  background: var(--fwe-red);
}
.fwe-notification-button.fwe-error.fwe-selected {
  color: var(--fwe-red);
}
.fwe-notification-button.fwe-error.fwe-selected::before {
  background: var(--fwe-red);
}
.fwe-notification-button:hover.fwe-info {
  color: var(--fwe-hero-hover);
  background: var(--fwe-white);
}
.fwe-notification-button:hover.fwe-info .fwe-notification-batch {
  background: var(--fwe-hero-hover);
}
.fwe-notification-button:hover.fwe-warning {
  color: var(--fwe-orange-hover);
  background: var(--fwe-white);
}
.fwe-notification-button:hover.fwe-warning .fwe-notification-batch {
  background: var(--fwe-orange-hover);
}
.fwe-notification-button:hover.fwe-error {
  color: var(--fwe-red-hover);
  background: var(--fwe-white);
}
.fwe-notification-button:hover.fwe-error .fwe-notification-batch {
  background: var(--fwe-red-hover);
}
.fwe-notification-button.fwe-notification-button--strong.fwe-info {
  color: var(--fwe-white);
  background: var(--fwe-hero);
}
.fwe-notification-button.fwe-notification-button--strong.fwe-info::before {
  background: var(--fwe-hero);
}
.fwe-notification-button.fwe-notification-button--strong.fwe-info .fwe-notification-batch {
  background: var(--fwe-text);
}
.fwe-notification-button.fwe-notification-button--strong.fwe-warning {
  color: var(--fwe-white);
  background: var(--fwe-orange);
}
.fwe-notification-button.fwe-notification-button--strong.fwe-warning::before {
  background: var(--fwe-orange);
}
.fwe-notification-button.fwe-notification-button--strong.fwe-warning .fwe-notification-batch {
  background: var(--fwe-text);
}
.fwe-notification-button.fwe-notification-button--strong.fwe-error {
  color: var(--fwe-white);
  background: var(--fwe-red);
}
.fwe-notification-button.fwe-notification-button--strong.fwe-error::before {
  background: var(--fwe-red);
}
.fwe-notification-button.fwe-notification-button--strong.fwe-error .fwe-notification-batch {
  background: var(--fwe-text);
}
.fwe-notification-button.fwe-notification-button--strong:hover.fwe-info {
  color: var(--fwe-white);
  background: var(--fwe-hero-hover);
}
.fwe-notification-button.fwe-notification-button--strong:hover.fwe-info::before {
  background: var(--fwe-hero-hover);
}
.fwe-notification-button.fwe-notification-button--strong:hover.fwe-warning {
  color: var(--fwe-white);
  background: var(--fwe-orange-hover);
}
.fwe-notification-button.fwe-notification-button--strong:hover.fwe-warning::before {
  background: var(--fwe-orange-hover);
}
.fwe-notification-button.fwe-notification-button--strong:hover.fwe-error {
  color: var(--fwe-white);
  background: var(--fwe-red-hover);
}
.fwe-notification-button.fwe-notification-button--strong:hover.fwe-error::before {
  background: var(--fwe-red-hover);
}
.fwe-notification-button .fwe-notification-batch {
  position: absolute;
  border-radius: 50%;
  height: 22px;
  line-height: calc(var(--fwe-font-size-small) + 4px);
  width: 22px;
  font-size: var(--fwe-font-size-small);
  color: var(--fwe-white) !important;
  background: var(--fwe-caerul);
  border: 2px solid var(--fwe-white);
  top: -10px;
  right: -10px;
}

.fwe-notification-menu {
  width: 400px;
}
.fwe-notification-menu .fwe-notification-title {
  display: flex;
  align-items: center;
  font-weight: var(--fwe-font-weight-bold);
  height: 48px;
  padding-left: 24px;
  padding-right: 8px;
  border-bottom: 1px solid var(--fwe-border);
}
.fwe-notification-menu .fwe-notification-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-left: 24px;
  margin-right: 24px;
  border-top: 1px solid var(--fwe-border);
}
.fwe-notification-menu .fwe-notification-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item {
  padding: unset;
  text-align: left;
  background: unset;
  border: unset;
  outline: none;
  align-items: stretch;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item:hover {
  background: var(--fwe-background);
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item.fwe-disabled {
  color: var(--fwe-text-disabled);
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item.fwe-disabled .fwe-notification-item-content::before, .fwe-notification-menu .fwe-notification-list .fwe-notification-item.fwe-disabled .fwe-notification-error::before, .fwe-notification-menu .fwe-notification-list .fwe-notification-item.fwe-disabled .fwe-notification-warning::before, .fwe-notification-menu .fwe-notification-list .fwe-notification-item.fwe-disabled .fwe-notification-info::before {
  color: var(--fwe-text-disabled);
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item .fwe-notification-item-content, .fwe-notification-menu .fwe-notification-list .fwe-notification-item .fwe-notification-error, .fwe-notification-menu .fwe-notification-list .fwe-notification-item .fwe-notification-warning, .fwe-notification-menu .fwe-notification-list .fwe-notification-item .fwe-notification-info {
  border-top: 1px solid var(--fwe-border);
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item:first-child .fwe-notification-item-content, .fwe-notification-menu .fwe-notification-list .fwe-notification-item:first-child .fwe-notification-error, .fwe-notification-menu .fwe-notification-list .fwe-notification-item:first-child .fwe-notification-warning, .fwe-notification-menu .fwe-notification-list .fwe-notification-item:first-child .fwe-notification-info {
  border-top: none;
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item-content, .fwe-notification-menu .fwe-notification-list .fwe-notification-error, .fwe-notification-menu .fwe-notification-list .fwe-notification-warning, .fwe-notification-menu .fwe-notification-list .fwe-notification-info {
  position: relative;
  margin-left: 56px;
  margin-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: var(--fwe-font-family-sans-serif);
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item-content .fwe-item-header, .fwe-notification-menu .fwe-notification-list .fwe-notification-error .fwe-item-header, .fwe-notification-menu .fwe-notification-list .fwe-notification-warning .fwe-item-header, .fwe-notification-menu .fwe-notification-list .fwe-notification-info .fwe-item-header {
  font-weight: var(--fwe-font-weight-bold);
  margin-bottom: 4px;
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item-content .fwe-item-footer, .fwe-notification-menu .fwe-notification-list .fwe-notification-error .fwe-item-footer, .fwe-notification-menu .fwe-notification-list .fwe-notification-warning .fwe-item-footer, .fwe-notification-menu .fwe-notification-list .fwe-notification-info .fwe-item-footer {
  font-size: var(--fwe-font-size-small);
  color: var(--fwe-text-disabled);
  margin-top: 11px;
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-item-content::before, .fwe-notification-menu .fwe-notification-list .fwe-notification-error::before, .fwe-notification-menu .fwe-notification-list .fwe-notification-warning::before, .fwe-notification-menu .fwe-notification-list .fwe-notification-info::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: -32px;
  top: 21px;
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-info::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGc+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTgsLjk5OTg4YTcuMDAwMDYsNy4wMDAwNiwwLDEsMCw3LjAwMDA2LDcuMDAwMDZBNy4wMDAwNyw3LjAwMDA3LDAsMCwwLDgsLjk5OTg4Wk05LDEyLjk5OTk0SDd2LTZIOVptMC04SDd2LTJIOVoiIGZpbGw9IiMwMDkxZGMiLz48L2c+PC9zdmc+");
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-warning::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGc+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJub25lIi8+PC9nPjxnIGlkPSJlNmQ1NGM1MS1lMDNkLTRkNWMtYmQ5Yy0xNjk5Mzg1YzRiODQiIGRhdGEtbmFtZT0iY29udGVudCI+PHBhdGggZD0iTTE1LjIxNTcsMTMuNTI5NDIsOC44ODIzMiwxLjY1NDQyYTEsMSwwLDAsMC0xLjc2NDY0LDBMLjc4NDMsMTMuNTI5NDJBMSwxLDAsMCwwLDEuNjY2NzUsMTVIMTQuMzMzMzdhMSwxLDAsMCwwLC44ODIzMy0xLjQ3MDU4Wk05LDEzSDdWMTFIOVptMC0zSDdWNUg5WiIgZmlsbD0iI2ZmOTYwMCIvPjwvZz48L3N2Zz4=");
}
.fwe-notification-menu .fwe-notification-list .fwe-notification-error::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGc+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJub25lIi8+PC9nPjxnIGlkPSJlNmQ1NGM1MS1lMDNkLTRkNWMtYmQ5Yy0xNjk5Mzg1YzRiODQiIGRhdGEtbmFtZT0iY29udGVudCI+PHBhdGggZD0iTTE1LjIxNTcsMTMuNTI5NDIsOC44ODIzMiwxLjY1NDQyYTEsMSwwLDAsMC0xLjc2NDY0LDBMLjc4NDMsMTMuNTI5NDJBMSwxLDAsMCwwLDEuNjY2NzUsMTVIMTQuMzMzMzdhMSwxLDAsMCwwLC44ODIzMy0xLjQ3MDU4Wk05LDEzSDdWMTFIOVptMC0zSDdWNUg5WiIgZmlsbD0iI2Q1MDAwMCIvPjwvZz48L3N2Zz4=");
  color: var(--fwe-red);
}

/*!
 * Festo UI - Web Essentials light (https://storybook.festo.design/)
 * Copyright 2025 Festo SE & Co. KG
 * Licensed under Apache-2.0
 */
@-moz-document url-prefix() {
  .fwe-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: var(--fwe-control-scrollbar) transparent;
  }
}
@media (pointer: fine) {
  .fwe-scrollbar::-webkit-scrollbar {
    width: 14px;
  }
  .fwe-scrollbar::-webkit-scrollbar-track {
    background: transparent;
  }
  .fwe-scrollbar::-webkit-scrollbar-thumb {
    overflow: visible;
    background-color: var(--fwe-control-scrollbar);
    border: 3px solid rgba(242, 243, 245, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 8px;
  }
}

/* stylelint-disable */
.simplebar-scrollbar::before {
  background-color: var(--fwe-control-hover);
}

.simplebar-dragging .simplebar-scrollbar::before {
  background-color: var(--fwe-control-active);
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.8;
}

/* stylelint-enable */
.fwe-search-input {
  display: block;
  position: relative;
}
.fwe-search-input .fwe-search-icon {
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxNnYxNkgweiIgZGF0YS1uYW1lPSJ3aGl0ZSBiYWNrZ3JvdW5kIi8+PGcgZmlsbD0iIzMzMyIgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBkPSJNMTAgMmE0IDQgMCAxIDEtNCA0IDQuMDA0IDQuMDA0IDAgMCAxIDQtNG0wLTFhNSA1IDAgMSAwIDUgNSA1LjAwNiA1LjAwNiAwIDAgMC01LTVaTTEuMjkzIDEzLjI5M2wzLjgyMi0zLjgyMmE2LjA0MyA2LjA0MyAwIDAgMCAxLjQxNCAxLjQxNGwtMy44MjIgMy44MjJhMSAxIDAgMCAxLTEuNDE0LTEuNDE0WiIvPjwvZz48L3N2Zz4=");
  position: absolute;
  line-height: 1;
  left: 0px;
  bottom: 8px;
}
.fwe-search-input .fwe-clear-icon {
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 9px;
  line-height: 1;
  background: var(--fwe-control);
  border-radius: 50%;
}
.fwe-search-input .fwe-clear-icon::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iY29udGVudCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDE2djE2SDB6IiBkYXRhLW5hbWU9ImFiYjU1YWU4LWNhNTUtNDcwYy04N2MzLTRiMDY3MzhiNDM2MCIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0xMC4yNCA1LjA1IDggNy4zIDUuNzUgNS4wNWwtLjcuNzFMNy4yOSA4bC0yLjI0IDIuMjUuNy43TDggOC43MWwyLjI0IDIuMjQuNzEtLjdMOC43IDhsMi4yNS0yLjI0LS43MS0uNzF6IiBkYXRhLW5hbWU9ImI2NGIxZWQyLWI4MzEtNDM1Yy05Y2VlLWI5OTY0MjYwMjA5ZCIvPjwvc3ZnPg==");
}
.fwe-search-input .fwe-clear-icon:hover {
  background: var(--fwe-control-hover);
}
.fwe-search-input .fwe-clear-icon:active {
  background: var(--fwe-control-active);
}
.fwe-search-input input {
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid var(--fwe-control-border);
  background: transparent;
  padding: 1px 24px 4px 32px;
}
.fwe-search-input input::-moz-placeholder {
  color: var(--fwe-text);
}
.fwe-search-input input::placeholder {
  color: var(--fwe-text);
}
.fwe-search-input input:hover:not(:disabled) {
  border-bottom: 1px solid var(--fwe-hero);
}
.fwe-search-input input:hover:not(:disabled)::-moz-placeholder {
  color: var(--fwe-hero);
}
.fwe-search-input input:hover:not(:disabled)::placeholder {
  color: var(--fwe-hero);
}
.fwe-search-input input:focus {
  outline: none;
  border-bottom: 1px solid var(--fwe-hero);
}
.fwe-search-input input:focus::-moz-placeholder {
  color: transparent !important;
}
.fwe-search-input input:focus::placeholder {
  color: transparent !important;
}
.fwe-search-input input:-moz-placeholder-shown ~ .fwe-clear-icon {
  display: none;
}
.fwe-search-input input:placeholder-shown ~ .fwe-clear-icon {
  display: none;
}
.fwe-search-input input:disabled {
  opacity: 0.5;
}
.fwe-search-input input:disabled ~ .fwe-clear-icon, .fwe-search-input input:disabled ~ .fwe-search-icon {
  opacity: 0.5;
}

input[type=search]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
}

.fwe-search-suggestions {
  position: absolute;
  z-index: var(--fwe-z-index-dropdown);
  top: 38px;
  left: 0px;
  right: 0px;
  padding: 8px;
  background: var(--fwe-white);
  border-radius: 4px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
}
.fwe-search-suggestions .fwe-search-suggestion {
  cursor: pointer;
  padding: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fwe-search-suggestions .fwe-search-suggestion strong {
  font-weight: unset;
  color: var(--fwe-hero);
}
.fwe-search-suggestions .fwe-search-suggestion:hover, .fwe-search-suggestions .fwe-search-suggestion.fwe-selected {
  background: var(--fwe-background);
}

.fwe-stepper-horizontal {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: center;
}
.fwe-stepper-horizontal .fwe-step-container {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  flex-direction: row;
  flex-grow: 1;
  position: relative;
}
.fwe-stepper-horizontal .fwe-step-container::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 4px;
  right: 28px;
  top: 11px;
  background: var(--fwe-text-disabled);
  transition: background-color 0.3s, color 0.3s;
}
.fwe-stepper-horizontal .fwe-step-container .fwe-step {
  padding-top: -1px;
  padding-bottom: 1px;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--fwe-text-disabled);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: var(--fwe-font-feature-settings);
  font-variant-numeric: var(--fwe-font-variant-numeric);
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.fwe-stepper-horizontal .fwe-step-container .fwe-step .fwe-step-no {
  color: var(--fwe-text-disabled);
  font-size: var(--fwe-font-size-md);
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-stepper-horizontal .fwe-step-container .fwe-step .fwe-step-name {
  font-family: var(--fwe-font-family-sans-serif);
  font-size: var(--fwe-font-size-md);
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--fwe-text-disabled);
  white-space: pre;
  transition: color 0.3s;
}
@media (max-width: 900px) {
  .fwe-stepper-horizontal .fwe-step-container .fwe-step .fwe-step-name {
    display: none;
  }
}
.fwe-stepper-horizontal .fwe-step-container.fwe-step-active::after, .fwe-stepper-horizontal .fwe-step-container.fwe-step-done::after {
  background: var(--fwe-hero);
}
.fwe-stepper-horizontal .fwe-step-container.fwe-step-active .fwe-step, .fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step {
  background: var(--fwe-hero);
  border-color: var(--fwe-hero);
}
.fwe-stepper-horizontal .fwe-step-container.fwe-step-active .fwe-step .fwe-step-no, .fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step .fwe-step-no {
  color: #ffffff;
}
.fwe-stepper-horizontal .fwe-step-container.fwe-step-active .fwe-step .fwe-step-name, .fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step .fwe-step-name {
  color: var(--fwe-hero);
}
.fwe-stepper-horizontal .fwe-step-container.fwe-step-active .fwe-step .fwe-step-name {
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step {
  cursor: pointer;
}
.fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step:hover {
  background: var(--fwe-hero-active);
  border-color: var(--fwe-hero-active);
}
.fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step .fwe-step-no {
  display: none;
}
.fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDE2djE2SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYuMTQxIDEyLjgxNCAxLjkzNCA4LjYwN2wxLjQxNC0xLjQxNCAyLjc5MyAyLjc5MyA2Ljc5My02Ljc5MyAxLjQxNCAxLjQxNC04LjIwNyA4LjIwN3oiLz48L2c+PC9zdmc+");
}
.fwe-stepper-horizontal .fwe-step-container:last-child .fwe-step .fwe-step-name {
  right: 0px;
  left: unset;
  transform: unset;
}
.fwe-stepper-horizontal .fwe-step-container:first-child {
  flex-grow: 0;
}
.fwe-stepper-horizontal .fwe-step-container:first-child .fwe-step .fwe-step-name {
  left: 0px;
  transform: unset;
}

.fwe-stepper-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fwe-stepper-vertical .fwe-step-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  position: relative;
}
.fwe-stepper-vertical .fwe-step-container .fwe-step {
  padding-top: -1px;
  padding-bottom: 1px;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--fwe-text-disabled);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.fwe-stepper-vertical .fwe-step-container .fwe-step .fwe-step-no {
  color: var(--fwe-text-disabled);
  font-size: var(--fwe-font-size-md);
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-stepper-vertical .fwe-step-container .fwe-step .fwe-step-name {
  font-family: var(--fwe-font-family-sans-serif);
  font-size: var(--fwe-font-size-md);
  position: absolute;
  left: 36px;
  color: var(--fwe-text-disabled);
  white-space: pre;
  transition: color 0.3s;
}
.fwe-stepper-vertical .fwe-step-container .fwe-step-content-container {
  height: 20px;
  transition: height 0.3s;
  margin-top: 4px;
  margin-bottom: 4px;
  border-left: 2px solid var(--fwe-text-disabled);
  padding-left: 26px;
  margin-left: 11px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.fwe-stepper-vertical .fwe-step-container .fwe-step-content-container .fwe-step-content {
  padding-top: 12px;
  padding-bottom: 32px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-active .fwe-step-content-container, .fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step-content-container {
  border-color: var(--fwe-hero);
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-active .fwe-step, .fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step {
  background: var(--fwe-hero);
  border-color: var(--fwe-hero);
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-active .fwe-step .fwe-step-no, .fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step .fwe-step-no {
  color: var(--fwe-white);
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-active .fwe-step .fwe-step-name, .fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step .fwe-step-name {
  color: var(--fwe-hero);
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-active .fwe-step-content-container {
  height: 300px;
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-active .fwe-step-content-container .fwe-step-content {
  opacity: 1;
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-active .fwe-step .fwe-step-name {
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step {
  cursor: pointer;
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step:hover {
  background: var(--fwe-hero-active);
  border-color: var(--fwe-hero-active);
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step .fwe-step-no {
  display: none;
}
.fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgZGF0YS1uYW1lPSJjb250ZW50Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDE2djE2SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYuMTQxIDEyLjgxNCAxLjkzNCA4LjYwN2wxLjQxNC0xLjQxNCAyLjc5MyAyLjc5MyA2Ljc5My02Ljc5MyAxLjQxNCAxLjQxNC04LjIwNyA4LjIwN3oiLz48L2c+PC9zdmc+");
}
.fwe-stepper-vertical .fwe-step-container.fwe-last-element .fwe-step-content-container {
  border-color: transparent;
}

.fwe-bottom-navigation {
  width: 100%;
  display: flex;
  background: var(--fwe-white);
  align-items: flex-start;
  justify-content: space-around;
  border-top: 1px solid var(--fwe-border);
  height: 84px;
  padding: 22px 16px;
}
.fwe-bottom-navigation .fwe-bottom-navigation-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  color: var(--fwe-hero-gray);
  position: relative;
}
.fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon {
  line-height: 0px;
}
.fwe-bottom-navigation .fwe-bottom-navigation-button :after {
  content: "";
  position: absolute;
  top: -23px;
  left: 0px;
  right: 0px;
  height: 0px;
  background: var(--fwe-hero);
  transition: height 0.3s ease;
}
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected {
  color: var(--fwe-hero);
  cursor: default;
}
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected :after {
  height: 4px;
}
.fwe-bottom-navigation .fwe-bottom-navigation-button:active {
  color: var(--fwe-hero-active);
}

.fwe-accordion {
  background-color: var(--fwe-white);
}
.fwe-accordion-header {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px 0 24px;
  font-size: var(--fwe-font-size-md);
  font-weight: var(--fwe-font-weight-bold);
  color: var(--fwe-text);
  border-bottom: 1px solid var(--fwe-gray-100);
}
.fwe-accordion-item {
  position: relative;
  padding: 0 16px 0 24px;
  border-top: 1px solid var(--fwe-gray-100);
  border-bottom: 1px solid var(--fwe-gray-100);
}
.fwe-accordion-item-header {
  outline: none;
  display: flex;
  align-items: center;
  padding: 24px 64px 24px 0;
  min-height: 48px;
  cursor: pointer;
}
.fwe-accordion-item::-webkit-details-marker {
  display: none;
}
.fwe-accordion-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 0px;
  background-color: var(--fwe-caerul);
}
.fwe-accordion-item::after {
  position: absolute;
  top: 21px;
  right: 16px;
  pointer-events: none;
  content: "";
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0xNiAyMi04LjcwNy04LjcwNyAxLjQxNC0xLjQxNEwxNiAxOS4xNzJsNy4yOTMtNy4yOTMgMS40MTQgMS40MTRMMTYgMjJ6IiAvPjwvc3ZnPg==");
  transition: transform 0.2s ease;
}
.fwe-accordion-item[open] .fwe-accordion-item-header {
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-accordion-item[open]::after {
  transform: rotate(-180deg);
}
.fwe-accordion-item[open]::before {
  height: 100%;
}
.fwe-accordion-item:not([open]) .fwe-accordion-item-header {
  font-weight: var(--fwe-font-weight-normal);
}
.fwe-accordion-item-body {
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 24px;
}
.fwe-accordion-item-body > :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.fwe-accordion-item-body > :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.fwe-accordion-item-body > :not(.fwe-accordion) {
  margin-right: 0px;
}

@media (min-width: 600px) {
  .fwe-accordion-item-body {
    margin-right: 64px;
  }
}
/*!
 * Festo UI - Web Essentials light (https://storybook.festo.design/)
 * Copyright 2025 Festo SE & Co. KG
 * Licensed under Apache-2.0
 */
.fwe-tree {
  position: relative;
}
.fwe-tree a,
.fwe-tree a:hover {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .fwe-tree {
    scrollbar-width: thin;
    scrollbar-color: var(--fwe-control-scrollbar) transparent;
  }
}
@media (pointer: fine) {
  .fwe-tree::-webkit-scrollbar {
    width: 14px;
  }
  .fwe-tree::-webkit-scrollbar-track {
    background: transparent;
  }
  .fwe-tree::-webkit-scrollbar-thumb {
    overflow: visible;
    background-color: var(--fwe-control-scrollbar);
    border: 3px solid rgba(242, 243, 245, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 8px;
  }
}
.fwe-tree-node {
  position: relative;
  display: flex;
  flex-basis: 100%;
  min-width: 0;
  height: 40px;
}
.fwe-tree-node .fwe-btn--tree-node-toggle .fwe-icon,
.fwe-tree-node .fwe-btn--tree-node-toggle .fwe-svg-icon {
  margin-right: 0px !important;
}
.fwe-tree-node-indicator {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
}
.fwe-tree-node-indicator::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  left: 0;
  background-color: var(--fwe-caerul);
  transform-origin: left top;
  transform: scaleX(0);
  transition: none;
}
.fwe-tree-node-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.fwe-tree-node-container--selected > .fwe-tree-node-indicator {
  background-color: var(--fwe-background);
}
.fwe-tree-node-container--selected > .fwe-tree-node-indicator::before {
  transform: scaleX(4);
  transition: transform 0.2s;
}
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-toggle .fwe-icon,
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-toggle .fwe-svg-icon {
  color: var(--fwe-caerul);
}
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-select .fwe-icon,
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-select .fwe-svg-icon {
  color: var(--fwe-caerul);
}
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-tree-node-text {
  color: var(--fwe-caerul);
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-tree-node-container--disabled {
  pointer-events: none;
}
.fwe-tree-node-container--disabled > .fwe-tree-node .fwe-tree-node-alert .fwe-icon,
.fwe-tree-node-container--disabled > .fwe-tree-node .fwe-tree-node-alert .fwe-svg-icon {
  color: var(--fwe-text-disabled) !important;
}
.fwe-tree-node-container[aria-level="1"] {
  padding-left: 0px;
}
.fwe-tree-node-container[aria-level="2"] {
  padding-left: 16px;
}
.fwe-tree-node-container[aria-level="3"] {
  padding-left: 32px;
}
.fwe-tree-node-container[aria-level="4"] {
  padding-left: 48px;
}
.fwe-tree-node-container[aria-level="5"] {
  padding-left: 64px;
}
.fwe-tree-node-container[aria-level="6"] {
  padding-left: 80px;
}
.fwe-tree-node-container[aria-level="7"] {
  padding-left: 96px;
}
.fwe-tree-node-container[aria-level="8"] {
  padding-left: 112px;
}
.fwe-tree-node-container[aria-level="9"] {
  padding-left: 128px;
}
.fwe-tree-node-container[aria-level="10"] {
  padding-left: 144px;
}
.fwe-tree-node-container[aria-level="11"] {
  padding-left: 160px;
}
.fwe-tree-node-container[aria-level="12"] {
  padding-left: 176px;
}
.fwe-tree-node-container[aria-level="13"] {
  padding-left: 192px;
}
.fwe-tree-node-container[aria-level="14"] {
  padding-left: 208px;
}
.fwe-tree-node-container[aria-level="15"] {
  padding-left: 224px;
}
.fwe-tree-node-container[aria-level="16"] {
  padding-left: 240px;
}
.fwe-tree-node-container[aria-level="17"] {
  padding-left: 256px;
}
.fwe-tree-node-container[aria-level="18"] {
  padding-left: 272px;
}
.fwe-tree-node-container[aria-level="19"] {
  padding-left: 288px;
}
.fwe-tree-node-container[aria-level="20"] {
  padding-left: 304px;
}
.fwe-tree-node-container[aria-expanded=false] > .fwe-tree-node .fwe-icon-arrows-right-2::before {
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.fwe-tree-node-container[aria-expanded=true] > .fwe-tree-node .fwe-tree-node-text {
  font-weight: var(--fwe-font-weight-bold);
}
.fwe-tree-node-container[aria-expanded=true] > .fwe-tree-node .fwe-icon-arrows-right-2::before {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
.fwe-tree-node-container:not([aria-expanded]) > .fwe-tree-node {
  margin-left: 40px;
}
.fwe-tree-node-text {
  font-size: var(--fwe-font-size-md);
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 16px 0 8px;
}
.fwe-tree-node-alert {
  width: 40px;
  max-width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fwe-tree-node:hover .fwe-tree-node-text {
  color: var(--fwe-hero-hover);
}
.fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-icon,
.fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-svg-icon {
  color: var(--fwe-hero-hover);
}
.fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-icon,
.fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-svg-icon {
  color: var(--fwe-hero-hover);
}
.fwe-tree-node:active .fwe-tree-node-text {
  color: var(--fwe-hero-active);
}
.fwe-tree-node:active .fwe-btn--tree-node-select .fwe-icon,
.fwe-tree-node:active .fwe-btn--tree-node-select .fwe-svg-icon {
  color: var(--fwe-hero-active);
}
.fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-icon,
.fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-svg-icon {
  color: var(--fwe-hero-active);
}
.fwe-tree--nested .fwe-tree-node-container {
  display: block;
  position: static;
  min-width: 0;
  width: inherit;
}
.fwe-tree--nested .fwe-tree-node-container .fwe-tree-node-container {
  margin-left: 16px;
}

.fwe-btn.fwe-btn-link.fwe-btn--tree-node-toggle {
  color: var(--fwe-text);
  padding: 0 8px 0 16px;
  justify-content: flex-start;
}
.fwe-btn.fwe-btn-link.fwe-btn--tree-node-select {
  color: var(--fwe-text);
  justify-content: flex-start;
  min-width: 0;
  flex-basis: 100%;
}

.fwe-btn--tree-node-select .fwe-icon {
  padding-right: 0;
}

.fwe-sidebar-overlay {
  z-index: var(--fwe-z-index-sticky);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  padding: 32px;
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 480px;
  background: var(--fwe-white);
  transform: translateX(480px);
  transition: opacity 400ms, transform 400ms;
  opacity: 0;
  pointer-events: none;
}
.fwe-sidebar-overlay--open {
  pointer-events: unset;
  display: block;
  opacity: 1;
  transform: translateX(0px);
}
.fwe-sidebar-overlay-close-btn {
  float: inherit;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 0 0 auto;
  border: none;
  outline: none;
  text-align: right;
  cursor: pointer;
  background: var(--fwe-text);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjExIC0xODMpIj48cGF0aCBkPSJNMCwwSDI0VjI0SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTEgMTgzKSIgZmlsbD0ibm9uZSIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNSAxODcpIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIuOTUsNC40NjQsMTEuNTM2LDMuMDUsOCw2LjU4Niw0LjQ2NCwzLjA1LDMuMDUsNC40NjQsNi41ODYsOCwzLjA1LDExLjUzNiw0LjQ2NCwxMi45NSw4LDkuNDE0bDMuNTM2LDMuNTM2LDEuNDE0LTEuNDE0TDkuNDE0LDhaIiBmaWxsPSIjMzMzIi8+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNSAxODcpIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIuOTUsNC40NjQsMTEuNTM2LDMuMDUsOCw2LjU4Niw0LjQ2NCwzLjA1LDMuMDUsNC40NjQsNi41ODYsOCwzLjA1LDExLjUzNiw0LjQ2NCwxMi45NSw4LDkuNDE0bDMuNTM2LDMuNTM2LDEuNDE0LTEuNDE0TDkuNDE0LDhaIiBmaWxsPSIjMzMzIi8+PC9nPjwvZz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjExIC0xODMpIj48cGF0aCBkPSJNMCwwSDI0VjI0SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTEgMTgzKSIgZmlsbD0ibm9uZSIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNSAxODcpIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIuOTUsNC40NjQsMTEuNTM2LDMuMDUsOCw2LjU4Niw0LjQ2NCwzLjA1LDMuMDUsNC40NjQsNi41ODYsOCwzLjA1LDExLjUzNiw0LjQ2NCwxMi45NSw4LDkuNDE0bDMuNTM2LDMuNTM2LDEuNDE0LTEuNDE0TDkuNDE0LDhaIiBmaWxsPSIjMzMzIi8+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNSAxODcpIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIuOTUsNC40NjQsMTEuNTM2LDMuMDUsOCw2LjU4Niw0LjQ2NCwzLjA1LDMuMDUsNC40NjQsNi41ODYsOCwzLjA1LDExLjUzNiw0LjQ2NCwxMi45NSw4LDkuNDE0bDMuNTM2LDMuNTM2LDEuNDE0LTEuNDE0TDkuNDE0LDhaIiBmaWxsPSIjMzMzIi8+PC9nPjwvZz48L3N2Zz4=");
}
.fwe-sidebar-overlay-close-btn:hover {
  background: var(--fwe-hero);
}
@media (max-width: 599px) {
  .fwe-sidebar-overlay {
    padding: 16px;
    left: 0px;
    width: unset;
    transform: none;
  }
  .fwe-sidebar-overlay:not(.fwe-sidebar-overlay--open) {
    display: none;
  }
}

/*!
 * Festo UI - Web Essentials light (https://storybook.festo.design/)
 * Copyright 2025 Festo SE & Co. KG
 * Licensed under Apache-2.0
 */
.fwe-bottom-sheet-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwe-bottom-sheet-drag-handle-container {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.fwe-bottom-sheet-drag-handle {
  width: 32px;
  height: 4px;
  background-color: var(--fwe-hero-gray);
  border-radius: 3px;
  margin: 16px 0;
}
.fwe-bottom-sheet-toggle-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.fwe-bottom-sheet-close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  border: none;
  min-width: 24px;
  cursor: pointer;
  background: var(--fwe-text);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjExIC0xODMpIj48cGF0aCBkPSJNMCwwSDI0VjI0SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTEgMTgzKSIgZmlsbD0ibm9uZSIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNSAxODcpIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIuOTUsNC40NjQsMTEuNTM2LDMuMDUsOCw2LjU4Niw0LjQ2NCwzLjA1LDMuMDUsNC40NjQsNi41ODYsOCwzLjA1LDExLjUzNiw0LjQ2NCwxMi45NSw4LDkuNDE0bDMuNTM2LDMuNTM2LDEuNDE0LTEuNDE0TDkuNDE0LDhaIiBmaWxsPSIjMzMzIi8+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNSAxODcpIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIuOTUsNC40NjQsMTEuNTM2LDMuMDUsOCw2LjU4Niw0LjQ2NCwzLjA1LDMuMDUsNC40NjQsNi41ODYsOCwzLjA1LDExLjUzNiw0LjQ2NCwxMi45NSw4LDkuNDE0bDMuNTM2LDMuNTM2LDEuNDE0LTEuNDE0TDkuNDE0LDhaIiBmaWxsPSIjMzMzIi8+PC9nPjwvZz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjExIC0xODMpIj48cGF0aCBkPSJNMCwwSDI0VjI0SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTEgMTgzKSIgZmlsbD0ibm9uZSIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNSAxODcpIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIuOTUsNC40NjQsMTEuNTM2LDMuMDUsOCw2LjU4Niw0LjQ2NCwzLjA1LDMuMDUsNC40NjQsNi41ODYsOCwzLjA1LDExLjUzNiw0LjQ2NCwxMi45NSw4LDkuNDE0bDMuNTM2LDMuNTM2LDEuNDE0LTEuNDE0TDkuNDE0LDhaIiBmaWxsPSIjMzMzIi8+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNSAxODcpIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIuOTUsNC40NjQsMTEuNTM2LDMuMDUsOCw2LjU4Niw0LjQ2NCwzLjA1LDMuMDUsNC40NjQsNi41ODYsOCwzLjA1LDExLjUzNiw0LjQ2NCwxMi45NSw4LDkuNDE0bDMuNTM2LDMuNTM2LDEuNDE0LTEuNDE0TDkuNDE0LDhaIiBmaWxsPSIjMzMzIi8+PC9nPjwvZz48L3N2Zz4=");
}
.fwe-bottom-sheet-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: var(--fwe-z-index-modal-backdrop);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fwe-bottom-sheet-backdrop--visible {
  opacity: 1;
  right: 0;
  bottom: 0;
}
.fwe-bottom-sheet-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  right: 50%;
  background: var(--fwe-white);
  box-shadow: 0px 1px 8px rgba(51, 51, 51, 0.2);
  z-index: var(--fwe-z-index-modal);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  opacity: 0;
  max-width: 768px;
  width: 100%;
  transform: translateX(-50%) translateY(100%);
  transition: height 0.3s ease-in-out, transform 0.4s cubic-bezier(0.83, 0, 0.17, 1);
}
.fwe-bottom-sheet-container--open {
  height: 12.5vh;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.fwe-bottom-sheet-container--open.fwe-bottom-sheet-container--expand-from-center {
  height: 55vh;
}
.fwe-bottom-sheet-container--open.fwe-bottom-sheet-container--expand-from-center.fwe-bottom-sheet-container--expanded {
  height: calc(100vh - 64px);
}
.fwe-bottom-sheet-container--open.fwe-bottom-sheet-container--closing {
  transform: translateX(-50%) translateY(100%);
}
.fwe-bottom-sheet-container--expanded {
  height: calc(100vh - 64px);
}
.fwe-bottom-sheet-container--with-backdrop {
  box-shadow: none;
}
.fwe-bottom-sheet-content {
  padding: 16px 32px;
  height: calc(100% - 32px);
  overflow-y: auto;
}
@-moz-document url-prefix() {
  .fwe-bottom-sheet-content {
    scrollbar-width: thin;
    scrollbar-color: var(--fwe-control-scrollbar) transparent;
  }
}
@media (pointer: fine) {
  .fwe-bottom-sheet-content::-webkit-scrollbar {
    width: 14px;
  }
  .fwe-bottom-sheet-content::-webkit-scrollbar-track {
    background: transparent;
  }
  .fwe-bottom-sheet-content::-webkit-scrollbar-thumb {
    overflow: visible;
    background-color: var(--fwe-control-scrollbar);
    border: 3px solid rgba(242, 243, 245, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 8px;
  }
}

/*# sourceMappingURL=festo-web-essentials-light.css.map */