
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * 1. Prevent padding and border from affecting element width
 *    https://goo.gl/pYtbK7.
 * 2. Change the default font family in all browsers (opinionated).
 */
html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* open-sans-cyrillic-ext-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-cyrillic-ext-wght-normal-5663a8b13a75381e5782b0aec8304c1f1daf70c1ef47b5ebcbb3bbde3fb25fb5.woff2) format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* open-sans-cyrillic-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-cyrillic-wght-normal-1dd0293807ad47c8d53fe7fa311a6484d30a879ced699c32091daa3394ac97ca.woff2) format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* open-sans-greek-ext-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-greek-ext-wght-normal-202d2b49f04843f6214fde506bfb1a494aba79fed50bf228d3f4d72be7e39387.woff2) format("woff2-variations");
  unicode-range: U+1F00-1FFF;
}
/* open-sans-greek-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-greek-wght-normal-18364d40d5752a264f049fd28bf103cd51413473e457a81bd546f90290049c3d.woff2) format("woff2-variations");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* open-sans-hebrew-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-hebrew-wght-normal-984d56556d6ea11c3c884958e197dcf83c4e92927a8f2cce5ce7139325ecea17.woff2) format("woff2-variations");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* open-sans-math-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-math-wght-normal-e6a3b95411a8710d847d73f8319d2df4db69bd7b0f40aadbfe20049b05bfa7d9.woff2) format("woff2-variations");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* open-sans-symbols-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-symbols-wght-normal-772a724b1a378e4d6fd633cf50e3bb93a3fdd541b001df7afdce5a87b009be1c.woff2) format("woff2-variations");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* open-sans-vietnamese-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-vietnamese-wght-normal-6a9a663305813b2ee795a0fa99082c594cf763aa1f2e9a3c5686d96091f72736.woff2) format("woff2-variations");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* open-sans-latin-ext-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-latin-ext-wght-normal-67574e82f3f30a31695b3660974fbfc4b1f743a50497279449b1ce1a845cca18.woff2) format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* open-sans-latin-wght-normal */
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(/assets/files/open-sans-latin-wght-normal-d7542e668d61e472aa3eac36d3bef357a4fcfaa3e1dcaa47c711fbf46bf7705a.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --bfs-blue: #274e8b;
  --bfs-light-blue: #eaf6fe;
  --bfs-dark-blue: #1c3863;
  --bfs-mid-blue2: #3265b3;
  --bfs-dark-green: #0f3e34;
  --bfs-mid-green2: #1d7d69;
  --bfs-light-green: #ecf1f0;
  --bfs-green: #135346;
  --bfs-smoke-grey: #f9f9f9;
  --bfs-light-grey: #e6e6e6;
  --bfs-mid-grey: #555;
  --bfs-dark-grey: #333;
  --bfs-black: #000;
  --bfs-white: #fff;
  --bfs-light-red: #fdeded;
  --bfs-mid-red: #e98d86;
  --bfs-red: #ce112e;
  --bfs-yellow: #ffc000;
  --bfs-light-yellow: #fff2cc;
  --bfs-light-teal: #ebf6f6;
  --sozialgestaltung-green: #00b388;
}

.Button {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.3125rem 2rem;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  max-height: 65px;
}
.Button--primary {
  background: var(--bfs-blue);
  color: var(--bfs-white);
  border-color: var(--bfs-blue);
}
.Button--primary:disabled {
  color: var(--bfs-mid-grey);
  background: var(--bfs-light-grey);
  cursor: default;
  border: none;
}
.Button--secondary {
  background: var(--bfs-white);
  color: var(--bfs-blue);
  border-color: var(--bfs-light-grey);
}
.Button--secondary:disabled {
  color: var(--bfs-mid-grey);
  background: var(--bfs-light-grey);
  cursor: default;
}
.Button--text, .Button--asLink {
  border: none;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--bfs-blue);
  padding: 0.5rem;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: none;
  box-shadow: none;
  text-align: left;
}
.Button--text:disabled, .Button--asLink:disabled {
  color: var(--bfs-mid-grey);
  cursor: default;
}
.Button--text:hover:not(:disabled), .Button--asLink:hover:not(:disabled) {
  background-color: var(--bfs-light-blue);
}
.Button--asLink {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--bfs-blue);
  text-decoration: underline;
  padding: 0.5rem 0;
}
.Button--asLink:hover:not(:disabled) {
  background-color: unset;
  color: var(--bfs-mid-blue2);
  opacity: 0.9;
}

.ChartExplainer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ChartExplainer-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bfs-dark-grey);
  line-height: 2.1785rem;
}

.ChartExplainer-subtitle {
  font-size: 1rem;
  color: var(--bfs-mid-grey);
  font-weight: 700;
  padding-bottom: 1rem;
  line-height: 1.5rem;
}

.ChartExplainerPagraph {
  margin-bottom: 1.5rem;
}

.ChartExplainerPagraph-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.ChartExplainerPagraph-text {
  font-size: 1rem;
}

.Checkboxes,
.Checkboxes-field__error {
  display: flex;
  flex-direction: column;
}
.Checkboxes label:not(:first-child),
.Checkboxes-field__error label:not(:first-child) {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}
@media (min-width: 905px) {
  .Checkboxes,
  .Checkboxes-field__error {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .Checkboxes label:first-child,
  .Checkboxes-field__error label:first-child {
    grid-column: 1/4;
  }
}

.Checkboxes--single {
  height: 2rem;
}

.Checkbox input,
.Checkboxes input,
.Checkboxes-field__error input {
  display: none;
}
.Checkbox input:checked + label::before,
.Checkboxes input:checked + label::before,
.Checkboxes-field__error input:checked + label::before {
  background: var(--bfs-blue);
}
.Checkbox label,
.Checkboxes label,
.Checkboxes-field__error label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.Checkbox label::before,
.Checkboxes label::before,
.Checkboxes-field__error label::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: var(--bfs-smoke-grey);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0.1875rem;
  font-size: 1.2rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.Checkbox label::after,
.Checkboxes label::after,
.Checkboxes-field__error label::after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  height: 0.7rem;
  width: 0.35rem;
  margin-left: 0.6rem;
  margin-bottom: 0.2rem;
  border-bottom: 2px solid var(--bfs-smoke-grey);
  border-right: 2px solid var(--bfs-smoke-grey);
}

.Checkboxes-field__error label::before {
  background: var(--bfs-light-red);
}
.Checkboxes-field__error label::after {
  border-bottom: none;
  border-right: none;
}
.Checkboxes-field__error input:checked + label::after {
  border-bottom: 2px solid var(--bfs-smoke-grey);
  border-right: 2px solid var(--bfs-smoke-grey);
}

.Form-CheckboxV2 {
  font-size: 1.2rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.Form-CheckboxV2 input[type=checkbox]:not(.Button.Button--primary, .Button) {
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0.1875rem;
  transform: translateY(-0.075em);
  background: var(--bfs-smoke-grey);
  margin-right: 1rem;
  display: grid;
  place-content: center;
}
.Form-CheckboxV2 input[type=checkbox]:not(.Button.Button--primary, .Button)::before {
  transform: scale(0);
  position: absolute;
  content: "";
  height: 0.7rem;
  width: 0.35rem;
  margin-left: 0.6rem;
  margin-top: 0.3rem;
  border-bottom: 2px solid var(--bfs-smoke-grey);
  border-right: 2px solid var(--bfs-smoke-grey);
}
.Form-CheckboxV2 input[type=checkbox]:not(.Button.Button--primary, .Button):checked {
  background: var(--bfs-blue);
}
.Form-CheckboxV2 input[type=checkbox]:not(.Button.Button--primary, .Button):checked::before {
  transform: scale(1) rotate(45deg);
  border-bottom: 2px solid var(--bfs-smoke-grey);
  border-right: 2px solid var(--bfs-smoke-grey);
}
.Form-CheckboxV2-Text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 5vw);
  line-height: 140%;
}
.Form-CheckboxV2-Explanation {
  flex-basis: 100%;
  margin-top: 0.5rem;
  margin-left: 2.5rem;
  font-weight: 600;
  font-size: 0.7188rem;
  line-height: 1rem;
  color: var(--bfs-mid-grey);
}

.CheckboxReveal--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.CheckboxReveal--disabled label {
  pointer-events: none;
}

.Contact {
  display: flex;
  flex-direction: column;
  padding: 3.25rem;
}
.Contact address {
  font-style: normal;
}
.Contact .Contact--bold {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

.Help-tutorial-video-wrapper.Box {
  height: max(25vw, 25rem);
  gap: 2rem;
}
.Help-tutorial-video {
  position: relative;
  height: 100%;
  flex: 3;
}
.Help-tutorial-agenda {
  flex: 2;
}

.ContextMenu {
  position: relative;
}
.ContextMenu__list {
  position: absolute;
  right: 0;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform-origin: top right;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  min-width: 10rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 1;
  align-items: start;
  font-size: 1rem;
  padding: 0.25rem 0;
  border-radius: 4px;
}
.ContextMenu__list a {
  color: var(--bfs-dark-grey);
  text-decoration: none;
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
}
.ContextMenu__list a:hover {
  background-color: var(--bfs-smoke-grey);
}
.ContextMenu__list a:focus, .ContextMenu__list a:active {
  background-color: var(--bfs-light-grey);
}
.ContextMenu .enterFrom {
  transform: scale(0.95);
  opacity: 0;
}
.ContextMenu .enterTo {
  transform: scale(1);
  opacity: 1;
}
.ContextMenu .leaveFrom {
  transform: scale(1);
  opacity: 1;
}
.ContextMenu .leaveTo {
  transform: scale(0.95);
  opacity: 0;
}

.DashboardElement {
  position: relative;
}
.DashboardElement-downloadButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.DashboardNavigation-warningMessage {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--bfs-blue);
}

.Tile {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: var(--bfs-white);
  color: var(--bfs-dark-grey);
  padding: 1rem;
  justify-content: space-between;
  height: 160px;
  min-width: 0;
}

.Tile__list {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: var(--bfs-white);
  color: var(--bfs-dark-grey);
  padding: 1rem;
  justify-content: space-between;
  height: 160px;
  min-width: 0;
  justify-content: flex-start;
}

.Tile-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
}

.Tile-row--first {
  align-items: baseline;
}

.Tile-row--spaced {
  align-items: baseline;
  justify-content: space-between;
}

.Tile-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 40ch;
}

.Tile-subtitle {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
}

.Tile-info {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  overflow: hidden;
  max-width: 90ch;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Tile-number {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0.625rem;
  text-align: right;
  white-space: nowrap;
}

.Tile-description {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--bfs-mid-grey);
  min-height: 1rem;
}

.Tile-list {
  margin: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  list-style: inside;
}

.Tile-listItem {
  white-space: nowrap;
}

.Tile-incomplete_data {
  display: flex;
  min-height: 15rem;
}
@media (max-width: 905px) {
  .Tile-incomplete_data {
    flex-direction: column;
    align-items: center;
  }
  .Tile-incomplete_data div {
    align-items: center;
  }
  .Tile-incomplete_data p,
  .Tile-incomplete_data h2 {
    text-align: center;
  }
}
.Tile-incomplete_data div {
  display: flex;
  flex-flow: column wrap;
}
.Tile-incomplete_data img {
  width: 13rem;
  height: 13rem;
  margin: 1rem 5rem 0 2rem;
}
.Tile-incomplete_data p {
  line-height: 28px;
  font-weight: 600;
  color: var(--bfs-mid-grey);
}
.Tile-incomplete_data h2 {
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.Tile-incomplete_data a {
  width: 13rem;
  padding: 1.3125rem 1rem;
  margin-top: 1.5rem;
}

.Tile--highlighted,
.Tile__list--highlighted {
  background-color: var(--bfs-blue);
  color: var(--bfs-white);
}

.TileGraph-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0.5rem 0 1rem;
}
.TileGraph-subtitle {
  font-weight: 600;
  font-size: 1rem;
  color: var(--bfs-dark-grey);
}

.DashboardTileSection {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 905px) {
  .DashboardTileSection {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .DashboardTileSection {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.DashboardTileSection-headline {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--bfs-dark-grey);
  margin-bottom: 1rem;
  color: var(--bfs-dark-grey);
}

.EnergyManagerTransfer-banner {
  background-color: var(--bfs-white);
  padding: 2rem;
  border-bottom: 1px solid var(--bfs-light-grey);
}
.EnergyManagerTransfer-banner h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 44px;
  color: var(--bfs-dark-grey);
}
.EnergyManagerTransfer-banner img {
  width: 13rem;
  float: right;
}
.EnergyManagerTransfer-banner p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
}

.EnergyManagerTransfer-form .Form-sectionTitle {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  text-align: left;
}
.EnergyManagerTransfer-form .FormActionsSection {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 2rem;
  justify-content: center;
}

.EsgDashboard header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.EsgDashboard h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 44px;
  color: var(--bfs-dark-grey);
}
.EsgDashboard-essentialCheck .svg-inline--fa {
  color: var(--bfs-yellow);
  --fa-primary-color: var(--bfs-white);
  --fa-secondary-color: var(--sozialgestaltung-green);
  --fa-secondary-opacity: 1;
  font-size: 2rem;
  vertical-align: -0.5rem;
  margin-right: 0.5rem;
}
.EsgDashboard-essentialCheck p {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.1875rem;
}
.EsgDashboard-tableHeadline {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--bfs-dark-grey);
  margin-bottom: 1rem;
}
.EsgDashboard-tableHeadline2 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 33px;
  margin-bottom: 1rem;
}
.EsgDashboard-tableSubtitle {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--bfs-mid-grey);
}

.EsgDashboardOverview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.EsgDashboardOverview-header h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 44px;
  color: var(--bfs-dark-grey);
}
.EsgDashboardOverview-subHeader h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--bfs-dark-grey);
}
.EsgDashboardOverview-progress {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.EsgDashboardOverview-progress .ProgressBar {
  width: 100%;
  max-width: 250px;
}
.EsgDashboardOverview-progress .ProgressBar-Bar {
  height: 20px;
}
.EsgDashboardOverview-progress p {
  font-size: 0, 75rem;
  font-weight: 700;
  line-height: 1rem;
}
.EsgDashboardOverview table {
  width: 100%;
  border-collapse: collapse;
}
.EsgDashboardOverview table th {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: left;
  padding: 0.5rem 1rem;
  color: var(--bfs-black);
  border-bottom: 1px solid var(--bfs-grey);
}
.EsgDashboardOverview table tbody tr {
  border: 1px solid var(--bfs-light-grey);
}
.EsgDashboardOverview table tbody td {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0.5rem 1rem;
}
.EsgDashboardOverview table tbody td:nth-child(1) {
  width: auto;
}
.EsgDashboardOverview table tbody td:nth-child(2) {
  width: 6rem;
}
.EsgDashboardOverview table tbody td:nth-child(3) {
  width: 180px;
}
.EsgDashboardOverview table tbody td:nth-child(4) {
  width: 20%;
  max-width: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.EsgDashboardOverview table tbody td:nth-child(5) {
  width: 20%;
  max-width: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 905px) {
  .EsgDashboardOverview table th:nth-child(3),
  .EsgDashboardOverview table th:nth-child(4),
  .EsgDashboardOverview table td:nth-child(3),
  .EsgDashboardOverview table td:nth-child(4) {
    display: none;
  }
}
.EsgDashboardOverview-list h3 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 33px;
  margin: 1rem 0;
}
.EsgDashboardOverview-list h3 .EsrsLabel {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
}
.EsgDashboardOverview-list__pages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
.EsgDashboardOverview-list__page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1rem;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
}
.EsgDashboardOverview-list__page--e {
  background-color: var(--bfs-light-green);
}
.EsgDashboardOverview-list__page--s {
  background-color: var(--bfs-light-blue);
}
.EsgDashboardOverview-list__page--g {
  background-color: var(--bfs-light-yellow);
}
.EsgDashboardOverview-list__page p {
  font-size: 1.125rem;
}
.EsgDashboardOverview-list__page-options {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: flex-end;
}
.EsgDashboardOverview-list__page-options a {
  color: var(--bfs-blue);
  white-space: nowrap;
}

.EsgDashboardOverviewSubthema-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}
.EsgDashboardOverviewSubthema-header h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 44px;
  color: var(--bfs-dark-grey);
}
.EsgDashboardOverviewSubthema-header span {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bfs-mid-grey);
}
.EsgDashboardOverviewSubthema-header__title {
  margin-left: 1rem;
}
.EsgDashboardOverviewSubthema-header__actions {
  min-width: 16rem;
}
.EsgDashboardOverviewSubthema__back-button {
  margin-left: 1rem;
}
.EsgDashboardOverviewSubthema__table {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  grid-auto-rows: max-content;
}
.EsgDashboardOverviewSubthema__table-header, .EsgDashboardOverviewSubthema__table-row {
  border-bottom: 1px solid var(--bfs-light-grey);
  padding: 1rem;
}
.EsgDashboardOverviewSubthema__table-header {
  font-weight: 700;
  border-bottom: 2px solid var(--bfs-dark-grey);
}
.EsgDashboardOverviewSubthema__table-row {
  border-right: 1px solid var(--bfs-light-grey);
  white-space: break-spaces;
}
.EsgDashboardOverviewSubthema__table-row b {
  font-weight: 600;
}
.EsgDashboardOverviewSubthema__table-row--title {
  font-weight: 600;
}
.EsgDashboardOverviewSubthema__table-row--explanation {
  border-right: none;
}
.EsgDashboardOverviewSubthema__table-row--separator {
  border-bottom: 1px solid var(--bfs-mid-grey);
  padding: 0;
  grid-column: span 3;
}
.EsgDashboardOverviewSubthema__noData {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.EsgDashboardGovernance table {
  border-collapse: collapse;
  min-width: 100%;
  background-color: var(--bfs-white);
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 1.25rem;
  font-weight: 700;
}
.EsgDashboardGovernance table thead > tr {
  border-bottom: 1px solid var(--bfs-mid-grey);
}
.EsgDashboardGovernance table thead > tr :first-child {
  text-align: left;
}
.EsgDashboardGovernance table thead td {
  width: auto;
}
.EsgDashboardGovernance table thead th, .EsgDashboardGovernance table thead td {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  position: sticky;
  top: 0;
  text-align: right;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: var(--bfs-dark-grey);
  padding: 0.9rem 0.25rem;
  vertical-align: bottom;
}
.EsgDashboardGovernance table tbody tr {
  border-bottom: 1px solid var(--bfs-mid-grey);
}
.EsgDashboardGovernance table tbody tr.TotalRow {
  border-top: 2px solid var(--bfs-mid-grey);
  border-bottom: 2px solid var(--bfs-mid-grey);
}
.EsgDashboardGovernance table tbody td {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  padding: 1rem;
  color: var(--bfs-dark-grey);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  border-right: 1px solid var(--bfs-mid-grey);
}
.EsgDashboardGovernance table tbody td:nth-child(1) {
  text-align: left;
}
.EsgDashboardGovernance table tbody td:last-child {
  border-right: none;
}
.EsgDashboardGovernance table tbody td.InlineTitle {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.EsgDashboardSocial-pieCharts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}
.EsgDashboardSocial-pieChart {
  min-width: 50%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.EsgDashboardSocial-pieChart .PieChart {
  width: 100%;
}
.EsgDashboardSocial-pieChartTitle {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: var(--bfs-dark-grey);
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.EsgDashboardSocial table {
  border-collapse: collapse;
  min-width: 100%;
  background-color: var(--bfs-white);
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auta;
}
.EsgDashboardSocial table thead > tr {
  border-bottom: 1px solid var(--bfs-mid-grey);
}
.EsgDashboardSocial table thead td {
  width: auto;
}
.EsgDashboardSocial table thead th, .EsgDashboardSocial table thead td {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  position: sticky;
  top: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: var(--bfs-dark-grey);
  padding: 1rem;
  vertical-align: bottom;
  border-right: 1px solid var(--bfs-mid-grey);
}
.EsgDashboardSocial table thead th:last-child, .EsgDashboardSocial table thead td:last-child {
  border-right: none;
}
.EsgDashboardSocial table tbody tr {
  border-bottom: 1px solid var(--bfs-mid-grey);
}
.EsgDashboardSocial table tbody td {
  text-align: right;
  padding: 1rem;
  color: var(--bfs-dark-grey);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  border-right: 1px solid var(--bfs-mid-grey);
}
.EsgDashboardSocial table tbody td:nth-child(1) {
  text-align: left;
  white-space: nowrap;
}
.EsgDashboardSocial table tbody td:nth-child(2), .EsgDashboardSocial table tbody td:nth-child(3), .EsgDashboardSocial table tbody td:last-child {
  border-right: none;
}
.EsgDashboardSocial table tbody td.InlineTitle {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.EsgEmissionOverview table {
  width: 100%;
  border-collapse: collapse;
}
.EsgEmissionOverview table th {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: left;
  padding: 0.5rem 1rem;
  color: var(--bfs-black);
  border-bottom: 1px solid var(--bfs-grey);
}
.EsgEmissionOverview table tbody tr {
  border: 1px solid var(--bfs-light-grey);
}
.EsgEmissionOverview table tbody td {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 905px) {
  .EsgEmissionOverview table th:nth-child(4), .EsgEmissionOverview table th:nth-child(5),
  .EsgEmissionOverview table td:nth-child(4), .EsgEmissionOverview table td:nth-child(5) {
    display: none;
  }
}

.EsgSurveyOverview {
  max-width: 1080px;
  margin: 0 auto;
}
.EsgSurveyOverview--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.EsgSurveyOverview-TypeHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.EsgSurveyOverview-TypeHeader h3 {
  white-space: nowrap;
}
.EsgSurveyOverview-TypeHeader .ProgressBar {
  width: 100%;
  max-width: 250px;
}
.EsgSurveyOverview-TypeHeader .ProgressBar-Bar {
  height: 20px;
}
.EsgSurveyOverview-Icon--environmental {
  color: var(--bfs-mid-green2);
}
.EsgSurveyOverview-Icon--social {
  color: var(--bfs-mid-blue2);
}
.EsgSurveyOverview-Icon--governance {
  color: var(--bfs-yellow);
}
.EsgSurveyOverview h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--bfs-dark-grey);
}
.EsgSurveyOverview-Subtitle-EsrsLabel {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
}
.EsgSurveyOverview-CardGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
}
.EsgSurveyOverview-Card {
  width: 32%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--bfs-dark-grey);
  cursor: pointer;
}
.EsgSurveyOverview-Card:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.EsgSurveyOverview-Card .EsrsLabel {
  background-color: var(--bfs-white);
  margin-bottom: -1.5rem;
}
.EsgSurveyOverview-Card--environmental {
  background: var(--bfs-light-green);
}
.EsgSurveyOverview-Card--social {
  background: var(--bfs-light-blue);
}
.EsgSurveyOverview-Card--governance {
  background: var(--bfs-light-yellow);
}
.EsgSurveyOverview-Card-Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.EsgSurveyOverview-Card-Header .ContextMenu--container {
  top: -1rem;
  right: -1rem;
}
.EsgSurveyOverview-Card-Title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
  min-height: 3rem;
  margin-bottom: 0.5rem;
}
.EsgSurveyOverview-Card-Icon {
  background-color: var(--bfs-white);
  width: 120px;
  height: 120px;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-bottom: 0.5rem;
}
.EsgSurveyOverview-Card-Icon img {
  width: 75%;
  height: 75%;
}
.EsgSurveyOverview-Card-Info {
  font-weight: 600;
  font-size: 0.7188rem;
  line-height: 1rem;
  color: var(--bfs-mid-grey);
}

.EsgSurvey {
  color: var(--bfs-dark-grey);
}
.EsgSurvey .sd-title .sd-header__text h3.sd-title {
  color: var(--bfs-dark-grey);
  font-weight: 800;
  padding: 0;
}
.EsgSurvey .sd-title .sd-header__text .sd-description span {
  white-space: pre;
}
.EsgSurvey .sd-body.sd-body--static {
  max-width: inherit;
}
.EsgSurvey .sd-question--matrixdropdown .sd-question__content .sd-table-wrapper,
.EsgSurvey .sd-question--matrixdynamic .sd-question__content .sd-table-wrapper {
  min-width: 100%;
  margin: 0 auto;
}
.EsgSurvey .sd-question--left .sd-question__header--location--left {
  flex: 1 !important;
}
.EsgSurvey .sd-page:not(.sd-page--subthemes-overview) .sd-question--html {
  max-width: var(--survey-fieldWidth);
  margin: 0 auto;
}
.EsgSurvey__subOverview-Title {
  font-size: 1.375rem !important;
}
.EsgSurvey__subOverview-Group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.EsgSurvey__subOverview-Item {
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.EsgSurvey button.EsgSurvey__subOverview-Item {
  background-color: var(--bfs-light-green);
  color: var(--bfs-dark-grey);
  font-weight: 600;
}
.EsgSurvey__subThema-Title, .EsgSurvey__subThema-Subtitle, .EsgSurvey__subThema-GroupLabel, .EsgSurvey__subThema-Paragraph {
  font-size: 1.375rem !important;
  margin: 2rem auto 0;
  max-width: var(--survey-fieldWidth);
}
.EsgSurvey__subThema-Subtitle {
  font-size: 1.125rem !important;
  margin: 1rem auto 0;
}
.EsgSurvey__subThema-GroupLabel, .EsgSurvey__subThema-Paragraph {
  font-size: 1rem !important;
  margin: 1rem auto -1rem;
  position: relative;
  z-index: 1;
}
.EsgSurvey__subThema--with-info {
  padding-right: 2rem;
  margin-bottom: 1rem;
}
.EsgSurvey__readOnly {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.75rem;
  padding-bottom: 1rem;
}
.EsgSurvey__readOnly-Input {
  flex: 1;
  background-color: var(--bfs-smoke-grey);
  padding: 1rem;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  box-shadow: var(--sjs-shadow-inner, inset 0 1px 2px 0 rgba(0, 0, 0, 0.15));
  margin-bottom: 1rem;
}
.EsgSurvey__readOnly-Title {
  font-weight: 700 !important;
  padding-bottom: 1rem;
}
.EsgSurvey__readOnly--narrow {
  gap: 1.5rem;
}
.EsgSurvey-Badge {
  background-color: var(--bfs-light-teal);
  padding: 3rem 5rem;
  border-radius: 30px;
  margin: 1rem auto;
  max-width: var(--survey-fieldWidth);
}
.EsgSurvey-Badge p.EsgSurvey-Badge__text {
  font-weight: 600;
  line-height: 2;
}
.EsgSurvey-Badge p.EsgSurvey-Badge__text--warning {
  color: var(--bfs-red);
  font-weight: 700;
}
.EsgSurvey-Badge__list {
  font-weight: 700;
  list-style: disc;
  padding: 1rem 2rem;
  line-height: 2.5;
}
.EsgSurvey-Badge__link {
  color: var(--bfs-blue);
  font-weight: 700;
  margin: 1rem 0;
  display: block;
}

.EsrsLabel {
  font-weight: 600;
  font-size: 0.7188rem;
  line-height: 1rem;
  color: var(--bfs-mid-grey);
  padding: 0.5rem;
  border-radius: 2rem;
  width: max-content;
}
.EsrsLabel--environmental, .EsrsLabel--e {
  background: var(--bfs-light-green);
}
.EsrsLabel--social, .EsrsLabel--s {
  background: var(--bfs-light-blue);
}
.EsrsLabel--governance, .EsrsLabel--g {
  background: var(--bfs-light-yellow);
}

.FieldError {
  background-color: var(--bfs-light-red);
  color: var(--bfs-red);
  padding: 8px 12px;
  margin: 0 0 10px;
}
.FieldError + select,
.FieldError + input {
  background-color: var(--bfs-light-red);
}
.FieldError + select:focus-visible,
.FieldError + input:focus-visible {
  outline: none;
  border: 2px solid var(--bfs-red);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.FilterButton-link {
  display: inline;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  font-size: 11.5px;
  line-height: 1rem;
  color: var(--bfs-dark-grey);
  background-color: var(--bfs-light-grey);
  text-decoration: none;
  border-radius: 5px;
}
.FilterButton-link:hover {
  cursor: pointer;
}
@media (max-width: 905px) {
  .FilterButton-link {
    width: 100%;
    text-align: center;
  }
}

.FilterButton-link--active {
  color: var(--bfs-white);
  background-color: var(--bfs-blue);
}
.FilterButton-link--active:hover {
  cursor: default;
}

@keyframes appear-then-fade {
  0%, 100% {
    opacity: 0;
  }
  5%, 60% {
    opacity: 1;
  }
}
.Flash {
  position: fixed;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
  width: max-content;
  padding: 0 1rem;
  white-space: pre-wrap;
}
.Flash-message {
  font-size: 0.75rem;
  color: var(--bfs-white);
  padding: 1rem;
  background-color: var(--bfs-light-red);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.2);
  animation: appear-then-fade 6s both;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.Flash-message.notice {
  background-color: var(--bfs-mid-green2);
}
.Flash-message.alert {
  background-color: var(--bfs-red);
}
.Flash-message.blue, .Flash-message.mail {
  background-color: var(--bfs-mid-blue2);
}
.Flash-message svg {
  font-size: 1rem;
}

.Footer {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 905px) {
  .Footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.Footer a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--bfs-blue);
}

.Footer-left,
.Footer-right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 905px) {
  .Footer-left,
  .Footer-right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

/* .Form base styles and components */
.Form {
  padding: 1rem 1rem 1rem 0;
  margin: 1rem 1rem 1rem 0;
  background: var(--bfs-white);
  color: var(--bfs-dark-grey);
  /* TODO: Assign actual named classes to the respective input elements selected here, then remove element selectors alltogether. */
}
.Form-title {
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}
.Form-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--bfs-dark-grey);
  padding: 0 2rem 1.5rem;
}
.Form-sectionTitle {
  text-align: center;
  flex: 1 1 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  color: var(--bfs-dark-grey);
  padding-bottom: 1rem;
}
.Form-header {
  font-size: 2.375rem;
  margin-bottom: 4rem;
}
.Form-hr {
  border: 0;
  border-top: 1px solid var(--bfs-light-grey);
  margin: 2rem 0;
}
.Form-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.Form-field input {
  width: 100%;
}
.Form-field label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.Form-field .Checkboxes label,
.Form-field .Checkboxes-field__error label {
  font-weight: 600;
}
.Form-field input:read-only {
  background: var(--bfs-smoke-grey);
  color: var(--bfs-light-grey);
}
.Form-field .hw-combobox {
  width: 100%;
  --hw-combobox-width: 100%;
  --hw-padding--slim: 0;
  --hw-padding--slimmer: 0;
  --hw-focus-color: var(--bfs-blue);
  --hw-invalid-color: var(--bfs-red);
}
.Form-field--marginless {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.Form-error {
  font-style: italic;
  margin-bottom: 0.625rem;
}
.Form-label {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
.Form-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin-bottom: 1rem;
}
.Form-row--withGutter {
  gap: 1rem;
}
.Form-radioButton {
  display: flex;
  flex-flow: row wrap;
  gap: 3px 1rem;
  cursor: pointer;
}
.Form-radioButton label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  flex: 1;
}
.Form-radioButton-input {
  margin-right: 0.5rem;
}
.Form-radioButton-explanation {
  font-weight: 600;
  font-size: 11.5px;
  color: var(--bfs-mid-grey);
  margin-left: 40px;
  flex-basis: 100%;
}
.Form-radioButton input[type=radio] {
  background: var(--bfs-smoke-grey);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0.1875rem;
  font-size: 1.2rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50% !important;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
}
.Form-radioButton input[type=radio]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--bfs-blue), inset 0 1px 2px var(--border-inside, rgba(0, 0, 0, 0.16));
}
.Form-radioButton input[type=radio] input:placeholder-shown {
  text-overflow: ellipsis;
}
.Form-radioButton input[type=radio]:focus-visible {
  outline: none;
}
.Form-radioButton input[type=radio]::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: var(--bfs-white);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  text-align: center;
  vertical-align: middle;
  line-height: 1.3rem;
  outline: none;
}
.Form-radioButton input[type=radio]::before:focus-visible {
  outline: none;
}
.Form-radioButton input[type=radio]:checked::before {
  transform: scale(1);
  background-color: var(--bfs-blue);
  content: "●";
  color: var(--bfs-white);
}
.Form .Form-checkbox-with-explanation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.Form .Form-checkbox-with-explanation-input {
  /* this allows support for pseudo elements in Firefox */
  appearance: none;
  /* not removed via appearance */
  margin: 0;
  padding: 0;
  /* override box-shadow from form-input-base */
  box-shadow: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
}
.Form .Form-checkbox-with-explanation-input::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: var(--bfs-smoke-grey);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  font-size: 1.2rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  border-radius: 3px;
  margin-top: -1px;
  margin-left: -1px;
}
.Form .Form-checkbox-with-explanation-input:checked::before {
  color: var(--bfs-white);
  background-color: var(--bfs-blue);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABOSURBVHgBncvhCUAhCARg35uojRwlR2nTK0goAuns/oien0gyAIpkM5Bipv4ZNEbz9aMRVmwvyguqflQaeWlbqRSKMIUCzKEAc+jAdvvrdRG0j2rIq8EAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center;
}
.Form .Form-checkbox-with-explanation-option {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 600;
}
.Form .Form-checkbox-with-explanation-option img {
  max-width: 2.5rem;
}
.Form .Form-checkbox-with-explanation-option .Form-checkbox-text {
  flex: 1;
}
.Form-checkbox-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  width: calc(100% - 5vw);
  line-height: 140%;
}
.Form-checkbox-explanation {
  flex-basis: 100%;
  margin-top: 0.5rem;
  margin-left: 2.44rem;
  font-weight: 600;
  font-size: 0.7188rem;
  line-height: 1rem;
  color: var(--bfs-mid-grey);
}
.Form input:not(.Button.Button--primary, .Button, [type=checkbox]),
.Form select {
  background: var(--bfs-smoke-grey);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0.1875rem;
  font-size: 1.2rem;
  padding: 0.5rem;
}
.Form input:not(.Button.Button--primary, .Button, [type=checkbox]):focus-visible,
.Form select:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--bfs-blue), inset 0 1px 2px var(--border-inside, rgba(0, 0, 0, 0.16));
}
.Form input:not(.Button.Button--primary, .Button, [type=checkbox]) input:placeholder-shown,
.Form select input:placeholder-shown {
  text-overflow: ellipsis;
}
.Form input:not(.Button.Button--primary, .Button, [type=checkbox]):disabled,
.Form select:disabled {
  background: var(--bfs-smoke-grey);
  color: var(--bfs-light-grey);
}
.Form select {
  padding: 10px;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.5em auto, 100%;
  width: 100%;
}
.Form select::after {
  background-color: var(--bfs-blue);
}

/* .Form variants */
.Form--horizontal {
  display: flex;
  gap: 1rem;
  padding: 0;
  max-width: 100%;
}
.Form--horizontal .Form-field {
  width: 100%;
  margin-bottom: 0;
}
.Form--horizontal .Form-field .InfoIconButton {
  font-size: 1rem;
}
.Form--horizontal .Form-field .Form-row label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.Form--horizontal .Form-field select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 905px) {
  .Form--horizontal {
    flex-wrap: wrap;
  }
}

.Form--withBottomMargin {
  padding: 0;
  margin: 0 0 1rem;
  background: var(--bfs-white);
  color: var(--bfs-dark-grey);
}

.Form--filter .Form-field {
  width: fit-content;
}

.Form--subform {
  padding: 0 2rem;
}
.Form--subform-fields {
  margin: 0;
  padding: 0;
}
.Form--subform-action {
  padding: 0;
  text-align: right;
}
@media (min-width: 905px) {
  .Form--subform-action {
    width: 75%;
  }
}
.Form--subform-title {
  margin-bottom: 2rem;
}

/* Form Sections and Field containers */
.Form-section {
  width: 100%;
  margin: 2rem 0;
}
.Form-section h2 {
  padding-left: 2rem;
}
.Form-section:last-of-type {
  border-bottom: none;
}
.Form-section-content {
  width: 75%;
  margin: 0 auto;
}

.Form-fields,
.Form--subform-fields {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

/* Form Section- and Field containers- Variants */
.Form-fields--half {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 905px) {
  .Form-fields--half {
    margin-top: 1rem;
    flex-wrap: wrap;
  }
}
.Form-fields--half .Form-field {
  width: 50%;
}
@media (max-width: 905px) {
  .Form-fields--half .Form-field {
    width: 100%;
    margin: 0 auto;
  }
}

.FormField--label--disabled {
  color: var(--bfs-dark-grey);
  opacity: 0.5;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* FormFields with inline elements */
.FormField--withInlineElementLeft {
  position: relative;
}
.FormField--withInlineElementLeft input {
  padding-left: 2.5rem !important;
}
.FormField--withInlineElementLeft .InlineElement {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  top: 50%;
  left: 14px;
}

.FormField--withInlineElement {
  position: relative;
}
.FormField--withInlineElement input {
  padding-right: 3rem;
}
.FormField--withInlineElement .InlineElement {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 2.5rem;
}

.FormSection--marginless {
  margin: 0;
  margin-bottom: 2rem;
}
.FormSection--withTopBorder {
  border-top: 1px solid var(--bfs-light-grey);
  padding-top: 3.25rem;
}
.FormSection--centered {
  width: 75%;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.FormSection--horizontal-filters {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.FormSection--horizontal-filters .Form-field {
  margin-bottom: 0;
}
.FormSection-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 33px;
}
.FormSection-subTitle {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  margin-bottom: 1rem;
}
.FormSection-SubscriptionDates {
  margin-top: -2rem;
  margin-left: 3rem;
}

/* .FormActionsSection as containers for Buttons that are (mostly) displayed on the bottom of each form */
.FormActionsSection {
  margin-bottom: 1rem;
}
@media (min-width: 905px) {
  .FormActionsSection {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .FormActionsSection input {
    width: auto;
  }
}
.FormActionsSection > input,
.FormActionsSection a:not(.filterbutton-link) {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 1.3rem 2rem;
  min-height: 4rem;
  font-weight: 600;
}
.FormActionsSection__marginless {
  margin-bottom: 0;
}
.FormActionsSection input {
  width: 100%;
}
@media (min-width: 905px) {
  .FormActionsSection {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .FormActionsSection input {
    width: auto;
  }
}
.FormActionsSection-actions > a {
  background: var(--bfs-light-grey);
  float: right;
  text-decoration: none;
  color: var(--bfs-light-black);
}

/* .FormActionsSection variants */
.FormActionsSection--many {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
.FormActionsSection--many input {
  width: 100%;
}
@media (min-width: 905px) {
  .FormActionsSection--many {
    flex-direction: row;
    justify-content: space-between;
  }
  .FormActionsSection--many input {
    width: fit-content;
  }
}

.FormActionsSection--options {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.Icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.IconButton {
  font-size: 24px;
  width: 48px;
  height: 48px;
  padding: 12px;
  cursor: pointer;
  will-change: transform, opacity;
  border-radius: 50%;
}
.IconButton svg {
  fill: currentColor;
}
.IconButton:hover {
  background-color: var(--bfs-smoke-grey);
}
.IconButton:active {
  background-color: var(--bfs-light-grey);
}
.IconButton:focus, .IconButton:focus-visible {
  outline: 1px dotted var(--bfs-dark-blue);
}

.IconButton--Link {
  /* Reset base styles when using anchors as buttons */
  padding: 0;
  font-size: 1rem;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--bfs-dark-grey);
}
.IconButton--Link:active {
  color: currentColor;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(1);
    opacity: 0.35;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.IconButton--Ripple {
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  left: 0;
  pointer-events: none;
  top: 0;
  z-index: -1;
}
.IconButton--Ripple::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bfs-mid-grey);
  opacity: 0;
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.IconButton--focused .IconButton--Ripple::after {
  animation: 1 ripple 0.2s ease-in-out;
}

.InfoIconButton {
  color: var(--bfs-mid-blue2);
  font-size: 1.25rem;
  cursor: pointer;
}
.InfoIconButton:focus {
  outline: none;
}

.InfoSidebar {
  background-color: var(--bfs-white);
  width: 20rem;
  height: 100vh;
  padding: calc(5.125rem + 3rem) 2rem 2rem;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -20rem;
  top: 0;
  overflow-y: scroll;
  transition: right 0.5s ease-in-out;
}
.InfoSidebar-closeButton {
  position: absolute;
  top: calc(5.125rem + 1rem);
  left: 1rem;
  cursor: pointer;
}
.InfoSidebar h1,
.InfoSidebar h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.InfoSidebar p,
.InfoSidebar ul {
  font-weight: 600;
  line-height: 1.75rem;
  color: var(--bfs-mid-grey);
  margin-bottom: 1rem;
}
.InfoSidebar-Image {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
.InfoSidebar-Image img {
  width: 80%;
}
.InfoSidebar-equation {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 600;
  margin: 2rem 0;
}
.InfoSidebar-equation__expression {
  text-align: center;
}
.InfoSidebar ul {
  list-style: disc;
  padding-left: 1rem;
}

.Links {
  padding-top: 2rem;
  padding-bottom: 3rem;
  margin-left: -0.5rem;
}
.Links li {
  padding-top: 1.5rem;
}

.ListContainer h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 44px;
  padding-bottom: 1rem;
  color: var(--bfs-dark-grey);
}
.ListContainer-Notice {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  padding: 1rem;
  margin: 1rem 0;
  color: var(--bfs-dark-grey);
  background: var(--bfs-light-red);
  display: inline-block;
}

.List {
  display: table;
  border-collapse: collapse;
  min-width: 100%;
  background-color: var(--bfs-white);
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 1.25rem;
  font-weight: 700;
}
.List thead > tr :first-child {
  text-align: left;
}
.List thead td {
  width: auto;
}
.List tr {
  border-bottom: 1px solid var(--bfs-light-grey);
}
.List tr:last-child {
  border-bottom: none;
}
.List td {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0.25rem;
  color: var(--bfs-dark-grey);
  font-size: 0.8rem;
  width: 100%;
}
.List th,
.List thead td {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  position: sticky;
  top: 0;
  text-align: right;
  font-weight: 700;
  font-size: 1rem;
  color: var(--bfs-dark-grey);
  padding: 0.9rem 0.25rem;
  border-bottom: 1px solid var(--bfs-dark-grey);
}
@media (max-width: 600px) {
  .List table {
    border: 0;
  }
  .List thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .List tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .List td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: left;
  }
  .List td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .List td:last-child {
    border-bottom: 0;
  }
}
.List th.ListHeader-name,
.List th.ListHeader-address,
.List th.ListHeader-business_area,
.List th.ListHeader--left {
  text-align: left;
}
.List .ListHeader--sorting {
  vertical-align: bottom;
}
.List .ListHeader--sorting-wrapper {
  display: flex;
  align-items: end;
  gap: 0.5rem;
  justify-content: start;
}
.List .ListHeader--sorting-wrapper--right {
  justify-content: end;
  text-align: right !important;
}
.List td.ListRow-organization_name,
.List td.ListRow-name,
.List td.ListRow-address,
.List td.ListRow-business_area,
.List td.ListRow-label,
.List td.ListRow--left {
  text-align: left;
  padding-left: 0.25rem;
}
.List td.ListRow-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.List td.ListRow-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.List th.ListHeader-name,
.List td.ListRow-name {
  width: 30%;
}
@media (max-width: 600px) {
  .List th.ListHeader-name,
  .List td.ListRow-name {
    width: 100%;
  }
}
.List th.ListHeader-actions,
.List td.ListHeader-actions {
  width: 30%;
}
@media (max-width: 600px) {
  .List th.ListHeader-actions,
  .List td.ListHeader-actions {
    width: 100%;
  }
}

.List-body td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.List-body > .ListRow-double-total {
  border-top: 1.1px solid var(--bfs-dark-grey);
}
.List-body > .ListRow-double-total ~ .ListRow-double-total {
  border-top: none;
  border-bottom: 1px solid var(--bfs-dark-grey);
}
.List-body td.ListRow-first {
  text-align: left;
  padding-left: 0.25rem;
}
.List-body.shortened.shortened--6 tr.ListRow:nth-child(6) {
  border-bottom: none;
}
.List-body.shortened.shortened--6 tr.ListRow:nth-child(n+7) {
  display: none;
}
.List-body.shortened.shortened--10 tr.ListRow:nth-child(10) {
  border-bottom: none;
}
.List-body.shortened.shortened--10 tr.ListRow:nth-child(n+11) {
  display: none;
}

.List-body--alternate tr:nth-child(odd) {
  border-bottom: none;
}

.List-body--with-subs tr.ListRow--sub {
  border-bottom: none;
  border-top: 1px solid var(--bfs-light-grey);
}
.List-body--with-subs tr.ListRow:not(.ListRow--sub) {
  border-top: 1px solid var(--bfs-dark-grey);
  border-bottom: 1px solid var(--bfs-dark-grey);
}

.List--WithTotalRow .List-body :nth-last-child(1 of tr.ListRow) {
  border-bottom: none;
}
.List--WithTotalRow .ListRow-total td {
  border-bottom: 1px solid var(--bfs-dark-grey);
  border-top: 2px solid var(--bfs-dark-grey);
}

td.List-emptyPlaceholder {
  text-align: center;
}

.ListRow {
  padding: 1rem;
  border-bottom: 5px solid var(--bfs-light-grey);
  color: var(--bfs-dark-grey);
  font-size: 1.25rem;
  font-weight: 600;
  vertical-align: baseline;
}
.ListRow a:not(.Button) {
  color: var(--bfs-dark-grey);
  font-weight: 700;
}
.ListRow-name {
  flex: 1;
}
.ListRow-name a {
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
}
.ListRow .ContextMenu--container {
  position: absolute;
  display: inline-block;
}
@media (max-width: 360px) {
  .ListRow .ContextMenu--container {
    margin-top: -1.25rem;
  }
}
@media (min-width: 360px) {
  .ListRow .ContextMenu--container {
    margin-top: -0.75rem;
    margin-right: -1rem;
  }
}
.ListRow--sub td {
  padding-left: 2rem !important;
}

td.ListRow-actions {
  display: table-cell;
  text-align: center;
}

.LogInInfo {
  display: none;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  flex: 1;
  padding: 2rem 3rem;
  background: var(--bfs-light-teal);
  position: relative;
}
@media (min-width: 905px) {
  .LogInInfo {
    display: flex;
  }
}
.LogInInfo h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3.4rem;
  color: var(--bfs-dark-grey);
  margin-bottom: 1rem;
}
.LogInInfo h2 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 33px;
  color: var(--bfs-mid-grey);
}
.LogInInfo-text {
  margin-top: -2rem;
  color: var(--bfs-dark-grey);
}
.LogInInfo-text h1 {
  color: var(--bfs-dark-grey);
}
.LogInInfo-text p {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.1875rem;
}
.LogInInfo-text ul {
  list-style-type: disc;
  margin-left: 1rem;
}
.LogInInfo-text li {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  line-height: 1.375rem;
}
.LogInInfo-image {
  margin-top: 2rem;
  align-self: center;
}
.LogInInfo a {
  margin: 2rem 0 1rem;
}
.LogInInfo-poweredBy {
  max-width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.LogInInfo-poweredBy img {
  width: 100%;
}

.MainContainer {
  display: grid;
  grid-template-columns: 50px 1fr;
}
@media (min-width: 600px) {
  .MainContainer {
    grid-template-columns: 250px 1fr;
  }
}
.MainContainer-nav {
  position: relative;
  z-index: 1;
}
.MainContainer-body {
  padding: 1rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (min-width: 600px) {
  .MainContainer-body {
    padding: 2rem;
  }
}

header.MainHeader {
  background-color: var(--bfs-dark-green);
  color: var(--bfs-white);
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
  /* make sure that the shadow covers other elements below the header (ex: Navigation) */
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}
header.MainHeader h1 {
  font-size: 1.25em;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.325em;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
header.MainHeader h1 a {
  color: var(--bfs-white);
  text-decoration: none;
}
@media (max-width: 600px) {
  header.MainHeader h1 {
    gap: 1rem;
  }
  header.MainHeader .MainHeader__right {
    gap: 1rem;
    text-align: right;
  }
}

.MainHeader-demoLabel {
  display: inline-block;
  height: 2rem;
  padding: 0 0.5rem;
  flex-shrink: 1;
  border-radius: 0.3125rem;
  background: var(--bfs-yellow);
  color: var(--bfs-dark-grey);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  vertical-align: middle;
}

.MainHeader__right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
}
.MainHeader__right a {
  color: var(--bfs-white);
  text-decoration: none;
}

.MainHeader__right__select {
  max-width: 450px;
}
@media (max-width: 905px) {
  .MainHeader__right__select {
    display: none;
  }
}

.Modal__overlay {
  position: fixed;
  top: 0;
  left: 3.125rem;
  width: calc(100% - 3.125rem);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .Modal__overlay {
    width: calc(100% - 15.625rem);
    left: 15.625rem;
  }
}
.Modal__dialog {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 31rem;
  padding: 2rem;
  border: 1px solid #ccc;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  min-width: 33%;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.14), 0 6px 30px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 3;
  min-height: fit-content;
  max-height: 750px;
  overflow-y: auto;
}
.Modal__dialog h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 35px;
  margin-bottom: 1rem;
}
.Modal__dialog__actionArea {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 905px) {
  .Modal__dialog__actionArea {
    flex-direction: column;
    align-items: center;
  }
}

nav.NavigationMenu {
  padding: 2rem 0 0;
  background: var(--bfs-white);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 16px 24px rgba(0, 0, 0, 0.14), 0 6px 30px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.NavigationMenu__section {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.NavigationMenu__section-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--bfs-green);
  opacity: 0.75;
  margin: 1rem 1.5rem 0.5rem;
  text-transform: uppercase;
}
.NavigationMenu__section > a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: var(--bfs-dark-grey);
}
.NavigationMenu__section > a svg {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  margin-left: 1.5rem;
}
.NavigationMenu__section > a span {
  flex: 1;
}
.NavigationMenu__section > a:hover {
  background: rgba(19, 83, 70, 0.08);
}
.NavigationMenu__section > a.current {
  color: var(--bfs-white);
  background: var(--bfs-green);
}
.NavigationMenu__section > a.current svg {
  fill: var(--bfs-white);
}
@media (max-width: 600px) {
  .NavigationMenu__section-title,
  .NavigationMenu__section > a span {
    display: none;
  }
  .NavigationMenu__section > a svg {
    margin-left: 1rem;
  }
}

.PageContainer {
  padding: 2rem;
  background: var(--bfs-white);
}
.PageContainer_borderless {
  padding: 0;
  margin-top: -2rem;
  background: none;
}
.PageContainer--marginless {
  margin: -2rem -2rem 2rem;
}
.PageContainer--paddingless {
  padding: 0;
}
.PageContainer h1 {
  color: var(--bfs-dark-grey);
}

.PageContainer-header,
.PageContainer--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.PageContainer-header h2,
.PageContainer--flex h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 44px;
  color: var(--bfs-dark-grey);
}

.PageContainer-header--vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.PageContainer-header--underlined {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid var(--bfs-light-grey);
}

.PageContainer--padded {
  padding: 1rem;
  margin: 1rem 1rem 1rem 0;
  background: var(--bfs-white);
  color: var(--bfs-dark-grey);
}

.PageContainer-widthLimiter {
  max-width: 1200px;
  margin: 0 auto;
}

.PageContainer-footer {
  padding: 1.5rem 0;
}
.PageContainer-footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagy {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--bfs-dark-grey);
}
.pagy > :not([hidden]) {
  margin: 0 0.25rem;
}
.pagy.nav a {
  display: block;
  text-decoration: none;
  border: 1px solid var(--bfs-light-grey);
  border-radius: 0.25rem;
  color: var(--bfs-dark-grey);
  background-color: var(--bfs-white);
  padding: 0.5rem 1rem;
}
.pagy.nav a:hover {
  background-color: var(--bfs-smoke-grey);
}
.pagy.nav a[aria-disabled=true] {
  cursor: default;
  background-color: var(--bfs-smoke-grey);
  color: var(--bfs-mid-grey);
}
.pagy.nav a[aria-disabled=true].current {
  background-color: var(--bfs-blue);
  border: 1px solid var(--bfs-blue);
  color: var(--bfs-white);
}
.pagy.nav a[aria-disabled=true].gap {
  background-color: transparent;
  border: none;
  align-self: flex-end;
}
.pagy .pagy-combo-input, .pagy.pagy-items-selector-js {
  display: inline-block;
  border-radius: 0.5rem;
  background-color: var(--bfs-white);
  padding: 0.125rem 0.75rem;
}
.pagy .pagy-combo-input input, .pagy.pagy-items-selector-js input {
  border-radius: 0.375rem;
  border-style: none;
  background-color: var(--bfs-white);
}

.Paper {
  background: var(--bfs-white);
  border: none;
  border-radius: 4px;
  padding: 1.25rem;
}
.Paper--home {
  background-image: url(/assets/welcome-bg-f8b0092d84aaf61f6eb1b2117a04af074e658cdf5154683235539f4decd8154c.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 4rem;
  padding: 0;
}
.Paper--home header {
  padding: 3.25rem;
}
.Paper--padded {
  padding: 2rem 2.5rem;
}
.Paper--bordered {
  border-bottom: 1px solid var(--bfs-light-grey);
}

.ProfileMenu button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ProfileMenu strong {
  font-weight: 700;
  white-space: nowrap;
}
.ProfileMenu a {
  color: var(--bfs-dark-grey);
  text-decoration: none;
}
.ProfileMenu__item {
  max-width: 100%;
}
.ProfileMenu__help {
  margin-right: 3rem;
}
.ProfileMenu__item--disabled {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}
.ProfileMenu__select {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  display: flex;
  max-width: 350px;
}
@media (min-width: 905px) {
  .ProfileMenu__select {
    width: 100%;
    display: none;
  }
}

.ProgressBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 125px;
}
.ProgressBar progress {
  display: none;
}
.ProgressBar-Bar {
  width: 100%;
  height: 7px;
  background-color: rgba(85, 85, 85, 0.2);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.ProgressBar-Value {
  border-radius: 10px;
  height: 100%;
  background-color: var(--sozialgestaltung-green);
  transition: width 0.3s ease;
}
.ProgressBar-Status {
  --fa-primary-color: var(--bfs-white);
  --fa-secondary-color: var(--bfs-mid-grey);
  --fa-secondary-opacity: 0.2;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProgressBar-Status--Success {
  --fa-secondary-color: var(--sozialgestaltung-green);
  --fa-secondary-opacity: 1;
}

.RadioButtonCard {
  position: relative;
  background-color: var(--bfs-light-blue);
  flex: 0;
  border-radius: 20px;
  height: 230px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: var(--bfs-blue);
}
.RadioButtonCard:hover {
  cursor: pointer;
}
.RadioButtonCard:hover input {
  border: 2px solid currentColor;
  cursor: pointer;
}
.RadioButtonCard input {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--bfs-white);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font: inherit;
  color: currentColor;
  display: grid;
  place-content: center;
}
.RadioButtonCard input::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
}
.RadioButtonCard input:checked {
  border: 2px solid currentColor;
}
.RadioButtonCard input:checked::before {
  background-color: currentColor;
  clip-path: path("M7.14286 14.8857L0 7.74286L2.01429 5.72857L7.14286 10.8429L17.9857 0L20 2.02857L7.14286 14.8857Z");
  transform: scale(1) translate(20%, 25%);
}
.RadioButtonCard input:checked:not(:focus) {
  background-color: currentColor;
}
.RadioButtonCard input:checked:not(:focus)::before {
  color: var(--bfs-white);
}
.RadioButtonCard__image-wrapper {
  background-color: var(--bfs-white);
  width: 142px;
  height: 142px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RadioButtonCard__label {
  color: var(--bfs-dark-grey);
  font-weight: 800;
  text-align: center;
  font-size: 1.5rem;
}

.RadioButtonCards {
  display: grid;
  column-gap: 1.5rem;
}
@media (max-width: 360px) {
  .RadioButtonCards {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 360px) {
  .RadioButtonCards {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1440px) {
  .RadioButtonCards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

.RankingPerCategoryCard-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.RankingPerCategoryCard-row--alignFlexEnd {
  justify-content: flex-end;
}

.RankingPerCategoryCard-title {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--bfs-dark-grey);
}

.RankingPerCategoryCard-subtitle {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--bfs-mid-grey);
  margin-bottom: 1.625rem;
}

.RankingPerCategoryCard-actionsContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media (max-width: 905px) {
  .RankingPerCategoryCard-actionsContainer {
    flex-direction: column;
  }
}

.RankingPerCategoryCard-chartContainer {
  margin: 2.25rem 0 1rem;
}

.SavingIndicator {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 200px;
  height: 20px;
}
.SavingIndicator__icon {
  margin-right: 11px;
}
.SavingIndicator__icon--saving {
  animation: spin 1.2s linear infinite;
}
.SavingIndicator__icon--saved {
  animation: appear 0.2s linear 1;
}
.SavingIndicator__text {
  color: var(--bfs-mid-grey);
  font-weight: 600;
  font-size: 11.5px;
  line-height: 1rem;
  min-width: 75px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes appear {
  from {
    opacity: 0;
    margin-bottom: -30px;
  }
  to {
    opacity: 1;
    margin-bottom: 0;
  }
}

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

.ScopesCard-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}

.ScopesCard-row--no-title {
  display: block;
}
.ScopesCard-row--no-title .ScopesCard-downloadButton {
  position: absolute;
  right: 0;
}

.ScopesCard-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 33px;
  color: var(--bfs-dark-grey);
  word-break: break-word;
}

.ScopesCard-subtitle {
  font-weight: 600;
  font-size: 1rem;
  color: var(--bfs-mid-grey);
  flex-basis: 100%;
  padding-top: 0.5rem;
  padding-bottom: 2.75rem;
}

.ScopesCard-contentArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1440px) {
  .ScopesCard-contentArea {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.ScopesCard-chartContainer {
  width: 100%;
}
@media (min-width: 1440px) {
  .ScopesCard-chartContainer {
    width: 90%;
  }
}

.Session {
  padding: 1.5rem;
  margin: 0;
  background: var(--bfs-white);
  width: 100%;
  height: 100%;
  color: var(--bfs-dark-grey);
  flex: 1;
  min-height: 100vh;
  /* Stop form fields from expanding all across huge screens */
}
.Session .Form {
  max-width: 1000px;
}
@media (min-width: 905px) {
  .Session {
    padding-top: 3rem;
  }
}
.Session h1 {
  margin-top: 2rem;
}
.Session h4,
.Session .subtitle {
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-weight: 600;
  font-size: 1rem;
}
.Session-password h1 {
  font-weight: 800;
}
.Session-password h4 {
  padding-bottom: 4rem;
}
.Session-password .Form > :nth-child(3) {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}
.Session-forgotPassword h1 {
  font-weight: 800;
}
.Session-forgotPassword p {
  line-height: 28px;
  font-weight: 600;
  padding: 2rem 5rem 2rem 0;
}
.Session-forgotPassword .Form {
  padding-bottom: 0.2rem;
}
.Session-confirmation {
  display: flex;
  flex-direction: column;
}
.Session-confirmation h1 {
  font-weight: 800;
}
.Session-confirmation svg {
  color: #1d7d69;
  align-self: center;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.Session-confirmation a {
  width: fit-content;
  margin-top: 2rem;
}
.Session .Checkbox {
  padding-bottom: 2.5rem;
}
.Session .Form-field input {
  width: 90%;
}
.Session .Form > :nth-child(2) {
  margin-bottom: 0;
  padding-top: 0.5rem;
}
.Session .FieldError {
  width: 90%;
}

.ShowMoreButton {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ShowMoreButton a {
  color: var(--bfs-blue);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ShowMoreButton-icon {
  margin-left: 0.5rem;
}

.ShowMoreButton-icon--flipped {
  transform: rotate(180deg);
  margin-left: 0.5rem;
}

.SignInContainer {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  background-color: var(--bfs-white);
}
@media (min-width: 905px) {
  .SignInContainer {
    flex-direction: row;
  }
}

.Spacer {
  display: block;
  height: 2rem;
}

.Spacer--horizontal {
  display: inline-block;
  width: 0.5rem;
}

.Spacer--extra-large {
  display: block;
  height: 16rem;
}

.Spacer--large {
  display: block;
  height: 4rem;
}

.Spacer--small {
  display: block;
  height: 0.5rem;
}

.Spacer--medium {
  display: block;
  height: 1rem;
}

/*!
 * surveyjs - Survey JavaScript library v1.12.3
 * Copyright (c) 2015-2024 Devsoft Baltic OÜ  - http://surveyjs.io/
 * License: MIT (http://www.opensource.org/licenses/mit-license.php)
 */
:root {
  --sjs-transition-duration: 150ms;
}

.sv-action-bar {
  display: flex;
  box-sizing: content-box;
  position: relative;
  align-items: center;
  margin-left: auto;
  overflow: hidden;
  white-space: nowrap;
}

.sv-action-bar-separator {
  display: inline-block;
  width: 1px;
  height: 24px;
  vertical-align: middle;
  margin-right: 16px;
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sv-action-bar--default-size-mode .sv-action-bar-separator {
  margin: 0 var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-action-bar--small-size-mode .sv-action-bar-separator {
  margin: 0 calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-action-bar-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
  box-sizing: border-box;
  border: none;
  border-radius: calc(0.5 * (var(--sjs-corner-radius, 4px)));
  background-color: transparent;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  cursor: pointer;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  overflow-x: hidden;
  white-space: nowrap;
}

button.sv-action-bar-item {
  overflow: hidden;
}

.sv-action-bar--default-size-mode .sv-action-bar-item {
  height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  margin: 0 var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-action-bar--small-size-mode .sv-action-bar-item {
  height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  line-height: var(--sjs-font-size, 16px);
  margin: 0 calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-action:first-of-type .sv-action-bar-item {
  margin-inline-start: 0;
}

.sv-action:last-of-type .sv-action-bar-item {
  margin-inline-end: 0;
}

.sv-action-bar--default-size-mode .sv-action-bar-item__title--with-icon {
  margin-inline-start: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-action-bar--small-size-mode .sv-action-bar-item__title--with-icon {
  margin-inline-start: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-action-bar-item__icon svg {
  display: block;
}

.sv-action-bar-item__icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
.sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
  outline: none;
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sv-action-bar-item--active.sv-action-bar-item--pressed:focus, .sv-action-bar-item--active.sv-action-bar-item--pressed:focus-visible {
  outline: none;
}

.sv-action-bar-item:not(.sv-action-bar-item--pressed):active:enabled {
  opacity: 0.5;
}

.sv-action-bar-item:disabled {
  opacity: 0.25;
  cursor: default;
}

.sv-action-bar-item__title {
  color: inherit;
  vertical-align: middle;
  white-space: nowrap;
}

.sv-action-bar-item--secondary .sv-action-bar-item__icon use {
  fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
}

.sv-action-bar-item--active .sv-action-bar-item__icon use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sv-action-bar-item-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
  box-sizing: border-box;
  border: none;
  border-radius: calc(0.5 * (var(--sjs-corner-radius, 4px)));
  background-color: transparent;
  cursor: pointer;
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  font-size: var(--sjs-font-size, 16px);
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
}

.sv-expand-action:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  height: 10px;
  width: 12px;
  margin: auto 8px;
}

.sv-expand-action--expanded:before {
  transform: rotate(180deg);
}

.sv-dots {
  width: 48px;
}

.sv-dots__item {
  width: 100%;
}

.sv-dots__item .sv-action-bar-item__icon {
  margin: auto;
}

.sv-action--hidden {
  width: 0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}

.sv-action--hidden .sv-action__content {
  min-width: fit-content;
}

.sv-action__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sv-action__content > * {
  flex: 0 0 auto;
}

.sv-action--space {
  margin-left: auto;
}

.sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  opacity: 50%;
}

:root {
  --sjs-transition-duration: 150ms;
}

.sv-dragged-element-shortcut {
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-width: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  cursor: grabbing;
  position: absolute;
  z-index: 10000;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-size: var(--sjs-font-size, 16px);
  padding-left: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
}

.sv-matrixdynamic__drag-icon {
  padding-top: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-matrixdynamic__drag-icon:after {
  content: " ";
  display: block;
  height: calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  cursor: move;
  margin-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-matrix-row--drag-drop-ghost-mod td {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sv-matrix-row--drag-drop-ghost-mod td > * {
  visibility: hidden;
}

.sv-drag-drop-choices-shortcut {
  cursor: grabbing;
  position: absolute;
  z-index: 10000;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  min-width: 100px;
  max-width: 400px;
}

.sv-drag-drop-choices-shortcut .sv-ranking-item {
  height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-drag-drop-choices-shortcut .sv-ranking-item .sv-ranking-item__text .sv-string-viewer,
.sv-drag-drop-choices-shortcut .sv-ranking-item .sv-ranking-item__text .sv-string-editor {
  overflow: hidden;
  white-space: nowrap;
}

.sv-drag-drop-choices-shortcut__content.sv-drag-drop-choices-shortcut__content {
  min-width: 100px;
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  border-radius: calc(4.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
  padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
  margin-left: 0;
}

:root {
  --sjs-transition-duration: 150ms;
}

sv-popup {
  display: block;
  position: absolute;
}

.sv-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  outline: none;
  z-index: 2000;
  height: 100vh;
}

.sv-dropdown-popup {
  height: 0;
}

.sv-popup.sv-popup-inner {
  height: 0;
}

.sv-popup-inner > .sv-popup__container {
  margin-top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-list__item--with-icon .sv-popup-inner > .sv-popup__container {
  margin-top: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup__container {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
  border-radius: var(--sjs-corner-radius, 4px);
  position: absolute;
  padding: 0;
}

.sv-popup__shadow {
  width: 100%;
  height: 100%;
  border-radius: var(--sjs-corner-radius, 4px);
}

.sv-popup__body-content {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  border-radius: var(--sjs-corner-radius, 4px);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  max-width: 100vw;
}

.sv-popup--modal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background-semitransparent, rgba(144, 144, 144, 0.5));
  padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(15 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: border-box;
}

.sv-popup--modal > .sv-popup__container {
  position: static;
  display: flex;
}

.sv-popup--modal > .sv-popup__container > .sv-popup__shadow > .sv-popup__body-content {
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
  background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
  padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: auto;
}

.sv-popup--modal > .sv-popup__container > .sv-popup__shadow > .sv-popup__body-content .sv-popup__body-footer {
  padding-bottom: 2px;
}

.sv-popup--modal .sv-popup__body-footer .sv-footer-action-bar {
  overflow: visible;
}

.sv-popup--confirm-delete .sv-popup__shadow {
  height: initial;
}

.sv-popup--confirm-delete .sv-popup__container {
  border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-popup--confirm-delete .sv-popup__body-content {
  border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
  max-width: min-content;
  align-items: flex-end;
  min-width: 452px;
}

.sv-popup--confirm-delete .sv-popup__body-header {
  color: var(--sjs-font-editorfont-color, var(--sjs-general-forecolor, rgba(0, 0, 0, 0.91)));
  margin-bottom: 0;
  align-self: self-start;
  /* UI/Default */
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-size: var(--sjs-font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  /* 150% */
}

.sv-popup--confirm-delete .sv-popup__scrolling-content {
  display: none;
}

.sv-popup--confirm-delete .sv-popup__body-footer {
  padding-bottom: 0;
  max-width: max-content;
}

.sv-popup--confirm-delete .sv-popup__body-footer .sv-action-bar {
  gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup--overlay {
  width: 100%;
  height: var(--sv-popup-overlay-height, 100vh);
}

.sv-popup--overlay .sv-popup__container {
  background: var(--background-semitransparent, rgba(144, 144, 144, 0.5));
  max-width: 100vw;
  max-height: calc(var(--sv-popup-overlay-height, 100vh) - 1 * var(--sjs-base-unit, var(--base-unit, 8px)));
  height: calc(var(--sv-popup-overlay-height, 100vh) - 1 * var(--sjs-base-unit, var(--base-unit, 8px)));
  width: 100%;
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border: unset;
  box-sizing: content-box;
}

.sv-popup--overlay .sv-popup__body-content {
  max-height: var(--sv-popup-overlay-height, 100vh);
  max-width: 100vw;
  border-radius: calc(4 * (var(--sjs-corner-radius, 4px))) calc(4 * (var(--sjs-corner-radius, 4px))) 0px 0px;
  background: var(--sjs-general-backcolor, var(--background, #fff));
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
  padding: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(100% - 1 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sv-popup--overlay .sv-popup__scrolling-content {
  height: calc(100% - 10 * var(--base-unit, 8px));
}

.sv-popup--overlay .sv-popup__body-footer {
  margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup--overlay .sv-popup__body-footer .sv-action-bar {
  width: 100%;
}

.sv-popup--overlay .sv-popup__body-footer-item {
  width: 100%;
}

.sv-popup--overlay .sv-popup__button.sv-popup__button {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sv-popup--overlay .sv-popup__body-footer .sv-action {
  flex: 1 0 0;
}

.sv-popup--modal .sv-popup__scrolling-content {
  padding: 2px;
  margin: -2px;
}

.sv-popup__scrolling-content {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.sv-popup__scrolling-content::-webkit-scrollbar,
.sv-popup__scrolling-content *::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sv-popup__scrolling-content::-webkit-scrollbar-thumb,
.sv-popup__scrolling-content *::-webkit-scrollbar-thumb {
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
}

.sv-popup__content {
  min-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
}

.sv-popup--show-pointer.sv-popup--top .sv-popup__pointer {
  transform: translate(calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))))) rotate(180deg);
}

.sv-popup--show-pointer.sv-popup--bottom .sv-popup__pointer {
  transform: translate(calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px)))), calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
}

.sv-popup--show-pointer.sv-popup--right .sv-popup__container {
  transform: translate(var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sv-popup--show-pointer.sv-popup--right .sv-popup__container .sv-popup__pointer {
  transform: translate(-12px, -4px) rotate(-90deg);
}

.sv-popup--show-pointer.sv-popup--left .sv-popup__container {
  transform: translate(calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
}

.sv-popup--show-pointer.sv-popup--left .sv-popup__container .sv-popup__pointer {
  transform: translate(-4px, -4px) rotate(90deg);
}

.sv-popup__pointer {
  display: block;
  position: absolute;
}

.sv-popup__pointer:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
  border-right: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
  border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid var(--sjs-general-backcolor, var(--background, #fff));
  align-self: center;
}

.sv-popup__body-header {
  font-family: Open Sans;
  font-size: calc(1.5 * (var(--sjs-font-size, 16px)));
  line-height: calc(2 * (var(--sjs-font-size, 16px)));
  font-style: normal;
  font-weight: 700;
  margin-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sv-popup__body-footer {
  display: flex;
  margin-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup__body-footer .sv-action-bar {
  gap: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup__button {
  margin: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup--modal .sv-list__filter,
.sv-popup--overlay .sv-list__filter {
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-popup--modal .sv-list__filter-icon,
.sv-popup--overlay .sv-list__filter-icon {
  top: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup--dropdown .sv-list__filter {
  margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-popup--dropdown .sv-popup__shadow {
  box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
}

.sv-popup--dropdown .sv-popup__body-content {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) 0;
  height: 100%;
}

.sv-popup--dropdown > .sv-popup__container > .sv-popup__shadow > .sv-popup__body-content .sv-list {
  background-color: transparent;
}

.sv-dropdown-popup .sv-popup__body-content {
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
}

.sv-dropdown-popup .sv-list__filter {
  margin-bottom: 0;
}

.sv-popup--overlay .sv-popup__body-content {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sv-popup--dropdown-overlay {
  z-index: 2001;
  padding: 0;
}

.sv-popup--dropdown-overlay .sv-popup__body-content {
  padding: 0;
  border-radius: 0;
}

.sv-popup--dropdown-overlay .sv-popup__body-footer .sv-action-bar .sv-action {
  flex: 0 0 auto;
}

.sv-popup--dropdown-overlay .sv-popup__button.sv-popup__button {
  background-color: transparent;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border: none;
  box-shadow: none;
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin: 0;
}

.sv-popup--dropdown-overlay .sv-popup__container {
  max-height: calc(var(--sv-popup-overlay-height, 100vh));
  height: calc(var(--sv-popup-overlay-height, 100vh));
  padding-top: 0;
}

.sv-popup--dropdown-overlay .sv-popup__body-content {
  height: calc(var(--sv-popup-overlay-height, 100vh));
}

.sv-popup--dropdown-overlay .sv-popup__body-footer {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  margin-top: 0;
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
  border-top: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
}

.sv-popup--dropdown-overlay .sv-popup__scrolling-content {
  height: calc(100% - 6 * var(--base-unit, 8px));
}

.sv-popup--dropdown-overlay .sv-list__filter-icon .sv-svg-icon {
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup--dropdown-overlay .sv-list__container {
  padding: 0;
}

.sv-popup--dropdown-overlay .sv-list {
  flex-grow: 1;
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) 0;
}

.sv-popup--dropdown-overlay .sv-list__filter {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup--dropdown-overlay .sv-list__filter-icon {
  position: static;
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup--dropdown-overlay .sv-list__empty-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
}

.sv-popup--dropdown-overlay .sv-popup__button:disabled {
  pointer-events: none;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: 0.25;
}

.sv-popup--dropdown-overlay .sv-list__filter-clear-button {
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  appearance: none;
  border: none;
  border-radius: 100%;
  background-color: transparent;
}

.sv-popup--dropdown-overlay .sv-list__filter-clear-button svg {
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup--dropdown-overlay .sv-list__filter-clear-button svg use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-popup--dropdown-overlay .sv-list__input {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  font-size: max(16px, var(--sjs-font-size, 16px));
  line-height: max(24px, 1.5 * (var(--sjs-font-size, 16px)));
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-popup--dropdown-overlay .sv-list__item:hover .sv-list__item-body,
.sv-popup--dropdown-overlay .sv-list__item:focus .sv-list__item-body,
.sv-popup--dropdown-overlay .sv-list__item--focused .sv-list__item-body {
  background: var(--sjs-general-backcolor, var(--background, #fff));
}

.sv-popup--dropdown-overlay .sv-list__item:hover.sv-list__item--selected .sv-list__item-body,
.sv-popup--dropdown-overlay .sv-list__item:focus.sv-list__item--selected .sv-list__item-body,
.sv-popup--dropdown-overlay .sv-list__item--focused.sv-list__item--selected .sv-list__item-body {
  background: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  font-weight: 600;
}

.sv-popup--dropdown-overlay .sv-popup__body-footer .sv-action-bar {
  justify-content: flex-start;
}

.sv-dropdown-popup.sv-popup--dropdown-overlay .sv-list__filter {
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px)) calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-dropdown-popup.sv-popup--dropdown-overlay .sv-list {
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-dropdown-popup.sv-popup--dropdown-overlay .sv-popup__button.sv-popup__button {
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-dropdown-popup.sv-popup--dropdown-overlay .sv-popup__body-footer {
  padding-top: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
}

.sv-dropdown-popup.sv-popup--dropdown-overlay .sv-list__filter-icon .sv-svg-icon {
  width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-dropdown-popup.sv-popup--dropdown-overlay .sv-list__filter-icon {
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-dropdown-popup.sv-popup--dropdown-overlay .sv-list__input {
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-popup--dropdown-overlay.sv-multi-select-list .sv-list__item:hover.sv-list__item--selected .sv-list__item-body,
.sv-popup--dropdown-overlay.sv-multi-select-list .sv-list__item:focus.sv-list__item--selected .sv-list__item-body,
.sv-popup--dropdown-overlay.sv-multi-select-list .sv-list__item--focused.sv-list__item--selected .sv-list__item-body {
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-weight: 400;
}

.sv-popup--dropdown-overlay.sv-popup--tablet .sv-popup__body-content {
  --sv-popup-overlay-max-height: calc(var(--sv-popup-overlay-height, 100vh) - var(--sjs-base-unit, var(--base-unit, 8px)) * 8);
  --sv-popup-overlay-max-width: calc(100% - var(--sjs-base-unit, var(--base-unit, 8px)) * 8);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-height: var(--sv-popup-overlay-max-height);
  min-height: min(var(--sv-popup-overlay-max-height), 30 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: auto;
  width: auto;
  min-width: min(40 * (var(--sjs-base-unit, var(--base-unit, 8px))), var(--sv-popup-overlay-max-width));
  max-width: var(--sv-popup-overlay-max-width);
  border-radius: var(--sjs-corner-radius, 4px);
  overflow: hidden;
  margin: 0;
}

.sv-popup--dropdown-overlay.sv-popup--tablet .sv-popup__content,
.sv-popup--dropdown-overlay.sv-popup--tablet .sv-popup__scrolling-content,
.sv-popup--dropdown-overlay.sv-popup--tablet .sv-list__container {
  flex-grow: 1;
}

.sv-popup--visible {
  opacity: 1;
}

.sv-popup--hidden {
  opacity: 0;
}

.sv-popup--enter {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.15s;
}

.sv-popup--modal.sv-popup--enter {
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-duration: 0.25s;
}

.sv-popup--leave {
  animation-direction: reverse;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.15s;
}

.sv-popup--modal.sv-popup--leave {
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-duration: 0.25s;
}

.sv-popup--hidden {
  opacity: 0;
}

@keyframes modalMoveUp {
  from {
    transform: translateY(64px);
  }
  to {
    transform: translateY(0);
  }
}
.sv-popup--modal.sv-popup--leave .sv-popup__container, .sv-popup--modal.sv-popup--enter .sv-popup__container {
  animation-name: modalMoveUp;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-fill-mode: forwards;
  animation-duration: 0.25s;
}

.sv-popup--modal.sv-popup--leave .sv-popup__container {
  animation-direction: reverse;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

:root {
  --sjs-transition-duration: 150ms;
}

.sv-button-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: var(--sjs-font-size, 16px);
  overflow: auto;
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
}

.sv-button-group:focus-within {
  box-shadow: 0 0 0 1px var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sv-button-group__item {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  appearance: none;
  width: 100%;
  padding: 11px calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  outline: none;
  font-size: var(--sjs-font-size, 16px);
  font-weight: 400;
  background: var(--sjs-general-backcolor, var(--background, #fff));
  cursor: pointer;
  overflow: hidden;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  position: relative;
}

.sv-button-group__item:not(:last-of-type) {
  border-right: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
}

.sv-button-group__item--hover:hover {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sv-button-group__item-icon {
  display: block;
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-button-group__item-icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-button-group__item--selected {
  font-weight: 600;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sv-button-group__item--selected .sv-button-group__item-icon use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sv-button-group__item--selected:hover {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
}

.sv-button-group__item-decorator {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.sv-button-group__item-caption {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sv-button-group__item-icon + .sv-button-group__item-caption {
  margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-button-group__item--disabled {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  cursor: default;
}

.sv-button-group__item--disabled .sv-button-group__item-decorator {
  opacity: 0.25;
  font-weight: normal;
}

.sv-button-group__item--disabled .sv-button-group__item-icon use {
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sv-button-group__item--disabled:hover {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
}

.sv-button-group:focus-within {
  box-shadow: 0 0 0 1px var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sv-visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

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

.sv-title-actions {
  display: flex;
  align-items: center;
  width: 100%;
}

.sv-title-actions__title {
  flex-wrap: wrap;
  max-width: 90%;
  min-width: 50%;
  white-space: initial;
}

.sv-action-title-bar {
  min-width: 56px;
}

.sv-title-actions .sv-title-actions__title {
  flex-wrap: wrap;
  flex: 0 1 auto;
  max-width: unset;
  min-width: unset;
}

.sv-title-actions .sv-action-title-bar {
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: unset;
}

:root {
  --sjs-transition-duration: 150ms;
}

:root {
  --sjs-transition-duration: 150ms;
}

.sv_window {
  position: fixed;
  bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
  border: 1px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
  background-clip: padding-box;
  z-index: 100;
  max-height: 50vh;
  overflow: auto;
  box-sizing: border-box;
  background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  width: calc(100% - 4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) !important;
}

@-moz-document url-prefix() {
  .sv_window,
  .sv_window * {
    scrollbar-width: thin;
    scrollbar-color: var(--sjs-border-default, var(--border, #d6d6d6)) transparent;
  }
}
.sv_window::-webkit-scrollbar,
.sv_window *::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: transparent;
}

.sv_window::-webkit-scrollbar-thumb,
.sv_window *::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 32px;
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sv_window::-webkit-scrollbar-track,
.sv_window *::-webkit-scrollbar-track {
  background: transparent;
}

.sv_window::-webkit-scrollbar-thumb:hover,
.sv_window *::-webkit-scrollbar-thumb:hover {
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv_window_root-content {
  height: 100%;
}

.sv_window--full-screen {
  top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  max-height: 100%;
  width: initial !important;
  max-width: initial !important;
}

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

.sv_window_content {
  overflow: hidden;
}

.sv_window--collapsed {
  height: initial;
}

.sv_window--collapsed .sv_window_header {
  height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) var(--sjs-base-unit, var(--base-unit, 8px)) var(--sjs-base-unit, var(--base-unit, 8px)) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
  display: flex;
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  box-sizing: content-box;
}

.sv_window--collapsed .sv_window_content {
  display: none;
}

.sv_window--collapsed .sv_window_buttons_container {
  margin-top: 0;
  margin-right: 0;
}

.sv_window_header_title_collapsed {
  color: var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91));
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-style: normal;
  font-weight: 600;
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sv_window_header_description {
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  font-feature-settings: "salt" on;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-style: normal;
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sv_window_buttons_container {
  position: fixed;
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
  margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
  display: flex;
  gap: var(--sjs-base-unit, var(--base-unit, 8px));
  z-index: 10000;
}

.sv_window_button {
  display: flex;
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
  justify-content: center;
  align-items: center;
  border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  cursor: pointer;
}

.sv_window_button:hover, .sv_window_button:active {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
}

.sv_window_button:hover svg use,
.sv_window_button:hover svg path, .sv_window_button:active svg use,
.sv_window_button:active svg path {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sv_window_button:active {
  opacity: 0.5;
}

.sv_window_button svg use,
.sv_window_button svg path {
  fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
}

sv-brand-info,
.sv-brand-info {
  z-index: 1;
  position: relative;
  margin-top: 1px;
}

.sv-brand-info {
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  text-align: right;
  color: #161616;
  padding: 24px 40px;
}

.sv-brand-info a {
  color: #161616;
  text-decoration-line: underline;
}

.sd-body--static .sv-brand-info {
  padding-top: 0;
  margin-top: 16px;
}

.sd-body--responsive .sv-brand-info {
  padding-top: 16px;
  margin-top: -8px;
}

.sd-root-modern--mobile .sv-brand-info {
  padding: 48px 24px 8px 24px;
  margin-top: 0;
  text-align: center;
}

.sv-brand-info__text {
  font-weight: 600;
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  color: #161616;
}

.sv-brand-info__logo {
  display: inline-block;
}

.sv-brand-info__logo img {
  width: 118px;
}

.sv-brand-info__terms {
  font-weight: 400;
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  line-height: var(--sjs-font-size, 16px);
  padding-top: 4px;
}

.sv-brand-info__terms a {
  color: #909090;
}

.sd-body--responsive .sv-brand-info {
  padding-right: 0;
  padding-left: 0;
}

:root {
  --sjs-transition-duration: 150ms;
}

:root {
  --sjs-transition-duration: 150ms;
}

.sv-ranking {
  outline: none;
  user-select: none;
  -webkit-user-select: none;
}

.sv-ranking-item {
  cursor: pointer;
  position: relative;
  opacity: 1;
}

.sv-ranking-item:focus .sv-ranking-item__icon--hover {
  visibility: hidden;
}

.sv-ranking-item:hover:not(:focus) .sv-ranking-item__icon--hover {
  visibility: visible;
}

.sv-question--disabled .sv-ranking-item:hover .sv-ranking-item__icon--hover {
  visibility: hidden;
}

.sv-ranking-item:focus {
  outline: none;
}

.sv-ranking-item:focus .sv-ranking-item__icon--focus {
  visibility: visible;
  top: calc(0.6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking-item:focus .sv-ranking-item__index {
  background: var(--sjs-general-backcolor, var(--background, #fff));
  outline: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sv-ranking-item__content.sv-ranking-item__content {
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0px;
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking-item__icon-container {
  position: relative;
  left: 0;
  top: 5px;
  bottom: 0;
  flex-shrink: 0;
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  align-self: flex-start;
}

.sv-ranking-item--disabled.sv-ranking-item--disabled,
.sv-ranking-item--readonly.sv-ranking-item--readonly,
.sv-ranking-item--preview.sv-ranking-item--preview {
  cursor: initial;
  user-select: initial;
  -webkit-user-select: initial;
}

.sv-ranking-item--disabled.sv-ranking-item--disabled .sv-ranking-item__icon-container.sv-ranking-item__icon-container .sv-ranking-item__icon.sv-ranking-item__icon,
.sv-ranking-item--readonly.sv-ranking-item--readonly .sv-ranking-item__icon-container.sv-ranking-item__icon-container .sv-ranking-item__icon.sv-ranking-item__icon,
.sv-ranking-item--preview.sv-ranking-item--preview .sv-ranking-item__icon-container.sv-ranking-item__icon-container .sv-ranking-item__icon.sv-ranking-item__icon {
  visibility: hidden;
}

.sv-ranking-item__icon.sv-ranking-item__icon {
  visibility: hidden;
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
  position: absolute;
  top: var(--sjs-base-unit, var(--base-unit, 8px));
  width: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking-item__index.sv-ranking-item__index {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  font-size: var(--sjs-internal-font-editorfont-size);
  border-radius: 100%;
  border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid transparent;
  width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  box-sizing: border-box;
  font-weight: 600;
  margin-left: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  transition: outline var(--sjs-transition-duration, 150ms), background var(--sjs-transition-duration, 150ms);
  outline: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid transparent;
  align-self: self-start;
}

.sv-ranking-item__index.sv-ranking-item__index svg {
  fill: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  width: var(--sjs-internal-font-editorfont-size);
  height: var(--sjs-internal-font-editorfont-size);
}

.sv-ranking-item__text {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  margin: 0 calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  overflow-wrap: break-word;
  word-break: normal;
  align-self: self-start;
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-ranking-item__text .sv-string-viewer,
.sv-ranking-item__text .sv-string-editor {
  overflow: initial;
  white-space: pre-line;
}

.sd-ranking--disabled .sv-ranking-item__text {
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  opacity: 0.25;
}

.sv-ranking-item--disabled .sv-ranking-item__text {
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  opacity: 0.25;
}

.sv-ranking-item--readonly .sv-ranking-item__index {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sv-ranking-item--preview .sv-ranking-item__index {
  background-color: transparent;
  border: 1px solid var(--sjs-general-forecolor, var(--foreground, #161616));
  box-sizing: border-box;
}

.sv-ranking-item__ghost.sv-ranking-item__ghost {
  display: none;
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(31 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  z-index: 1;
  position: absolute;
  left: 0;
  top: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

[dir=rtl] .sv-ranking-item__ghost {
  left: initilal;
  right: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking-item--ghost {
  height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking-item--ghost .sv-ranking-item__text .sv-string-viewer,
.sv-ranking-item--ghost .sv-ranking-item__text .sv-string-editor {
  white-space: unset;
}

.sv-ranking-item--ghost .sv-ranking-item__ghost {
  display: block;
}

.sv-ranking-item--ghost .sv-ranking-item__content {
  visibility: hidden;
}

.sv-ranking-item--drag .sv-ranking-item__content {
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking--drag .sv-ranking-item:hover .sv-ranking-item__icon {
  visibility: hidden;
}

.sv-ranking-item--drag .sv-ranking-item__icon--hover {
  visibility: visible;
}

.sv-ranking--mobile .sv-ranking-item__icon--hover {
  visibility: visible;
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-ranking--mobile.sv-ranking--drag .sv-ranking-item--ghost .sv-ranking-item__icon.sv-ranking-item__icon--hover {
  visibility: hidden;
}

.sv-ranking--mobile.sv-ranking-shortcut {
  max-width: 80%;
}

.sv-ranking--mobile .sv-ranking-item__index.sv-ranking-item__index {
  margin-left: 0;
}

.sv-ranking--mobile .sd-element--with-frame .sv-ranking-item__icon {
  margin-left: 0;
}

.sv-ranking--design-mode .sv-ranking-item:hover .sv-ranking-item__icon {
  visibility: hidden;
}

.sv-ranking--disabled {
  opacity: 0.8;
}

.sv-ranking-shortcut[hidden] {
  display: none;
}

.sv-ranking-shortcut .sv-ranking-item__icon {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sv-ranking-shortcut .sv-ranking-item__text {
  margin-right: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking-shortcut .sv-ranking-item__icon--hover {
  visibility: visible;
}

.sv-ranking-shortcut .sv-ranking-item__icon {
  width: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-ranking-shortcut .sv-ranking-item__content {
  padding-left: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking-shortcut .sv-ranking-item__icon-container {
  margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-ranking-shortcut {
  cursor: grabbing;
  position: absolute;
  z-index: 10000;
  border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
  min-width: 100px;
  max-width: 400px;
  box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
}

.sv-ranking-shortcut .sv-ranking-item {
  height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking-shortcut .sv-ranking-item .sv-ranking-item__text .sv-string-viewer,
.sv-ranking-shortcut .sv-ranking-item .sv-ranking-item__text .sv-string-editor {
  overflow: hidden;
  white-space: nowrap;
}

.sv-ranking--select-to-rank {
  display: flex;
}

.sv-ranking--select-to-rank-vertical {
  flex-direction: column-reverse;
}

.sv-ranking--select-to-rank-vertical .sv-ranking__containers-divider {
  margin: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
  height: 1px;
}

.sv-ranking--select-to-rank-vertical .sv-ranking__container--empty {
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
  display: flex;
  justify-content: center;
  align-items: center;
}

.sv-ranking-item--animate-item-removing {
  animation-name: moveIn, fadeIn;
  animation-direction: reverse;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: var(--sjs-ranking-move-out-duration, 150ms), var(--sjs-ranking-fade-out-duration, 100ms);
  animation-delay: var(--sjs-ranking-move-out-delay, 0ms), 0s;
}

.sv-ranking-item--animate-item-adding {
  animation-name: moveIn, fadeIn;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: var(--sjs-ranking-move-in-duration, 150ms), var(--sjs-ranking-fade-in-duration, 100ms);
  animation-delay: 0s, var(--sjs-ranking-fade-in-delay, 150ms);
}

.sv-ranking-item--animate-item-adding-empty {
  animation-name: fadeIn;
  opacity: 0;
  animation-timing-function: linear;
  animation-duration: var(--sjs-ranking-fade-in-duration, 100ms);
  animation-delay: 0;
}

.sv-ranking-item--animate-item-removing-empty {
  animation-name: fadeIn;
  animation-direction: reverse;
  animation-timing-function: linear;
  animation-duration: var(--sjs-ranking-fade-out-duration, 100ms);
  animation-delay: 0;
}

@keyframes sv-animate-item-opacity-reverse-keyframes {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sv-animate-item-opacity-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sv-ranking--select-to-rank-horizontal .sv-ranking__container {
  max-width: calc(50% - 1px);
}

.sv-ranking--select-to-rank-horizontal .sv-ranking__containers-divider {
  width: 1px;
}

.sv-ranking--select-to-rank-horizontal .sv-ranking__container--to .sv-ranking-item {
  left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking-item {
  left: initial;
}

.sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking__container-placeholder {
  padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--from .sv-ranking__container-placeholder {
  padding-right: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking__container-placeholder {
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-style: normal;
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  white-space: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: border-box;
}

.sv-ranking__container {
  flex: 1;
}

.sv-ranking__container--empty {
  box-sizing: border-box;
  text-align: center;
}

.sv-ranking__containers-divider {
  background: var(--sjs-border-default, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
}

.sv-ranking__container--from .sv-ranking-item__icon--focus {
  display: none;
}

.sv-ranking--select-to-rank-horizontal .sv-ranking__container--to .sv-ranking-item {
  left: 0 !important;
  padding-left: 16px;
}

.sv-ranking--select-to-rank-horizontal .sv-ranking__container--to .sv-ranking-item .sv-ranking-item__ghost {
  left: initial;
}

.sv-ranking--select-to-rank-swap-areas {
  flex-direction: row-reverse;
}

.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--to .sv-ranking-item {
  padding-left: 0;
  left: -24px !important;
}

.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--from .sv-ranking-item {
  padding-left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  left: 0;
}

.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--from .sv-ranking-item__ghost.sv-ranking-item__ghost {
  left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking__container-placeholder {
  padding-right: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-left: 0;
}

.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking-item__ghost.sv-ranking-item__ghost {
  right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--empty.sv-ranking__container--from .sv-ranking__container-placeholder {
  padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-right: 0;
}

:root {
  --sjs-transition-duration: 150ms;
}

.sv-list {
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background: var(--sjs-general-backcolor, var(--background, #fff));
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  list-style-type: none;
}

.sv-list__empty-container {
  width: 100%;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  box-sizing: border-box;
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-list__empty-text {
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  font-size: var(--sjs-font-size, 16px);
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-list__item {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sv-list__item-body {
  position: relative;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  padding-block: var(--sjs-base-unit, var(--base-unit, 8px));
  padding-inline-end: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-start: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  font-weight: normal;
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  cursor: pointer;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color var(--sjs-transition-duration, 150ms), color var(--sjs-transition-duration, 150ms);
}

.sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) {
  outline: none;
}

.sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) .sv-list__item-body {
  border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-border-light, var(--border-light, #eaeaea));
  border-radius: var(--sjs-corner-radius, 4px);
  padding-block: calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-end: calc(7.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-start: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) .sv-string-viewer {
  margin-inline-start: calc(-0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-list__item:hover,
.sv-list__item:focus {
  outline: none;
}

.sv-list__item:focus .sv-list__item-body,
.sv-list__item--hovered > .sv-list__item-body {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sv-list__item--with-icon.sv-list__item--with-icon {
  padding: 0;
}

.sv-list__item--with-icon.sv-list__item--with-icon > .sv-list__item-body {
  padding-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
}

.sv-list__item-icon {
  float: left;
  flex-shrink: 0;
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-list__item-icon svg {
  display: block;
}

.sv-list__item-icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-list-item__marker-icon {
  position: absolute;
  right: var(--sjs-base-unit, var(--base-unit, 8px));
  flex-shrink: 0;
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: content-box;
}

.sv-list-item__marker-icon svg {
  display: block;
}

.sv-list-item__marker-icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

[dir=rtl] .sv-list__item-icon,
[style*="direction:rtl"] .sv-list__item-icon,
[style*="direction: rtl"] .sv-list__item-icon {
  float: right;
}

.sv-list__item-separator {
  margin: var(--sjs-base-unit, var(--base-unit, 8px)) 0;
  height: 1px;
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sv-list--filtering .sv-list__item-separator {
  display: none;
}

.sv-list__item.sv-list__item--selected > .sv-list__item-body,
.sv-list__item.sv-list__item--selected:hover > .sv-list__item-body,
.sv-list__item.sv-list__item--selected.sv-list__item--focused > .sv-list__item-body,
.sv-multi-select-list .sv-list__item.sv-list__item--selected.sv-list__item--focused > .sv-list__item-body,
li:focus .sv-list__item.sv-list__item--selected > .sv-list__item-body {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  font-weight: 600;
}

.sv-list__item.sv-list__item--selected .sv-list__item-icon use,
.sv-list__item.sv-list__item--selected:hover .sv-list__item-icon use,
.sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list__item-icon use,
.sv-multi-select-list .sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list__item-icon use,
li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
  fill: var(--sjs-general-backcolor, var(--background, #fff));
}

.sv-list__item.sv-list__item--selected .sv-list-item__marker-icon use,
.sv-list__item.sv-list__item--selected:hover .sv-list-item__marker-icon use,
.sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list-item__marker-icon use,
.sv-multi-select-list .sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list-item__marker-icon use,
li:focus .sv-list__item.sv-list__item--selected .sv-list-item__marker-icon use {
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sv-multi-select-list .sv-list__item.sv-list__item--selected .sv-list__item-body,
.sv-multi-select-list .sv-list__item.sv-list__item--selected:hover .sv-list__item-body {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  font-weight: 400;
}

.sv-list__item.sv-list__item--selected.sv-list__item--group > .sv-list__item-body {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  font-weight: 400;
}

.sv-list__item.sv-list__item--selected.sv-list__item--group > .sv-list__item-body use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-list__item.sv-list__item--disabled .sv-list__item-body {
  cursor: default;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-list__item span {
  white-space: nowrap;
}

.sv-list__item-text--wrap span {
  white-space: normal;
  word-wrap: break-word;
}

.sv-list__container {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  display: flex;
  min-height: 0;
}

.sv-list__filter {
  border-bottom: 1px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
  background: var(--sjs-general-backcolor, var(--background, #fff));
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-list__filter-icon {
  display: block;
  position: absolute;
  top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  inset-inline-start: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-list__filter-icon .sv-svg-icon {
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-list__filter-icon .sv-svg-icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-list__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: var(--sjs-general-backcolor, var(--background, #fff));
  box-sizing: border-box;
  width: 100%;
  min-width: calc(30 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  outline: none;
  font-size: var(--sjs-font-size, 16px);
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-start: calc(7 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  border: none;
}

.sv-list__input::placeholder {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-list__input:disabled,
.sv-list__input:disabled::placeholder {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-list__loading-indicator {
  pointer-events: none;
}

.sv-list__loading-indicator .sv-list__item-body {
  background-color: transparent;
}

:root {
  --sjs-transition-duration: 150ms;
}

.sv-save-data_root {
  position: fixed;
  left: 50%;
  bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background: var(--sjs-general-backcolor, var(--background, #fff));
  opacity: 0;
  padding: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
  border-radius: calc(2 * (var(--sjs-corner-radius, 4px)));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  min-width: calc(30 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  text-align: center;
  z-index: 1600;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%) translateY(calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
  transition-timing-function: ease-in;
  transition-property: transform, opacity;
  transition-delay: 0.25s;
  transition: 0.5s;
}

.sv-save-data_root.sv-save-data_root--shown {
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0.25s;
  opacity: 0.75;
}

.sv-save-data_root span {
  display: flex;
  flex-grow: 1;
}

.sv-save-data_root .sv-action-bar {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}

.sv-save-data_root--shown.sv-save-data_success,
.sv-save-data_root--shown.sv-save-data_error {
  opacity: 1;
}

.sv-save-data_root.sv-save-data_root--with-buttons {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-save-data_root.sv-save-data_error {
  background-color: var(--sjs-special-red, var(--red, #e60a3e));
  color: var(--sjs-general-backcolor, var(--background, #fff));
  font-weight: 600;
  gap: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-save-data_root.sv-save-data_error .sv-save-data_button {
  font-weight: 600;
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  color: #ffffff;
  background-color: var(--sjs-special-red, var(--red, #e60a3e));
  border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid #ffffff;
  border-radius: calc(1.5 * (var(--sjs-corner-radius, 4px)));
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
  align-items: center;
}

.sv-save-data_root.sv-save-data_error .sv-save-data_button:hover,
.sv-save-data_root.sv-save-data_error .sv-save-data_button:focus {
  color: var(--sjs-special-red, var(--red, #e60a3e));
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
}

.sv-save-data_root.sv-save-data_success {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: #ffffff;
  font-weight: 600;
}

.sv-string-viewer.sv-string-viewer--multiline {
  white-space: pre-wrap;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes changeHeight {
  from {
    height: var(--animation-height-from);
  }
  to {
    height: var(--animation-height-to);
  }
}
@keyframes moveInWithOverflow {
  from {
    overflow: hidden;
    height: var(--animation-height-from);
    min-height: var(--animation-height-from);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
  }
  99% {
    overflow: hidden;
    margin-top: var(--animation-margin-top);
    margin-bottom: var(--animation-margin-bottom);
    padding-top: var(--animation-padding-top);
    padding-bottom: var(--animation-padding-bottom);
    border-top-width: var(--animation-border-top-width);
    border-bottom-width: var(--animation-border-bottom-width);
    height: var(--animation-height-to);
    min-height: var(--animation-height-to);
  }
  to {
    overflow: visible;
    margin-top: var(--animation-margin-top);
    margin-bottom: var(--animation-margin-bottom);
    padding-top: var(--animation-padding-top);
    padding-bottom: var(--animation-padding-bottom);
    border-top-width: var(--animation-border-top-width);
    border-bottom-width: var(--animation-border-bottom-width);
    height: var(--animation-height-to);
    min-height: var(--animation-height-to);
  }
}
@keyframes moveIn {
  from {
    height: 0;
  }
  to {
    height: var(--animation-height);
  }
}
@keyframes paddingFadeIn {
  from {
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    padding-bottom: var(--animation-padding-bottom);
    padding-top: var(--animation-padding-top);
  }
}
.sd-element {
  padding-left: var(--sv-element-add-padding-left, 0px);
  padding-right: var(--sv-element-add-padding-right, 0px);
}

.sd-element__title {
  outline: none;
}

.sd-element__title.sd-element__title--disabled {
  opacity: 0.25;
}

.sd-root--readonly .sd-element__title.sd-element__title--disabled {
  opacity: 1;
}

.sd-element--invisible {
  opacity: 0.35;
}

.sd-title.sd-element__title {
  font-family: var(--sjs-font-questiontitle-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-questiontitle-weight, 600);
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
}

.sd-element__header .sv-string-editor {
  max-width: 100%;
  white-space: normal;
}

.sd-element__title {
  font-size: 0;
  line-height: 0;
  position: static;
  margin: 0;
}

.sd-element__title .sd-element__num {
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  line-height: var(--sjs-font-size, 16px);
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-element__title span {
  font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
  line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
}

.sd-element__title .sv-title-actions__title {
  font-size: 0;
  line-height: 0;
}

.sd-element__title .sv-title-actions__title {
  white-space: nowrap;
}

.sd-element__title .sv-string-viewer {
  white-space: normal;
}

.sd-element__title .sv-string-viewer.sv-string-viewer--multiline {
  white-space: pre-wrap;
}

.sd-element__num {
  float: left;
  padding-top: calc(0.625 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: calc(0.375 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-start: 0;
  padding-inline-end: var(--sjs-base-unit, var(--base-unit, 8px));
  width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  line-height: var(--sjs-font-size, 16px);
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  margin-inline-start: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  text-align: end;
  box-sizing: border-box;
  white-space: nowrap;
  flex-shrink: 0;
}

.sd-page__num + span,
.sd-element__num + span {
  float: left;
  width: 0;
}

[dir=rtl] .sd-element__num,
[style*="direction:rtl"] .sd-element__num,
[style*="direction: rtl"] .sd-element__num {
  float: right;
}

[dir=rtl] .sd-element__title--expandable:before,
[style*="direction:rtl"] .sd-element__title--expandable:before,
[style*="direction: rtl"] .sd-element__title--expandable:before {
  transform: rotate(180deg);
}

.sd-element__title--num-inline .sd-element__num {
  float: none;
  margin-inline-start: 0;
  width: auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.sd-element__title--num-inline .sd-element__num + span {
  float: none;
  width: auto;
}

.sd-element__title--expandable.sd-element__title--expandable {
  position: relative;
  display: block;
}

.sd-element__title--expandable:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 14L5 13L10 8L5 3L6 2L12 8L6 14Z' fill='%23909090'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  position: absolute;
  inset-inline-start: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  top: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  transition-property: transform;
}

.sd-element__title--expandable.sd-element__title--expanded:before {
  transform: rotate(90deg);
}

.sd-element--with-frame {
  border-radius: var(--sjs-questionpanel-cornerRadius, var(--sjs-corner-radius, 4px));
  box-sizing: border-box;
  padding-top: var(--sd-base-padding);
  padding-left: calc(var(--sd-base-padding) + var(--sv-element-add-padding-left, 0px));
  padding-right: calc(var(--sd-base-padding) + var(--sv-element-add-padding-right, 0px));
  padding-bottom: var(--sd-base-padding);
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
}

.sd-element--with-frame.sd-element--compact {
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
  border-radius: var(--sjs-questionpanel-cornerRadius, var(--sjs-corner-radius, 4px));
  box-shadow: none;
  background-color: transparent;
}

@keyframes elementMoveIn {
  from {
    flex-basis: 0;
    flex-grow: 0;
    max-width: 0;
    min-width: 0;
    width: 0;
    height: 0;
    padding-left: 0;
    overflow: hidden;
  }
  to {
    height: var(--animation-height);
    flex-basis: var(--animation-width);
    width: var(--animation-width);
    min-width: var(--animation-width);
    padding-left: var(--animation-padding-left);
    overflow: visible;
  }
}
.sd-element-wrapper--enter {
  animation-name: elementMoveIn, fadeIn;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-fill-mode: forwards;
  animation-duration: var(--sjs-element-move-in-duration, 250ms), var(--sjs-element-fade-in-duration, 500ms);
  animation-delay: 0s, var(--sjs-element-fade-in-delay, 100ms);
  opacity: 0;
}

.sd-element-wrapper--leave {
  animation-name: elementMoveIn, fadeIn;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-fill-mode: forwards;
  animation-direction: reverse;
  animation-duration: var(--sjs-element-move-out-duration, 250ms), var(--sjs-element-fade-out-duration, 150ms);
  animation-delay: var(--sjs-element-move-out-delay, 0ms), 0s;
}

.sd-element__content {
  box-sizing: border-box;
}

.sd-element__content--enter,
.sd-element__content--leave {
  --animation-padding-top: 0;
  --animation-padding-bottom: 0;
}

.sd-element__content--enter {
  animation-name: fadeIn, moveInWithOverflow;
  min-height: 0 !important;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-duration: var(--sjs-expand-fade-in-duration, 500ms), var(--sjs-expand-move-in-duration, 150ms);
  animation-delay: var(--sjs-expand-fade-in-delay, 150ms), 0s, 0s;
}

.sd-element__content--leave {
  animation-name: fadeIn, moveInWithOverflow;
  min-height: 0 !important;
  animation-direction: reverse;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-duration: var(--sjs-collapse-fade-out-duration, 150ms), var(--sjs-collapse-move-out-duration, 250ms);
  animation-delay: 0s, var(--sjs-collapse-move-out-delay, 100ms), var(--sjs-collapse-move-out-delay, 100ms);
}

.sd-element--expandable.sd-elemenet--expandable--animating > .sd-element__header:focus-within, .sd-element--expandable.sd-elemenet--expandable--animating > .sd-element__header:hover {
  background-color: transparent;
}

.sd-elemenet--expandable--animating.sd-element--expandable {
  transition-property: padding-top, padding-bottom;
}

.sd-elemenet--expandable--animating.sd-element--expandable > .sd-element__header {
  transition-property: padding-top, padding-bottom;
}

.sd-elemenet--expandable--animating.sd-element--expandable.sd-element--expanded {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-duration: var(--sjs-expand-move-in-duration, 150ms);
}

.sd-elemenet--expandable--animating.sd-element--expandable.sd-element--expanded > .sd-element__header {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-duration: var(--sjs-expand-move-in-duration, 150ms);
}

.sd-elemenet--expandable--animating.sd-element--expandable.sd-element--expanded > .sd-element__header .sd-element__title:before {
  transition-duration: var(--sjs-expand-move-in-duration, 150ms);
}

.sd-elemenet--expandable--animating.sd-element--expandable.sd-element--collapsed {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-duration: var(--sjs-collapse-move-out-duration, 250ms);
  transition-delay: var(--sjs-collapse-move-out-delay, 100ms);
}

.sd-elemenet--expandable--animating.sd-element--expandable.sd-element--collapsed > .sd-element__header {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-duration: var(--sjs-collapse-move-out-duration, 250ms);
  transition-delay: var(--sjs-collapse-move-out-delay, 100ms);
}

.sd-elemenet--expandable--animating.sd-element--expandable.sd-element--collapsed > .sd-element__header .sd-element__title:before {
  transition-duration: var(--sjs-collapse-move-out-duration, 250ms);
  transition-delay: var(--sjs-collapse-move-out-delay, 100ms);
}

.sd-elemenet--expandable--animating.sd-element--expandable.sd-element--complex:not(.sd-question--empty) > .sd-element__header--location-top:after {
  display: block;
  opacity: 0;
  height: 0;
  --animation-height: 1px;
  animation-name: fadeIn, moveIn;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-delay: var(--sjs-expand-fade-in-delay, 150ms), 0s;
  animation-duration: var(--sjs-expand-fade-in-duration, 500ms), var(--sjs-expand-move-in-duration, 150ms);
}

.sd-elemenet--expandable--animating.sd-element--expandable.sd-element--complex:not(.sd-question--empty).sd-element--collapsed .sd-element__header--location-top:after {
  animation-direction: reverse;
  opacity: 1;
  height: 1px;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-delay: 0s, var(--sjs-collapse-move-out-delay, 100ms);
  animation-duration: var(--sjs-collapse-fade-out-duration, 150ms), var(--sjs-collapse-move-out-duration, 250ms);
}

.sd-question {
  position: relative;
}

.sd-question--no-pointer-events .sd-selectbase label,
.sd-question--no-pointer-events .sd-rating label {
  pointer-events: none;
}

.sd-element__erbox--above-element {
  margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-question__erbox--below-question {
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-question__content--support-container-queries {
  container-type: inline-size;
}

.sd-question--title-top > .sd-question__erbox--above-question {
  margin-bottom: calc(0.5 * var(--sd-base-vertical-padding));
}

.sd-question--description-under-input > .sd-question__erbox--below-question,
.sd-question--title-bottom > .sd-question__erbox--below-question {
  margin-top: calc(0.25 * var(--sd-base-vertical-padding) + 0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-element--with-frame > .sd-element__erbox--above-element {
  margin-bottom: var(--sd-base-padding);
  border-radius: var(--sjs-corner-radius, 4px) var(--sjs-corner-radius, 4px) 0 0;
}

.sd-question--left > .sd-element__erbox--above-element {
  margin-bottom: 0;
}

.sd-element--with-frame.sd-question--left > .sd-element__erbox--above-element {
  margin-bottom: calc(1 * var(--sd-base-vertical-padding));
}

.sd-element--with-frame > .sd-question__erbox--below-question {
  margin-top: auto;
  border-radius: 0 0 var(--sjs-corner-radius, 4px) var(--sjs-corner-radius, 4px);
}

.sd-element--with-frame.sd-question--title-top > .sd-question__erbox--above-question {
  margin-bottom: calc(0.5 * var(--sd-base-vertical-padding) + var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-element--with-frame.sd-question--description-under-input > .sd-question__erbox--below-question,
.sd-element--with-frame.sd-question--title-bottom > .sd-question__erbox--below-question {
  margin-top: calc(0.5 * var(--sd-base-vertical-padding) + var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-question__header {
  width: 100%;
}

.sd-question__header--location-top {
  padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
}

.sd-question__header--location--bottom {
  padding-top: calc(0.375 * var(--sd-base-vertical-padding));
}

.sd-element--with-frame.sd-question--title-top {
  padding-top: var(--sd-base-vertical-padding);
}

.sd-element--with-frame.sd-question--error-top {
  padding-top: 0;
}

.sd-element--with-frame.sd-question--error-bottom {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}

.sd-element--with-frame.sd-question--error-bottom > .sd-question__content {
  margin-bottom: var(--sd-base-padding);
}

.sd-element--with-frame > .sd-element__erbox {
  margin-left: calc(-1 * var(--sd-base-padding));
  margin-right: calc(-1 * var(--sd-base-padding));
  width: calc(100% + 2 * var(--sd-base-padding));
}

.sd-scrollable .sd-question__content {
  overflow-x: auto;
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
}

.sd-question__header--location--left {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  row-gap: calc(0.25 * var(--sd-base-vertical-padding));
}

.sd-question__content--left {
  display: inline-block;
  flex: 1;
  margin-top: calc(0.25 * var(--sd-base-vertical-padding)) 0;
  max-width: 100%;
}

.sd-element--with-frame > .sd-question__content--left {
  margin: 0;
}

.sd-question__required-text {
  color: var(--sjs-special-red, var(--red, #e60a3e));
  vertical-align: top;
}

.sd-question__comment-area {
  font-size: var(--sjs-font-size, 16px);
  margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
  flex-direction: column;
  gap: var(--sjs-base-unit, var(--base-unit, 8px));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  white-space: normal;
}

.sd-question__placeholder {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  justify-content: center;
  min-height: calc(24 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
}

.sd-question__placeholder > div .sv-string-viewer, .sd-question__placeholder > span .sv-string-viewer {
  white-space: pre-line;
}

.sd-scrollable-container:not(.sd-scrollable-container--compact) {
  width: max-content;
  overflow: visible;
  max-width: 100%;
}

.sd-question__title--empty .sv-string-viewer {
  display: inline-block;
  height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
}

.sd-question__content {
  box-sizing: border-box;
}

.sd-error {
  display: block;
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: var(--sjs-corner-radius, 4px);
  line-height: var(--sjs-font-size, 16px);
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  font-weight: 600;
  text-align: left;
  color: var(--sjs-special-red, var(--red, #e60a3e));
  white-space: normal;
  width: 100%;
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
  box-sizing: border-box;
}

.sd-element--expanded > .sd-element__header,
.sd-element--collapsed > .sd-element__header {
  cursor: pointer;
}

.sd-element--collapsed > .sd-element__header {
  padding: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sd-base-padding);
  box-sizing: border-box;
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  margin-inline-start: calc(-1 * var(--sd-base-padding));
  width: calc(100% + 2 * var(--sd-base-padding));
}

.sd-element--collapsed.sd-element--with-frame {
  padding-top: 0;
  padding-bottom: 0;
}

.sd-element--collapsed.sd-element--with-frame > .sd-element__header {
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: var(--sjs-questionpanel-cornerRadius, var(--sjs-corner-radius, 4px));
}

.sd-element--collapsed > .sd-element__header:focus-within, .sd-element--collapsed > .sd-element__header:hover {
  background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
}

.sd-element--collapsed.sd-element--nested > .sd-element__header:hover, .sd-element--collapsed.sd-element--nested > .sd-element__header:focus-within {
  box-shadow: 0 calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 0 var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9)), 0 calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
}

.sd-element--complex.sd-element--with-frame {
  padding-top: 0;
}

.sd-element--complex.sd-element--nested-with-borders > .sd-element__erbox,
.sd-element--complex.sd-element--with-frame > .sd-element__erbox {
  margin-top: 0;
  margin-bottom: 0;
}

.sd-element--complex > .sd-element__header:after {
  content: " ";
  display: block;
  height: 1px;
  position: relative;
  background: var(--sjs-border-light, var(--border-light, #eaeaea));
  bottom: 0;
}

.sd-element--complex.sd-element--with-frame > .sd-element__header {
  padding-top: var(--sd-base-vertical-padding);
  padding-bottom: var(--sd-base-vertical-padding);
}

.sd-element--collapsed.sd-element--complex > .sd-element__header {
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-element--nested.sd-element--complex > .sd-element__header--location-top:after {
  bottom: calc(-0.5 * var(--sd-base-vertical-padding));
}

.sd-element--nested-with-borders {
  border: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
  border-radius: calc(var(--sjs-corner-radius, 4px) - 4px);
  box-sizing: border-box;
  padding-left: var(--sd-base-padding);
  padding-right: var(--sd-base-padding);
}

.sd-element--nested-with-borders > .sd-element__header--location-top {
  padding-top: calc(0.5 * var(--sd-base-vertical-padding));
  padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
}

.sd-element--nested-with-borders > .sd-element__erbox {
  margin-left: calc(-1 * var(--sd-base-padding));
  margin-right: calc(-1 * var(--sd-base-padding));
  width: calc(100% + 2 * var(--sd-base-padding));
}

.sd-element--nested-with-borders > .sd-question__erbox--below-question {
  bottom: 0;
  margin-top: 0;
}

.sd-element--nested-with-borders.sd-element--collapsed > .sd-element__header--location-top:hover, .sd-element--nested-with-borders.sd-element--collapsed > .sd-element__header--location-top:focus-within {
  box-shadow: none;
}

.sd-element--nested-with-borders > .sd-element__header--location-top:after,
.sd-element--complex.sd-element--with-frame > .sd-element__header--location-top:after {
  bottom: calc(-1 * var(--sd-base-vertical-padding));
  inset-inline-start: calc(-1 * var(--sd-base-padding));
  width: calc(100% + 2 * var(--sd-base-padding));
}

.sd-element--collapsed.sd-element--complex > .sd-element__header--location-top:after {
  display: none;
}

.sd-question--empty.sd-question--complex > .sd-question__content {
  padding-top: 0;
  padding-bottom: 0;
}

.sd-question--empty.sd-question--complex > .sd-question__content:first-of-type {
  padding-top: var(--sd-base-padding);
}

.sd-question--empty.sd-question--complex > .sd-question__header--location-top {
  padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
}

.sd-question--empty.sd-question--complex > .sd-question__header--location-top:after {
  display: none;
}

.sd-input {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: static;
  width: 100%;
  box-sizing: border-box;
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-editorfont-weight, 400);
  color: var(--sjs-font-editorfont-color, var(--sjs-general-forecolor, rgba(0, 0, 0, 0.91)));
  font-size: var(--sjs-internal-font-editorfont-size);
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
  border: none;
  border-radius: var(--sjs-editorpanel-cornerRadius, var(--sjs-corner-radius, 4px));
  text-align: start;
  box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15)), 0 0 0 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
  transition: box-shadow var(--sjs-transition-duration, 150ms);
}

.sd-input:focus {
  box-shadow: var(--sjs-shadow-inner-reset, inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-input.sd-input:focus {
  outline: none;
}

input.sd-input:disabled:not(.sd-input--disabled),
textarea.sd-input:disabled:not(.sd-input--disabled) {
  opacity: 1;
}

.sd-input--disabled {
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sd-input--readonly {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-input.sd-input--preview {
  background: none;
  box-shadow: none;
  transition: none;
  border-bottom: 1px solid var(--sjs-general-forecolor, var(--foreground, #161616));
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.sd-input::placeholder {
  color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sd-input.sd-input--disabled,
.sd-input.sd-input--disabled::placeholder {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: 0.25;
}

.sd-input.sd-input--readonly {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  box-shadow: none;
  transition: none;
}

.sd-input.sd-input--readonly::placeholder {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-root--readonly .sd-input--disabled,
.sd-root--readonly .sd-input--disabled::placeholder {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-input--error {
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
}

.sd-text__content {
  position: relative;
}

.sd-text__character-counter {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd-text__character-counter:focus-within {
  padding-inline-end: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-text__character-counter.sd-text__character-counter--big:focus-within {
  padding-inline-end: calc(11 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-remaining-character-counter {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0px;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  font-size: var(--sjs-font-size, 16px);
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  position: absolute;
  inset-inline-end: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  inset-block-end: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question__content:focus-within .sd-remaining-character-counter {
  display: flex;
}

.sd-input[type=time],
.sd-input[type=date],
.sd-input[type=datetime-local],
.sd-input[type=week],
.sd-input[type=month],
.sd-input[type=tel],
.sd-input[type=password],
.sd-input[type=url],
.sd-input[type=email],
.sd-input[type=color],
.sd-input[type=range] {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  box-sizing: content-box;
  width: calc(100% - 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
  height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
}

.sd-input[type=time].sd-text__character-counter:focus-within,
.sd-input[type=date].sd-text__character-counter:focus-within,
.sd-input[type=datetime-local].sd-text__character-counter:focus-within,
.sd-input[type=week].sd-text__character-counter:focus-within,
.sd-input[type=month].sd-text__character-counter:focus-within,
.sd-input[type=tel].sd-text__character-counter:focus-within,
.sd-input[type=password].sd-text__character-counter:focus-within,
.sd-input[type=url].sd-text__character-counter:focus-within,
.sd-input[type=email].sd-text__character-counter:focus-within,
.sd-input[type=color].sd-text__character-counter:focus-within,
.sd-input[type=range].sd-text__character-counter:focus-within {
  width: calc(100% - 10 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
  height: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: 100%;
  border: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  box-shadow: inset 0 0 0 2px var(--background, #fff);
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-input[type=range]::-moz-range-track {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
  height: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: 100%;
  border: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  box-shadow: inset 0 0 0 2px var(--background, #fff);
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-comment {
  display: block;
  height: auto;
  min-width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  max-width: 100%;
}

.sd-comment__content {
  position: relative;
}

.sd-panel {
  position: relative;
}

.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header {
  padding-top: 0;
  padding-bottom: calc(0.5 * var(--sd-base-vertical-padding) + var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header:after {
  content: none;
}

.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title {
  --page-title-font-size: var(--sjs-font-pagetitle-size, calc(1.5 * (var(--sjs-font-size, 16px))));
  font-family: var(--sjs-font-pagetitle-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-pagetitle-weight, 700);
  font-size: var(--page-title-font-size);
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
  position: static;
  line-height: calc(1.33 * (var(--page-title-font-size)));
  margin: 0 0 calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0px;
}

.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__description {
  font-family: var(--sjs-font-pagedescription-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-pagedescription-weight, 400);
  font-size: var(--sjs-font-pagedescription-size, var(--sjs-font-size, 16px));
  color: var(--sjs-font-pagedescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
  position: static;
  line-height: calc(1.5 * (var(--sjs-font-pagedescription-size, var(--sjs-font-size, 16px))));
  margin: 0 0 calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
}

.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__required-text {
  display: none;
}

.sd-panel.sd-panel--as-page > .sd-panel__errbox {
  margin: 0 0 calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
  padding: calc(0.5 * var(--sd-base-vertical-padding) + var(--sjs-base-unit, var(--base-unit, 8px))) var(--sd-base-padding);
}

.sd-panel.sd-panel--as-page > .sd-panel__content {
  padding-top: 0;
}

.sd-root--compact .sd-panel--as-page > .sd-panel__errbox {
  margin: 0 0 var(--sd-base-vertical-padding) 0;
}

.sd-row ~ .sd-row .sd-panel--as-page {
  padding-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-panel__required-text {
  color: var(--sjs-special-red, var(--red, #e60a3e));
}

.sd-panel__footer {
  box-sizing: border-box;
  padding-left: calc(var(--sd-base-padding) - 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
  margin-left: calc(-1 * var(--sd-base-padding));
  width: calc(100% + 2 * var(--sd-base-padding));
  margin-bottom: calc(-1 * var(--sd-base-padding) + 0.5 * var(--sd-base-vertical-padding));
  margin-top: calc(0.5 * var(--sd-base-vertical-padding));
  border-top: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
  padding-top: calc(0.5 * var(--sd-base-vertical-padding));
}

.sd-panel--as-page .sd-panel__footer {
  padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 0;
  margin: 0;
  border: none;
  width: initial;
}

.sd-panel__content {
  padding-top: var(--sd-base-padding);
}

.sd-panel.sd-element--nested > .sd-panel__content {
  padding-bottom: var(--sd-base-padding);
  --animation-padding-top: var(--sd-base-padding);
}

.sd-panel__content {
  --animation-padding-top: var(--sd-base-padding);
}

.sjs_sp_placeholder {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
}

.sjs_sp_container {
  border: 1px dashed var(--sjs-border-default, var(--border, #d6d6d6));
  box-sizing: content-box;
}

.sd-question--readonly .sjs_sp_container,
.sd-question--preview .sjs_sp_container {
  border: none;
}

.sd-question--readonly .sjs_sp_placeholder,
.sd-question--preview .sjs_sp_placeholder {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sjs_sp_controls.sd-signaturepad__controls {
  right: var(--sjs-base-unit, var(--base-unit, 8px));
  top: var(--sjs-base-unit, var(--base-unit, 8px));
  left: auto;
  bottom: auto;
}

.sd-question--signature.sd-question--error .sjs_sp_placeholder {
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
}

.sd-signaturepad__background-image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.sd-signaturepad__loading-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sd-signaturepad__loading-indicator .sd-loading-indicator {
  position: absolute;
  right: var(--sjs-base-unit, var(--base-unit, 8px));
  top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-checkbox__decorator {
  border-radius: calc(0.5 * (var(--sjs-corner-radius, 4px)));
}

.sd-checkbox__svg {
  display: block;
  width: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-checkbox__svg use {
  fill: transparent;
  transition: fill var(--sjs-transition-duration, 150ms);
}

.sd-checkbox--checked .sd-checkbox__svg use {
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-checkbox--checked.sd-checkbox--disabled .sd-checkbox__svg use {
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sd-checkbox--checked .sd-checkbox__control:focus + .sd-checkbox__decorator .sd-checkbox__svg use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-checkbox--checked.sd-checkbox--readonly .sd-checkbox__svg use {
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-checkbox--checked.sd-checkbox--preview .sd-checkbox__svg use {
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-matrixdynamic__btn.sd-matrixdynamic__add-btn {
  position: sticky;
  left: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-left: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  z-index: 12;
}

.sd-matrixdynamic__footer:first-child {
  padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrixdynamic__footer {
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-action.sd-matrixdynamic__remove-btn {
  opacity: 0.5;
}

.sd-action.sd-matrixdynamic__remove-btn .sd-action__icon {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  width: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
}

.sd-matrixdynamic__btn {
  appearance: none;
  background: transparent;
  border: none;
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  font-size: var(--sjs-font-size, 16px);
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: 600;
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) 0;
}

.sd-matrixdynamic__drag-element {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrixdynamic__drag-element:hover {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
}

.sd-matrixdynamic__drag-element:after {
  content: " ";
  display: block;
  height: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
  box-sizing: border-box;
  border-radius: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrixdynamic__placeholder .sd-matrixdynamic__add-btn {
  margin-left: 0;
}

.sd-drag-element__svg {
  width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: block;
}

.sd-drag-element__svg use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

@keyframes borderAnimation {
  from {
    border-width: 0px;
  }
  to {
    border-width: 8px;
  }
}
@keyframes paddingAnimation {
  from {
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
@keyframes empty {}
.sd-table__row--leave,
.sd-table__row--enter {
  animation-name: empty;
  --move-whole-animation-duration: calc(var(--move-animation-duration) + var(--move-animation-delay));
  --fade-whole-animation-duration: calc(var(--fade-animation-duration) + var(--fade-animation-delay));
  animation-duration: max(var(--fade-whole-animation-duration), var(--move-whole-animation-duration));
}

.sd-table__row--leave > td,
.sd-table__row--enter > td {
  animation-name: borderAnimation;
  animation-direction: var(--animation-direction);
  animation-timing-function: var(--animation-timing-function);
  animation-duration: var(--move-animation-duration);
  animation-fill-mode: forwards;
  animation-delay: var(--move-animation-delay);
}

.sd-table__row--leave > td > div,
.sd-table__row--enter > td > div {
  animation-name: fadeIn, moveInWithOverflow;
  opacity: 0;
  animation-direction: var(--animation-direction);
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: forwards;
  animation-duration: var(--fade-animation-duration), var(--move-animation-duration);
  animation-delay: var(--fade-animation-delay), var(--move-animation-delay);
}

.sd-table__row--enter {
  --move-animation-delay: 0s;
  --move-animation-duration: var(--sjs-matrix-row-move-in-duration, 150ms);
  --fade-animation-duration: var(--sjs-matrix-row-fade-in-duration, 250ms);
  --fade-animation-delay: var(--sjs-matrix-row-fade-in-delay, 150ms);
  --animation-direction: normal;
  --animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.sd-table__row--leave {
  --move-animation-delay: var(--sjs-matrix-row-move-out-delay, 100ms);
  --move-animation-duration: var(--sjs-matrix-row-move-out-duration, 250ms);
  --fade-animation-duration: var(--sjs-matrix-row-fade-out-duration, 100ms);
  --fade-animation-delay: 0s;
  --animation-direction: reverse;
  --animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

.sd-table__row--detail.sd-table__row--enter > td, .sd-table__row--detail.sd-table__row--leave > td {
  animation-name: borderAnimation, paddingAnimation;
  animation-duration: var(--move-animation-duration);
  animation-fill-mode: forwards;
  animation-direction: var(--animation-direction);
  animation-timing-function: var(--animation-timing-function);
}

.sd-table__row--detail.sd-table__row--enter {
  --move-animation-delay: 0s;
  --move-animation-duration: var(--sjs-matrix-detail-row-move-in-duration, 150ms);
  --fade-animation-duration: var(--sjs-matrix-detail-row-fade-in-duration, 500ms);
  --fade-animation-delay: var(--sjs-matrix-detail-row-fade-in-delay, 150ms);
  --animation-direction: normal;
  --animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.sd-table__row--detail.sd-table__row--leave {
  --move-animation-delay: var(--sjs-matrix-detail-row-move-out-delay, 100ms);
  --move-animation-duration: var(--sjs-matrix-detail-row-move-out-duration, 250ms);
  --fade-animation-duration: var(--sjs-matrix-detail-row-fade-out-duration, 150ms);
  --fade-animation-delay: 0s;
  --animation-direction: reverse;
  --animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

.sd-table {
  width: 100%;
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
  border-collapse: separate;
  border-spacing: 0;
  white-space: normal;
}

.sd-table > thead > tr > th {
  border-top: 0;
  border-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid transparent;
}

.sd-table__cell {
  border-top: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
  border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
  border-left: none;
  border-right: none;
  background-clip: padding-box;
  box-sizing: content-box;
}

.sd-table.sd-table--columnsautowidth .sd-table__cell:not(.sd-table__cell--actions):not(.sd-table__cell--action):not(.sd-table__cell--empty.sd-table__cell--error) {
  width: 10000px;
}

.sd-table__row:first-of-type > .sd-table__cell {
  border-top: 0;
}

.sd-table__row:last-of-type > .sd-table__cell {
  border-bottom: 0;
}

.sd-table--align-top .sd-table__cell {
  vertical-align: top;
}

.sd-table--no-header {
  padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-table--no-header {
  padding-top: 0;
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table .sd-question__content {
  padding-bottom: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-bottom: calc(-0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
  margin-top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__header ~ .sd-question__content {
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  --animation-padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__header ~ .sd-question__content .sd-table--no-header {
  padding-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
  margin-top: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table.sd-question--error-top > .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
  margin-top: 0;
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content > .sd-row:not(:first-of-type) .sd-question--table > .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
  margin-top: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content > .sd-row:not(:first-of-type) .sd-question--table.sd-question--error-top > .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
  margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__header ~ .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-panel:not(.sd-panel--as-page) > .sd-panel__content > .sd-row:not(:first-of-type) .sd-question--table > .sd-question__header ~ .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows {
  margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
  margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
  width: calc(100% - 2 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__cell:not(.sd-table__cell--header):first-of-type {
  padding-left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__cell:last-of-type {
  padding-right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:first-of-type > .sd-table__cell {
  border-top: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:last-of-type > .sd-table__cell {
  border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions),
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type {
  border-top-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
  border-bottom-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions).sd-matrix__text--checked,
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type.sd-matrix__text--checked {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-input,
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-input {
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error) .sd-item__decorator,
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error) .sd-item__decorator {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error).sd-item--checked .sd-item__decorator,
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-item--checked .sd-item__decorator {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error).sd-item--readonly.sd-item--checked .sd-item__decorator,
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-item--readonly.sd-item--checked .sd-item__decorator {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error).sd-item--preview.sd-item--preview .sd-item__decorator,
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-item--preview.sd-item--preview .sd-item__decorator {
  background-color: transparent;
}

.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error).sd-radio--checked .sd-radio__control:focus + .sd-radio__decorator:after,
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-radio--checked .sd-radio__control:focus + .sd-radio__decorator:after {
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-table__cell {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  font-weight: normal;
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  padding: 0 var(--sjs-base-unit, var(--base-unit, 8px));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  text-align: center;
}

.sd-table__cell:not(.sd-table__cell--empty):not(.sd-table__cell--actions):not(:empty) {
  min-width: calc(15 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-table__cell .sd-item {
  text-align: initial;
}

.sd-table__cell--error {
  border: none;
  padding: 0 var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-table__cell--error .sd-question__erbox {
  margin: 0;
}

.sd-table__cell--error-top {
  vertical-align: bottom;
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-table__cell--error-bottom {
  vertical-align: top;
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-table__cell--item .sd-selectbase__item {
  text-align: center;
}

.sd-table__cell--item .sd-selectbase__label {
  justify-content: center;
}

.sd-question--disabled .sd-table__cell {
  opacity: 0.25;
}

.sd-root--readonly .sd-question--disabled .sd-table__cell {
  opacity: 1;
}

.sd-table__cell--header .sv-vue-title-additional-div,
.sd-table__cell--header {
  font-size: 0;
  line-height: 0;
}

.sd-table__cell--header span {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  font-weight: var(--sjs-font-questiontitle-weight, 600);
}

.sd-table__cell--header {
  font-weight: 600;
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  vertical-align: top;
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-table__cell--header:not(.sd-table__cell--empty) {
  min-width: calc(15 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrixdropdown .sd-table__cell--header.sd-table__cell--empty {
  min-width: calc(15 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrixdropdown .sd-table__cell--header.sd-table__cell--action {
  min-width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty) {
  min-width: calc(15 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty).sd-table__cell--dropdown, .sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty).sd-table__cell--rating {
  min-width: calc(22 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty).sd-table__cell--boolean {
  min-width: calc(18 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-table__cell--footer {
  text-align: end;
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-table__cell--footer-total {
  font-weight: 600;
  text-align: start;
}

.sd-table__cell--detail-panel {
  border-top: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
  padding: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px)) calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
}

.sd-table__cell--actions .sv-action-bar,
.sd-matrixdynamic__add-btn .sv-action-bar {
  overflow: visible;
}

.sd-table__cell--actions:not(.sd-table__cell--vertical) {
  width: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-table__cell--actions:not(.sd-table__cell--vertical):not(.sd-table__cell--drag):first-of-type {
  padding-left: 0;
  width: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-width: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-table__cell--detail-button {
  border: none;
  background: transparent;
  border-radius: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
  transition: background var(--sjs-transition-duration, 150ms);
}

.sd-table__cell--detail-button svg {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  display: block;
  width: var(--sjs-internal-font-editorfont-size);
  height: var(--sjs-internal-font-editorfont-size);
  fill: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  transition: fill var(--sjs-transition-duration, 150ms);
}

.sd-table__cell--detail-button:hover, .sd-table__cell--detail-button:focus {
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  outline: none;
}

.sd-table__cell--detail-button:hover svg, .sd-table__cell--detail-button:focus svg {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-table__cell--actions {
  white-space: nowrap;
}

.sd-table__cell--actions.sd-table__cell--vertical .sd-action-bar {
  justify-content: center;
}

.sd-table__cell--row-text {
  font-weight: var(--sjs-font-questiontitle-weight, 600);
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  text-align: start;
  min-width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-matrixdynamic__content .sd-table__question-wrapper {
  position: relative;
}

.sd-table__question-wrapper:not(:focus-within):hover {
  position: relative;
}

.sd-table__cell--actions:not(.sd-table__cell--vertical),
.sd-table__cell--empty,
.sd-table__cell--row-text,
.sd-table__cell--footer-total,
.sd-matrix__cell:first-of-type,
.sd-matrix tr > td:first-of-type {
  position: sticky;
  background-color: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
  z-index: 12;
}

.sd-table__cell--actions:not(.sd-table__cell--vertical):first-of-type,
.sd-table__cell--empty:first-of-type,
.sd-table__cell--row-text:first-of-type,
.sd-table__cell--footer-total:first-of-type,
.sd-matrix__cell:first-of-type:first-of-type,
.sd-matrix tr > td:first-of-type:first-of-type {
  left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-table__cell--actions:not(.sd-table__cell--vertical):last-of-type,
.sd-table__cell--empty:last-of-type,
.sd-table__cell--row-text:last-of-type,
.sd-table__cell--footer-total:last-of-type,
.sd-matrix__cell:first-of-type:last-of-type,
.sd-matrix tr > td:first-of-type:last-of-type {
  right: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-table__cell--actions:not(.sd-table__cell--vertical):last-child .sd-action-bar {
  margin-right: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  justify-content: flex-end;
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
}

.sd-question.sd-question--table {
  position: relative;
  overflow-x: auto;
}

.sd-question--table.sd-element--collapsed,
.sd-question--table.sd-element--nested {
  overflow-x: visible;
}

.sd-question--table .sd-question__header--location--left {
  z-index: 12;
}

.sd-table-wrapper {
  display: flex;
  margin: 0 calc(-1 * var(--sd-base-padding));
  width: fit-content;
  min-width: calc(100% + 2 * var(--sd-base-padding));
}

.sd-table-wrapper:before, .sd-table-wrapper:after {
  content: "";
  display: block;
  position: sticky;
  min-height: 100%;
  width: calc(var(--sd-base-padding) - var(--sjs-base-unit, var(--base-unit, 8px)));
  flex-shrink: 0;
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
  z-index: 11;
}

.sd-table-wrapper::before {
  left: calc(-1 * var(--sd-base-padding));
}

.sd-table-wrapper:after {
  right: calc(-1 * var(--sd-base-padding));
}

.sd-table-wrapper > * {
  flex-basis: 100%;
}

.sd-element--with-frame.sd-element--compact .sd-table {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sd-element--with-frame.sd-element--compact .sd-table-wrapper:before, .sd-element--with-frame.sd-element--compact .sd-table-wrapper:after {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sd-element--with-frame.sd-element--compact .sd-table__cell--actions:not(.sd-table__cell--vertical):last-child .sd-action-bar {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sd-element--with-frame.sd-element--compact .sd-table__cell--actions:not(.sd-table__cell--vertical),
.sd-element--with-frame.sd-element--compact .sd-table__cell--empty,
.sd-element--with-frame.sd-element--compact .sd-table__cell--row-text,
.sd-element--with-frame.sd-element--compact .sd-table__cell--footer-total,
.sd-element--with-frame.sd-element--compact .sd-matrix__cell:first-of-type,
.sd-element--with-frame.sd-element--compact .sd-matrix tr > td:first-of-type {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sd-question--table > .sd-question__header,
.sd-question--table .sd-question__description--under-input .sv-string-viewer {
  position: sticky;
  left: 0;
}

.sd-question--table > .sd-question__content {
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  --animation-padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-width: min-content;
}

.sd-question--table.sd-element--nested > .sd-question__content {
  min-width: auto;
  overflow-x: auto;
}

.sd-question--table.sd-element--nested > .sd-question__content, .sd-question--table:not(.sd-element--with-frame):not(.sd-element--nested) {
  padding-right: var(--sd-base-padding);
  margin-right: calc(-1 * var(--sd-base-padding));
  padding-left: var(--sd-base-padding);
  margin-left: calc(-1 * var(--sd-base-padding));
  box-sizing: content-box;
}

.sd-row--multiple .sd-question--table.sd-element--nested > .sd-question__content {
  padding-right: calc(var(--sd-base-padding) + 2px);
}

.sd-question--scroll {
  overflow-x: scroll;
}

.sd-table__row-disabled > .sd-table__cell {
  opacity: 0.25;
}

.sd-question--mobile.sd-question.sd-question--table > .sd-question__content {
  padding-top: 0;
  --animation-padding-top: 0;
}

.sd-question--mobile.sd-question--table, .sd-question--mobile.sd-question--scroll {
  overflow-x: visible;
}

.sd-question--mobile .sd-table__cell.sd-matrix__cell {
  display: flex;
  align-items: flex-start;
  border-top: none;
  border-bottom: none;
}

.sd-question--mobile .sd-table__cell.sd-matrix__cell .sd-matrix__responsive-title {
  margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
  text-align: start;
}

.sd-question--mobile .sd-table__cell.sd-matrix__cell:first-of-type {
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-question--mobile .sd-table thead {
  display: none;
}

.sd-question--mobile .sd-table tr {
  display: flex;
  flex-direction: column;
}

.sd-question--mobile .sd-matrix__table .sd-table__row {
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-question--mobile .sd-table__row {
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table__row--expanded .sd-table__cell-action--show-detail-mobile {
  display: none;
}

.sd-question--mobile .sd-table:not(.sd-matrix__table) .sd-table__row {
  padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table:not(.sd-matrix__table) .sd-table__row.sd-table__row--has-end-actions {
  padding-bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions) {
  padding-bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions):not(:last-of-type) {
  padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions):not(:last-of-type)::after {
  bottom: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table:not(.sd-matrix__table) tfoot tr::before,
.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--expanded)::after {
  z-index: 12;
  content: " ";
  display: block;
  position: relative;
  height: 1px;
  background-color: var(--sjs-border-light, var(--border-light, #eaeaea));
  left: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
  z-index: 12;
}

.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--expanded)::after {
  bottom: 0;
}

.sd-question--mobile .sd-table:not(.sd-matrix__table) tfoot tr {
  padding-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table:not(.sd-matrix__table) tfoot tr::before {
  background-color: transparent;
}

.sd-question--mobile .sd-table:not(.sd-table--has-footer) .sd-table__row:last-of-type .sd-table__cell-action--show-detail-mobile,
.sd-question--mobile .sd-table:not(.sd-table--has-footer) .sd-table__row:last-of-type .sd-table__cell-action--remove-row {
  margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-matrix__label {
  justify-content: flex-start;
}

.sd-question--mobile .sd-table__cell {
  border-top: none;
  border-bottom: none;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  text-align: start;
}

.sd-question--mobile .sd-table__cell {
  margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table__cell--error {
  margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table__cell--error.sd-table__cell--error-bottom .sd-question__erbox {
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-question--mobile .sd-table__cell:first-of-type,
.sd-question--mobile .sd-matrix__cell {
  margin-top: 0;
}

.sd-question--mobile .sd-table__cell--footer:not(.sd-question--answered) {
  display: none;
}

.sd-question--mobile .sd-table__responsive-title {
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
  font-weight: 600;
  display: block;
  text-align: start;
}

.sd-question--mobile .sd-table__responsive-title .sv-string-viewer {
  white-space: normal;
}

.sd-question--mobile .sd-table--no-header {
  padding-top: 0;
}

.sd-question--mobile .sd-table--no-header .sd-table__responsive-title {
  display: none;
}

.sd-question--mobile .sd-table__cell--detail-panel {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  border-bottom: 0;
}

.sd-question--mobile .sd-table__cell--detail-panel .sd-panel__content {
  padding-top: 0;
}

.sd-question--mobile .sd-table__cell.sd-table__cell--actions {
  width: auto;
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
  margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-question--mobile .sd-table__cell.sd-table__cell--actions .sd-action-bar {
  margin-right: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-left: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background: var(--sjs-general-backcolor, var(--background, #fff));
}

.sd-question--mobile .sd-table__cell.sd-table__cell--actions #show-detail-mobile {
  flex-grow: 1;
}

.sd-question--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn {
  opacity: 1;
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn .sd-action__icon {
  display: none;
}

.sd-question--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn:after {
  content: attr(title);
}

.sd-question--mobile .sd-matrixdynamic__footer {
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
  margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table__cell--footer-total:not(.sd-matrix__cell),
.sd-question--mobile .sd-table__cell--row-text:not(.sd-matrix__cell) {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-question--mobile .sd-matrixdropdown.sd-table tr::after {
  bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-matrixdropdown.sd-table tr:last-child:after {
  content: none;
}

.sd-question--mobile .sd-table__cell.sd-table__cell--error-top {
  margin-top: 0;
}

.sd-question--mobile .sd-table__cell--error-top:first-of-type ~ .sd-table__cell:nth-of-type(2) {
  margin-top: 0;
}

.sd-question--mobile .sd-table__cell--error-top .sd-question__erbox {
  margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-question--mobile .sd-table__cell--error-top:first-of-type .sd-question__erbox {
  margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-question--mobile .sd-table__question-wrapper .sd-boolean-root {
  margin: initial;
}

.sd-table__cell--detail-panel .sd-panel__content {
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-table__question-wrapper .sd-boolean-root {
  margin: auto;
}

.sd-table__cell--footer .sd-table__question-wrapper--expression .sd-expression {
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-bottom: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
  font-size: var(--sjs-font-size, 16px);
  font-weight: 600;
  line-height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-table__cell--footer .sd-table__question-wrapper--left {
  text-align: start;
}

.sd-table__cell--footer .sd-table__question-wrapper--center {
  text-align: center;
}

.sd-table__cell--footer .sd-table__question-wrapper--right {
  text-align: end;
}

.sd-table.sd-matrixdynamic {
  table-layout: auto;
}

.sd-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: 100%;
  box-sizing: border-box;
}

.sd-root-modern--mobile .sd-page {
  padding: 0;
}

.sd-page .sd-page__title {
  --page-title-font-size: var(--sjs-font-pagetitle-size, calc(1.5 * (var(--sjs-font-size, 16px))));
  font-family: var(--sjs-font-pagetitle-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-pagetitle-weight, 700);
  font-size: var(--page-title-font-size);
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
  position: static;
  line-height: calc(1.33 * (var(--page-title-font-size)));
  margin: 0 0 calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0px;
}

.sd-page .sd-page__description {
  font-family: var(--sjs-font-pagedescription-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-pagedescription-weight, 400);
  font-size: var(--sjs-font-pagedescription-size, var(--sjs-font-size, 16px));
  color: var(--sjs-font-pagedescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
  position: static;
  line-height: calc(1.5 * (var(--sjs-font-pagedescription-size, var(--sjs-font-size, 16px))));
  margin: 0 0 calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
}

.sd-page__errbox {
  padding: calc(0.5 * var(--sd-base-vertical-padding) + var(--sjs-base-unit, var(--base-unit, 8px))) var(--sd-base-padding);
}

.sd-page__title ~ .sd-page__errbox,
.sd-page__description ~ .sd-page__errbox {
  margin-top: calc(0.5 * var(--sd-base-vertical-padding) + var(--sjs-base-unit, var(--base-unit, 8px)));
  margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-root--compact .sd-page__title ~ .sd-page__errbox,
.sd-root--compact .sd-page__description ~ .sd-page__errbox {
  margin-bottom: 0;
}

.sd-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  margin-top: var(--sd-base-vertical-padding);
}

.sd-row.sd-page__row {
  margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-page__row.sd-row--compact {
  margin-top: var(--sd-base-vertical-padding);
}

.sd-row:first-of-type {
  margin-top: 0;
}

.sd-page__title ~ .sd-row.sd-page__row:not(.sd-row--compact),
.sd-page__description ~ .sd-row.sd-page__row:not(.sd-row--compact) {
  margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-page__title ~ .sd-page__row.sd-row--compact,
.sd-page__description ~ .sd-page__row.sd-row--compact {
  margin-top: var(--sd-base-vertical-padding);
}

.sd-page__title ~ .sd-page__row.sd-row.sd-row--enter.sd-row-delayed-enter,
.sd-page__description ~ .sd-page__row.sd-row.sd-row--enter.sd-row-delayed-enter {
  margin-top: 0;
}

.sd-row.sd-page__row:not(.sd-row--compact) ~ .sd-row.sd-page__row:not(.sd-row--compact) {
  margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-row.sd-page__row:not(.sd-row--compact) ~ .sd-page__row.sd-row.sd-row--enter.sd-row-delayed-enter {
  margin-top: 0;
}

.sd-row--multiple {
  row-gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-left: calc(-1 * var(--sd-base-padding));
  width: calc(100% + var(--sd-base-padding));
  flex-wrap: wrap;
}

.sd-row--multiple > div {
  box-sizing: border-box;
  --animation-padding-left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
  align-items: stretch;
}

.sd-panel.sd-panel--as-page > .sd-panel__content > .sd-row--multiple:not(.sd-row--compact) {
  margin-left: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(100% + var(--base-unit) * 2);
}

.sd-panel:not(.sd-panel--as-page) .sd-row--multiple {
  row-gap: var(--sd-base-vertical-padding);
}

.sd-panel:not(.sd-panel--as-page) .sd-row--multiple > div {
  --animation-padding-left: var(--sd-base-padding);
  padding-left: var(--sd-base-padding);
}

.sd-row--multiple.sd-row--compact > div {
  --animation-padding-left: var(--sd-base-padding);
  padding-left: var(--sd-base-padding);
}

.sd-page__row.sd-row--multiple {
  margin-left: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(100% + 2 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-page__row.sd-row--multiple.sd-row--compact {
  padding: 0;
  row-gap: var(--sd-base-vertical-padding);
  margin-left: calc(-1 * var(--sd-base-padding));
  width: calc(100% + var(--sd-base-padding));
}

.sd-row__panel {
  box-sizing: border-box;
  width: 100%;
}

.sd-row__question {
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
}

.sd-row.sd-row--enter {
  margin-top: 0;
}

.sd-row--enter {
  animation-fill-mode: forwards;
  animation-name: fadeIn, moveInWithOverflow;
  min-height: 0 !important;
  opacity: 0;
  height: 0;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-delay: var(--sjs-row-fade-in-delay, 150ms), 0s, 0s;
  animation-duration: var(--sjs-row-fade-in-duration, 500ms), var(--sjs-row-move-in-duration, 150ms), var(--sjs-row-move-in-duration, 150ms);
}

.sd-row--delayed-enter {
  animation-delay: calc(var(--sjs-row-fade-in-delay, 150ms) + var(--sjs-row-fade-in-animation-delay, 400ms)), var(--sjs-row-fade-in-animation-delay, 400ms), var(--sjs-row-fade-in-animation-delay, 400ms);
}

.sd-row--leave {
  animation-name: fadeIn, moveInWithOverflow;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-fill-mode: forwards;
  animation-direction: reverse;
  min-height: 0 !important;
  animation-delay: 0s, var(--sjs-row-move-out-delay, 100ms), var(--sjs-row-move-out-delay, 100ms);
  animation-duration: var(--sjs-row-fade-out-duration, 150ms), var(--sjs-row-move-out-duration, 250ms), var(--sjs-row-move-out-duration, 250ms);
}

.sd-row--enter .sd-element-wrapper--enter {
  animation: none;
}

.sd-row--leave .sd-element-wrapper--leave {
  animation: none;
}

.sd-title {
  display: block;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-style: normal;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  flex-direction: row;
  white-space: normal;
}

.sd-title.sd-container-modern__title {
  display: flex;
  align-items: center;
  padding: var(--sd-page-vertical-padding) var(--sd-page-vertical-padding);
  overflow: auto;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  gap: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-shadow: 0px 2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-title.sd-container-modern__title .sd-logo.sv-logo--right {
  margin-left: auto;
}

.sd-title.sd-container-modern__title .sd-logo__image {
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-header__text {
  display: flex;
  flex-direction: column;
  gap: var(--sjs-base-unit, var(--base-unit, 8px));
  flex-grow: 1;
}

.sd-header__text .sd-title {
  --survey-title-font-size: var(--sjs-font-surveytitle-size, calc(2 * (var(--sjs-font-size, 16px))));
  font-size: var(--survey-title-font-size);
  line-height: calc(1.25 * (var(--survey-title-font-size)));
  color: var(--sjs-font-surveytitle-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
  font-family: var(--sjs-font-surveytitle-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-surveytitle-weight, 700);
}

.sd-header__text h3 {
  line-height: calc(2.5 * (var(--sjs-font-size, 16px)));
}

.sd-header__text h5 {
  font-size: var(--sjs-font-size, 16px);
  font-weight: 400;
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
}

.sd-header__text .sd-description {
  --survey-description-font-size: var(--sjs-font-surveydescription-size, var(--sjs-font-size, 16px));
  font-size: var(--survey-description-font-size);
  line-height: calc(1.5 * (var(--survey-description-font-size)));
  color: var(--sjs-font-surveydescription-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
  font-family: var(--sjs-font-surveydescription-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-surveydescription-weight, 400);
}

.sd-title .sv-title-actions {
  width: 100%;
  justify-content: space-between;
}

.sd-root-modern .sd-container-modern__title {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
}

.sd-root-modern .sd-container-modern__title .sd-header__text h3 {
  margin: 0;
}

.sd-root-modern .sd-container-modern__title .sd-description {
  margin: 0;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-title .sv-title-actions {
  align-items: flex-start;
  width: calc(100% + 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-title .sv-title-actions .sv-title-actions__title {
  flex-wrap: wrap;
  flex: 0 1 auto;
  max-width: calc(100% - 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
  white-space: initial;
  min-width: unset;
}

.sd-root--compact .sd-title .sv-title-actions {
  width: 100%;
}

.sd-action-title-bar {
  flex: 1 9 auto;
  min-width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  justify-content: flex-end;
  margin: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
}

.sd-action-title-bar .sv-action {
  flex: 0 0 auto;
}

.sd-action-title-bar.sd-action-bar--empty {
  min-width: 0;
}

.sd-description {
  font-style: normal;
  font-family: var(--sjs-font-questiondescription-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-questiondescription-weight, 400);
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  font-size: var(--sjs-font-questiondescription-size, var(--sjs-font-size, 16px));
  line-height: calc(1.5 * (var(--sjs-font-questiondescription-size, var(--sjs-font-size, 16px))));
  white-space: normal;
}

.sd-description.sd-question__description--under-input {
  padding-top: calc(0.375 * var(--sd-base-vertical-padding));
}

.sd-element__header .sd-description {
  margin-top: calc(0.25 * var(--sd-base-vertical-padding) - 0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-item {
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
}

.sd-item--disabled.sd-item--disabled .sd-item__decorator,
.sd-item__decorator {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: border-box;
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
  border: none;
  flex-shrink: 0;
  margin-top: calc((1.5 * (var(--sjs-internal-font-editorfont-size)) - 3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) / 2);
  box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15)), 0 0 0 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
  transition: box-shadow var(--sjs-transition-duration, 150ms), background var(--sjs-transition-duration, 150ms);
}

.sd-item--readonly.sd-item--readonly .sd-item__decorator {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
  box-shadow: none;
  transition: none;
}

.sd-item--preview.sd-item--preview .sd-item__decorator {
  background-color: transparent;
  box-shadow: none;
  transition: none;
}

.sd-item--checked .sd-item__decorator {
  box-shadow: none;
}

.sd-item__control:focus + .sd-item__decorator {
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
  outline: none;
  box-shadow: var(--sjs-shadow-inner-reset, inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-item--allowhover:not(.sd-item--readonly) .sd-selectbase__label:hover .sd-item__decorator {
  background: var(--sjs-editorpanel-hovercolor, var(--sjs-general-backcolor-dim-dark, rgb(243, 243, 243)));
  outline: none;
}

.sd-item--checked .sd-item__decorator {
  background: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-item__control-label {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-style: normal;
  font-weight: var(--sjs-font-editorfont-weight, 400);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  font-size: var(--sjs-internal-font-editorfont-size);
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  white-space: normal;
  width: 100%;
  text-align: start;
  min-width: 0;
}

.sd-item__control-label .sv-string-viewer {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.sd-item--disabled .sd-item__control-label {
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  opacity: 0.25;
}

.sd-root--readonly .sd-item--disabled .sd-item__control-label {
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
}

.sd-item--error .sd-item__decorator {
  background: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
}

.sd-selectbase {
  border: none;
  margin: 0;
  padding: 0;
  min-inline-size: 0;
  min-width: 0;
}

.sd-selectbase--row {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-selectbase--multi-column {
  display: flex;
  flex: 1 1 0px;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 0 2px;
  margin: 0 -2px;
}

.sd-selectbase__label {
  display: inline-flex;
  position: relative;
  gap: var(--sjs-base-unit, var(--base-unit, 8px));
  vertical-align: top;
  max-width: 100%;
}

.sd-selectbase__column {
  vertical-align: top;
}

.sd-selectbase__column {
  display: block;
  box-sizing: border-box;
  flex: 1 1 0px;
  max-width: 100%;
}

.sd-selectbase__column:not(:last-child) {
  padding-right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-selectbase__column.sv-q-column-1 {
  width: 100%;
}

.sd-item--enter,
.sd-item--leave {
  animation-name: moveInWithOverflow, fadeIn;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-direction: var(--animation-direction);
  animation-duration: var(--move-animation-duration), var(--fade-animation-duration);
  animation-delay: var(--move-animation-delay), var(--fade-animation-delay);
}

.sd-item--enter {
  --animation-direction: normal;
  --move-animation-duration: var(--sjs-ranking-move-in-duration, 150ms);
  --move-animation-delay: 0s;
  --fade-animation-duration: var(--sjs-ranking-fade-in-duration, 100ms);
  --fade-animation-delay: var(--sjs-ranking-fade-in-delay, 150ms);
}

.sd-item--leave {
  --animation-direction: reverse;
  --move-animation-duration: var(--sjs-ranking-move-out-duration, 150ms);
  --move-animation-delay: var(--sjs-ranking-move-out-delay, 0ms);
  --fade-animation-duration: var(--sjs-ranking-fade-out-duration, 100ms);
  --fade-animation-delay: 0s;
}

div[class*=sv-q-column-]:not(:first-of-type) .sd-item--enter {
  --move-animation-duration: 0s;
  --fade-animation-delay: 0s;
}

.sd-checkbox__decorator {
  border-radius: calc(0.5 * (var(--sjs-corner-radius, 4px)));
}

.sd-checkbox__svg {
  display: block;
  width: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-checkbox__svg use {
  fill: transparent;
  transition: fill var(--sjs-transition-duration, 150ms);
}

.sd-checkbox--checked .sd-checkbox__svg use {
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-checkbox--checked.sd-checkbox--disabled .sd-checkbox__svg use {
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sd-checkbox--checked .sd-checkbox__control:focus + .sd-checkbox__decorator .sd-checkbox__svg use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-checkbox--checked.sd-checkbox--readonly .sd-checkbox__svg use {
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-checkbox--checked.sd-checkbox--preview .sd-checkbox__svg use {
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-radio__decorator {
  border-radius: 50%;
}

.sd-radio__decorator:after {
  content: " ";
  display: block;
  width: var(--sjs-base-unit, var(--base-unit, 8px));
  height: var(--sjs-base-unit, var(--base-unit, 8px));
  border-radius: 50%;
  background-color: transparent;
  transition: background-color var(--sjs-transition-duration, 150ms);
}

.sd-radio--checked .sd-radio__decorator:after {
  content: " ";
  display: block;
  width: var(--sjs-base-unit, var(--base-unit, 8px));
  height: var(--sjs-base-unit, var(--base-unit, 8px));
  border-radius: 50%;
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-radio--checked.sd-radio--disabled .sd-radio__decorator:after {
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sd-radio--checked.sd-radio--readonly .sd-radio__decorator:after {
  background-color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-radio--checked.sd-radio--preview .sd-radio__decorator:after {
  display: none;
}

.sd-radio--checked.sd-radio--preview .sd-radio__decorator .sd-radio__svg {
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
  display: block;
  width: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-radio--checked .sd-radio__control:focus + .sd-radio__decorator:after {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-radio__svg {
  display: none;
}

.sd-visuallyhidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.sd-matrix fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.sd-matrix__label {
  display: flex;
  position: relative;
  justify-content: center;
}

.sd-matrix__text {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrix__text--checked {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-matrix__cell:first-of-type {
  font-weight: var(--sjs-font-questiontitle-weight, 600);
  text-align: start;
}

:root {
  --sd-rating-bad-color: var(--sjs-special-red, var(--red, #e60a3e));
  --sd-rating-normal-color: var(--sjs-special-yellow, var(--yellow, #ff9814));
  --sd-rating-good-color: var(--sjs-special-green, var(--green, #19b394));
  --sd-rating-bad-color-light: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
  --sd-rating-normal-color-light: var(--sjs-special-yellow-light, var(--yellow-light, rgba(255, 152, 20, 0.1)));
  --sd-rating-good-color-light: var(--sjs-special-green-light, var(--green-light, rgba(25, 179, 148, 0.1)));
}

.sd-rating {
  overflow-x: auto;
  min-height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-rating fieldset {
  display: flex;
  border: none;
  padding: 0 0 2px 0;
  flex-wrap: nowrap;
  gap: var(--sjs-base-unit, var(--base-unit, 8px));
  margin-inline-start: 0;
  align-items: center;
}

.sd-rating.sd-rating--wrappable fieldset {
  flex-wrap: wrap;
  min-width: 0;
}

.sd-rating.sd-rating--labels-top fieldset {
  padding-top: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  position: relative;
}

.sd-rating.sd-rating--labels-top fieldset .sd-rating__min-text {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  border: 0;
}

.sd-rating.sd-rating--labels-top fieldset .sd-rating__max-text {
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  border: 0;
}

.sd-rating.sd-rating--labels-bottom fieldset {
  padding-bottom: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  position: relative;
}

.sd-rating.sd-rating--labels-bottom fieldset .sd-rating__min-text {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
  border: 0;
}

.sd-rating.sd-rating--labels-bottom fieldset .sd-rating__max-text {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  border: 0;
}

.sd-rating.sd-rating--labels-diagonal fieldset {
  padding-top: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  position: relative;
}

.sd-rating.sd-rating--labels-diagonal fieldset .sd-rating__min-text {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  border: 0;
}

.sd-rating.sd-rating--labels-diagonal fieldset .sd-rating__max-text {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  border: 0;
}

.sd-rating--small {
  min-height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin: auto;
}

.sd-rating--small fieldset {
  padding: 0;
  gap: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-rating__item {
  position: relative;
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  white-space: nowrap;
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  text-align: center;
  border: 0px solid transparent;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-size: var(--sjs-font-size, 16px);
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15)), inset 0 0 0 0px var(--sjs-general-backcolor, var(--background, #fff));
  transition: box-shadow var(--sjs-transition-duration, 150ms), background-color var(--sjs-transition-duration, 150ms);
}

.sd-rating__item--fixed-size {
  width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding: 0;
}

legend + .sd-rating__item,
legend + sv-ng-rating-item-smiley + .sd-rating__item-smiley,
legend + sv-ng-rating-item + .sd-rating__item {
  margin-inline-start: 2px;
}

.sd-rating__item--error {
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
  box-shadow: 0px 1px 2px transparent;
  border: none;
}

.sd-rating__item.sd-rating__item--disabled {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-rating__item.sd-rating__item--selected.sd-rating__item--disabled {
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
  background-color: var(--background-semitransparent, rgba(144, 144, 144, 0.5));
  border: none;
}

.sd-rating__item.sd-rating__item--readonly {
  fill: transparent;
  background-color: transparent;
  border: 2px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
  box-shadow: none;
  transform: none;
}

.sd-rating__item.sd-rating__item--readonly .sd-rating__item-text.sd-rating__item-text {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-rating__item.sd-rating__item--selected.sd-rating__item--readonly {
  border-color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-rating__item.sd-rating__item--selected.sd-rating__item--readonly .sd-rating__item-text.sd-rating__item-text {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-rating__item.sd-rating__item--preview {
  fill: transparent;
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  transform: none;
}

.sd-rating__item.sd-rating__item--preview:focus-within {
  box-shadow: none;
}

.sd-rating__item.sd-rating__item--preview .sd-rating__item-text.sd-rating__item-text {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-rating__item.sd-rating__item--selected.sd-rating__item--preview {
  border-color: var(--sjs-general-forecolor, var(--foreground, #161616));
  border-width: 1px;
}

.sd-rating__item.sd-rating__item--selected.sd-rating__item--preview .sd-rating__item-text.sd-rating__item-text {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-question--disabled .sd-rating__item-text {
  opacity: 0.25;
}

.sd-rating__item--allowhover:hover {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-rating__item:focus-within {
  box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-rating__item--selected {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  font-weight: 600;
  box-shadow: 0 0 0 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-rating__item--selected:focus-within {
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), inset 0 0 0 4px var(--sjs-general-backcolor, var(--background, #fff)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-rating__item-smiley {
  position: relative;
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  white-space: nowrap;
  padding: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: border-box;
  min-width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid var(--sjs-border-default, var(--border, #d6d6d6));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), inset 0 0 0 0px var(--sjs-general-backcolor, var(--background, #fff));
  transition: box-shadow var(--sjs-transition-duration, 150ms), background-color var(--sjs-transition-duration, 150ms);
}

.sd-rating__item-smiley svg {
  display: block;
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-rating__item-smiley--small {
  padding: calc(0.625 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-width: 1px;
}

.sd-rating__item-smiley--small svg {
  width: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-rating__item-smiley--small:not(.sd-rating__item-smiley--selected):focus-within {
  box-shadow: 0 0 0 1px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-rating__item-smiley--colored.sd-rating__item-smiley--small:not(.sd-rating__item-smiley--selected):focus-within {
  box-shadow: 0 0 0 1px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
}

.sd-rating__item-smiley--small.sd-rating__item-smiley--selected:focus-within {
  box-shadow: inset 0 0 0 2px var(--sjs-general-backcolor, var(--background, #fff)), 0 0 0 1px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
}

legend + .sd-rating__item-smiley,
legend + sv-ng-rating-item + .sd-rating__item-smiley {
  margin-inline-start: 2px;
}

.sd-rating__item-smiley--scale-colored {
  border-color: var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
  fill: var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
  transition: box-shadow var(--sjs-transition-duration, 150ms), opacity var(--sjs-transition-duration, 150ms), background-color var(--sjs-transition-duration, 150ms);
}

.sd-rating__item-smiley--error {
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
  border-color: transparent;
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-rating__item-smiley--error.sd-rating__item-smiley--scale-colored:hover {
  fill: var(--sd-rating-item-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
}

.sd-rating__item-smiley--error.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected) {
  opacity: initial;
}

.sd-rating__item-smiley.sd-rating__item-smiley--disabled {
  opacity: 0.5;
}

.sd-rating__item-smiley.sd-rating__item-smiley--selected.sd-rating__item-smiley--disabled {
  opacity: initial;
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-rating__item-smiley.sd-rating__item-smiley--readonly {
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
  border-color: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sd-rating__item-smiley.sd-rating__item-smiley--selected.sd-rating__item-smiley--readonly {
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
  border-color: var(--sjs-general-forecolor, var(--foreground, #161616));
  background-color: unset;
}

.sd-rating__item-smiley.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview {
  border: 1px solid var(--sjs-general-forecolor, var(--foreground, #161616));
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-rating__item-smiley.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview:focus-within {
  box-shadow: none;
}

.sd-rating__item-smiley.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview svg {
  margin: 1px;
}

.sd-rating__item-smiley.sd-rating__item-smiley--selected.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview {
  fill: var(--sjs-general-backcolor, var(--background, #fff));
  background-color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-rating__item-smiley--allowhover:hover {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
  border-color: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sd-rating__item-smiley:focus-within {
  border: none;
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-rating__item-smiley:focus-within {
  border: none;
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-rating__item-smiley--selected {
  background-color: var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
  border-color: var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  font-weight: 600;
}

.sd-rating__item-smiley--selected:focus-within {
  border: 0px solid var(--sjs-general-backcolor, var(--background, #fff));
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), inset 0 0 0 4px var(--sjs-general-backcolor, var(--background, #fff)), 0 0 0 2px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
}

.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected) {
  opacity: 0.25;
}

.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected).sd-rating__item-smiley--allowhover:hover {
  background-color: var(--sd-rating-item-color-light, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
  border-color: var(--sd-rating-item-color, var(--sjs-border-default, var(--border, #d6d6d6)));
  opacity: 0.5;
}

.sd-rating__item-smiley--rate-colored:not(.sd-rating__item-smiley--selected).sd-rating__item-smiley--allowhover:hover {
  opacity: 0.5;
}

.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected):focus-within {
  opacity: 1;
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
}

.sd-rating__item-smiley--scale-colored.sd-rating__item-smiley--small:not(.sd-rating__item-smiley--selected):focus-within {
  opacity: 1;
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 1px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
}

.sd-rating__item-smiley--scale-colored.sd-rating__item-smiley--selected, .sd-rating__item-smiley--scale-colored.sd-rating__item-smiley--readonly, .sd-rating__item-smiley--scale-colored.sd-rating__item-smiley--preview {
  opacity: 1;
}

.sd-rating__item-star {
  position: relative;
  width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: content-box;
}

.sd-rating__item-star:not(:first-of-type) {
  padding-left: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-left: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-rating__item-star:not(:last-of-type) {
  padding-right: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-right: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-rating__item-star svg {
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
  stroke-width: 2px;
  fill: transparent;
  width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: block;
  position: absolute;
  transition: stroke var(--sjs-transition-duration, 150ms), opacity var(--sjs-transition-duration, 150ms), fill var(--sjs-transition-duration, 150ms);
}

.sd-rating__item-star .sv-star {
  opacity: 1;
}

.sd-rating__item-star .sv-star-2 {
  opacity: 0;
}

.sd-rating__item-star--small {
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-rating__item-star--small svg {
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-rating__item-star--small.sd-rating__item-star--selected svg {
  stroke-width: 1px;
}

.sd-rating__item-star--selected svg {
  stroke: transparent;
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-rating__item-star--selected:nth-child(1) svg {
  transition-delay: 0ms;
}

.sd-rating__item-star--selected:nth-child(2) svg {
  transition-delay: 25ms;
}

.sd-rating__item-star--selected:nth-child(3) svg {
  transition-delay: 50ms;
}

.sd-rating__item-star--selected:nth-child(4) svg {
  transition-delay: 75ms;
}

.sd-rating__item-star--selected:nth-child(5) svg {
  transition-delay: 100ms;
}

.sd-rating__item-star--selected:nth-child(6) svg {
  transition-delay: 125ms;
}

.sd-rating__item-star--selected:nth-child(7) svg {
  transition-delay: 150ms;
}

.sd-rating__item-star--selected:nth-child(8) svg {
  transition-delay: 175ms;
}

.sd-rating__item-star--selected:nth-child(9) svg {
  transition-delay: 200ms;
}

.sd-rating__item-star--selected:nth-child(10) svg {
  transition-delay: 225ms;
}

.sd-rating__item-star--selected:nth-child(11) svg {
  transition-delay: 250ms;
}

.sd-rating__item-star--selected:nth-child(12) svg {
  transition-delay: 275ms;
}

.sd-rating__item-star--selected:nth-child(13) svg {
  transition-delay: 300ms;
}

.sd-rating__item-star--selected:nth-child(14) svg {
  transition-delay: 325ms;
}

.sd-rating__item-star--selected:nth-child(15) svg {
  transition-delay: 350ms;
}

.sd-rating__item-star--selected:nth-child(16) svg {
  transition-delay: 375ms;
}

.sd-rating__item-star--selected:nth-child(17) svg {
  transition-delay: 400ms;
}

.sd-rating__item-star--selected:nth-child(18) svg {
  transition-delay: 425ms;
}

.sd-rating__item-star--selected:nth-child(19) svg {
  transition-delay: 450ms;
}

.sd-rating__item-star--selected:nth-child(20) svg {
  transition-delay: 475ms;
}

.sd-rating__item-star--selected:nth-child(21) svg {
  transition-delay: 500ms;
}

.sd-rating__item-star--selected:nth-child(22) svg {
  transition-delay: 525ms;
}

.sd-rating__item-star--selected:nth-child(23) svg {
  transition-delay: 550ms;
}

.sd-rating__item-star--selected:nth-child(24) svg {
  transition-delay: 575ms;
}

.sd-rating__item-star--selected:nth-child(25) svg {
  transition-delay: 600ms;
}

.sd-rating__item-star--error svg {
  stroke: none;
  fill: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
}

.sd-rating__item-star--disabled {
  opacity: 0.5;
}

.sd-rating__item-star--disabled svg {
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
  fill: none;
}

.sd-rating__item-star--selected.sd-rating__item-star--disabled svg {
  stroke: none;
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sd-rating__item-star--readonly svg {
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
  fill: none;
}

.sd-rating__item-star--selected.sd-rating__item-star--readonly svg {
  stroke: none;
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-rating__item-star--preview svg {
  stroke: var(--sjs-general-forecolor, var(--foreground, #161616));
  stroke-width: 1px;
  fill: none;
}

.sd-rating__item-star--selected.sd-rating__item-star--preview svg {
  stroke: none;
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-rating__item-star:not(.sd-rating__item-star--preview):focus-within svg {
  stroke: var(--sjs-primary-backcolor, var(--primary, #19b394));
  fill: transparent;
}

.sd-rating__item-star--unhighlighted svg {
  stroke: transparent;
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sd-rating__item-star--highlighted svg {
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
  fill: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-rating__item-star--selected:not(.sd-rating__item-star--preview).sd-rating__item-star--unhighlighted:focus-within svg {
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sd-rating__item-star--selected:not(.sd-rating__item-star--preview):focus-within svg {
  stroke: var(--sjs-primary-backcolor, var(--primary, #19b394));
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-rating__item-star--selected:not(.sd-rating__item-star--preview):focus-within .sv-star {
  opacity: 0;
}

.sd-rating__item-star--selected:not(.sd-rating__item-star--preview):focus-within .sv-star-2 {
  opacity: 1;
}

.sd-rating__item-text.sd-rating__item-text {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-editorfont-weight, 400);
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  display: inline-block;
  box-sizing: border-box;
  transition: color var(--sjs-transition-duration, 150ms);
}

.sd-rating__item-text.sd-rating__item-text.sd-rating__min-text, .sd-rating__item-text.sd-rating__item-text.sd-rating__max-text {
  margin-top: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-bottom: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  border: 2px solid rgba(0, 0, 0, 0);
}

.sd-rating__item-text.sd-rating__item-text.sd-rating__min-text {
  margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
  border-left: 0px;
}

.sd-rating__item-text.sd-rating__item-text.sd-rating__max-text {
  margin-right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-rating__item-text.sd-rating__item-text .sv-string-editor {
  white-space: nowrap;
}

.sd-rating__item-text.sd-rating__item-text.sd-rating__item--fixed-size {
  min-width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-rating__item-text.sd-rating__item-text::after {
  display: block;
  content: attr(data-text);
  font-weight: 600;
  height: 0;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.sd-rating--wrappable .sd-rating__item-text {
  max-width: 100%;
}

.sd-rating--wrappable .sd-rating__item-text .sv-string-viewer {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.sd-rating__item:focus-within .sd-rating__item-text.sd-rating__item-text {
  border: none;
}

.sd-rating__item--selected .sd-rating__item-text.sd-rating__item-text {
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  font-weight: inherit;
  border: none;
}

.sd-rating-dropdown-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-rating-dropdown-item_description {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-style: normal;
  font-weight: normal;
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  line-height: var(--sjs-font-size, 16px);
}

.sv-list__item.sv-list__item--selected .sd-rating-dropdown-item_description {
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sv-ranking-item--error .sv-ranking-item__index {
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
  box-shadow: 0px 1px 2px transparent;
  border-color: transparent;
}

.sd-element--with-frame .sv-ranking-item {
  left: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-ranking.sd-ranking--readonly {
  user-select: initial;
  -webkit-user-select: initial;
}

.sv-ranking.sd-ranking--readonly.sv-ranking--select-to-rank-empty-value .sv-ranking__containers-divider {
  visibility: hidden;
}

.sv-ranking.sd-ranking--readonly .sv-ranking__container--empty {
  visibility: hidden;
}

.sv-ranking.sd-ranking--preview {
  user-select: initial;
  -webkit-user-select: initial;
}

.sv-ranking.sd-ranking--preview.sv-ranking--select-to-rank-empty-value .sv-ranking__containers-divider {
  visibility: hidden;
}

.sv-ranking.sd-ranking--preview .sv-ranking__container--empty {
  visibility: hidden;
}

@container (max-width: 496px) {
  .sv-ranking--select-to-rank-horizontal {
    flex-direction: column-reverse;
  }
  .sv-ranking--select-to-rank-horizontal .sv-ranking__containers-divider {
    margin: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
    height: 1px;
    width: initial;
  }
  .sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty {
    padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
    padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sv-ranking--select-to-rank-horizontal .sv-ranking__container {
    max-width: initial;
  }
  .sv-ranking--select-to-rank-horizontal .sv-ranking__container--to .sv-ranking-item {
    left: initial;
  }
  .sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking-item {
    left: initial;
  }
  .sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking__container-placeholder {
    padding-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
    padding-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  }
  .sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--from .sv-ranking__container-placeholder {
    padding-right: initial;
  }
}
@container (max-width: 176px) {
  .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking__container-placeholder {
    margin-left: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
    margin-right: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  }
}
.sd-element--with-frame .sv-ranking--mobile .sv-ranking-item__icon-container {
  margin-left: 0;
  margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-element--with-frame .sv-ranking--mobile .sv-ranking-item {
  left: 0;
}

.sv-ranking-item__content.sd-ranking-item__content {
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
}

.sv-dragdrop-movedown {
  transform: translate(0, 0);
  animation: svdragdropmovedown 0.1s;
  animation-timing-function: ease-in-out;
}

@keyframes svdragdropmovedown {
  0% {
    transform: translate(0, -50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.sv-dragdrop-moveup {
  transform: translate(0, 0);
  animation: svdragdropmoveup 0.1s;
  animation-timing-function: ease-in-out;
}

@keyframes svdragdropmoveup {
  0% {
    transform: translate(0, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.sv-dropdown_select-wrapper {
  position: relative;
}

.sv-dropdown_select-wrapper use {
  fill: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
}

.sd-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-inline-end: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-start: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  opacity: 1;
  display: flex;
  justify-content: space-between;
  word-spacing: normal;
}

.sd-dropdown[disabled] {
  pointer-events: none;
}

.sd-dropdown--empty:not(.sd-input--disabled),
.sd-dropdown--empty:not(.sd-input--disabled) .sd-dropdown__value {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-dropdown__input-field-component {
  height: auto;
}

.sd-dropdown option {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-size: var(--sjs-font-size, 16px);
}

.sd-dropdown input[readonly] {
  pointer-events: none;
}

.sd-dropdown__value {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  width: 100%;
  min-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-editorfont-weight, 400);
  color: var(--sjs-font-editorfont-color, var(--sjs-general-forecolor, rgba(0, 0, 0, 0.91)));
  font-size: var(--sjs-internal-font-editorfont-size);
  position: relative;
}

.sd-dropdown_clean-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--sjs-base-unit, var(--base-unit, 8px));
  margin: auto 0;
}

.sd-dropdown_chevron-button {
  position: absolute;
  width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline-end: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: content-box;
}

.sd-dropdown_chevron-button-svg,
.sd-dropdown_clean-button-svg {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  width: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
}

.sd-input.sd-dropdown:focus-within {
  box-shadow: var(--sjs-shadow-inner-reset, inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-input.sd-dropdown.sd-input--readonly {
  box-shadow: none;
  transition: none;
}

.sd-dropdown__filter-string-input {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  border: none;
  outline: none;
  padding: 0;
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-editorfont-weight, 400);
  color: var(--sjs-font-editorfont-color, var(--sjs-general-forecolor, rgba(0, 0, 0, 0.91)));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  appearance: none;
}

.sd-dropdown--empty:not(.sd-input--disabled) .sd-dropdown__filter-string-input::placeholder {
  color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
}

.sd-dropdown--empty div {
  min-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
}

.sd-dropdown__filter-string-input::placeholder {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  appearance: none;
}

.sd-dropdown__hint-prefix {
  color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
}

.sd-dropdown__hint-prefix span {
  white-space: pre;
}

.sd-dropdown__hint-suffix {
  display: flex;
  color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
}

.sd-dropdown__hint-suffix span {
  white-space: pre;
}

.sd-input--disabled .sv-string-viewer,
.sd-input--readonly .sv-string-viewer,
.sd-input--preview .sv-string-viewer {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sd-question--readonly .sd-dropdown_chevron-button use {
  opacity: 0.24;
}

.sd-question--preview .sd-dropdown_chevron-button {
  display: none;
}

.sv-dropdown-popup .sd-list__item-body {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  font-size: var(--sjs-internal-font-editorfont-size);
  font-weight: var(--sjs-font-editorfont-weight, 400);
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  padding-inline-end: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-block: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-start: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid transparent;
  border-radius: var(--sjs-corner-radius, 4px);
  transition: border-color var(--sjs-transition-duration, 150ms);
}

.sv-dropdown-popup .sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) .sv-list__item-body {
  border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-border-light, var(--border-light, #eaeaea));
  padding-inline-end: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-block: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-start: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-dropdown-popup .sv-list__item span {
  margin-inline-start: calc(-0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-dropdown-popup.sv-single-select-list.sv-popup--leave .sd-list__item.sv-list__item--selected .sv-list__item-body {
  font-weight: normal;
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  background-color: transparent;
}

.sv-dropdown-popup.sv-popup--dropdown.sv-popup--top .sv-popup__container {
  transform: translateY(-2px);
}

.sv-dropdown-popup.sv-popup--dropdown.sv-popup--bottom .sv-popup__container {
  transform: translateY(2px);
}

[dir=rtl] .sd-dropdown,
[style*="direction:rtl"] .sd-dropdown,
[style*="direction: rtl"] .sd-dropdown {
  background-position: left calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) top 50%, 0 0;
}

.sd-input.sd-tagbox:not(.sd-tagbox--empty).sd-input--editable {
  height: auto;
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-end: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-start: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-tagbox.sd-input--disabled, .sd-tagbox.sd-input--readonly, .sd-tagbox.sd-input--preview {
  white-space: normal;
}

.sd-tagbox_clean-button {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  padding: calc(0.5 * (var(--sjs-internal-font-editorfont-size)));
  margin: auto 0;
}

.sd-input.sd-tagbox:focus-within {
  box-shadow: var(--sjs-shadow-inner-reset, inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sv-tagbox__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-radius: calc(0.5 * (var(--sjs-corner-radius, 4px)));
  max-width: 100%;
  box-sizing: border-box;
}

.sv-tagbox__item-text {
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  min-width: calc(5.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  text-align: center;
  font-weight: 600;
}

.sv-tagbox__item-text span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sv-tagbox__item:hover .sd-tagbox-item_clean-button,
.sv-tagbox__item:focus .sd-tagbox-item_clean-button,
.sv-tagbox__item:focus-within .sd-tagbox-item_clean-button {
  align-self: center;
  opacity: 1;
}

.sd-tagbox-item_clean-button {
  display: flex;
  position: absolute;
  inset-inline-end: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding: 0;
  padding-inline-start: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background: linear-gradient(270deg, var(--sjs-primary-backcolor, var(--primary, #19b394)) 53.12%, rgba(25, 179, 148, 0) 100%);
  opacity: 0;
  transition: opacity var(--sjs-transition-duration, 150ms);
}

.sd-tagbox-item_clean-button-svg {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  display: block;
  padding: calc(0.25 * (var(--sjs-internal-font-editorfont-size)));
  width: var(--sjs-internal-font-editorfont-size);
  height: var(--sjs-internal-font-editorfont-size);
  box-sizing: content-box;
}

.sd-tagbox-item_clean-button-svg:hover {
  border-radius: 100px;
  background: var(--sjs-primary-forecolor-light, var(--primary-foreground-disabled, rgba(255, 255, 255, 0.25)));
}

.sd-tagbox-item_clean-button-svg use {
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-tagbox__value.sd-dropdown__value {
  position: relative;
  gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-inline: unset;
  margin-inline: unset;
  margin-block: unset;
}

.sd-tagbox__filter-string-input {
  width: 100%;
  display: flex;
  flex-grow: 1;
}

.sd-tagbox__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  height: 100%;
  text-align: start;
  cursor: text;
  pointer-events: none;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

[dir=rtl] .sd-tagbox-item_clean-button,
[style*="direction:rtl"] .sd-tagbox-item_clean-button,
[style*="direction: rtl"] .sd-tagbox-item_clean-button {
  background: linear-gradient(90deg, var(--sjs-primary-backcolor, var(--primary, #19b394)) 53.12%, rgba(25, 179, 148, 0) 100%);
}

.sd-tagbox.sd-tagbox--empty .sd-tagbox__hint,
.sd-tagbox.sd-tagbox--empty .sd-tagbox__hint-suffix-wrapper,
.sd-tagbox.sd-tagbox--empty .sd-tagbox__filter-string-input {
  width: 100%;
}

.sd-tagbox__hint {
  display: flex;
  flex-grow: 1;
}

.sd-tagbox__hint-suffix-wrapper {
  position: relative;
  width: 100%;
}

.sd-dropdown__hint-suffix.sd-tagbox__hint-suffix {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  height: 100%;
  display: flex;
  align-items: center;
}

.sd-dropdown__hint-prefix.sd-tagbox__hint-prefix {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  height: 100%;
  display: flex;
  align-items: center;
}

.sd-imagepicker {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: 100%;
  margin: 0;
}

.sd-imagepicker--column {
  align-items: flex-start;
  flex-direction: column;
}

@supports not (aspect-ratio: 1/1) {
  .sd-imagepicker > div {
    margin-right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  }
}
.sd-imagepicker__item img,
.sd-imagepicker__item .sd-imagepicker__image-container > div {
  border-radius: var(--sjs-corner-radius, 4px);
  background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
}

.sd-imagepicker__item-decorator {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sd-imagepicker__label {
  position: relative;
}

.sd-imagepicker__label .sd-visuallyhidden {
  height: 100%;
  margin: 0;
}

.sd-imagepicker__image-container {
  position: relative;
}

.sd-imagepicker__check-decorator {
  display: block;
  opacity: 0;
  position: absolute;
  top: var(--sjs-base-unit, var(--base-unit, 8px));
  right: var(--sjs-base-unit, var(--base-unit, 8px));
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: border-box;
  border-radius: 100%;
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  z-index: 1;
  transition: opacity var(--sjs-transition-duration, 150ms);
}

.sd-imagepicker__check-icon {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  display: block;
  width: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-imagepicker__item--checked .sd-imagepicker__check-decorator {
  opacity: 1;
}

.sd-imagepicker__item--error .sd-imagepicker__image-container::before {
  display: block;
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
  border-radius: var(--sjs-corner-radius, 4px);
  background: linear-gradient(0deg, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))), var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
}

.sd-imagepicker__item:focus-within .sd-imagepicker__image .sd-imagepicker__image:hover,
.sd-imagepicker__item--allowhover:not(.sd-imagepicker__item--readonly, .sd-imagepicker__item--preview) .sd-imagepicker__image:hover {
  opacity: 0.5;
}

.sd-imagepicker__image {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  transition: opacity var(--sjs-transition-duration, 150ms);
}

.sd-imagepicker__text {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
}

.sd-imagepicker__no-image {
  display: flex;
  background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
  inset-block-start: 0;
}

.sd-imagepicker__no-image-svg {
  height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin: auto;
}

.sd-imagepicker__no-image-svg use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-imagepicker__column {
  display: flex;
  flex-direction: column;
  gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  align-items: flex-start;
  padding-right: 0;
}

.sd-imagepicker__column.sd-selectbase__column {
  min-width: 0;
}

.sd-imagepicker__column .sd-imagepicker__item {
  width: 100%;
}

.sd-imagepicker__column .sd-imagepicker__text {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.sd-selectbase__column.sd-imagepicker__column:not(:last-child) {
  padding-right: 0;
}

.sd-imagepicker__item--readonly .sd-imagepicker__check-icon {
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-imagepicker__item--preview .sd-imagepicker__check-decorator {
  display: none;
}

.sd-imagepicker__item--preview .sd-imagepicker__image {
  /* Safari 6.0 - 9.0 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}

.sd-imagepicker__item--preview.sd-imagepicker__item--checked .sd-imagepicker__image {
  /* Safari 6.0 - 9.0 */
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.sd-image__image {
  display: block;
  max-width: 100%;
  border-radius: var(--sjs-corner-radius, 4px);
}

.sd-image__image--adaptive {
  width: 100%;
  height: auto;
  max-width: calc(80 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-image__no-image {
  background: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
  min-width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-height: calc(27.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-image__no-image use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-question--image {
  width: 100%;
}

:root {
  --sjs-transition-duration: 150ms;
}

.sd-html {
  white-space: initial;
}

.sd-html {
  font-size: var(--sjs-article-font-default-fontSize, var(--sjs-font-size, 16px));
  text-decoration: var(--sjs-article-font-default-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-default-fontWeight, 400);
  font-style: var(--sjs-article-font-default-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
  line-height: var(--sjs-article-font-default-lineHeight, 28px);
  text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-default-textCase, "none");
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
}

.sd-html h1 {
  font-size: var(--sjs-article-font-xx-large-fontSize, calc(4 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-xx-large-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-xx-large-fontWeight, 700);
  font-style: var(--sjs-article-font-xx-large-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-xx-large-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-xx-large-letterSpacing, 0);
  line-height: var(--sjs-article-font-xx-large-lineHeight, 64px);
  text-indent: var(--sjs-article-font-xx-large-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-xx-large-textCase, "none");
}

.sd-html h2 {
  font-size: var(--sjs-article-font-x-large-fontSize, calc(3 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-x-large-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-x-large-fontWeight, 700);
  font-style: var(--sjs-article-font-x-large-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-x-large-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-x-large-letterSpacing, 0);
  line-height: var(--sjs-article-font-x-large-lineHeight, 56px);
  text-indent: var(--sjs-article-font-x-large-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-x-large-textCase, "none");
}

.sd-html h3 {
  font-size: var(--sjs-article-font-large-fontSize, calc(2 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-large-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-large-fontWeight, 700);
  font-style: var(--sjs-article-font-large-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-large-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-large-letterSpacing, 0);
  line-height: var(--sjs-article-font-large-lineHeight, 40px);
  text-indent: var(--sjs-article-font-large-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-large-textCase, "none");
}

.sd-html h4,
.sd-html h5,
.sd-html h6 {
  font-size: var(--sjs-article-font-medium-fontSize, calc(1.5 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-medium-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-medium-fontWeight, 700);
  font-style: var(--sjs-article-font-medium-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-medium-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-medium-letterSpacing, 0);
  line-height: var(--sjs-article-font-medium-lineHeight, 32px);
  text-indent: var(--sjs-article-font-medium-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-medium-textCase, "none");
}

.sd-html td,
.sd-html span,
.sd-html div,
.sd-html p {
  font-size: var(--sjs-article-font-default-fontSize, var(--sjs-font-size, 16px));
  text-decoration: var(--sjs-article-font-default-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-default-fontWeight, 400);
  font-style: var(--sjs-article-font-default-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
  line-height: var(--sjs-article-font-default-lineHeight, 28px);
  text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-default-textCase, "none");
}

.sd-html a {
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-html button {
  display: flex;
  align-items: center;
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  vertical-align: baseline;
  text-align: center;
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  border: none;
  border-radius: var(--sjs-corner-radius, 4px);
  cursor: pointer;
  user-select: none;
  outline: solid calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) transparent;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 600;
  font-style: normal;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
  line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15)), 0 0 0 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
  transition: box-shadow var(--sjs-transition-duration, 150ms);
}

.sd-html button:hover {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-html button:focus {
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-html button span {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.sd-html--nested {
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
}

.sd-expression {
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  font-size: var(--sjs-font-size, 16px);
  white-space: break-spaces;
}

.sd-question__content--left .sd-expression {
  line-height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
}

.sd-progress {
  height: 2px;
  background-color: var(--sjs-border-light, var(--border-light, #eaeaea));
  position: relative;
}

.sd-progress__bar {
  position: relative;
  height: 100%;
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  overflow: hidden;
}

.sd-progress__text {
  position: absolute;
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  right: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  color: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  line-height: var(--sjs-font-size, 16px);
  font-weight: 600;
}

@media only screen and (min-width: 1000px) {
  .sd-progress__text {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1000px) {
  .sd-progress__text {
    margin-left: 10px;
  }
}
.sd-body__progress--top {
  margin-bottom: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  position: sticky;
  top: 0;
  z-index: 50;
}

.sd-body__progress--bottom .sd-progress__text {
  margin-top: calc(-3.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-root--sticky-top .sd-progress__text {
  border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  color: var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91));
  opacity: 0.75;
  background: var(--sjs-general-backcolor, var(--background, #fff));
  box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
}

.sd-boolean {
  display: flex;
  width: max-content;
  position: relative;
  gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15)), 0 0 0 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
  transition: box-shadow var(--sjs-transition-duration, 150ms);
}

.sd-boolean.sd-boolean--allowhover:focus-within {
  box-shadow: var(--sjs-shadow-inner-reset, inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-boolean__thumb,
.sd-boolean__label {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  display: block;
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-editorfont-weight, 400);
  font-size: var(--sjs-internal-font-editorfont-size);
  color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-boolean__switch {
  display: flex;
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  overflow: hidden;
}

.sd-boolean.sd-boolean--checked .sd-boolean__label--true,
.sd-boolean:not(.sd-boolean--checked):not(sd-boolean--indeterminate) .sd-boolean__label--false {
  color: transparent;
  transition-duration: 0.15s;
  transition-property: color;
  transition-timing-function: linear;
}

.sd-boolean.sd-boolean--indeterminate .sd-boolean__switch {
  display: none;
}

.sd-boolean--indeterminate .sd-boolean__thumb {
  display: none;
}

.sd-boolean__thumb {
  position: absolute;
  left: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  transform: translateX(0);
  background-color: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  transition-duration: 0.2s;
  transition-property: transform, left;
  transition-timing-function: linear;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 600;
  z-index: 2;
}

.sd-boolean__thumb .sv-string-viewer.sv-string-viewer--multiline {
  white-space: nowrap;
}

.sd-boolean--checked:not(.sd-boolean--exchanged) .sd-boolean__thumb,
.sd-boolean--exchanged:not(.sd-boolean--checked) .sd-boolean__thumb {
  left: calc(100% - 0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
  transform: translateX(-100%);
}

.sd-boolean--exchanged.sd-boolean:not(.sd-boolean--checked):not(sd-boolean--indeterminate) .sd-boolean__label--false, .sd-boolean--exchanged.sd-boolean.sd-boolean--checked .sd-boolean__label--true {
  color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
}

.sd-boolean--disabled {
  pointer-events: none;
}

.sd-boolean--disabled .sd-boolean__thumb,
.sd-boolean--disabled .sd-boolean__label {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: 0.25;
}

.sd-boolean--readonly {
  pointer-events: none;
  box-shadow: none;
  transition: none;
  background: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-boolean--readonly .sd-boolean__thumb {
  box-shadow: inset 0px 0px 0px 2px var(--sjs-general-forecolor, var(--foreground, #161616));
  transition: none;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-boolean--preview {
  pointer-events: none;
  box-shadow: none;
  transition: none;
  background: transparent;
}

.sd-boolean--preview .sd-boolean__thumb {
  border: 1px solid var(--sjs-general-forecolor, var(--foreground, #161616));
  box-shadow: none;
  transition: none;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-boolean--preview.sd-boolean--checked .sd-boolean__thumb, .sd-boolean--preview.sd-boolean--indeterminate .sd-boolean__thumb {
  margin-left: auto;
}

.sd-boolean--preview .sd-checkbox__label--preview {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-boolean__thumb-ghost {
  z-index: 1;
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background-color: transparent;
  transition: background-color var(--sjs-transition-duration, 150ms);
}

.sd-boolean.sd-boolean--allowhover .sd-boolean__thumb-ghost:hover {
  background-color: var(--sjs-editorpanel-hovercolor, var(--sjs-general-backcolor-dim-dark, rgb(243, 243, 243)));
}

.sd-boolean--error {
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
}

.sd-paneldynamic .sd-progress {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 2;
  transform: translateY(-1px);
}

.sd-paneldynamic > .sd-panel {
  padding-top: 1px;
  padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
}

.sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header {
  padding-top: var(--sd-base-vertical-padding);
  padding-bottom: 0;
}

.sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header:after {
  display: none;
}

.sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header > .sd-panel__title {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-question--readonly .sd-paneldynamic .sd-question__placeholder,
.sd-question--preview .sd-paneldynamic .sd-question__placeholder {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-paneldynamic__separator {
  display: none;
}

.sd-paneldynamic__panel-wrapper {
  box-sizing: border-box;
  padding-bottom: calc(1 * var(--sd-base-padding));
}

.sd-paneldynamic__panel-wrapper:after {
  display: table;
  clear: both;
  content: " ";
}

.sd-paneldynamic__footer .sd-paneldynamic__separator,
.sd-paneldynamic__panel-wrapper--list ~ .sd-paneldynamic__panel-wrapper--list:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  border-color: var(--sjs-border-light, var(--border-light, #eaeaea));
  background: var(--sjs-border-light, var(--border-light, #eaeaea));
  height: 1px;
  border: none;
}

.sd-paneldynamic__separator:only-child {
  display: none;
}

.sd-paneldynamic__panel-wrapper--in-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sd-paneldynamic__footer {
  clear: both;
}

.sd-paneldynamic__footer .sd-paneldynamic__prev-btn,
.sd-paneldynamic__footer .sd-paneldynamic__next-btn {
  display: block;
}

.sd-paneldynamic__footer .sd-paneldynamic__prev-btn svg,
.sd-paneldynamic__footer .sd-paneldynamic__next-btn svg {
  width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-paneldynamic__footer .sd-paneldynamic__add-btn,
.sd-paneldynamic__footer .sd-paneldynamic__progress-text,
.sd-paneldynamic__footer .sd-paneldynamic__progress--bottom {
  display: initial;
}

.sd-paneldynamic__buttons-container {
  display: flex;
  align-items: center;
  padding: calc(var(--sd-base-vertical-padding) - var(--sjs-base-unit, var(--base-unit, 8px))) 0;
}

.sd-paneldynamic__progress-container {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-paneldynamic__progress-text {
  font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
  line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  margin: 0;
  margin-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-paneldynamic__prev-btn,
.sd-paneldynamic__next-btn {
  width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-paneldynamic__prev-btn .sv-svg-icon,
.sd-paneldynamic__next-btn .sv-svg-icon {
  display: block;
}

.sd-paneldynamic__prev-btn {
  margin-right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-paneldynamic__next-btn {
  margin-left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  transform: rotate(180deg);
}

.sd-paneldynamic__placeholder .sd-paneldynamic__add-btn {
  display: initial;
  margin-left: 0;
}

.sd-question--empty.sd-question--paneldynamic > .sd-question__content {
  padding-bottom: var(--sd-base-padding);
  --animation-padding-bottom: var(--sd-base-padding);
}

.sd-question--paneldynamic:not(.sd-question--empty) > .sd-question__content > .sd-question__comment-area {
  padding-bottom: var(--sd-base-padding);
}

.sd-paneldynamic__buttons-container .sd-action-bar {
  width: 100%;
  margin: 0 calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(100% + 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-paneldynamic__panel-footer {
  border-top: none;
  position: relative;
  top: calc(0.5 * var(--sd-base-vertical-padding));
  margin-right: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  justify-content: flex-end;
}

.sd-paneldynamic__panel-footer .sv-action:not(.sv-action--hidden) {
  margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-tabs-toolbar.sv-action-bar {
  align-items: flex-start;
  margin: var(--sjs-base-unit, var(--base-unit, 8px)) 0 -1px calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
  z-index: 1;
}

.sd-tabs-toolbar.sd-tabs-toolbar--left {
  justify-content: flex-start;
}

.sd-tabs-toolbar.sd-tabs-toolbar--right {
  justify-content: flex-end;
}

.sd-tabs-toolbar.sd-tabs-toolbar--center {
  justify-content: center;
}

.sd-tab-item {
  margin: 0 calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-tab-item {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) 0 calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  overflow-x: hidden;
  white-space: nowrap;
  box-shadow: inset 0px 0px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
  transition: box-shadow var(--sjs-transition-duration, 150ms);
}

.sd-tab-item:hover, .sd-tab-item:focus-visible {
  outline: none;
  box-shadow: inset 0px -2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-tab-item.sd-tab-item--pressed {
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  box-shadow: inset 0px -2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-tab-item--icon {
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
  width: auto;
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-tab-item--icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  opacity: 0.5;
}

.sd-tab-item--icon:hover,
.sd-tab-item--icon.sd-tab-item--pressed {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  box-shadow: none;
}

.sd-tab-item--icon:hover use,
.sd-tab-item--icon.sd-tab-item--pressed use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-tab-item--icon:hover use {
  opacity: 1;
}

.sd-tabs-toolbar .sv-dots {
  width: auto;
}

.sd-tabs-toolbar .sv-dots.sv-action--hidden {
  width: 0;
}

.sd-tab-item__title {
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
  align-items: center;
}

.sd-question__title ~ .sd-tabs-toolbar {
  margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-paneldynamic__header.sd-element__header.sd-paneldynamic__header-tab {
  padding-bottom: 0;
}

.sd-paneldynamic__header.sd-element__header.sd-paneldynamic__header-tab::after {
  bottom: 0;
}

.sd-question--paneldynamic.sd-element--with-frame {
  padding-bottom: 0;
}

.sd-paneldynamic__panels-container {
  position: relative;
  overflow: hidden;
  margin-left: calc(-1 * var(--sd-base-padding));
  padding-left: var(--sd-base-padding);
  margin-right: calc(-1 * var(--sd-base-padding));
  padding-right: var(--sd-base-padding);
}

.sd-paneldynamic__panel-wrapper {
  box-sizing: border-box;
}

@keyframes movePanel {
  from {
    transform: translateX(var(--sjs-pd-tab-move-margin));
  }
  to {
    transform: translateX(0);
  }
}
.sd-paneldynamic__panel-wrapper--enter.sv-pd-animation-left,
.sd-paneldynamic__panel-wrapper--enter.sv-pd-animation-right {
  --sjs-pd-tab-animation-delay: 0ms;
  animation-name: movePanel, changeHeight, paddingFadeIn, fadeIn;
  animation-duration: var(--sjs-pd-tab-move-in-duration, 250ms), var(--sjs-pd-tab-height-change-duration, 250ms), var(--sjs-pd-tab-height-change-duration, 250ms), var(--sjs-pd-tab-fade-in-duration, 250ms);
  animation-delay: calc(var(--sjs-pd-tab-move-in-delay, 100ms) + var(--sjs-pd-tab-animation-delay)), calc(var(--sjs-pd-tab-height-change-delay, 0ms) + var(--sjs-pd-tab-animation-delay)), calc(var(--sjs-pd-tab-height-change-delay, 0ms) + var(--sjs-pd-tab-animation-delay)), calc(var(--sjs-pd-tab-fade-in-delay, 100ms) + var(--sjs-pd-tab-animation-delay));
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-fill-mode: forwards;
  opacity: 0;
  padding-bottom: 0;
  transform: translateX(var(--sjs-pd-tab-move-margin));
  height: var(--animation-height-from);
  --animation-padding-top: 0;
  --animation-padding-bottom: calc(1 * var(--sd-base-padding));
}

.sd-paneldynamic__panel-wrapper--enter.sv-pd-animation-left {
  --sjs-pd-tab-move-margin: calc(1 * var(--sjs-pd-tab-move-in-margin, 50%));
}

.sd-paneldynamic__panel-wrapper--enter.sv-pd-animation-right {
  --sjs-pd-tab-move-margin: calc(-1 * var(--sjs-pd-tab-move-in-margin, 50%));
}

.sd-paneldynamic__panel-wrapper--leave.sv-pd-animation-left,
.sd-paneldynamic__panel-wrapper--leave.sv-pd-animation-right {
  animation-name: fadeIn, movePanel;
  animation-duration: var(--sjs-pd-tab-fade-out-duration, 250ms), var(--sjs-pd-tab-move-out-duration, 250ms);
  animation-delay: var(--sjs-pd-tab-fade-out-delay, 0ms), var(--sjs-pd-tab-move-out-delay, 0ms);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-direction: reverse;
  animation-fill-mode: forwards;
  position: absolute;
  left: var(--sd-base-padding);
  top: 0;
  width: calc(100% - 2 * var(--sd-base-padding));
}

.sd-paneldynamic__panel-wrapper--leave.sv-pd-animation-left {
  --sjs-pd-tab-move-margin: calc(-1 * var(--sjs-pd-tab-move-out-margin, 50%));
}

.sd-paneldynamic__panel-wrapper--leave.sv-pd-animation-right {
  --sjs-pd-tab-move-margin: calc(1 * var(--sjs-pd-tab-move-out-margin, 50%));
}

.sd-paneldynamic__panel-wrapper--enter.sv-pd-animation-adding {
  animation-name: fadeIn, changeHeight, paddingFadeIn;
  animation-duration: var(--sjs-pd-tab-add-fade-in-duration, 500ms), var(--sjs-pd-tab-height-change-duration, 250ms), var(--sjs-pd-tab-height-change-duration, 250ms);
  animation-delay: calc(var(--sjs-pd-tab-add-fade-in-delay, 250ms) + var(--sjs-pd-tab-animation-delay)), calc(var(--sjs-pd-tab-height-change-delay, 0ms) + var(--sjs-pd-tab-animation-delay)), calc(var(--sjs-pd-tab-height-change-delay, 0ms) + var(--sjs-pd-tab-animation-delay));
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-fill-mode: forwards;
  transform: translateX(0);
}

.sd-paneldynamic__panel-wrapper--enter.sv-pd-animation-removing {
  --sjs-pd-tab-animation-delay: var(--sjs-pd-tab-remove-fade-in-delay, 150ms);
}

.sd-paneldynamic__panel-wrapper--leave.sv-pd-animation-removing {
  animation-name: fadeIn;
  animation-duration: var(--sjs-pd-tab-remove-fade-out-duration, 150ms);
  animation-delay: var(--sjs-pd-tab-remove-fade-out-delay, 0ms);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-direction: reverse;
  animation-fill-mode: forwards;
  position: absolute;
  left: var(--sd-base-padding);
  top: 0;
  width: calc(100% - 2 * var(--sd-base-padding));
}

.sd-paneldynamic__panel-wrapper--enter,
.sd-paneldynamic__panel-wrapper--leave {
  animation-name: fadeIn, moveInWithOverflow;
  animation-fill-mode: forwards;
  --animation-padding-top: 0;
  --animation-padding-bottom: calc(1 * var(--sd-base-padding));
  min-height: 0 !important;
}

.sd-paneldynamic__panel-wrapper--enter {
  opacity: 0;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-duration: var(--sjs-pd-list-fade-in-duration, 500ms), var(--sjs-pd-list-move-in-duration, 250ms), var(--sjs-pd-list-move-in-duration, 250ms);
  animation-delay: var(--sjs-pd-list-fade-in-delay, 250ms), 0s, 0s;
}

.sd-paneldynamic__panel-wrapper--leave {
  animation-direction: reverse;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-duration: var(--sjs-pd-list-fade-out-duration, 150ms), var(--sjs-pd-list-move-out-duration, 250ms), var(--sjs-pd-list-move-out-duration, 250ms);
  animation-delay: 0s, var(--sjs-pd-list-move-out-delay, 100ms), var(--sjs-pd-list-move-out-delay, 100ms);
  --animation-padding-bottom: calc(1 * var(--sd-base-padding));
}

:root {
  --sjs-transition-duration: 150ms;
}

.sd-file {
  position: relative;
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  min-height: calc(36 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: border-box;
  padding: 0 calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-file .sv-action-bar {
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) 0;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.sd-file .sv-action-bar .sv-action-bar-item {
  height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  border-radius: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-file .sv-action-bar #fileIndex .sv-action-bar-item {
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
  font-weight: 600;
}

.sd-file .sv-action-bar #fileIndex .sv-action-bar-item:hover {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
}

.sd-file .sv-action-bar #fileIndex .sv-action-bar-item:disabled {
  opacity: initial;
}

.sd-file__decorator {
  display: flex;
  flex-direction: column;
  position: absolute;
  position: absolute;
  left: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  border: 1px dashed var(--sjs-border-default, var(--border, #d6d6d6));
  container-type: inline-size;
}

.sd-file--answered .sd-file__decorator {
  container-type: unset;
}

.sd-file__decorator--drag {
  z-index: 1;
  border: 1px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  box-shadow: inset 0 0 0 1px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-file__no-file-chosen {
  display: none;
}

.sd-file__drag-area-placeholder {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  text-align: center;
  white-space: normal;
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  padding: 0 calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

@container (max-width: 496px) {
  .sd-file__drag-area-placeholder {
    padding: 0 var(--sjs-base-unit, var(--base-unit, 8px));
  }
}
@container (max-width: 176px) {
  .sd-file__drag-area-placeholder {
    display: none;
  }
  .sd-file__decorator .sd-action {
    padding: var(--sjs-base-unit, var(--base-unit, 8px));
  }
  .sd-file__decorator .sd-action .sv-svg-icon {
    margin-left: 0;
  }
  .sd-file__decorator .sd-file__actions-container {
    flex-direction: column;
  }
  .sd-file__decorator .sd-file__actions-container span {
    display: none;
  }
}
.sd-root-modern--mobile .sd-file__decorator {
  padding: 0 calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-file__choose-btn--text {
  display: block;
  font-weight: 600;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  cursor: pointer;
}

.sd-file__choose-btn--text .sv-svg-icon {
  margin-left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: 24px;
  height: 24px;
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-file__choose-btn--icon > span {
  display: none;
}

.sd-file__wrapper {
  width: max-content;
  max-width: 100%;
}

.sd-question--answered .sd-file__drag-area-placeholder {
  display: none;
}

.sd-file__actions-container {
  margin-top: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  flex-wrap: wrap;
  justify-content: center;
}

.sd-file__actions-container .sv-action--hidden {
  display: none;
}

.sd-file--answered .sd-file__actions-container {
  z-index: 2;
  margin-top: 0;
  gap: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-file--answered .sd-file__actions-container {
  top: var(--sjs-base-unit, var(--base-unit, 8px));
  right: var(--sjs-base-unit, var(--base-unit, 8px));
  position: absolute;
}

.sd-file--chose-btn--as .sd-file--answered .sd-file__actions-container {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  inset-inline-end: calc(1.5 * (var(--sjs-internal-font-editorfont-size)) + 5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-file__list {
  display: flex;
  gap: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: content-box;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  padding: calc(10.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
  min-height: calc(15 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  max-height: calc(15 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: 100%;
}

.sd-file__preview-item {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  min-height: 100%;
  width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin: 0;
  cursor: pointer;
}

.sd-file__preview-item .sd-file__default-image {
  width: calc(7 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(8.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-file__preview-item:hover .sd-file__remove-file-button {
  opacity: 1;
}

.sd-file__preview-item:hover .sd-file__sign a {
  text-decoration: underline;
}

.sd-file__sign {
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
  text-align: center;
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  line-height: var(--sjs-font-size, 16px);
}

.sd-file__sign a {
  display: block;
  text-decoration: none;
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
  white-space: normal;
  word-break: break-all;
  width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  max-height: calc(3 * (var(--sjs-font-size, 16px)));
  text-overflow: ellipsis;
  line-height: var(--sjs-font-size, 16px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sd-file__remove-file-button {
  display: block;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-50%, -50%);
  transition: opacity var(--sjs-transition-duration, 150ms);
}

.sd-file__image-wrapper--default-image .sd-file__remove-file-button {
  left: 50%;
  top: 50%;
  transform: translate(calc(3.5 * var(--sjs-base-unit, var(--base-unit, 8px)) - 50% - 1.5px), calc(-4.25 * var(--sjs-base-unit, var(--base-unit, 8px)) - 50% + 1.5px));
}

.sd-file__decorator--error {
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
}

.sd-file__image-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  min-height: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sd-file__image-wrapper img:not(.sd-file__default-image) {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  object-fit: contain;
}

.sd-file__image-wrapper--default-image {
  background: transparent;
}

.sd-file--single .sd-file__preview-item .sd-file__remove-file-button {
  display: none;
}

.sd-file--single-image {
  height: calc(36 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-file--single-image .sd-file__preview-item {
  width: 100%;
  margin: 0;
}

.sd-file--single-image .sd-file__list {
  position: absolute;
  left: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
}

.sd-file--single-image .sd-file__image-wrapper {
  background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
}

.sd-file--single-image .sd-file__image-wrapper {
  min-height: 100%;
  min-width: 100%;
}

.sd-file--single-image .sd-file__image-wrapper img {
  width: 100%;
  height: 100%;
}

.sd-file--single-image .sd-file__sign {
  position: absolute;
  margin: 0;
  width: 100%;
  min-height: 100%;
}

.sd-file--single-image .sd-file__sign a {
  color: transparent;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  outline: none;
}

.sd-file__image-wrapper.sd-file__image-wrapper--default-image {
  background: transparent;
}

.sd-file > input:focus + .sd-file__decorator .sd-file__choose-btn.sd-file__choose-btn--icon use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-file > input:focus + .sd-file__decorator .sd-file__choose-btn:not(.sd-file__choose-btn--icon) {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
}

.sd-file__drag-area {
  position: static;
  width: 100%;
}

.sd-file__change-camera-button {
  position: absolute;
  z-index: 2;
  left: var(--sjs-base-unit, var(--base-unit, 8px));
  top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-file__close-camera-button {
  position: absolute;
  z-index: 2;
  right: var(--sjs-base-unit, var(--base-unit, 8px));
  top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-context-btn.sd-file__take-picture-button {
  background-color: var(--sjs-special-red, var(--red, #e60a3e));
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-context-btn.sd-file__take-picture-button:hover, .sd-context-btn.sd-file__take-picture-button:focus {
  box-shadow: 0 0 0 2px var(--sjs-special-red, var(--red, #e60a3e));
}

.sd-context-btn.sd-file__take-picture-button .sv-svg-icon {
  height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-context-btn.sd-file__take-picture-button .sv-svg-icon use {
  fill: var(--sjs-general-backcolor, var(--background, #fff));
}

.sd-file__video-container {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sd-file__loading-indicator {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  border: 1px dashed var(--sjs-border-default, var(--border, #d6d6d6));
  left: 0;
}

.sd-file__loading-indicator .sd-loading-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sd-file__choose-file-btn--disabled {
  opacity: 0.25;
  cursor: default;
}

.sd-file--readonly .sd-context-btn {
  display: none;
}

.sd-file--readonly .sd-file__decorator {
  border-color: transparent;
}

.sd-file--readonly .sd-file__actions-container {
  display: none;
}

.sd-file--readonly .sd-file__image-wrapper {
  background: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-file--readonly .sd-file__drag-area-placeholder {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

.sd-file--preview .sd-context-btn {
  display: none;
}

.sd-file--preview .sd-file__decorator {
  border-color: transparent;
}

.sd-file--preview .sd-file__image-wrapper {
  background: transparent;
}

.sd-file--preview .sd-file__actions-container {
  display: none;
}

.sd-file--preview .sd-file__drag-area-placeholder {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}

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

.sd-body__navigation .sd-btn {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
  line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
}

.sd-root--compact .sd-body__navigation .sd-btn:not(.sd-btn--action) {
  background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
}

.sd-root--compact .sd-body__navigation .sd-btn:not(.sd-btn--action):hover {
  background-color: var(--sjs-editorpanel-hovercolor, var(--sjs-general-backcolor-dim-dark, rgb(243, 243, 243)));
}

.sd-root-modern--mobile .sd-body__navigation .sv-action:not(.sv-action--hidden),
.sd-root-modern--mobile .sd-body__navigation .sd-btn {
  flex-grow: 1;
}

.sd-root-modern--mobile .sd-body__navigation .sd-btn {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-body__navigation .sv-action--hidden {
  display: none;
}

:root {
  --sjs-transition-duration: 150ms;
}

.sd-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
  border-radius: var(--sjs-corner-radius, 4px);
  cursor: pointer;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-style: normal;
  font-weight: 600;
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
  text-align: center;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border: none;
  outline: none;
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15)), 0 0 0 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
  transition: box-shadow var(--sjs-transition-duration, 150ms), background var(--sjs-transition-duration, 150ms);
}

.sd-btn--small {
  flex-grow: 1;
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-btn:hover {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-btn:focus-visible {
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-btn:disabled {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: 0.25;
  pointer-events: none;
}

.sd-btn--action {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-btn--action:hover {
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  background-color: var(--sjs-primary-backcolor-dark, rgb(20, 164, 139));
}

.sd-btn--action:disabled {
  color: var(--sjs-primary-forecolor-light, var(--primary-foreground-disabled, rgba(255, 255, 255, 0.25)));
  pointer-events: none;
}

.sd-btn--danger {
  background-color: var(--sjs-special-red, var(--red, #e60a3e));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-btn--danger:hover {
  background-color: var(--sjs-special-red, var(--red, #e60a3e));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-btn--danger:disabled {
  color: var(--sjs-special-red-forecolor, #ffffff);
  pointer-events: none;
}

:root {
  --sjs-transition-duration: 150ms;
}

.sd-body {
  width: 100%;
  box-sizing: border-box;
}

.sd-body .sd-body__page {
  min-width: min(100%, 300px);
}

.sd-body .sd-body__timer {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
  box-sizing: border-box;
}

.sd-body.sd-body--static {
  max-width: calc(90 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: calc(10 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-body.sd-body--static .sd-body__timer,
.sd-body.sd-body--static .sd-body__navigation,
.sd-body.sd-body--static .sd-body__page {
  margin-left: 0;
  margin-right: 0;
}

.sd-body.sd-body--static .sd-body__navigation {
  padding-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-body.sd-body--static .sd-body__navigation.sd-action-bar {
  padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-right: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-body.sd-body--responsive {
  max-width: initial;
  padding: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: border-box;
}

.sd-body.sd-body--responsive .sd-page {
  padding: 0;
}

.sd-body.sd-body--responsive .sd-body__timer,
.sd-body.sd-body--responsive .sd-body__navigation {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
}

.sd-body.sd-body--responsive .sd-body__navigation {
  padding-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-body.sd-body--responsive.sd-body--with-timer {
  max-width: calc(100% + var(--sd-timer-size) * -1.4444444444 + 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
  margin-left: auto;
  margin-right: auto;
}

.sd-root-modern--mobile .sd-body.sd-body--with-timer.sd-body--responsive {
  max-width: initial;
  margin-left: 0;
  margin-right: 0;
}

.sd-root-modern--mobile .sd-body.sd-body--responsive, .sd-root-modern--mobile .sd-body.sd-body--static {
  padding: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-root-modern--mobile .sd-body.sd-body--responsive .sd-body__navigation, .sd-root-modern--mobile .sd-body.sd-body--static .sd-body__navigation {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.sd-root--compact .sd-body.sd-body--responsive .sd-body__navigation, .sd-root--compact .sd-body.sd-body--static .sd-body__navigation {
  padding-top: calc(7 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-body__navigation.sd-action-bar {
  box-sizing: border-box;
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  flex-wrap: wrap;
  gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-body--empty {
  min-height: 400px;
  text-align: center;
  padding-top: 180px;
  box-sizing: border-box;
}

.sd-body--empty,
.sd-body--loading {
  font-size: var(--sjs-article-font-default-fontSize, var(--sjs-font-size, 16px));
  text-decoration: var(--sjs-article-font-default-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-default-fontWeight, 400);
  font-style: var(--sjs-article-font-default-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
  line-height: var(--sjs-article-font-default-lineHeight, 28px);
  text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-default-textCase, "none");
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
}

.sd-body--empty h1,
.sd-body--loading h1 {
  font-size: var(--sjs-article-font-xx-large-fontSize, calc(4 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-xx-large-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-xx-large-fontWeight, 700);
  font-style: var(--sjs-article-font-xx-large-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-xx-large-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-xx-large-letterSpacing, 0);
  line-height: var(--sjs-article-font-xx-large-lineHeight, 64px);
  text-indent: var(--sjs-article-font-xx-large-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-xx-large-textCase, "none");
}

.sd-body--empty h2,
.sd-body--loading h2 {
  font-size: var(--sjs-article-font-x-large-fontSize, calc(3 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-x-large-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-x-large-fontWeight, 700);
  font-style: var(--sjs-article-font-x-large-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-x-large-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-x-large-letterSpacing, 0);
  line-height: var(--sjs-article-font-x-large-lineHeight, 56px);
  text-indent: var(--sjs-article-font-x-large-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-x-large-textCase, "none");
}

.sd-body--empty h3,
.sd-body--loading h3 {
  font-size: var(--sjs-article-font-large-fontSize, calc(2 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-large-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-large-fontWeight, 700);
  font-style: var(--sjs-article-font-large-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-large-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-large-letterSpacing, 0);
  line-height: var(--sjs-article-font-large-lineHeight, 40px);
  text-indent: var(--sjs-article-font-large-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-large-textCase, "none");
}

.sd-body--empty h4,
.sd-body--empty h5,
.sd-body--empty h6,
.sd-body--loading h4,
.sd-body--loading h5,
.sd-body--loading h6 {
  font-size: var(--sjs-article-font-medium-fontSize, calc(1.5 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-medium-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-medium-fontWeight, 700);
  font-style: var(--sjs-article-font-medium-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-medium-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-medium-letterSpacing, 0);
  line-height: var(--sjs-article-font-medium-lineHeight, 32px);
  text-indent: var(--sjs-article-font-medium-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-medium-textCase, "none");
}

.sd-body--empty td,
.sd-body--empty span,
.sd-body--empty div,
.sd-body--empty p,
.sd-body--loading td,
.sd-body--loading span,
.sd-body--loading div,
.sd-body--loading p {
  font-size: var(--sjs-article-font-default-fontSize, var(--sjs-font-size, 16px));
  text-decoration: var(--sjs-article-font-default-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-default-fontWeight, 400);
  font-style: var(--sjs-article-font-default-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
  line-height: var(--sjs-article-font-default-lineHeight, 28px);
  text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-default-textCase, "none");
}

.sd-body--empty a,
.sd-body--loading a {
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-body--empty button,
.sd-body--loading button {
  display: flex;
  align-items: center;
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  vertical-align: baseline;
  text-align: center;
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  border: none;
  border-radius: var(--sjs-corner-radius, 4px);
  cursor: pointer;
  user-select: none;
  outline: solid calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) transparent;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 600;
  font-style: normal;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
  line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15)), 0 0 0 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
  transition: box-shadow var(--sjs-transition-duration, 150ms);
}

.sd-body--empty button:hover,
.sd-body--loading button:hover {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-body--empty button:focus,
.sd-body--loading button:focus {
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-body--empty button span,
.sd-body--loading button span {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.sd-root_background-image {
  background-position-x: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

:root {
  --sjs-transition-duration: 150ms;
}

.sd-multipletext {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  height: 1px;
}

.sd-multipletext__cell {
  height: 100%;
}

.sd-multipletext__cell:not(:first-of-type) {
  padding-left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-multipletext__item-container.sd-input:focus-within {
  box-shadow: var(--sjs-shadow-inner-reset, inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-multipletext__item-container {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.sd-multipletext__item-container .sd-input {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: none;
  box-shadow: none;
}

.sd-multipletext__item-container .sd-input,
.sd-multipletext__item-title {
  margin-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-bottom: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-multipletext__item-title {
  font-size: 0;
  line-height: 0;
}

.sd-multipletext__item-title span {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  font-size: var(--sjs-internal-font-editorfont-size);
  line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
}

.sd-multipletext__item-title {
  height: calc(100% - var(--sjs-base-unit, var(--base-unit, 8px)) * 3);
  max-width: 30%;
  padding-right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-right: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
  white-space: normal;
  color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
  box-sizing: content-box;
}

.sd-question--preview .sd-multipletext__item-title {
  border: none;
}

.sd-multipletext__item {
  flex-grow: 1;
}

.sd-multipletext__content .sd-multipletext__item-container {
  position: relative;
}

.sd-multipletext__item-container--error {
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
}

.sd-multipletext__item-container--error .sd-input--error {
  background-color: transparent;
}

.sd-multipletext-item__character-counter {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd-question__content:focus-within .sd-multipletext-item__character-counter {
  padding-inline-end: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-multipletext__cell {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-multipletext__cell--error-bottom,
.sd-multipletext__row:first-of-type .sd-multipletext__cell {
  padding-top: 0;
}

.sd-multipletext__cell--error-top,
.sd-multipletext__row:last-of-type .sd-multipletext__cell {
  padding-bottom: 0;
}

.sd-multipletext__cell--error .sd-question__erbox {
  margin: 0;
}

.sd-multipletext .sd-input .sd-input {
  background: transparent;
}

.sd-action {
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  gap: var(--sjs-base-unit, var(--base-unit, 8px));
  background: transparent;
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  font-weight: 600;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-style: normal;
  font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
  line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
  outline: none;
  transition: background-color var(--sjs-transition-duration, 150ms);
  box-sizing: content-box;
}

.sd-action--negative {
  color: var(--sjs-special-red, var(--red, #e60a3e));
}

.sd-action--icon {
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-action__icon {
  margin-left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-action__icon use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-action--icon .sd-action__icon {
  margin-left: 0;
}

.sd-action--icon use {
  fill: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
  transition: fill var(--sjs-transition-duration, 150ms);
}

svg.sd-action--icon {
  fill: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
}

.sd-action:disabled,
.sd-action--disabled {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  cursor: default;
  opacity: 0.25;
  pointer-events: none;
}

.sd-action:disabled use,
.sd-action--disabled use {
  fill: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
}

.sd-action:not(.sd-action--pressed):hover,
.sd-action:not(.sd-action--pressed):focus {
  outline: none;
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  cursor: pointer;
  opacity: 1;
}

.sd-action:not(.sd-action--pressed):hover.sd-action--icon,
.sd-action:not(.sd-action--pressed):focus.sd-action--icon {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sd-action:not(.sd-action--pressed):hover.sd-action--negative,
.sd-action:not(.sd-action--pressed):focus.sd-action--negative {
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
}

.sd-action:not(.sd-action--pressed):hover.sd-action--negative.sd-action--icon use,
.sd-action:not(.sd-action--pressed):focus.sd-action--negative.sd-action--icon use {
  fill: var(--sjs-special-red, var(--red, #e60a3e));
}

.sd-action:not(.sd-action--pressed):hover:active,
.sd-action:not(.sd-action--pressed):focus:active {
  opacity: 0.5;
}

.sd-action__icon {
  display: block;
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-action--pressed:not(.sd-action--active) {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  opacity: 0.5;
}

.sd-action-bar {
  display: flex;
  align-items: center;
}

.sd-action-bar .sv-action:not(:last-child) .sv-action__content {
  padding-right: 0;
}

.sd-context-btn {
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border: none;
  outline: none;
  cursor: pointer;
}

.sd-context-btn .sv-svg-icon {
  margin: 0;
}

.sd-context-btn svg {
  --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
  display: block;
  width: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
  height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
}

.sd-context-btn use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  transition: fill var(--sjs-transition-duration, 150ms);
}

.sd-context-btn:hover use,
.sd-context-btn:focus use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-context-btn:hover.sd-context-btn--negative use,
.sd-context-btn:focus.sd-context-btn--negative use {
  fill: var(--sjs-special-red, var(--red, #e60a3e));
}

.sd-context-btn:disabled {
  opacity: 0.25;
}

.sd-context-btn--small {
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-context-btn--small svg {
  width: var(--sjs-internal-font-editorfont-size);
  height: var(--sjs-internal-font-editorfont-size);
}

.sd-context-btn--with-border {
  --box-shadow-color: var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
  box-shadow: 0 0 0 1px var(--box-shadow-color);
}

.sd-context-btn--colorful use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-context-btn--colorful.sd-context-btn--negative use {
  fill: red;
}

.sd-context-btn--colorful:focus,
.sd-context-btn--colorful:hover {
  background: linear-gradient(var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))), var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)))), linear-gradient(var(--sjs-general-backcolor, var(--background, #fff)), var(--sjs-general-backcolor, var(--background, #fff)));
}

.sd-context-btn--colorful:focus.sd-context-btn--negative,
.sd-context-btn--colorful:hover.sd-context-btn--negative {
  background: linear-gradient(var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))), var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)))), linear-gradient(var(--sjs-general-backcolor, var(--background, #fff)), var(--sjs-general-backcolor, var(--background, #fff)));
}

.sd-context-btn--colorful:focus.sd-context-btn--with-border,
.sd-context-btn--colorful:hover.sd-context-btn--with-border {
  --box-shadow-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-context-btn--colorful:focus.sd-context-btn--with-border.sd-context-btn--negative,
.sd-context-btn--colorful:hover.sd-context-btn--with-border.sd-context-btn--negative {
  --box-shadow-color: var(--sjs-special-red, var(--red, #e60a3e));
}

:root {
  --sjs-transition-duration: 150ms;
}

.sd-completedpage,
.sd-completed-before-page {
  align-items: center;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  height: auto;
  font-size: var(--sjs-article-font-default-fontSize, var(--sjs-font-size, 16px));
  text-decoration: var(--sjs-article-font-default-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-default-fontWeight, 400);
  font-style: var(--sjs-article-font-default-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
  line-height: var(--sjs-article-font-default-lineHeight, 28px);
  text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-default-textCase, "none");
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
}

.sd-completedpage h1,
.sd-completed-before-page h1 {
  font-size: var(--sjs-article-font-xx-large-fontSize, calc(4 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-xx-large-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-xx-large-fontWeight, 700);
  font-style: var(--sjs-article-font-xx-large-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-xx-large-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-xx-large-letterSpacing, 0);
  line-height: var(--sjs-article-font-xx-large-lineHeight, 64px);
  text-indent: var(--sjs-article-font-xx-large-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-xx-large-textCase, "none");
}

.sd-completedpage h2,
.sd-completed-before-page h2 {
  font-size: var(--sjs-article-font-x-large-fontSize, calc(3 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-x-large-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-x-large-fontWeight, 700);
  font-style: var(--sjs-article-font-x-large-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-x-large-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-x-large-letterSpacing, 0);
  line-height: var(--sjs-article-font-x-large-lineHeight, 56px);
  text-indent: var(--sjs-article-font-x-large-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-x-large-textCase, "none");
}

.sd-completedpage h3,
.sd-completed-before-page h3 {
  font-size: var(--sjs-article-font-large-fontSize, calc(2 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-large-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-large-fontWeight, 700);
  font-style: var(--sjs-article-font-large-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-large-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-large-letterSpacing, 0);
  line-height: var(--sjs-article-font-large-lineHeight, 40px);
  text-indent: var(--sjs-article-font-large-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-large-textCase, "none");
}

.sd-completedpage h4,
.sd-completedpage h5,
.sd-completedpage h6,
.sd-completed-before-page h4,
.sd-completed-before-page h5,
.sd-completed-before-page h6 {
  font-size: var(--sjs-article-font-medium-fontSize, calc(1.5 * (var(--sjs-font-size, 16px))));
  text-decoration: var(--sjs-article-font-medium-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-medium-fontWeight, 700);
  font-style: var(--sjs-article-font-medium-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-medium-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-medium-letterSpacing, 0);
  line-height: var(--sjs-article-font-medium-lineHeight, 32px);
  text-indent: var(--sjs-article-font-medium-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-medium-textCase, "none");
}

.sd-completedpage td,
.sd-completedpage span,
.sd-completedpage div,
.sd-completedpage p,
.sd-completed-before-page td,
.sd-completed-before-page span,
.sd-completed-before-page div,
.sd-completed-before-page p {
  font-size: var(--sjs-article-font-default-fontSize, var(--sjs-font-size, 16px));
  text-decoration: var(--sjs-article-font-default-textDecoration, "none");
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-weight: var(--sjs-article-font-default-fontWeight, 400);
  font-style: var(--sjs-article-font-default-fontStyle, "normal");
  font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
  letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
  line-height: var(--sjs-article-font-default-lineHeight, 28px);
  text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
  text-transform: var(--sjs-article-font-default-textCase, "none");
}

.sd-completedpage a,
.sd-completed-before-page a {
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-completedpage button,
.sd-completed-before-page button {
  display: flex;
  align-items: center;
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  vertical-align: baseline;
  text-align: center;
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
  border: none;
  border-radius: var(--sjs-corner-radius, 4px);
  cursor: pointer;
  user-select: none;
  outline: solid calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) transparent;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 600;
  font-style: normal;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
  line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15)), 0 0 0 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
  transition: box-shadow var(--sjs-transition-duration, 150ms);
}

.sd-completedpage button:hover,
.sd-completed-before-page button:hover {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}

.sd-completedpage button:focus,
.sd-completed-before-page button:focus {
  box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-completedpage button span,
.sd-completed-before-page button span {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.sd-completedpage:before,
.sd-completedpage:after {
  display: block;
  width: calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-left: calc(50% - 4.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
  content: "";
}

.sd-completedpage:before {
  height: calc(13 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-completedpage:after {
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons__image-button-left {
  display: none;
}

.sd-progress-buttons__image-button-right {
  display: none;
}

.sd-progress-buttons__image-button--hidden {
  visibility: hidden;
}

.sd-progress-buttons__page-description {
  display: none;
}

.sd-progress-buttons {
  padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  display: flex;
  flex-direction: column;
}

.sd-progress-buttons__list-container {
  display: flex;
  overflow: hidden;
  margin: 0 calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons__connector {
  display: none;
}

.sd-progress-buttons__list {
  display: inline-flex;
  flex-direction: row;
  flex-grow: 1;
  margin: 0 auto;
  padding: 0;
}

.sd-progress-buttons__list li {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  position: relative;
  flex-wrap: nowrap;
  text-align: center;
  flex-direction: column;
  cursor: pointer;
}

.sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
  display: block;
  content: "";
  height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background-color: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
  opacity: 0.5;
  position: absolute;
  bottom: calc(1.125 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  right: calc(50% + 10px);
  width: calc(100% - 20px);
  pointer-events: none;
}

.sd-progress-buttons__list li .sd-progress-buttons__button {
  position: relative;
  display: flex;
  content: attr(data-page-number);
  width: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin: calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid transparent;
  border-radius: 50%;
  align-self: center;
  z-index: 1;
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  font-weight: 600;
  line-height: var(--sjs-font-size, 16px);
  justify-content: center;
  color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  box-sizing: content-box;
}

.sd-progress-buttons__list li .sd-progress-buttons__button .sd-progress-buttons__button-background {
  position: absolute;
  width: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  top: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  left: calc(-1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  z-index: -2;
}

.sd-progress-buttons__list li .sd-progress-buttons__button .sd-progress-buttons__button-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  left: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  background-color: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
  opacity: 0.5;
  z-index: -1;
  border: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid transparent;
  border-radius: 50%;
  box-sizing: content-box;
}

.sd-progress-buttons__list li:hover .sd-progress-buttons__button {
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}

.sd-progress-buttons__list li:hover .sd-progress-buttons__button .sd-progress-buttons__button-background {
  left: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons__list li:hover .sd-progress-buttons__button .sd-progress-buttons__button-content {
  top: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  left: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border: calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  opacity: 1;
}

.sd-progress-buttons__list .sd-progress-buttons__list-element--passed:not(:first-child) > .sd-progress-buttons__connector {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  opacity: 1;
}

.sd-progress-buttons__list .sd-progress-buttons__list-element--passed .sd-progress-buttons__button {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}

.sd-progress-buttons__list .sd-progress-buttons__list-element--passed .sd-progress-buttons__button .sd-progress-buttons__button-content {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  opacity: 1;
}

.sd-progress-buttons__list .sd-progress-buttons__list-element--current:not(:first-child) > .sd-progress-buttons__connector {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  opacity: 1;
}

.sd-progress-buttons__list .sd-progress-buttons__list-element--current .sd-progress-buttons__button {
  border: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons__list .sd-progress-buttons__list-element--current .sd-progress-buttons__button .sd-progress-buttons__button-background {
  left: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons__list .sd-progress-buttons__list-element--current .sd-progress-buttons__button .sd-progress-buttons__button-content {
  border: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  opacity: 1;
}

.sd-progress-buttons__page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  font-weight: 600;
  line-height: var(--sjs-font-size, 16px);
  flex-grow: 1;
  text-align: center;
  padding: 0 calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons__header .sd-progress-buttons__page-title {
  margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-progress-buttons__footer .sd-progress-buttons__page-title {
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
  margin-bottom: 0;
  justify-content: flex-end;
  padding: 0;
  color: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
}

.sd-progress-buttons--bottom {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  flex-direction: column-reverse;
}

.sd-progress-buttons--bottom .sd-progress-buttons__list li {
  flex-direction: column-reverse;
}

.sd-progress-buttons--bottom .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
  top: calc(1.125 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons--bottom .sd-progress-buttons__page-title {
  margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-bottom: 0;
}

.sd-progress-buttons--bottom .sd-progress-buttons__header .sd-progress-buttons__page-title {
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
  margin-bottom: 0;
}

.sd-progress-buttons--bottom .sd-progress-buttons__footer .sd-progress-buttons__page-title {
  margin-top: 0;
  margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-progress-buttons--numbered .sd-progress-buttons__list-container {
  margin: 0 calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
  bottom: calc(2.175 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  right: calc(50% + 18px);
  width: calc(100% - 36px);
}

.sd-progress-buttons--numbered .sd-progress-buttons__list li .sd-progress-buttons__button {
  width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons--numbered .sd-progress-buttons__list li .sd-progress-buttons__button .sd-progress-buttons__button-background {
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons--numbered .sd-progress-buttons__list li:hover .sd-progress-buttons__button {
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons--with-titles .sd-progress-buttons__list-container {
  margin: 0;
}

.sd-root-modern--mobile .sd-progress-buttons__list,
.sd-progress-buttons--no-titles .sd-progress-buttons__list {
  justify-content: space-between;
  width: 100%;
}

.sd-root-modern--mobile .sd-progress-buttons__list li,
.sd-progress-buttons--no-titles .sd-progress-buttons__list li {
  flex-grow: 0;
}

.sd-progress-buttons--bottom.sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
  top: calc(2.175 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-root-modern--mobile .sd-progress-buttons {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-progress-buttons--fit-survey-width {
  max-width: calc(90 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}

[dir=rtl] .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector,
[style*="direction:rtl"] .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector,
[style*="direction: rtl"] .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
  right: unset;
  left: calc(50% + 10px);
}

[dir=rtl] .sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector,
[style*="direction:rtl"] .sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector,
[style*="direction: rtl"] .sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
  right: unset;
  left: calc(50% + 20px);
}

.sv_progress-toc {
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
  max-width: calc(42 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: 100%;
  background: var(--sjs-general-backcolor, var(--background, #fff));
  box-sizing: border-box;
  min-width: calc(32 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv_progress-toc .sv-list__item.sv-list__item--selected .sv-list__item-body {
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-weight: 400;
}

.sv_progress-toc .sv-list__item span {
  white-space: break-spaces;
}

.sv_progress-toc .sv-list__item-body {
  padding-inline-start: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-inline-end: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: var(--sjs-corner-radius, 4px);
  padding-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-bottom: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv_progress-toc--left {
  border-right: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
}

.sv_progress-toc--right {
  border-left: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
}

.sv_progress-toc--mobile {
  position: fixed;
  top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  right: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: auto;
  min-width: auto;
  height: auto;
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  z-index: 15;
  border-radius: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv_progress-toc--mobile > div {
  width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv_progress-toc--mobile:hover {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
}

.sd-title + .sv-components-row > .sv-components-column .sv_progress-toc:not(.sv_progress-toc--mobile),
.sd-title ~ .sv-components-row > .sv-components-column .sv_progress-toc:not(.sv_progress-toc--mobile) {
  margin-top: 2px;
}

.sv_progress-toc.sv_progress-toc--sticky {
  position: sticky;
  height: auto;
  overflow-y: auto;
  top: 0;
}

.sd-list {
  padding-right: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  padding-left: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-list__item {
  padding: 0;
}

.sd-list__item-body {
  padding-block: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  border-radius: var(--sjs-corner-radius, 4px);
  font-size: var(--sjs-font-size, 16px);
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
}

.sd-list__item.sd-list__item--focused:not(.sd-list__item--selected) {
  outline: none;
}

.sd-list__item.sd-list__item--focused:not(.sd-list__item--selected) .sd-list__item-body {
  padding-block: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-timer {
  z-index: 2;
  position: fixed;
  bottom: calc(var(--sd-timer-size) / 144 * 32);
  right: var(--sjs-base-unit, var(--base-unit, 8px));
  background: white;
  width: var(--sd-timer-size);
  height: var(--sd-timer-size);
  margin-right: calc(var(--sd-timer-size) / 144 * 32);
  display: flex;
  border-radius: 100%;
  padding: calc(var(--sd-timer-size) / 144 * 8);
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
  box-sizing: border-box;
}

.sd-timer--top {
  top: calc(var(--sd-timer-size) / 144 * 32);
  margin-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-bottom: calc(-1 * var(--sd-timer-size));
}

.sd-timer--bottom {
  bottom: calc(var(--sd-timer-size) / 144 * 32);
  margin-top: calc(var(--sd-timer-size) * -1.2222222222);
}

.sd-timer__progress {
  --sd-timer-stroke-background-color: var(--background-dim, #f3f3f3);
  --sd-timer-stroke-background-width: 2px;
  stroke-linecap: round;
  height: 100%;
  width: 100%;
  transform: rotate(-90deg);
  stroke: var(--sjs-primary-backcolor, var(--primary, #19b394));
  stroke-dashoffset: 0;
  fill: none;
  stroke-width: 4px;
}

.sd-timer__progress--animation {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
}

.sd-timer__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 700;
  font-size: calc(var(--sd-timer-size) / 144 * 32);
}

.sd-timer__text--major {
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 700;
  font-size: calc(var(--sd-timer-size) / 144 * 32);
}

.sd-timer__text--minor {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  font-weight: 600;
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
}

.sv-header {
  position: relative;
  background-color: var(--sjs-header-backcolor, var(--sjs-primary-backcolor, var(--primary, #19b394)));
}

.sv-header__overlap {
  padding-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: content-box;
}

.sv-header__overlap ~ div .sd-body,
.sv-header__overlap ~ div .sv-body {
  margin-top: calc(-14 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-root-modern--mobile .sv-header__overlap {
  padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-root-modern--mobile .sv-header__overlap ~ div .sd-body,
.sd-root-modern--mobile .sv-header__overlap ~ div .sv-body {
  margin-top: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-header__overlap.sv-header__without-background {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sv-header__overlap.sv-header__without-background ~ div .sd-body,
.sv-header__overlap.sv-header__without-background ~ div .sv-body {
  margin-top: 0;
}

.sv-header__without-background .sv-header--mobile,
.sv-header__without-background .sv-header__content {
  padding-bottom: 0;
}

.sv-header__content {
  padding: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  box-sizing: border-box;
  height: 100%;
  position: relative;
  display: grid;
  gap: 0;
  grid-auto-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr 1fr 1fr;
}

.sv-header__content--static {
  max-width: calc(90 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  margin-left: auto;
  margin-right: auto;
}

.sv-header__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  background-position-x: center;
}

.sv-header__background-image--contain {
  background-repeat: no-repeat;
}

.sv-header__cell {
  position: relative;
}

.sv-header__cell-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: max-content;
  top: 0;
  bottom: 0;
}

.sv-header__cell--left .sv-header__cell-content {
  left: 0;
}

.sv-header__cell--center .sv-header__cell-content {
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.sv-header__cell--right .sv-header__cell-content {
  right: 0;
}

.sv-header__logo {
  display: flex;
}

.sv-header__logo img {
  display: block;
}

.sv-header__title {
  display: flex;
}

.sv-header__title .sd-title {
  --header-title-font-size: var(--sjs-font-headertitle-size, calc(2 * (var(--sjs-font-size, 16px))));
  font-size: var(--header-title-font-size);
  line-height: calc(1.25 * (var(--header-title-font-size)));
  color: var(--sjs-font-headertitle-color, var(--sjs-primary-forecolor, var(--primary-foreground, #fff)));
  font-family: var(--sjs-font-headertitle-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-headertitle-weight, 700);
  margin: 0;
}

.sv-header__logo ~ .sv-header__title {
  margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-header__logo ~ .sv-header__description {
  margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv-header__title ~ .sv-header__description {
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sv-header__description {
  display: flex;
}

.sv-header__description .sd-description {
  --header-description-font-size: var(--sjs-font-headerdescription-size, var(--sjs-font-size, 16px));
  font-size: var(--header-description-font-size);
  line-height: calc(1.5 * (var(--header-description-font-size)));
  color: var(--sjs-font-headerdescription-color, var(--sjs-primary-forecolor, var(--primary-foreground, #fff)));
  font-family: var(--sjs-font-headerdescription-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
  font-weight: var(--sjs-font-headerdescription-weight, 600);
  margin: 0;
}

.sv-header__content .sd-header__text h3 {
  margin: 0;
}

.sv-header--mobile {
  padding: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  position: relative;
  z-index: 1;
}

.sv-header--mobile .sv-header__logo img {
  max-width: 100%;
}

.sv-header__background-color--none .sv-header__title .sd-title,
.sv-header__background-color--custom .sv-header__title .sd-title {
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
}

.sv-header__background-color--none .sv-header__description .sd-description,
.sv-header__background-color--custom .sv-header__description .sd-description {
  --header-description-font-size: var(--sjs-font-headerdescription-size, var(--sjs-font-size, 16px));
  font-size: var(--header-description-font-size);
  line-height: calc(1.5 * (var(--header-description-font-size)));
  color: var(--sjs-font-pagedescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
}

@keyframes rotationAnimation {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.sd-loading-indicator {
  height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-loading-indicator .sv-svg-icon {
  height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  animation-name: rotationAnimation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

sv-components-container,
.sd-components-container {
  display: flex;
}

.sv-components-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.sv-components-column {
  display: flex;
  flex-direction: column;
}

.sv-components-column--expandable {
  flex-grow: 1;
}

.sv-components-row > .sv-components-column--expandable {
  width: 1px;
}

.sjs_sp_container {
  position: relative;
  max-width: 100%;
}

.sjs_sp_controls {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sjs_sp_controls > button {
  user-select: none;
}

.sjs_sp_container > div > canvas:focus {
  outline: none;
}

.sjs_sp_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.sjs_sp_canvas {
  position: relative;
  max-width: 100%;
  display: block;
}

.sjs_sp__background-image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.sd-root-modern {
  --sd-base-padding: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
  --sd-base-vertical-padding: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
  --sd-page-vertical-padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-root-modern.sd-root-modern--mobile {
  --sd-base-padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
  --sd-base-vertical-padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
  --sd-page-vertical-padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
  --sjs-mobile-font-editorfont-size: Max(16px, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
}

.sd-root-modern.sd-root-modern--mobile .sd-element__num {
  float: none;
  margin-inline-start: 0;
  width: auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.sd-root-modern.sd-root-modern--mobile .sd-element__num + span {
  float: none;
  width: auto;
}

.sd-root-modern.sd-root-modern--mobile .sd-element__title--expandable:before {
  inset-inline-start: calc(-2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sd-root-modern.sd-root-modern--mobile .sd-title.sd-container-modern__title {
  flex-direction: column;
}

.sd-root-modern.sd-root-modern--mobile .sd-header__text {
  min-width: 100%;
}

.sd-root-modern.sd-root-modern--mobile .sv-ranking-item__icon-container {
  margin-left: 0;
  margin-right: 0;
}

.sd-multipletext--mobile .sd-multipletext__cell {
  display: block;
}

.sd-multipletext--mobile .sd-multipletext__cell:not(:first-of-type) {
  padding-left: 0;
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-multipletext--mobile .sd-multipletext__cell :not(:last-of-type) {
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-multipletext--mobile .sd-multipletext__item-container {
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
}

.sd-multipletext--mobile .sd-multipletext__item-title {
  max-width: none;
  border-right: none;
  width: 100%;
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) 0;
  margin: 0;
}

.sd-multipletext--mobile .sd-multipletext__item {
  flex-basis: 0;
  min-width: 0;
}

.sd-multipletext--mobile .sd-multipletext__item .sd-input {
  padding: 0;
  margin: 0;
}

.sd-multipletext--mobile .sd-multipletext__item-container--answered,
.sd-multipletext--mobile .sd-multipletext__item-container--allow-focus:focus-within {
  flex-direction: column;
}

.sd-multipletext--mobile .sd-multipletext__item-container--answered .sd-multipletext__item-title,
.sd-multipletext--mobile .sd-multipletext__item-container--allow-focus:focus-within .sd-multipletext__item-title {
  padding: 0;
}

.sd-multipletext--mobile .sd-multipletext__item-container--answered .sd-multipletext__item-title span,
.sd-multipletext--mobile .sd-multipletext__item-container--allow-focus:focus-within .sd-multipletext__item-title span {
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
  line-height: var(--sjs-font-size, 16px);
}

.sd-multipletext--mobile .sd-multipletext__item-container--answered .sd-multipletext__item,
.sd-multipletext--mobile .sd-multipletext__item-container--allow-focus:focus-within .sd-multipletext__item {
  flex-basis: auto;
  min-width: auto;
  width: 100%;
}

.sd-multipletext--mobile .sd-multipletext__item-container--answered .sd-multipletext__item .sd-input,
.sd-multipletext--mobile .sd-multipletext__item-container--allow-focus:focus-within .sd-multipletext__item .sd-input {
  width: 100%;
}

.sd-selectbase--mobile .sd-selectbase--multi-column {
  flex-direction: column;
}

.sd-selectbase--mobile .sd-selectbase--multi-column .sd-selectbase__column:not(:last-child) {
  padding-right: 0;
}

body {
  --sv-defaultV2-mark: true;
}

.sd-root-modern {
  -webkit-font-smoothing: antialiased;
  --sd-mobile-width: 600px;
  --sd-timer-size: calc(18 * var(--sjs-base-unit, var(--base-unit, 8px)));
  width: 100%;
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  position: relative;
}

@-moz-document url-prefix() {
  .sd-root-modern,
  .sd-root-modern * {
    scrollbar-width: thin;
    scrollbar-color: var(--sjs-border-default, var(--border, #d6d6d6)) transparent;
  }
}
.sd-root-modern::-webkit-scrollbar,
.sd-root-modern *::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: transparent;
}

.sd-root-modern::-webkit-scrollbar-thumb,
.sd-root-modern *::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 32px;
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sd-root-modern::-webkit-scrollbar-track,
.sd-root-modern *::-webkit-scrollbar-track {
  background: transparent;
}

.sd-root-modern::-webkit-scrollbar-thumb:hover,
.sd-root-modern *::-webkit-scrollbar-thumb:hover {
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sd-root-modern form {
  position: relative;
}

.sd-root-modern--animation-disabled * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.sd-root-modern.sd-root-modern--full-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.sd-root-modern--mobile {
  --sd-timer-size: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)));
}

.sd-root-modern__wrapper {
  position: relative;
}

.sd-root-modern__wrapper--has-image {
  min-height: 100%;
}

.sd-root-modern--full-container .sd-root-modern__wrapper--fixed {
  position: static;
  width: 100%;
  height: 100%;
}

.sd-root-modern--full-container .sd-root-modern__wrapper--fixed form {
  overflow: auto;
  width: 100%;
  max-height: 100%;
}

.sv-popup .sv-popup__scrolling-content {
  box-sizing: content-box;
}

@-moz-document url-prefix() {
  .sv-popup .sv-popup__scrolling-content,
  .sv-popup .sv-popup__scrolling-content * {
    scrollbar-width: thin;
    scrollbar-color: var(--sjs-border-default, var(--border, #d6d6d6)) transparent;
  }
}
.sv-popup .sv-popup__scrolling-content::-webkit-scrollbar,
.sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: transparent;
}

.sv-popup .sv-popup__scrolling-content::-webkit-scrollbar-thumb,
.sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 32px;
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}

.sv-popup .sv-popup__scrolling-content::-webkit-scrollbar-track,
.sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar-track {
  background: transparent;
}

.sv-popup .sv-popup__scrolling-content::-webkit-scrollbar-thumb:hover,
.sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar-thumb:hover {
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}

.sv-components-container-center {
  position: sticky;
  top: 0;
}

.sv-root--sticky-top .sv-components-container-center {
  z-index: 15;
}

.sv-root--sticky-top.sd-progress--pages .sv-components-container-center,
.sv-root--sticky-top.sd-progress--buttons .sv-components-container-center {
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
  box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
}

.sv-components-container-right,
.sv-components-container-left {
  width: fit-content;
}


.Survey,
.sv-popup,
.sv-ranking {
  --primary: #274e8b;
  --primary-light: rgba(39, 78, 139, 0.1);
  --primary-foreground: #fff;
  --primary-foreground-disabled: #fff;
  --secondary: #ff9814;
  --secondary-light: rgba(255, 152, 20, 0.25);
  --secondary-foreground: #fff;
  --background: #fff;
  --background-dim: var(--bfs-light-grey);
  --background-dim-light: #f9f9f9;
  --foreground: #333;
  --foreground-light: #555;
  --foreground-disabled: rgba(#333, 0.25);
  --border: #d6d6d6;
  --border-light: #eaeaea;
  --border-inside: rgba(0, 0, 0, 0.16);
  --red: #e60a3e;
  --red-light: rgba(230, 10, 62, 0.1);
  --green: #19b394;
  --green-light: rgba(25, 179, 148, 0.1);
  --blue-light: rgba(67, 127, 217, 0.1);
  --base-unit: 8px;
  --sjs-font-questiontitle-weight: 700;
  --sjs-font-questiondescription-color: var(--bfs-dark-grey);
  --sjs-font-questiondescription-weight: 600;
  --sjs-font-pagedescription-color: rgba(0, 0, 0, 0.55);
  --sjs-article-font-large-fontSize: 1.5rem;
  --sjs-article-font-default-lineHeight: 1.15;
}
.Survey .sd-root-modern,
.Survey .svc-logic-question-value,
.sv-popup .sd-root-modern,
.sv-popup .svc-logic-question-value,
.sv-ranking .sd-root-modern,
.sv-ranking .svc-logic-question-value {
  --sd-base-padding: calc(4 * var(--base-unit, 8px));
  --sd-base-vertical-padding: calc(4 * var(--base-unit, 8px));
  --sd-page-vertical-padding: calc(4 * var(--base-unit, 8px));
}
.Survey .sd-root-modern.sd-root-modern--mobile,
.sv-popup .sd-root-modern.sd-root-modern--mobile,
.sv-ranking .sd-root-modern.sd-root-modern--mobile {
  --sd-base-padding: calc(1 * var(--base-unit, 8px));
  --sd-base-vertical-padding: calc(1 * var(--base-unit, 8px));
  --sd-page-vertical-padding: calc(1 * var(--base-unit, 8px));
}
.Survey .sd-rating__item--selected .sd-rating__item-text,
.sv-popup .sd-rating__item--selected .sd-rating__item-text,
.sv-ranking .sd-rating__item--selected .sd-rating__item-text {
  color: var(--bfs-white);
}

/* stylelint-disable selector-max-compound-selectors */
.Survey {
  --survey-fieldWidth: 680px;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
.Survey .Survey-header {
  background: var(--bfs-white);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
.Survey .Survey-header .Survey-headerTile {
  flex: 2 1 auto;
  overflow: hidden;
}
.Survey .Survey-header .Survey-headerTile:last-child {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.Survey .Survey-header .Survey-headerTile .Survey-titleInfo {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--bfs-mid-grey);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Survey .Survey-header .Survey-headerTile h2.Survey-titleText {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: var(--bfs-dark-grey);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Survey-container {
  flex: 1;
}
.Survey-container .sd-root-modern.sd-root-modern--full-container {
  overflow: visible;
}
.Survey-pageIconContainer {
  display: flex;
  flex-direction: column;
}
.Survey-pageIconContainer svg {
  font-size: 2.25rem;
  height: 2.25rem;
  margin: 0.5rem 0;
}
.Survey-pageIconContainer svg path:only-child {
  fill: var(--bfs-mid-grey);
  opacity: 0.6;
}
.sd-progress-buttons__list-element--current .Survey-pageIconContainer svg .fa-primary,
.sd-progress-buttons__list-element--current .Survey-pageIconContainer svg path:only-child {
  fill: var(--bfs-mid-blue2);
  opacity: 1;
}
.Survey-pageIconText {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75rem;
  text-align: center;
  color: var(--bfs-mid-grey);
}
.Survey-questionUnit {
  font-size: 1rem;
  line-height: 3rem;
  color: var(--bfs-mid-grey);
  display: inline-block;
  text-align: right;
  top: 0;
  right: 0;
  position: absolute;
  margin-right: 1rem;
  pointer-events: none;
}
.Survey .Survey-fakeQuestionTitle {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--bfs-dark-grey);
  max-width: var(--survey-fieldWidth);
  margin: 3rem auto -1.3rem;
}
.Survey .sd-question--disabled .Survey-fakeQuestionTitle,
.Survey .sd-question--readonly .Survey-fakeQuestionTitle {
  opacity: 0.6;
}
.Survey .Survey-transferNotice {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  background-color: var(--bfs-light-blue);
  color: var(--bfs-blue);
  max-width: var(--survey-fieldWidth);
  margin: 1.3rem auto -1.3rem;
  padding: 1rem;
}
.Survey .Survey-transferNotice p {
  line-height: 1.75rem;
}
.Survey h5.Survey-questionGroupTitle,
.Survey h4.Survey-questionGroupTitle {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  color: var(--bfs-dark-grey);
  max-width: var(--survey-fieldWidth);
  margin: 3rem auto 0;
}
.Survey-questionGroupTitle--big {
  font-size: 1.375rem;
  line-height: 2.1875rem;
}
.Survey-questionSeparator {
  margin: 3rem calc(-2 * var(--sd-base-padding)) 0;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid var(--bfs-light-grey);
}
.Survey-titleSeparator {
  margin: 1.5rem calc(-1 * var(--sd-base-padding)) 0;
  border-bottom: 1px solid var(--bfs-light-grey);
  border-top: none;
}
.Survey-esgIcon {
  color: var(--bfs-mid-green2);
  font-size: 1.25rem;
  margin-left: 0.5rem;
}
.Survey .InfoIconButton {
  position: absolute;
  right: 0;
  z-index: 1;
}
.Survey .InfoIconButton + .sd-question__header {
  max-width: calc(100% - 1.75rem);
}
.Survey-activityIndicator {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}
.Survey-tableHeaderSubtitle {
  font-weight: 600;
  color: var(--bfs-dark-grey);
}
.Survey-infoComment, .Survey-infoComment.Survey-questionGroupComment {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--bfs-mid-grey);
  max-width: var(--survey-fieldWidth);
  margin: 2rem auto 0;
  display: flex;
  gap: 0.5rem;
}
.Survey-infoComment button, .Survey-infoComment.Survey-questionGroupComment button {
  height: 1.6rem;
  font-size: 1rem;
}
.Survey-infoComment svg, .Survey-infoComment.Survey-questionGroupComment svg {
  padding-top: 0.4rem;
  color: var(--bfs-blue);
}
.Survey-htmlComment, .Survey-htmlComment.Survey-questionGroupComment {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--bfs-dark-grey);
  max-width: var(--survey-fieldWidth);
  margin: 2rem auto 0;
}
.Survey-htmlComment strong, .Survey-htmlComment.Survey-questionGroupComment strong {
  font-weight: 700;
}
.Survey-infoComment.Survey-questionGroupComment, .Survey-htmlComment.Survey-questionGroupComment {
  margin-bottom: -1.25rem;
  font-weight: 700;
}
.Survey-questionDescriptionHtml {
  margin: 1rem 0;
}
.Survey table.vehicle-table {
  height: 50vh;
  overflow: scroll;
  display: block;
}
.Survey table.vehicle-table thead {
  position: sticky;
  top: 0;
  background: #fff;
}
.Survey-avg {
  max-width: var(--survey-fieldWidth);
  margin: 0 auto;
}
.Survey-avg h5 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.Survey p.Survey-avg-info {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 2rem;
}
.Survey-avg-list {
  margin-top: 1rem;
}
.Survey-avg-list span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
}
.Survey-avg-amount {
  display: inline-block;
  width: 4rem;
  text-align: right;
  margin-right: 1rem;
}
.Survey-avg-unit {
  margin-right: 1rem;
}
@media (min-width: 905px) {
  .Survey-container[data-survey-survey-json-key-value=catering] .sd-panel.sd-panel--panel-quantities .sd-question--table {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 1rem;
  }
}
.Survey-container[data-survey-survey-json-key-value=catering] .sd-panel.sd-panel--panel-quantities .sd-question--table .sd-question__header--location-top h5 span.sv-string-viewer,
.Survey-container[data-survey-survey-json-key-value=catering] .sd-panel.sd-panel--panel-quantities .sd-question--table .sd-question__header--location-top h4 span.sv-string-viewer {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.Survey-container[data-survey-survey-json-key-value=catering] .sd-panel.sd-panel--panel-quantities .sd-question--table .sd-question__header--location-top::after {
  display: none;
}
.Survey-container[data-survey-survey-json-key-value=catering] .sd-panel.sd-panel--panel-quantities .sd-question--table .sd-question__header--location-top .sd-question__title {
  --sjs-font-questiontitle-size: 1.375rem;
}
.Survey-container[data-survey-survey-json-key-value=catering] .sd-panel.sd-panel--panel-quantities .sd-question--table .sd-matrixdynamic__content table {
  margin-top: 0 !important;
}
.Survey-container[data-survey-survey-json-key-value=catering] .sd-panel.sd-panel--panel-quantities .sd-question--table .sd-matrixdynamic__content table thead tr th {
  padding: 0;
  padding-left: var(--base-unit, 8px);
}
.Survey-container[data-survey-survey-json-key-value=catering] .sd-panel.sd-panel--panel-quantities .sd-question--table .sd-matrixdynamic__content table .sd-table__cell {
  text-align: left;
}
.Survey-container[data-survey-survey-json-key-value=catering] .sd-panel.sd-panel--panel-quantities .sd-question--table .sd-matrixdynamic__content table .sd-table__cell .sd-action {
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
}
.Survey-container[data-survey-survey-json-key-value=catering] .sd-matrixdynamic__content, .Survey-container[data-survey-survey-json-key-value=mobility] .sd-matrixdynamic__content {
  max-width: 100%;
  align-self: center;
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.Survey-container[data-survey-survey-json-key-value=procurement] .sd-matrixdynamic__content .sd-table-wrapper, .Survey-container[data-survey-survey-json-key-value=mobility] .sd-matrixdynamic__content .sd-table-wrapper {
  width: 100%;
  margin: 0 auto;
  min-width: unset;
}
.Survey .sv-popup__body-header {
  font-family: var(--font-family);
}
.Survey .sd-header__text .sd-title {
  font-weight: 800;
  color: var(--bfs-dark-grey);
}
.Survey .sd-progress-buttons {
  padding: 0;
}
.Survey .sd-progress-buttons__list .sd-progress-buttons__button,
.Survey .sd-progress-buttons__list .sd-progress-buttons__connector {
  display: none !important;
}
.Survey .sd-progress-buttons__page-title {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.25rem 0;
}
.Survey .sd-progress-buttons__container {
  background: var(--bfs-white);
  margin-bottom: 1px;
}
.Survey .sd-progress-buttons__container .sd-progress-buttons__list li {
  padding: 1rem 0.625rem;
}
.Survey .sd-progress-buttons__container .sd-progress-buttons__list li:hover .sd-progress-buttons__page-title {
  text-decoration: none;
}
.Survey .sd-progress-buttons__container .sd-progress-buttons__list-element--passed {
  border: none;
}
.Survey .sd-progress-buttons__container .sd-progress-buttons__list-element--current {
  border-top: 3px solid var(--bfs-mid-blue2);
  color: var(--bfs-blue);
  text-decoration: none;
}
.Survey .sd-progress-buttons__container .sd-progress-buttons__list-element--current .sd-progress-buttons__page-title {
  font-weight: 700;
}
.Survey .sd-body,
.Survey .sd-body--static {
  background: var(--bfs-white);
  padding: 0;
}
.Survey .sd-body .sd-page,
.Survey .sd-body--static .sd-page {
  padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) var(--sd-page-vertical-padding) calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
  min-width: calc(260px + 6 * var(--base-unit));
}
.Survey .sd-body .sd-page.sd-page__empty-header,
.Survey .sd-body--static .sd-page.sd-page__empty-header {
  padding: var(--sd-base-padding);
}
.Survey .sd-body .sd-page.sd-page__empty-header .sd-element--with-frame:not(.sd-element--collapsed),
.Survey .sd-body--static .sd-page.sd-page__empty-header .sd-element--with-frame:not(.sd-element--collapsed) {
  padding-bottom: 2px;
}
.Survey .sd-body .sd-page .sd-title.sd-page__title,
.Survey .sd-body--static .sd-page .sd-title.sd-page__title {
  font-size: calc(3 * var(--base-unit));
  font-weight: 800;
}
.Survey .sd-body .sd-page .sd-description.sd-page__description,
.Survey .sd-body--static .sd-page .sd-description.sd-page__description {
  font-weight: 600;
  border-bottom: 1px solid var(--bfs-light-grey);
  margin-left: calc(-1 * var(--sd-base-padding));
  padding: 0 var(--sd-base-padding) 2rem;
  width: calc(100% + 2 * var(--sd-base-padding));
  margin-bottom: 0;
}
.Survey .sd-body .sd-page .sd-row--multiple,
.Survey .sd-body .sd-page .sd-row--multiple:not(.sd-row--compact),
.Survey .sd-body--static .sd-page .sd-row--multiple,
.Survey .sd-body--static .sd-page .sd-row--multiple:not(.sd-row--compact) {
  max-width: var(--survey-fieldWidth);
  margin: 1.5rem auto;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row {
  align-self: center;
  margin-top: 0;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-description,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-description {
  margin-top: 1rem;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-panel__content,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-panel__content {
  padding-top: 0;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-panel__header,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-panel__header {
  width: 100%;
  max-width: var(--survey-fieldWidth);
  margin: 0 auto;
  --sjs-font-questiontitle-size: 1.375rem;
  padding-bottom: 0;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-panel__header::after,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-panel__header::after {
  display: none;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-question--table .sd-question__header--location-top,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-question--table .sd-question__header--location-top {
  max-width: var(--survey-fieldWidth);
  margin: 0 auto;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-question--table .sd-question__header--location-top::after,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-question--table .sd-question__header--location-top::after {
  display: none;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-question--table .sd-question__header--location-top .sd-question__title,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-question--table .sd-question__header--location-top .sd-question__title {
  --sjs-font-questiontitle-size: 1.375rem;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-question.sd-row__question:not(.sd-question--html,
.sd-question--table),
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-question.sd-row__question:not(.sd-question--html,
.sd-question--table) {
  max-width: var(--survey-fieldWidth);
  margin: 0 auto;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-question__erbox--above-question,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-question__erbox--above-question {
  margin: 0.25rem 0 -0.25rem;
  border-radius: calc(0.5 * var(--base-unit, 8px));
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-question--left .sd-question__header--location--left,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-question--left .sd-question__header--location--left {
  width: unset;
  max-width: unset;
  flex: 1 1 210px;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-question--left .sd-question__content--left,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-question--left .sd-question__content--left {
  flex: 3 0 auto;
  padding-left: 0;
}
.Survey .sd-body .sd-page .sd-page__row.sd-row .sd-question--left .sd-question__erbox--above-question,
.Survey .sd-body--static .sd-page .sd-page__row.sd-row .sd-question--left .sd-question__erbox--above-question {
  margin-bottom: 0;
}
.Survey .sd-body .sd-element--nested.sd-panel,
.Survey .sd-body .sd-element--nested.sd-question--paneldynamic,
.Survey .sd-body--static .sd-element--nested.sd-panel,
.Survey .sd-body--static .sd-element--nested.sd-question--paneldynamic {
  border: none;
}
.Survey .sd-body .sd-input.sd-text,
.Survey .sd-body--static .sd-input.sd-text {
  text-align: left !important;
}
.Survey .sd-body .sd-input--disabled,
.Survey .sd-body .sd-input--disabled::placeholder,
.Survey .sd-body .sd-item--disabled .sd-item__control-label,
.Survey .sd-body .sd-boolean--disabled .sd-boolean__thumb,
.Survey .sd-body .sd-boolean--disabled .sd-boolean__label,
.Survey .sd-body .sd-question--disabled .sd-rating__item-text,
.Survey .sd-body .sd-question--disabled .sd-table__cell,
.Survey .sd-body .sd-question--disabled .sd-html,
.Survey .sd-body .sd-question--readonly .sd-rating__item-text,
.Survey .sd-body .sd-question--readonly .sd-table__cell,
.Survey .sd-body .sd-question--readonly .sd-html,
.Survey .sd-body .sd-element__title.sd-element__title--disabled,
.Survey .sd-body .sd-element__title.sd-element__title--readonly,
.Survey .sd-body--static .sd-input--disabled,
.Survey .sd-body--static .sd-input--disabled::placeholder,
.Survey .sd-body--static .sd-item--disabled .sd-item__control-label,
.Survey .sd-body--static .sd-boolean--disabled .sd-boolean__thumb,
.Survey .sd-body--static .sd-boolean--disabled .sd-boolean__label,
.Survey .sd-body--static .sd-question--disabled .sd-rating__item-text,
.Survey .sd-body--static .sd-question--disabled .sd-table__cell,
.Survey .sd-body--static .sd-question--disabled .sd-html,
.Survey .sd-body--static .sd-question--readonly .sd-rating__item-text,
.Survey .sd-body--static .sd-question--readonly .sd-table__cell,
.Survey .sd-body--static .sd-question--readonly .sd-html,
.Survey .sd-body--static .sd-element__title.sd-element__title--disabled,
.Survey .sd-body--static .sd-element__title.sd-element__title--readonly {
  opacity: 0.6;
}
.Survey .sd-body .sd-question--disabled .Survey-questionUnit,
.Survey .sd-body .sd-question--readonly .Survey-questionUnit,
.Survey .sd-body .sd-boolean--readonly .sd-boolean__thumb,
.Survey .sd-body--static .sd-question--disabled .Survey-questionUnit,
.Survey .sd-body--static .sd-question--readonly .Survey-questionUnit,
.Survey .sd-body--static .sd-boolean--readonly .sd-boolean__thumb {
  opacity: 0.9;
}
.Survey .sd-body h4.sd-title.sd-element__title.sd-panel__title.sd-element__title--disabled,
.Survey .sd-body h4.sd-title.sd-element__title.sd-panel__title.sd-element__title--readonly,
.Survey .sd-body--static h4.sd-title.sd-element__title.sd-panel__title.sd-element__title--disabled,
.Survey .sd-body--static h4.sd-title.sd-element__title.sd-panel__title.sd-element__title--readonly {
  opacity: 1;
}
.Survey .sd-body h4.sd-title.sd-element__title.sd-panel__title.sd-element__title--disabled span,
.Survey .sd-body h4.sd-title.sd-element__title.sd-panel__title.sd-element__title--readonly span,
.Survey .sd-body--static h4.sd-title.sd-element__title.sd-panel__title.sd-element__title--disabled span,
.Survey .sd-body--static h4.sd-title.sd-element__title.sd-panel__title.sd-element__title--readonly span {
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
}
.Survey .sd-body .sd-description.sd-panel__description,
.Survey .sd-body--static .sd-description.sd-panel__description {
  font-weight: 600;
  margin: var(--base-unit, 8px) 0;
}
.Survey .sd-body .sd-page__row.sd-row--multiple,
.Survey .sd-body .sd-element--with-frame:not(.sd-element--collapsed),
.Survey .sd-body--static .sd-page__row.sd-row--multiple,
.Survey .sd-body--static .sd-element--with-frame:not(.sd-element--collapsed) {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2px;
  box-shadow: none;
}
.Survey .sd-body .sd-row--multiple > div:first-child,
.Survey .sd-body--static .sd-row--multiple > div:first-child {
  padding-left: 0;
}
.Survey .sd-body .sd-imagepicker,
.Survey .sd-body--static .sd-imagepicker {
  justify-content: center;
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item {
  max-width: 215px;
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item .sd-imagepicker__text,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item .sd-imagepicker__text {
  font-weight: 600;
  white-space: initial;
  text-align: center;
  width: 90%;
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item .sd-imagepicker__image-container,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item .sd-imagepicker__image-container {
  background-color: var(--bfs-light-blue);
  border-radius: var(--base-unit, 8px);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item .sd-imagepicker__image-container::before,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item .sd-imagepicker__image-container::before {
  display: block;
  position: absolute;
  content: " ";
  top: calc(1 * var(--base-unit, 8px));
  right: calc(1 * var(--base-unit, 8px));
  width: calc(6 * var(--base-unit, 8px));
  height: calc(6 * var(--base-unit, 8px));
  box-sizing: border-box;
  border-radius: calc(12.5 * var(--base-unit, 8px));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px calc(2 * var(--base-unit, 8px));
  background-color: var(--background, #fff);
  z-index: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item .sd-imagepicker__image-container .sd-imagepicker__image,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item .sd-imagepicker__image-container .sd-imagepicker__image {
  max-width: 40%;
  background-color: var(--bfs-light-blue);
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item:hover .sd-imagepicker__image, .Survey .sd-body .sd-imagepicker .sd-imagepicker__item:focus-within .sd-imagepicker__image,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item:hover .sd-imagepicker__image,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item:focus-within .sd-imagepicker__image {
  opacity: 0.5;
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item:hover .sd-imagepicker__image-container::before, .Survey .sd-body .sd-imagepicker .sd-imagepicker__item:focus-within .sd-imagepicker__image-container::before,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item:hover .sd-imagepicker__image-container::before,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item:focus-within .sd-imagepicker__image-container::before {
  border: 2px solid var(--bfs-blue);
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked:hover .sd-imagepicker__image-container .sd-imagepicker__check-decorator, .Survey .sd-body .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked:focus-within .sd-imagepicker__image-container .sd-imagepicker__check-decorator,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked:hover .sd-imagepicker__image-container .sd-imagepicker__check-decorator,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked:focus-within .sd-imagepicker__image-container .sd-imagepicker__check-decorator {
  background: none;
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked:hover .sd-imagepicker__image-container .sd-imagepicker__check-decorator .sd-imagepicker__check-icon, .Survey .sd-body .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked:focus-within .sd-imagepicker__image-container .sd-imagepicker__check-decorator .sd-imagepicker__check-icon,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked:hover .sd-imagepicker__image-container .sd-imagepicker__check-decorator .sd-imagepicker__check-icon,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked:focus-within .sd-imagepicker__image-container .sd-imagepicker__check-decorator .sd-imagepicker__check-icon {
  fill: var(--bfs-blue);
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked .sd-imagepicker__image-container .sd-imagepicker__check-decorator,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked .sd-imagepicker__image-container .sd-imagepicker__check-decorator {
  background: var(--bfs-blue);
}
.Survey .sd-body .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked .sd-imagepicker__image-container .sd-imagepicker__check-decorator .sd-imagepicker__check-icon,
.Survey .sd-body--static .sd-imagepicker .sd-imagepicker__item.sd-imagepicker__item--checked .sd-imagepicker__image-container .sd-imagepicker__check-decorator .sd-imagepicker__check-icon {
  fill: var(--bfs-white);
}
.Survey .sd-body .sd-panel__footer,
.Survey .sd-body--static .sd-panel__footer {
  margin-bottom: 0;
  padding: 0;
}
.Survey .sd-body #cancel-preview,
.Survey .sd-body--static #cancel-preview {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.Survey .sd-body .sd-item--disabled.sd-checkbox--checked .sd-checkbox__decorator,
.Survey .sd-body--static .sd-item--disabled.sd-checkbox--checked .sd-checkbox__decorator {
  background: var(--primary);
}
.Survey .sd-body .sd-checkbox--checked.sd-checkbox--disabled .sd-checkbox__svg use,
.Survey .sd-body--static .sd-checkbox--checked.sd-checkbox--disabled .sd-checkbox__svg use {
  fill: var(--primary-foreground);
}
.Survey .sd-body .sd-footer,
.Survey .sd-body--static .sd-footer {
  background: var(--bfs-light-grey);
  padding: calc(3 * var(--base-unit, 8px)) 0 calc(2 * var(--base-unit, 8px));
}
.Survey .sd-body .sd-footer #sv-nav-next,
.Survey .sd-body .sd-footer #sv-nav-preview,
.Survey .sd-body .sd-footer #sv-nav-complete,
.Survey .sd-body--static .sd-footer #sv-nav-next,
.Survey .sd-body--static .sd-footer #sv-nav-preview,
.Survey .sd-body--static .sd-footer #sv-nav-complete {
  flex: 1 1 auto;
}
.Survey .sd-body .sd-footer #sv-nav-next .sv-action__content,
.Survey .sd-body .sd-footer #sv-nav-preview .sv-action__content,
.Survey .sd-body .sd-footer #sv-nav-complete .sv-action__content,
.Survey .sd-body--static .sd-footer #sv-nav-next .sv-action__content,
.Survey .sd-body--static .sd-footer #sv-nav-preview .sv-action__content,
.Survey .sd-body--static .sd-footer #sv-nav-complete .sv-action__content {
  flex-direction: column;
  align-items: end;
}
.Survey .sd-body .sd-footer #sv-nav-next .sv-action__content .sd-btn,
.Survey .sd-body .sd-footer #sv-nav-preview .sv-action__content .sd-btn,
.Survey .sd-body .sd-footer #sv-nav-complete .sv-action__content .sd-btn,
.Survey .sd-body--static .sd-footer #sv-nav-next .sv-action__content .sd-btn,
.Survey .sd-body--static .sd-footer #sv-nav-preview .sv-action__content .sd-btn,
.Survey .sd-body--static .sd-footer #sv-nav-complete .sv-action__content .sd-btn {
  color: var(--bfs-white);
  background-color: var(--bfs-blue);
}
.Survey .sd-body .sd-footer.sd-body__navigation.sd-action-bar,
.Survey .sd-body--static .sd-footer.sd-body__navigation.sd-action-bar {
  padding-left: inherit;
  padding-right: inherit;
}
.Survey .sd-body .sd-action,
.Survey .sd-body--static .sd-action {
  font-size: var(--sjs-font-size, 16px);
  border-radius: var(--sjs-corner-radius, 4px);
  padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
}
.Survey .sd-completedpage a,
.Survey .sd-completedpage span,
.Survey .sd-completed-before-page a {
  color: var(--bfs-white);
}
.Survey-updateConflictModal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Survey input::-webkit-outer-spin-button,
.Survey input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.Survey input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.Survey .sd-table__cell--header {
  font-weight: 700;
}
.Survey .sd-table__cell--header .sd-question__required-text {
  display: none;
}
.Survey .sd-table__cell--actions:not(.sd-table__cell--vertical):last-child .sd-action-bar {
  margin-right: 0;
}
.Survey .sd-remaining-character-counter {
  padding-left: 11px;
  background-color: var(--bfs-smoke-grey);
}

/* stylelint-enable selector-max-compound-selectors */
.sv-ranking .sv-ranking-item__index {
  background: var(--primary-light);
}

.Survey.Survey--essential .sd-page__title {
  display: none;
}
.Survey.Survey--essential .sd-page__description {
  max-width: 90%;
  align-self: center;
}
.Survey.Survey--essential .sd-row__question {
  padding-left: 2rem;
}
.Survey.Survey--essential .sd-row__question.sd-question--boolean.sd-question--left .sd-question__header {
  position: relative;
}
.Survey.Survey--essential .sd-row__question.sd-question--boolean.sd-question--left .sd-question__header .sd-title {
  display: inline-block;
}
.Survey.Survey--essential .sd-row__question.sd-question--boolean.sd-question--left .sd-question__header .sd-title span {
  font-size: 1.375rem;
  margin-left: -0.5rem;
}
.Survey.Survey--essential .sd-row__question.sd-question--boolean.sd-question--left .sd-question__header .InfoIconButton {
  top: 0;
  right: auto;
  transform: translate(1rem, 1px);
}
.Survey.Survey--essential .sd-row__question.sd-question--boolean.sd-question--left .sd-question__content {
  text-align: right;
  flex-grow: 0 !important;
}
.Survey.Survey--essential .sd-row__question.sd-question--boolean.sd-question--left .sd-question__content > div {
  display: inline-block;
}
.Survey.Survey--essential .sd-row__question.sd-question--checkbox-selectall .sd-question__content {
  padding-left: 20px;
}
.Survey.Survey--essential .sd-row__question.sd-question--checkbox, .Survey.Survey--essential .sd-row__question.sd-question--checkbox-selectall {
  padding-top: 0;
}
.Survey.Survey--essential .sd-item__control-label {
  font-weight: 700;
}
.Survey.Survey--essential .sd-item.sd-checkbox--selectall {
  margin-left: -20px;
}
.Survey.Survey--essential .sd-item.sd-checkbox--selectall, .Survey.Survey--essential .sd-item.sd-checkbox {
  max-width: calc(100% - 2rem);
}

.SurveyCustomDescription {
  padding-top: 1rem;
}

.SurveyCustomDescription--link {
  text-decoration: underline;
  color: var(--bfs-blue);
  display: block;
  cursor: pointer;
  font-weight: 600;
}
.SurveyCustomDescription--link:focus {
  outline: none;
}

.SurveyEssential__subThema-title {
  font-size: 1.375rem !important;
  margin: 2rem auto 0;
  max-width: var(--survey-fieldWidth);
}
.SurveyEssential__esrsLabel {
  margin-bottom: -1.5rem;
}
.SurveyEssential--warning-completepage, .SurveyEssential--success-completepage {
  margin: -6rem 0 0;
  text-align: left;
}
.SurveyEssential--warning-completepage .Warning__badge,
.SurveyEssential--warning-completepage .Complete__badge,
.SurveyEssential--warning-completepage .Success__badge, .SurveyEssential--success-completepage .Warning__badge,
.SurveyEssential--success-completepage .Complete__badge,
.SurveyEssential--success-completepage .Success__badge {
  display: flex;
  background-color: var(--bfs-light-yellow);
  padding: 2rem;
  border-radius: 30px;
  gap: 2rem;
}
.SurveyEssential--warning-completepage .Warning__icon,
.SurveyEssential--warning-completepage .Complete__icon,
.SurveyEssential--warning-completepage .Success__icon, .SurveyEssential--success-completepage .Warning__icon,
.SurveyEssential--success-completepage .Complete__icon,
.SurveyEssential--success-completepage .Success__icon {
  width: 2.5rem;
  margin-top: 0.5rem;
}
.SurveyEssential--warning-completepage .Warning__icon svg,
.SurveyEssential--warning-completepage .Complete__icon svg,
.SurveyEssential--warning-completepage .Success__icon svg, .SurveyEssential--success-completepage .Warning__icon svg,
.SurveyEssential--success-completepage .Complete__icon svg,
.SurveyEssential--success-completepage .Success__icon svg {
  width: 100%;
  height: auto;
}
.SurveyEssential--warning-completepage .Warning__icon svg path,
.SurveyEssential--warning-completepage .Complete__icon svg path,
.SurveyEssential--warning-completepage .Success__icon svg path, .SurveyEssential--success-completepage .Warning__icon svg path,
.SurveyEssential--success-completepage .Complete__icon svg path,
.SurveyEssential--success-completepage .Success__icon svg path {
  fill: var(--bfs-yellow);
}
.SurveyEssential--warning-completepage .Warning__content,
.SurveyEssential--warning-completepage .Complete__content,
.SurveyEssential--warning-completepage .Success__content, .SurveyEssential--success-completepage .Warning__content,
.SurveyEssential--success-completepage .Complete__content,
.SurveyEssential--success-completepage .Success__content {
  flex: 1;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.SurveyEssential--warning-completepage .Warning__content-text,
.SurveyEssential--warning-completepage .Complete__content-text,
.SurveyEssential--warning-completepage .Success__content-text, .SurveyEssential--success-completepage .Warning__content-text,
.SurveyEssential--success-completepage .Complete__content-text,
.SurveyEssential--success-completepage .Success__content-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 55rem;
}
.SurveyEssential--warning-completepage .Warning__content p,
.SurveyEssential--warning-completepage .Complete__content p,
.SurveyEssential--warning-completepage .Success__content p, .SurveyEssential--success-completepage .Warning__content p,
.SurveyEssential--success-completepage .Complete__content p,
.SurveyEssential--success-completepage .Success__content p {
  font-weight: 600;
  line-height: 1.5;
}
.SurveyEssential--warning-completepage .Warning__actions,
.SurveyEssential--warning-completepage .Complete__actions,
.SurveyEssential--warning-completepage .Success__actions, .SurveyEssential--success-completepage .Warning__actions,
.SurveyEssential--success-completepage .Complete__actions,
.SurveyEssential--success-completepage .Success__actions {
  display: flex;
  gap: 1rem;
  margin: 0 2rem 1rem;
  justify-content: end;
}
.SurveyEssential--warning-completepage .Warning__actions .Button--primary:not(:disabled),
.SurveyEssential--warning-completepage .Complete__actions .Button--primary:not(:disabled),
.SurveyEssential--warning-completepage .Success__actions .Button--primary:not(:disabled), .SurveyEssential--success-completepage .Warning__actions .Button--primary:not(:disabled),
.SurveyEssential--success-completepage .Complete__actions .Button--primary:not(:disabled),
.SurveyEssential--success-completepage .Success__actions .Button--primary:not(:disabled) {
  background: var(--bfs-blue);
  color: var(--bfs-white);
  line-height: 2.5;
}
.SurveyEssential--warning-completepage .Complete__badge, .SurveyEssential--success-completepage .Complete__badge {
  background-color: var(--bfs-white);
}
.SurveyEssential--warning-completepage .Complete__icon svg path, .SurveyEssential--success-completepage .Complete__icon svg path {
  fill: var(--bfs-blue);
}
.SurveyEssential--warning-completepage .Success__badge, .SurveyEssential--success-completepage .Success__badge {
  background-color: var(--bfs-white);
}
.SurveyEssential--warning-completepage .Success__icon svg path, .SurveyEssential--success-completepage .Success__icon svg path {
  fill: var(--sozialgestaltung-green);
  opacity: 1;
}
.SurveyEssential--warning-completepage .Success__icon svg path.fa-primary, .SurveyEssential--success-completepage .Success__icon svg path.fa-primary {
  fill: var(--bfs-white);
}
.SurveyEssential__showButton {
  height: auto;
  display: block !important;
  visibility: visible;
}
.SurveyEssential__hideButton {
  visibility: hidden;
}
.SurveyEssential__startButton {
  justify-content: right;
}
.SurveyEssential__startButton #sv-nav-start input,
.SurveyEssential__startButton #sv-nav-start input:hover {
  background-color: var(--bfs-blue);
  color: var(--bfs-white);
}
.SurveyEssential__displayBackButton {
  margin: 0.5rem 0;
}
.SurveyEssential__context-actions {
  padding: 1rem 0;
  display: none;
  justify-content: space-between;
}

.SurveyEssentialDescription,
.SurveyEssentialDescription--full,
.SurveyEssentialDescription--alert {
  max-width: var(--survey-fieldWidth);
  max-width: 600px;
  margin: 0 auto;
  color: var(--bfs-dark-grey);
}
.SurveyEssentialDescription__page,
.SurveyEssentialDescription--full__page,
.SurveyEssentialDescription--alert__page {
  display: flex;
  gap: 2rem;
  align-items: start;
  margin-top: 1rem;
}
.SurveyEssentialDescription__page img,
.SurveyEssentialDescription--full__page img,
.SurveyEssentialDescription--alert__page img {
  flex: 3;
  padding-top: 1rem;
}
.SurveyEssentialDescription__page__img,
.SurveyEssentialDescription--full__page__img,
.SurveyEssentialDescription--alert__page__img {
  flex: 5;
  text-align: right;
}
.SurveyEssentialDescription__page__img img,
.SurveyEssentialDescription--full__page__img img,
.SurveyEssentialDescription--alert__page__img img {
  padding: 0;
}
.SurveyEssentialDescription__page__content,
.SurveyEssentialDescription--full__page__content,
.SurveyEssentialDescription--alert__page__content {
  flex: 13;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 1.75;
}
.SurveyEssentialDescription__page__content p,
.SurveyEssentialDescription--full__page__content p,
.SurveyEssentialDescription--alert__page__content p {
  font-weight: 600;
}
.SurveyEssentialDescription__page__content h2,
.SurveyEssentialDescription--full__page__content h2,
.SurveyEssentialDescription--alert__page__content h2 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.SurveyEssentialDescription__page__content a:not(.Button),
.SurveyEssentialDescription--full__page__content a:not(.Button),
.SurveyEssentialDescription--alert__page__content a:not(.Button) {
  color: var(--bfs-blue);
  text-decoration: underline;
}
.SurveyEssentialDescription__page__content button.SurveyCustomDescription--link,
.SurveyEssentialDescription--full__page__content button.SurveyCustomDescription--link,
.SurveyEssentialDescription--alert__page__content button.SurveyCustomDescription--link {
  text-align: left;
}

.SurveyEssentialDescription--full,
.SurveyEssentialDescription--alert {
  max-width: calc(100% - 10rem);
  margin: 0 auto 2rem;
  padding: 3rem;
}
.SurveyEssentialDescription--full p,
.SurveyEssentialDescription--full b,
.SurveyEssentialDescription--alert p,
.SurveyEssentialDescription--alert b {
  line-height: 1.75;
}
.SurveyEssentialDescription--full .SurveyEssentialDescription__page,
.SurveyEssentialDescription--alert .SurveyEssentialDescription__page {
  margin-top: 0;
}

.SurveyEssentialDescription--alert {
  margin-bottom: 0;
  padding: 1rem;
}
.SurveyEssentialDescription--alert .SurveyEssentialDescription__page {
  gap: 4rem;
  flex-wrap: wrap;
}
.SurveyEssentialDescription--alert .SurveyEssentialDescription__page a {
  max-width: fit-content;
  line-height: 1.35;
}
.SurveyEssentialDescription--alert .SurveyEssentialDescription__page img {
  max-width: 14rem;
}
.SurveyEssentialDescription--alert .SurveyEssentialDescription__page__content {
  gap: 1rem;
}

.UserProfile-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--bfs-light-grey);
  padding-bottom: 1.5rem;
  padding-top: 1.75rem;
}
.UserProfile-row__borderless {
  border: none;
  padding-bottom: 0;
}
@media (max-width: 905px) {
  .UserProfile-row {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.UserProfile-row:last-child {
  border-bottom: none;
}
.UserProfile-row form {
  width: 100%;
}
.UserProfile-row form .Form {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.UserProfile-row form .Form .Form-section {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  border-bottom: none;
}
.UserProfile-row form .Form .Form-fields {
  width: unset;
  margin: unset;
  padding: unset;
}
.UserProfile-row form .Form .FormActionsSection--many {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.UserProfile-row form .Form .FormActionsSection--many .Button {
  align-self: flex-end;
}
.UserProfile-row form .Form .UserAccess-Details {
  flex-grow: 1;
}
.UserProfile-row form .Form .UserAccess-Details--indent {
  margin-left: 2.5rem;
}

.UserProfile-column {
  display: flex;
  flex-direction: column;
  flex-basis: 33%;
}
.UserProfile-column__single {
  flex-basis: 75%;
}
@media (max-width: 905px) {
  .UserProfile-column {
    flex-basis: 100%;
  }
}

.UserProfile-PermissionsTitle {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 33px;
  margin-top: 2rem;
}

.UserProfile-editButtonContainer {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
@media (max-width: 905px) {
  .UserProfile-editButtonContainer a {
    margin-top: 0.5rem;
    width: 100%;
  }
}

.UserProfile-attributeContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 1rem;
}

.UserProfile-attributeName {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--bfs-mid-grey);
  color: var(--bfs-dark-grey);
  margin-bottom: 9px;
}

.UserProfile-attributeValue {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--bfs-dark-grey);
  width: 40vw;
}

.UserProfile-list {
  list-style: disc;
  list-style-position: inside;
}
.UserProfile-list li:first-child {
  margin-top: 0.5rem;
}
.UserProfile-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.UserProfile-list li > ul {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.UserProfile-list li > ul > li {
  margin-bottom: 0;
}

.WelcomeCard {
  background: var(--bfs-white);
  border-top: var(--bfs-mid-blue2) 3px solid;
  border-right: var(--bfs-light-grey) 1px solid;
  border-bottom: var(--bfs-light-grey) 1px solid;
  padding: 1rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media (min-width: 905px) {
  .WelcomeCard {
    width: 25%;
  }
}
.WelcomeCard--disabled {
  opacity: 0.5;
}
.WelcomeCard--disabled:hover {
  opacity: 1;
}
.WelcomeCard-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--bfs-mid-blue2);
  white-space: nowrap;
}
.WelcomeCard-image {
  display: none;
}
@media (min-width: 905px) {
  .WelcomeCard-image {
    display: block;
    width: 150px;
    height: 150px;
  }
}
.WelcomeCard-image img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.WelcomeCard-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.WelcomeCard-button {
  text-align: left;
  padding-bottom: 1rem;
  flex-grow: 1;
  display: flex;
  align-items: end;
}
.WelcomeCard-button a {
  padding: 0;
}
.WelcomeCard-button a:hover {
  background: none;
}

.WelcomeCardSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Wrapper404 {
  color: var(--bfs-mid-grey);
  background-color: var(--bfs-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 14rem;
}
.Wrapper404 .elements {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.Wrapper404 .elements img {
  width: 100%;
  max-width: 300px;
}
.Wrapper404 .elements h1 {
  font-size: clamp(1.2rem, 1.057rem + 1.22vw, 2rem);
}
.Wrapper404 .elements h2 {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.75rem;
}

.SurveyOverviewContainer {
  width: 100%;
  background: var(--bfs-white);
  border: none;
  border-radius: 4px;
  padding: 1.25rem 0;
}
.SurveyOverviewContainer h1 {
  padding-left: 3rem;
  padding-bottom: 1rem;
  font-weight: 800;
}
.SurveyOverviewContainer h2 {
  padding-left: 3rem;
  padding-bottom: 1rem;
  font-size: 1.17em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.SurveyOverview {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-weight: 600;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
@media (max-width: 905px) {
  .SurveyOverview .Category:first-child {
    padding-left: 0;
  }
  .SurveyOverview .Status p {
    display: none;
  }
  .SurveyOverview .EditedBy {
    display: none;
  }
  .SurveyOverview .EditedAt {
    display: none;
  }
}
.SurveyOverview th {
  font-weight: 700;
  padding: 0.9rem 0;
}
.SurveyOverview th:first-child {
  padding-left: 3rem;
}
.SurveyOverview th:last-child {
  width: 6rem;
}
.SurveyOverview td {
  padding: 1rem 0;
  vertical-align: middle;
  font-size: 16px;
}
.SurveyOverview td:first-child {
  padding-left: 3rem;
}
.SurveyOverview td svg {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  color: var(--bfs-mid-grey);
}
.SurveyOverview td svg.check {
  --fa-primary-color: var(--bfs-white);
  --fa-secondary-color: var(--bfs-green);
}
.SurveyOverview td .svg-inline--fa .fa-secondary {
  opacity: 1;
}
.SurveyOverview td .Status {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.SurveyOverview .Link {
  text-decoration: none;
  font-weight: 600;
  color: var(--bfs-blue);
  vertical-align: middle;
}
.SurveyOverview .ListRow .ListRow-actions div button {
  margin-top: -0.75rem;
}
.SurveyOverview .ListRow .ListRow-actions div button:focus,
.SurveyOverview .ListRow .ListRow-actions div button:focus-visible {
  outline: none;
}
.SurveyOverview tr {
  border-bottom: 2px solid var(--bfs-light-grey);
  padding: revert;
}

.ListFilterWrapper {
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ListFilterWrapper .FilterButton-link {
  margin-right: 0.5rem;
}

.Box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

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

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

.Box--justifiedEnd {
  justify-content: end;
}

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

.Box--withBottomMargin {
  margin-bottom: 1rem;
}

.Box--widerGap {
  gap: 1rem;
}

label.toggle {
  position: relative;
  display: block;
  width: 9.5rem;
  height: 3rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0;
}

.toggle-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.toggle-input:focus + .toggle-switch {
  border: 2px solid var(--bfs-mid-blue2);
}

.toggle-switch {
  position: relative;
  display: block;
  height: inherit;
  background: #f8f8f8;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(0, 0, 0, 0);
}
.toggle-switch::before, .toggle-switch::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  width: 50%;
}
.toggle-switch::before {
  content: attr(data-on);
  right: 0;
}
.toggle-switch::after {
  content: attr(data-off);
  left: 0;
}

.toggle-handle {
  position: absolute;
  top: calc(10% + 1px);
  left: 5px;
  width: 50%;
  height: calc(80% - 2px);
  background: #fff;
  color: var(--bfs-mid-blue2);
  border-radius: inherit;
  border: 2px solid var(--bfs-mid-blue2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.toggle-handle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 16px;
  height: 16px;
}
.toggle-handle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}
.toggle-handle-text::before {
  content: attr(data-off);
}

.toggle-input:checked ~ .toggle-handle {
  left: calc(50% - 5px);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}
.toggle-input:checked ~ .toggle-handle .toggle-handle-text::before {
  content: attr(data-on);
}

.toggle-switch,
.toggle-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.Row {
  display: flex;
}

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

.TabBar {
  background-color: #fff;
  display: flex;
}
.TabBar .TabBar-tabs {
  display: flex;
  flex: 1;
  align-items: center;
  border-bottom: 1px solid var(--bfs-light-grey);
}
.TabBar .TabBar-tabs .TabBar-tab {
  text-align: center;
  padding: 1rem 0;
  background-color: var(--bfs-white);
  flex: 1;
  height: 100%;
}
.TabBar .TabBar-tabs .TabBar-tab--active {
  border-top: 3px solid var(--bfs-mid-blue2);
  color: var(--bfs-blue);
  position: relative;
  top: -2px;
}
.TabBar .TabBar-tab-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  justify-content: center;
}
.TabBar .TabBar-tab-link--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.TabBar .TabBar-tab-link .TabBar-tab-label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  white-space: break-spaces;
  color: var(--bfs-dark-grey);
}
.TabBar .TabBar-tab-link--active .TabBar-tab-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--bfs-mid-grey);
  color: var(--bfs-blue);
}

.FactSheet {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--bfs-white);
  padding: 1.6875rem 2.5rem 1.875rem;
  border-bottom: 1px solid var(--bfs-light-grey);
}
@media (max-width: 600px) {
  .FactSheet {
    flex-direction: column;
    align-items: center;
  }
}

.FactSheet-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.FactSheet-column--justified-center {
  justify-content: center;
}

.FactSheet-headline {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--bfs-dark-grey);
}

.FactSheet-attribute {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  text-align: right;
}
.FactSheet-attribute .FactSheet-attribute-name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  min-width: 8rem;
}
.FactSheet-attribute .FactSheet-attribute-value {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  min-width: 4rem;
}

.FactSheet-attribute--padded {
  margin-top: 0.5rem;
}

.FactSheet-table {
  text-align: right;
  line-height: 1.25rem;
  font-weight: 500;
}
.FactSheet-table td:first-child {
  padding-right: 0.75rem;
}

.Card {
  border: 1px solid var(--bfs-light-grey);
  background: var(--bfs-white);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 600px) {
  .Card {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.Card:not(:last-child) {
  border-bottom: 0;
}

.Card-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}

.Card-left,
.Card-right {
  display: flex;
  flex-direction: column;
}

.Card-left {
  line-height: 1.75rem;
}

.Card-right {
  font-size: 0.9rem;
  text-align: right;
}
.Card-right p {
  min-width: 9rem;
}

.Card-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .Card-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

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

.Card-secondaryAction {
  align-self: center;
  margin-right: 0.5rem;
}

.SegmentedList {
  padding: 0;
}

.ListSegment {
  margin-top: 3rem;
}

.ListSegment-headline {
  margin-bottom: 1.125rem;
}

.ListSegment-actions {
  margin-top: 1rem;
}

.EmptyStateList {
  max-height: 50%;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem;
  justify-content: center;
}
.EmptyStateList-image {
  flex: 1;
  max-width: 30rem;
}
.EmptyStateList-image img {
  width: 100%;
}
.EmptyStateList-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 60rem;
}
.EmptyStateList-content .Button {
  max-width: 18rem;
}

.MeterReadingList {
  padding: 0 2rem;
}
.MeterReadingList h3,
.MeterReadingList a,
.MeterReadingList table.List {
  margin-bottom: 2rem;
}
.MeterReadingList tbody {
  border: 1px solid var(--bfs-light-grey);
  border-width: 0 1px 1px;
  font-weight: 500;
}
.MeterReadingList td {
  padding: 1rem 0;
  font-size: 0.875rem;
}
.MeterReadingList td:first-child {
  padding-left: 0.5rem;
}
.MeterReadingList td:last-child {
  padding-right: 0.5rem;
}

.MeasurementForm-success {
  font-weight: 600;
}
.MeasurementForm-success-icon {
  font-size: 5rem;
  justify-content: start;
  padding-bottom: 1rem;
}

.AnalysisFiltersForm-meter-type-filters {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: flex-end;
}
.AnalysisFiltersForm-meter-type-filters input.AnalysisFiltersForm-meter-type-filter {
  display: none;
}
.AnalysisFiltersForm-meter-type-filters label {
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  font-size: 11.5px;
  line-height: 1rem;
  color: var(--bfs-dark-grey);
  background-color: var(--bfs-light-grey);
  border-radius: 5px;
  margin-bottom: 0;
}
.AnalysisFiltersForm-meter-type-filters label.checked {
  color: var(--bfs-white);
  background-color: var(--bfs-blue);
}
.AnalysisFiltersForm-meter-type-filters label:has(input:checked) {
  color: var(--bfs-white);
  background-color: var(--bfs-blue);
}
.AnalysisFiltersForm-section--narrow {
  max-width: min(100%, 20rem);
}
.AnalysisFiltersForm-section--compare {
  display: flex;
  max-width: min(100%, 40rem);
  gap: 2rem;
}
.AnalysisFiltersForm-time-range {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.ButtonToggle {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--bfs-blue);
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
.ButtonToggle:focus {
  outline: 1px dotted;
}
.ButtonToggle:hover {
  background-color: var(--bfs-smoke-grey);
}

.ScatterChart {
  height: max(30vh, 30rem);
  margin-bottom: 3rem;
}
.ScatterChart-downloadButton {
  text-align: right;
  padding-bottom: 1rem;
}

.BenchmarkingFacilityScore {
  padding: 1rem;
  max-width: 120rem;
}
.BenchmarkingFacilityScore:not(:last-child) {
  border-bottom: 1px solid var(--bfs-light-grey);
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}
.BenchmarkingFacilityScore-section-title {
  font-weight: 800;
  margin: 0.5rem 1rem 1rem;
}
.BenchmarkingFacilityScore-title, .BenchmarkingFacilityScore-title-with-info {
  font-weight: 800;
  font-size: 1.75rem;
}
.BenchmarkingFacilityScore-title-with-info {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.BenchmarkingFacilityScore-description {
  color: var(--bfs-mid-grey);
  margin: 1rem 0 0.5rem;
  font-size: 1.375rem;
  font-weight: 700;
}
.BenchmarkingFacilityScore-description-sub, .BenchmarkingFacilityScore-description-text {
  font-size: 1rem;
  font-weight: 600;
}
.BenchmarkingFacilityScore-description-text {
  line-height: 1.75;
}
.BenchmarkingFacilityScore-description-text button {
  vertical-align: middle;
  margin-left: 0.25rem;
}
.BenchmarkingFacilityScore-overview {
  padding: 3rem 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.BenchmarkingFacilityScore-overview-img {
  flex: 3;
  align-self: center;
  text-align: center;
}
.BenchmarkingFacilityScore-overview-place {
  flex: 3;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.BenchmarkingFacilityScore-overview-place.flop {
  background-color: var(--bfs-light-red);
}
.BenchmarkingFacilityScore-overview-place h3 {
  margin: 1rem 0;
}
.BenchmarkingFacilityScore-overview-place .emissions,
.BenchmarkingFacilityScore-overview-place .comparison {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.BenchmarkingFacilityScore-overview-place .emissions h2,
.BenchmarkingFacilityScore-overview-place .comparison h2 {
  white-space: nowrap;
}
.BenchmarkingFacilityScore-overview-place .emissions {
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 1rem;
}
.BenchmarkingFacilityScore-overview-place .comparison {
  align-items: center;
  margin-bottom: 0.5rem;
}
.BenchmarkingFacilityScore-overview-place .comparison-emoji {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.BenchmarkingFacilityScore-overview-place .comparison-emoji img {
  width: 1.5rem;
}
.BenchmarkingFacilityScore-overview-place .comparison-percentage {
  font-weight: 600;
  color: var(--bfs-mid-grey);
  text-align: right;
}
.BenchmarkingFacilityScore-overview-place .comparison-percentage.positive, .BenchmarkingFacilityScore-overview-place .comparison-percentage.negative {
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}
.BenchmarkingFacilityScore-overview-place .comparison-percentage.positive {
  color: var(--bfs-red);
}
.BenchmarkingFacilityScore-overview-place .comparison-percentage.negative {
  color: var(--sozialgestaltung-green);
}
.BenchmarkingFacilityScore-overview.single {
  justify-content: start;
}
.BenchmarkingFacilityScore-overview.single .BenchmarkingFacilityScore-overview-place {
  max-width: 28rem;
}
.BenchmarkingFacilityScore-overview.single .BenchmarkingFacilityScore-overview-img {
  max-width: 22rem;
}
.BenchmarkingFacilityScore-scale-bar {
  margin-top: 1.25rem;
}
.BenchmarkingFacilityScore-scale-bar .bar-row {
  position: relative;
}
.BenchmarkingFacilityScore-scale-bar .bar-row img.bar {
  width: 100%;
  height: 3.875rem;
}
.BenchmarkingFacilityScore-scale-bar .bar-row img.point {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(3%, 0);
  height: 4.75rem;
}
.BenchmarkingFacilityScore-scale-bar .bar-legend {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin: 2rem 0;
}
.BenchmarkingFacilityScore-scale-bar .bar-legend-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.BenchmarkingFacilityScore-scale-bar .bar-legend-item-text p {
  line-height: 1.75;
  font-weight: 500;
}
.BenchmarkingFacilityScore-scale-bar .flower {
  display: flex;
  text-align: center;
  flex-flow: wrap;
}
.BenchmarkingFacilityScore-scale-bar .flower img {
  max-width: 5rem;
  align-self: end;
}
.BenchmarkingFacilityScore-scale-bar .flower:nth-child(2) img {
  width: 4.25rem;
}
.BenchmarkingFacilityScore-scale-bar .flower-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 0 -0.25rem 1rem;
}
.BenchmarkingFacilityScore-scale-bar .flower-data {
  display: flex;
  flex-direction: column;
  align-self: end;
  margin-bottom: 1.25rem;
}
.BenchmarkingFacilityScore-scale-bar .flower-data p {
  margin: 0 0 0.5rem;
  line-height: 1.5rem;
  max-width: 12rem;
  font-weight: 500;
}

.BenchmarkingSummary {
  padding: 2.5rem 3rem;
  border-radius: 30px;
  background: var(--bfs-light-teal);
}
.BenchmarkingSummary-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.BenchmarkingSummary-content-left {
  flex: 3;
}
.BenchmarkingSummary-content-right {
  flex: 2;
  text-align: center;
}
.BenchmarkingSummary h3 {
  margin-bottom: 1rem;
  font-size: 1.375rem;
}
.BenchmarkingSummary p,
.BenchmarkingSummary b {
  line-height: 1.75;
  font-weight: 600;
}
.BenchmarkingSummary b {
  font-weight: 700;
}

.BenchmarkingChart-title {
  font-weight: 800;
}
.BenchmarkingChart-subtitle {
  color: var(--bfs-mid-grey);
  margin: 0.75rem 0;
  font-weight: 600;
  line-height: 1.5rem;
}
.BenchmarkingChart-form {
  padding: 0;
  margin: 2rem 0 0;
}
.BenchmarkingChart-options {
  display: flex;
  gap: 1rem;
  align-items: end;
}
.BenchmarkingChart-option {
  flex: 2;
  font-size: 1rem;
}
.BenchmarkingChart-option:first-child {
  flex: 1;
}
.BenchmarkingChart-option select {
  font-size: 1rem;
}
.BenchmarkingChart-categories {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: flex-end;
}
.BenchmarkingChart-categories label {
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  font-size: 11.5px;
  line-height: 1rem;
  color: var(--bfs-dark-grey);
  background-color: var(--bfs-light-grey);
  border-radius: 5px;
  margin-bottom: 0;
}
.BenchmarkingChart-categories label.checked {
  color: var(--bfs-white);
  background-color: var(--bfs-blue);
}
.BenchmarkingChart-categories label:has(input:checked) {
  color: var(--bfs-white);
  background-color: var(--bfs-blue);
}
.BenchmarkingChart-categories input.Button {
  display: none;
}

.CheckboxesDropdown {
  position: relative;
  margin-right: 0;
  padding-right: 0;
}
.CheckboxesDropdown-select {
  position: relative;
  margin-bottom: 0;
}
.CheckboxesDropdown-over-select {
  position: absolute;
  inset: 0;
}
.CheckboxesDropdown-list {
  display: none;
  z-index: 1;
  background-color: var(--bfs-white);
  position: absolute;
  padding: 1.5rem;
  border-radius: 4px;
  min-width: fit-content;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 0 rgba(0, 0, 0, 0.12), 0 8px 10px 0 rgba(0, 0, 0, 0.14);
  height: min(60vh, 38rem);
}
.CheckboxesDropdown-list.visible {
  display: block;
}
.CheckboxesDropdown-list .Form-field {
  margin-bottom: 1rem;
  height: calc(100% - 7.75rem);
  overflow-y: auto;
  position: relative;
}
.CheckboxesDropdown-list h3 {
  margin-bottom: 1.5rem;
}
.CheckboxesDropdown-options {
  display: flex;
  gap: 1rem;
  margin-right: 1rem;
}

.StackedBarChart {
  margin: -2.25rem auto 4rem;
  max-height: 20rem;
}
.StackedBarChart-downloadButton {
  text-align: right;
  transform: translateY(2.25rem);
}
.StackedBarChart-noData {
  text-align: center;
  padding: 4rem 0 2rem;
  color: var(--bfs-mid-grey);
}

.DashboardEmissionScopes {
  padding-bottom: 1rem;
}
.DashboardEmissionScopes__title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--bfs-black);
}
.DashboardEmissionScopes__subtitle {
  font-size: 1.25rem;
  color: var(--bfs-mid-grey);
  font-weight: 700;
  margin-bottom: 1rem;
}
.DashboardEmissionScopes__legend {
  font-weight: 600;
  line-height: 1.75rem;
  color: var(--bfs-blue);
}
.DashboardEmissionScopes-filters {
  display: flex;
  gap: 3rem;
  margin: 0 1rem;
}
.DashboardEmissionScopes-filters .Form-field {
  margin-bottom: 0;
}
.DashboardEmissionScopes-filters .Form-field select {
  background-position: 92% center;
}
.DashboardEmissionScopes-form {
  margin-bottom: 0;
  padding-bottom: 0;
}
.DashboardEmissionScopes-filter {
  min-width: 10rem;
  position: relative;
}
.DashboardEmissionScopes-filter .InfoIconButton {
  position: absolute;
  top: 0;
  right: 0;
}
.DashboardEmissionScopes-filter--readonly .Form-value {
  line-height: 2.5rem;
  font-size: 1.125rem;
}
.DashboardEmissionScopes .ListHeader {
  background-color: var(--bfs-white);
  z-index: 1;
  white-space: break-spaces;
  line-height: 1.5;
  font-size: 0.875rem;
  padding-top: 0;
}
.DashboardEmissionScopes .ListHeader-label {
  width: 13rem;
}
@media (min-width: 1440px) {
  .DashboardEmissionScopes .ListHeader {
    font-size: 1rem;
  }
  .DashboardEmissionScopes .ListHeader:last-child {
    width: 10rem;
  }
}
.DashboardEmissionScopes .ListRow {
  position: relative;
  border-bottom: none;
}
.DashboardEmissionScopes .ListRow-label:not(.ListRow-label--sub) {
  white-space: nowrap;
  overflow: visible;
  font-weight: 700;
}
.DashboardEmissionScopes .ListRow .InfoIconButton {
  position: absolute;
  top: 1rem;
  right: 0;
}
.DashboardEmissionScopes .ListRow.ListRow--sub:last-child .ListRow {
  border-bottom: 1px solid var(--bfs-dark-grey);
}
.DashboardEmissionScopes .ListRow.ListRow--sub td:not(:first-child) {
  padding-left: 0.25rem !important;
}
.DashboardEmissionScopes .ListRow.ListRow--red {
  color: var(--bfs-red);
}

.EsgDashboardEnvironment h2 {
  font-weight: 800;
}
.EsgDashboardEnvironment__aca-table .DashboardElement-downloadButton, .EsgDashboardEnvironment__resource-outflow .DashboardElement-downloadButton, .EsgDashboardEnvironment__water-consumption .DashboardElement-downloadButton {
  top: 1rem;
  right: 1rem;
}
.EsgDashboardEnvironment__aca-table h2, .EsgDashboardEnvironment__resource-outflow h2, .EsgDashboardEnvironment__water-consumption h2 {
  margin: 0.5rem 0;
}
.EsgDashboardEnvironment__years {
  display: flex;
  gap: 1.5rem;
  padding: 2rem 1.25rem;
}
.EsgDashboardEnvironment__years__title {
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-left: 1rem;
}
.EsgDashboardEnvironment__years__year {
  flex: 1;
  padding: 1.5rem;
  background-color: var(--bfs-light-green);
  border-radius: 30px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1019607843);
  color: var(--bfs-dark-grey);
}
.EsgDashboardEnvironment__years__year p {
  font-weight: 700;
  margin: 0.5rem 0;
  font-size: 1.375rem;
}
.EsgDashboardEnvironment__years__year span {
  font-weight: 800;
  font-size: 1.5rem;
}
.EsgDashboardEnvironment__years__year--compare {
  background-color: var(--bfs-light-blue);
}
.EsgDashboardEnvironment__summary > h2 {
  margin: 1.5rem 0 1rem;
}
.EsgDashboardEnvironment__summary__tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}
.EsgDashboardEnvironment__summary__tiles .Tile {
  flex: 0 0 calc(33.333% - 0.67rem);
  height: auto;
  gap: 1rem;
}
.EsgDashboardEnvironment__summary__tiles .Tile-description {
  margin-top: 0.5rem;
}
.EsgDashboardEnvironment-percentage--positive {
  color: var(--bfs-red);
}
.EsgDashboardEnvironment-percentage--negative {
  color: var(--bfs-green);
}
.EsgDashboardEnvironment__scopes-graph .ScopesCard-chartContainer {
  flex: 2;
  align-self: center;
}
.EsgDashboardEnvironment__scopes-graph .ScopesCard-explanationContainer {
  flex: 3;
}
.EsgDashboardEnvironment__scopes-graph .ScopesCard-downloadButton {
  margin-top: -4.5rem;
}
.EsgDashboardEnvironment__scopes-graph p {
  color: var(--bfs-mid-grey);
  font-weight: 600;
  margin: 0.75rem 0;
}
.EsgDashboardEnvironment__aca {
  padding: 1.5rem;
}
.EsgDashboardEnvironment__aca-targets {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.EsgDashboardEnvironment__aca-targets__headers-title {
  font-size: 1.375rem;
}
.EsgDashboardEnvironment__aca-targets__headers-title h3 {
  display: inline;
}
.EsgDashboardEnvironment__aca-targets__headers p {
  color: var(--bfs-mid-grey);
  font-weight: 600;
  margin: 0.5rem 0;
}
.EsgDashboardEnvironment__aca-targets__years {
  display: flex;
  gap: 1rem;
  flex: 1;
}
.EsgDashboardEnvironment__aca-targets__years--reduction {
  padding-top: 1rem;
  justify-content: space-evenly;
}
.EsgDashboardEnvironment__aca-targets__years--reduction > div {
  flex: unset;
}
.EsgDashboardEnvironment__aca-targets__year {
  flex: 1;
}
.EsgDashboardEnvironment__aca-targets__year-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  line-height: 1.15;
  color: var(--bfs-dark-grey);
}
.EsgDashboardEnvironment__aca-targets__year-values {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 1rem 0;
}
.EsgDashboardEnvironment__aca-targets__year-values span {
  font-weight: 600;
  color: var(--bfs-dark-grey);
  white-space: nowrap;
}
.EsgDashboardEnvironment__aca-targets__year-value {
  font-size: 1.5rem;
  font-weight: 800;
}
.EsgDashboardEnvironment__aca-chart {
  position: relative;
}
.EsgDashboardEnvironment__aca-chart h2 {
  margin-bottom: 2rem;
}
.EsgDashboardEnvironment__aca-chart button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.EsgDashboardEnvironment__aca-table p {
  color: var(--bfs-mid-grey);
  font-weight: 600;
  margin: 2rem 0 1rem;
  text-align: center;
}
.EsgDashboardEnvironment__aca-table .Table {
  margin: 1.5rem 0 1rem;
}
.EsgDashboardEnvironment__aca-table .Table__header,
.EsgDashboardEnvironment__aca-table .Table__row {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid var(--bfs-dark-grey);
}
.EsgDashboardEnvironment__aca-table .Table__cell {
  flex: 2;
  text-align: right;
  font-weight: 700;
  padding: 1rem 0.75rem 1rem 0;
}
.EsgDashboardEnvironment__aca-table .Table__cell--title {
  text-align: left;
  flex: 3;
}
.EsgDashboardEnvironment__aca-table .Table__row .Table__cell {
  border-right: 1px solid var(--bfs-dark-grey);
}
.EsgDashboardEnvironment__aca-table .Table__row .Table__cell--target_2050 {
  border-right: none;
}
.EsgDashboardEnvironment__energy-mix h2 {
  margin-bottom: 2rem;
}
.EsgDashboardEnvironment__energy-mix__charts {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-left: 1rem;
  justify-content: space-evenly;
}
.EsgDashboardEnvironment__energy-mix__charts p {
  color: #555;
  margin: 1rem;
}
.EsgDashboardEnvironment__energy-mix__chart--pie {
  flex: 2;
}
.EsgDashboardEnvironment__energy-mix__chart--line {
  flex: 3;
}
.EsgDashboardEnvironment__energy-mix__table {
  padding: 3.5rem 1rem 1rem;
}
.EsgDashboardEnvironment__energy-mix__table .Table__header,
.EsgDashboardEnvironment__energy-mix__table .Table__row {
  display: flex;
  border-bottom: 1px solid var(--bfs-light-grey);
}
.EsgDashboardEnvironment__energy-mix__table .Table__row:last-child {
  border-bottom: 1px solid var(--bfs-dark-grey);
}
.EsgDashboardEnvironment__energy-mix__table .Table__cell {
  flex: 3;
  text-align: right;
  font-weight: 600;
  padding: 1rem 0.75rem 1rem 0;
  border-left: 1px solid var(--bfs-dark-grey);
}
.EsgDashboardEnvironment__energy-mix__table .Table__cell--category {
  text-align: left;
  flex: 8;
  border-left: none;
}
.EsgDashboardEnvironment__energy-mix__table .Table__cell--comparison {
  border-left: none;
}
.EsgDashboardEnvironment__energy-mix__table .Table__cell--comparison .positive {
  color: var(--bfs-red);
}
.EsgDashboardEnvironment__energy-mix__table .Table__cell--comparison .negative {
  color: var(--bfs-green);
}
.EsgDashboardEnvironment__energy-mix__table .Table__cell--base_year {
  flex: 2;
}
.EsgDashboardEnvironment__energy-mix__table .Table__header .Table__cell {
  font-weight: 700;
  border-image: linear-gradient(to top, #000 50%, transparent 50%) 1;
  border-bottom: 1px solid var(--bfs-dark-grey);
  padding: 0 0.75rem 0.5rem 0;
  display: flex;
  align-items: end;
  height: 2.75rem;
  justify-content: right;
}
.EsgDashboardEnvironment__energy-mix__table .Table__header .Table__cell--category {
  justify-content: left;
}
.EsgDashboardEnvironment__energy-mix__table .Table__header .Table__cell--comparison {
  border-left: none;
}
.EsgDashboardEnvironment__resource-outflow .Table {
  margin: 2rem 0.25rem 1rem;
}
.EsgDashboardEnvironment__resource-outflow .Table__header,
.EsgDashboardEnvironment__resource-outflow .Table__row {
  display: flex;
  border-bottom: 1px solid var(--bfs-light-grey);
}
.EsgDashboardEnvironment__resource-outflow .Table__row:last-child {
  border-bottom: 1px solid var(--bfs-dark-grey);
}
.EsgDashboardEnvironment__resource-outflow .Table__cell {
  flex: 3;
  text-align: right;
  font-weight: 600;
  padding: 1rem 0.75rem 1rem 0;
}
.EsgDashboardEnvironment__resource-outflow .Table__cell--category {
  text-align: left;
  flex: 8;
}
.EsgDashboardEnvironment__resource-outflow .Table__header .Table__cell {
  font-weight: 700;
  border-bottom: 1px solid var(--bfs-dark-grey);
  padding: 0 0.75rem 0.5rem 0;
}
.EsgDashboardEnvironment__water-consumption__chart {
  padding: 2rem 1rem;
}

.OrganizationCoreData {
  color: var(--bfs-dark-grey);
  font-weight: 600;
}
.OrganizationCoreData h1,
.OrganizationCoreData h2 {
  font-weight: 800;
}
.OrganizationCoreData hr {
  border: 1px solid var(--bfs-light-grey);
}
.OrganizationCoreData__table, .OrganizationCoreData__subscriptions-table {
  width: 100%;
  text-align: right;
}
.OrganizationCoreData__table th, .OrganizationCoreData__subscriptions-table th {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  border-bottom: 1px solid var(--bfs-dark-grey);
  font-weight: 700;
  padding: 0.325rem 0;
  width: 30%;
}
.OrganizationCoreData__table th:first-child,
.OrganizationCoreData__table td:first-child, .OrganizationCoreData__subscriptions-table th:first-child,
.OrganizationCoreData__subscriptions-table td:first-child {
  text-align: left;
  font-weight: 700;
  width: 40%;
}
.OrganizationCoreData__table td, .OrganizationCoreData__subscriptions-table td {
  padding: 0.75rem 0;
}
.OrganizationCoreData__table {
  width: 70%;
}
.OrganizationCoreData__table--base-year {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-wrap: nowrap;
}
.OrganizationCoreData__row {
  margin: 1rem 0;
}
.OrganizationCoreData__block {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  line-height: 1.5;
  padding: 2rem 0;
  flex-wrap: wrap;
}
.OrganizationCoreData__block--left {
  max-width: 25rem;
}
.OrganizationCoreData__block--left h3,
.OrganizationCoreData__block--left p {
  margin-bottom: 1rem;
}

.OrganizationSwticher select, .OrganizationSwticher option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Infocard__container {
  background-color: var(--bfs-mid-blue2);
  color: var(--bfs-white);
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}
.Infocard__header {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.Infocard__icon {
  font-size: 1.25rem;
}
.Infocard__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 44px;
  color: var(--bfs-dark-grey);
  font-size: 1.25rem;
  color: var(--bfs-white);
}
.Infocard__content {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--bfs-white);
  white-space: pre-wrap;
}

.Label {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: var(--bfs-white);
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  border: 2px solid;
  max-width: fit-content;
}
.Label--success {
  border-color: var(--bfs-green);
  color: var(--bfs-green);
}
.Label--notice {
  background-color: var(--bfs-mid-blue2);
  border-color: var(--bfs-mid-blue2);
  color: var(--bfs-white);
}
.Label--warning {
  background-color: var(--bfs-yellow);
  border-color: var(--bfs-yellow);
  color: var(--bfs-grey);
}
.Label--alert {
  border-color: var(--bfs-mid-red);
  color: var(--bfs-mid-red);
}
.Label--error {
  border-color: var(--bfs-red);
  color: var(--bfs-red);
}

body {
  /* stylelint-disable value-keyword-case */
  --font-family: "Open Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
  /* stylelint-enable value-keyword-case */
  --mdc-typography-font-family: var(--font-family);
  --mdc-typography-subtitle1-font-weight: 600;
  background-color: var(--bfs-light-grey);
  color: var(--bfs-dark-grey);
  font-family: var(--font-family);
}

.Heading1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3.4rem;
}

.Heading2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 44px;
  color: var(--bfs-dark-grey);
}

.Subtitle1 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.1875rem;
}

.Subtitle2 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.Copy1 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
}

.Copy2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--bfs-mid-grey);
}

.Link {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--bfs-blue);
}

.hidden {
  display: none;
}

b, strong {
  font-weight: 700;
}
