/* Tailwind */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  width: 100%;
}

#wrapper {
  outline: none;
  min-width: 360px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 1 0%;
}

main section[id], main h3[id] {
  scroll-margin-top: 10rem;
}

@media (min-width: 1024px) {
  main section[id], main h3[id] {
    scroll-margin-top: 13rem
  }
}

@media (min-width: 1280px) {
  main section[id], main h3[id] {
    scroll-margin-top: 8rem
  }
}

html {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

a {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover, a:active {
  --tw-text-opacity: 1;
  color: rgb(53 109 207 / var(--tw-text-opacity, 1));
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0px;
  display: block;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  line-height: 1.15;
  margin-bottom: .75em;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 640px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3 > a, .h3 > a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4 > a, .h4 > a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
}

em {
  font-weight: 500;
  font-style: normal;
}

strong {
  font-weight: 600;
}

p {
  margin: 1em 0;
}

p:last-child {
  margin-bottom: 0px;
}

p.lead {
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  p.lead {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* Breitenbeschränkung für Inhalt */

/* Hero-Layout: Text / Bild */

.ft-hero-textimg > div {
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .ft-hero-textimg > div {
    padding-top: 4rem;
  }
}

.ft-hero-textimg > div > div {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .ft-hero-textimg > div > div {
    flex-direction: row;
    gap: 5rem;
  }
}

.ft-hero-textimg > div > div > div:first-child {
  order: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .ft-hero-textimg > div > div > div:first-child {
    order: 1;
    width: 50%;
    gap: 2rem;
    text-align: left;
  }
}

.ft-hero-textimg > div > div > div:first-child > * {
  margin-top: 0px;
  margin-bottom: 0px;
}

.ft-hero-textimg > div > div > div:first-child .h1 {
  margin-bottom: 0px;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .ft-hero-textimg > div > div > div:first-child .h1 {
    max-width: 32rem;
  }
}

.ft-hero-textimg > div > div > div:last-child {
  order: 1;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .ft-hero-textimg > div > div > div:last-child {
    order: 2;
    width: 50%;
  }
}

.ft-hero-textimg > div > div > div:last-child img {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 36rem;
}

@media (min-width: 640px) {
  .ft-hero-textimg > div > div > div:last-child img {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .ft-hero-textimg > div > div > div:last-child img {
    width: 100%;
  }
}

/* Links mit Pfeil */

a.arrow:after {
  pointer-events: none;
  position: relative;
  display: inline-block;
  transform-origin: center;
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity, 1));
  vertical-align: middle;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  content: "";
  margin-left: 0.3em;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: all 0.15s ease 0s;
  right: 0px;
  top: -1px;
}

a.arrow:hover:after {
  --tw-border-opacity: 1;
  border-color: rgb(53 109 207 / var(--tw-border-opacity, 1));
  right: -0.3em;
}

/* Code mit Kopierfunktion */

.code-with-copy {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.code-with-copy > button {
  position: absolute;
  right: -1rem;
  top: -1rem;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.code-with-copy > button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 156 249 / var(--tw-bg-opacity, 1));
}

.code-with-copy > button:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #4f46e5;
}

.code-with-copy > button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m6.75 12l-3-3m0 0l-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z' /%3E%3C/svg%3E");
  background-size: 1.5rem;
}

.code-with-copy > pre {
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 36rem;
}

/* Modal */

.modal {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  visibility: hidden;
}

.modal .overlay {
  position: fixed;
  inset: 0px;
  display: block;
  opacity: 0;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: -1;
  content: "";
  background-color: hsla(0,0%,79%,.25);
}

.modal .dialog {
  position: relative;
  z-index: 40;
  width: 100%;
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  opacity: 0;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  max-height: calc(100vh - 2.5rem);
  min-width: calc(360px - 2rem);
}

.modal.open {
  visibility: visible;
}

.modal.open .overlay {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.modal.open .dialog {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.modal button.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.modal button.close svg {
  height: 1.25rem;
  width: 1.25rem;
}

.modal button.close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .modal {
    inset: 0px;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  .modal .dialog {
    max-width: 24rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .modal.closed .dialog {
    --tw-translate-y: 0px;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.modal.full {
  position: fixed;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal.full .dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  max-width: 72rem;
  flex-direction: column;
  padding: 0px;
}

@media (min-width: 640px) {
  .modal.full .dialog {
    max-width: 72rem;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .modal.full {
    padding: 2rem;
  }
}

@media (min-width: 640px) {
  .modal.wider .dialog {
    max-width: 36rem;
  }
}

.slidemodal {
  position: fixed;
  inset: 0px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  overflow-x: hidden;
}

.slidemodal[hidden] {
  display: none;
}

/* Overlay */

.slidemodal .overlay {
  position: fixed;
  inset: 0px;
  display: block;
  opacity: 0;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: -1;
  content: "";
  background-color: hsla(0,0%,79%,.25);
}

/* Inhaltsfenster */

.slidemodal .window {
  position: relative;
  margin: 0px;
  display: block;
  display: flex;
  width: 100%;
  max-width: 42rem;
  flex: 1 1 0%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  min-width: 360px;
}

/* breite Variante */

.slidemodal.wide .window {
  max-width: 48rem;
}

/* geöffnet */

.slidemodal.open .overlay {
  opacity: 1;
}

.slidemodal.open .window {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Schließ-Button */

.slidemodal button.close {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.slidemodal button.close svg {
  height: 1.25rem;
  width: 1.25rem;
}

.slidemodal button.close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Inhaltsbereich */

.slidemodal .cont {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  padding-bottom: 0px;
}

@media (min-width: 640px) {
  .slidemodal .cont {
    gap: 3rem;
  }
}

.slidemodal .cont h2 {
  margin-right: 3.5rem;
  text-align: left;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 640px) {
  .slidemodal .cont h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.slidemodal .cont > * {
  flex: none;
}

.slidemodal .cont fieldset {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 2rem;
}

.slidemodal .cols {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 640px) {
  .slidemodal .cols {
    flex-direction: row;
    align-items: flex-start;
  }
}

.slidemodal .cols > * {
  flex: 1 1 0%;
}

/* Buttons-Leiste */

.slidemodal .btnbar {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 2rem;
}

.btn {
  position: relative;
  display: inline-block;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 0px;
  outline-color: #3F83F8;
}

.btn:disabled {
  opacity: 0.5;
}

.btn:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

.btn.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 109 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.primary:focus-visible {
  outline-offset: 2px;
}

.btn.primary:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.primary.drk {
  background-color: rgb(255 255 255 / 0.2);
  color: rgb(255 255 255 / 0.8);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 0px;
  outline-color: rgb(255 255 255 / 0.6);
}

.btn.primary.drk:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline-color: #fff;
}

.btn.primary.drk:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline-color: #fff;
}

.btn.primary.drk:disabled {
  background-color: rgb(255 255 255 / 0.1);
  color: rgb(255 255 255 / 0.4);
  outline-color: rgb(255 255 255 / 0.4);
}

.btn.primary.drk:hover:disabled {
  color: rgb(255 255 255 / 0.4);
}

@media (min-width: 640px) {
  .btn.large {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.btn.small {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
}

.btn.purple {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.purple:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  outline-offset: 2px;
  outline-color: #a855f7;
}

.btn.purple:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.loading {
  color: transparent !important;
}

.btn.loading:after {
  position: absolute;
  height: 100%;
  width: 1.5rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.btn.loading:after {
  animation: spin 1s linear infinite;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%3Ccircle%20style%3D%22opacity%3A.25%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%3E%3C%2Fcircle%3E%0D%0A%3Cpath%20style%3D%22opacity%3A.75%22%20fill%3D%22%23000000%22%20d%3D%22M4%2012a8%208%200%20018-8V0C5.373%200%200%205.373%200%2012h4zm2%205.291A7.962%207.962%200%20014%2012H0c0%203.042%201.135%205.824%203%207.938l3-2.647z%22%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E);
}

.btn.loading.drk:after, .btn.loading.primary:after {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%3Ccircle%20style%3D%22opacity%3A.25%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%224%22%3E%3C%2Fcircle%3E%0D%0A%3Cpath%20style%3D%22opacity%3A.75%22%20fill%3D%22%23ffffff%22%20d%3D%22M4%2012a8%208%200%20018-8V0C5.373%200%200%205.373%200%2012h4zm2%205.291A7.962%207.962%200%20014%2012H0c0%203.042%201.135%205.824%203%207.938l3-2.647z%22%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E);
}

.btn.with-icon {
  display: inline-flex;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.btn.with-icon > svg {
  margin-left: -0.125rem;
  height: 1.25rem;
  width: 1.25rem;
}

.btn[disabled] {
  cursor: default;
}

/* Form Inputs */

[type="text"].inpt, [type="email"].inpt, [type="url"].inpt, [type="password"].inpt, [type="number"].inpt, [type="date"].inpt, [type="datetime-local"].inpt, [type="month"].inpt, [type="search"].inpt, [type="tel"].inpt, [type="time"].inpt, [type="week"].inpt, [multiple].inpt, textarea.inpt, select.inpt {
  width: 100%;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[type="text"].inpt::-moz-placeholder, [type="email"].inpt::-moz-placeholder, [type="url"].inpt::-moz-placeholder, [type="password"].inpt::-moz-placeholder, [type="number"].inpt::-moz-placeholder, [type="date"].inpt::-moz-placeholder, [type="datetime-local"].inpt::-moz-placeholder, [type="month"].inpt::-moz-placeholder, [type="search"].inpt::-moz-placeholder, [type="tel"].inpt::-moz-placeholder, [type="time"].inpt::-moz-placeholder, [type="week"].inpt::-moz-placeholder, [multiple].inpt::-moz-placeholder, textarea.inpt::-moz-placeholder, select.inpt::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

[type="text"].inpt::placeholder, [type="email"].inpt::placeholder, [type="url"].inpt::placeholder, [type="password"].inpt::placeholder, [type="number"].inpt::placeholder, [type="date"].inpt::placeholder, [type="datetime-local"].inpt::placeholder, [type="month"].inpt::placeholder, [type="search"].inpt::placeholder, [type="tel"].inpt::placeholder, [type="time"].inpt::placeholder, [type="week"].inpt::placeholder, [multiple].inpt::placeholder, textarea.inpt::placeholder, select.inpt::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

[type="text"].inpt:focus-visible, [type="email"].inpt:focus-visible, [type="url"].inpt:focus-visible, [type="password"].inpt:focus-visible, [type="number"].inpt:focus-visible, [type="date"].inpt:focus-visible, [type="datetime-local"].inpt:focus-visible, [type="month"].inpt:focus-visible, [type="search"].inpt:focus-visible, [type="tel"].inpt:focus-visible, [type="time"].inpt:focus-visible, [type="week"].inpt:focus-visible, [multiple].inpt:focus-visible, textarea.inpt:focus-visible, select.inpt:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 0px;
  outline-color: #3F83F8;
}

[type="text"].inpt:disabled, [type="email"].inpt:disabled, [type="url"].inpt:disabled, [type="password"].inpt:disabled, [type="number"].inpt:disabled, [type="date"].inpt:disabled, [type="datetime-local"].inpt:disabled, [type="month"].inpt:disabled, [type="search"].inpt:disabled, [type="tel"].inpt:disabled, [type="time"].inpt:disabled, [type="week"].inpt:disabled, [multiple].inpt:disabled, textarea.inpt:disabled, select.inpt:disabled {
  opacity: 0.5;
}

@media (min-width: 1024px) {
  [type="text"].inpt, [type="email"].inpt, [type="url"].inpt, [type="password"].inpt, [type="number"].inpt, [type="date"].inpt, [type="datetime-local"].inpt, [type="month"].inpt, [type="search"].inpt, [type="tel"].inpt, [type="time"].inpt, [type="week"].inpt, [multiple].inpt, textarea.inpt, select.inpt {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

[type="text"].inpt.drk, [type="email"].inpt.drk, [type="url"].inpt.drk, [type="password"].inpt.drk, [type="number"].inpt.drk, [type="date"].inpt.drk, [type="datetime-local"].inpt.drk, [type="month"].inpt.drk, [type="search"].inpt.drk, [type="tel"].inpt.drk, [type="time"].inpt.drk, [type="week"].inpt.drk, [multiple].inpt.drk, textarea.inpt.drk, select.inpt.drk {
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-style: solid;
  outline-width: 2px;
  outline-color: rgb(255 255 255 / 0.6);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: transparent;
}

[type="text"].inpt.drk::-moz-placeholder, [type="email"].inpt.drk::-moz-placeholder, [type="url"].inpt.drk::-moz-placeholder, [type="password"].inpt.drk::-moz-placeholder, [type="number"].inpt.drk::-moz-placeholder, [type="date"].inpt.drk::-moz-placeholder, [type="datetime-local"].inpt.drk::-moz-placeholder, [type="month"].inpt.drk::-moz-placeholder, [type="search"].inpt.drk::-moz-placeholder, [type="tel"].inpt.drk::-moz-placeholder, [type="time"].inpt.drk::-moz-placeholder, [type="week"].inpt.drk::-moz-placeholder, [multiple].inpt.drk::-moz-placeholder, textarea.inpt.drk::-moz-placeholder, select.inpt.drk::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

[type="text"].inpt.drk::placeholder, [type="email"].inpt.drk::placeholder, [type="url"].inpt.drk::placeholder, [type="password"].inpt.drk::placeholder, [type="number"].inpt.drk::placeholder, [type="date"].inpt.drk::placeholder, [type="datetime-local"].inpt.drk::placeholder, [type="month"].inpt.drk::placeholder, [type="search"].inpt.drk::placeholder, [type="tel"].inpt.drk::placeholder, [type="time"].inpt.drk::placeholder, [type="week"].inpt.drk::placeholder, [multiple].inpt.drk::placeholder, textarea.inpt.drk::placeholder, select.inpt.drk::placeholder {
  color: rgb(255 255 255 / 0.8);
}

[type="text"].inpt.drk:focus-visible, [type="email"].inpt.drk:focus-visible, [type="url"].inpt.drk:focus-visible, [type="password"].inpt.drk:focus-visible, [type="number"].inpt.drk:focus-visible, [type="date"].inpt.drk:focus-visible, [type="datetime-local"].inpt.drk:focus-visible, [type="month"].inpt.drk:focus-visible, [type="search"].inpt.drk:focus-visible, [type="tel"].inpt.drk:focus-visible, [type="time"].inpt.drk:focus-visible, [type="week"].inpt.drk:focus-visible, [multiple].inpt.drk:focus-visible, textarea.inpt.drk:focus-visible, select.inpt.drk:focus-visible {
  outline-color: #fff;
}

[type="text"].inpt.purple, [type="email"].inpt.purple, [type="url"].inpt.purple, [type="password"].inpt.purple, [type="number"].inpt.purple, [type="date"].inpt.purple, [type="datetime-local"].inpt.purple, [type="month"].inpt.purple, [type="search"].inpt.purple, [type="tel"].inpt.purple, [type="time"].inpt.purple, [type="week"].inpt.purple, [multiple].inpt.purple, textarea.inpt.purple, select.inpt.purple {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

[type="text"].inpt.purple:focus-visible, [type="email"].inpt.purple:focus-visible, [type="url"].inpt.purple:focus-visible, [type="password"].inpt.purple:focus-visible, [type="number"].inpt.purple:focus-visible, [type="date"].inpt.purple:focus-visible, [type="datetime-local"].inpt.purple:focus-visible, [type="month"].inpt.purple:focus-visible, [type="search"].inpt.purple:focus-visible, [type="tel"].inpt.purple:focus-visible, [type="time"].inpt.purple:focus-visible, [type="week"].inpt.purple:focus-visible, [multiple].inpt.purple:focus-visible, textarea.inpt.purple:focus-visible, select.inpt.purple:focus-visible {
  outline-color: #9333ea;
}

/* Label */

label.inpt {
  margin: 0px;
  margin-bottom: 0.75rem;
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  label.inpt {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

label.inpt .info {
  display: inline-block;
  border-radius: 9999px;
}

label.inpt .info svg {
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.toast {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.toast h3 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.toast p {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .toast p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.toast > div {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.toast.error {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.toast.error h3 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.toast.error > div {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.toast.error.animate {
  animation: shake-toast 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.toast.success {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.toast.success h3 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.toast.success > div {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.toast.success.animate {
  animation: scaleup-toast 0.4s;
}

/* Standardtext */

.ft-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .ft-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.ft-text.small {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .ft-text.small {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

/* Überschrift-Label */

.ft-header-badge {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .ft-header-badge {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.ft-header-badge.small {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .ft-header-badge.small {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.ft-header-badge {
  margin-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

body.error section#error p.ft-header-badge {
  margin-top: -1rem;
}

/* Einleitungstext */

.ft-lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .ft-lead {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.ft-lead.small {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .ft-lead.small {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.ft-lead {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

body.error section#error p.ft-lead {
  margin-top: -1rem;
}

/* Textdokumente */

.txtfrmt {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.txtfrmt :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.txtfrmt :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.txtfrmt :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.txtfrmt :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.txtfrmt :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.txtfrmt :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.txtfrmt :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.txtfrmt :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.txtfrmt :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.txtfrmt :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.txtfrmt :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.txtfrmt :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.txtfrmt :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.txtfrmt :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.txtfrmt :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.txtfrmt :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.txtfrmt :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.txtfrmt :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.txtfrmt :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.txtfrmt :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.txtfrmt :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.txtfrmt :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.txtfrmt :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.txtfrmt :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.txtfrmt :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.txtfrmt :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.txtfrmt :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.txtfrmt :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.txtfrmt :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.txtfrmt :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.txtfrmt :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.txtfrmt :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.txtfrmt :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.txtfrmt :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.txtfrmt :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.txtfrmt :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.txtfrmt :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.txtfrmt :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.txtfrmt :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.txtfrmt :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.txtfrmt :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.txtfrmt :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.txtfrmt :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.txtfrmt :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.txtfrmt :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.txtfrmt :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.txtfrmt :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.txtfrmt :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.txtfrmt :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.txtfrmt :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.txtfrmt :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.txtfrmt :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.txtfrmt :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.txtfrmt :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.txtfrmt :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.txtfrmt :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.txtfrmt :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.txtfrmt :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.txtfrmt :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.txtfrmt :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.txtfrmt :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.txtfrmt :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.txtfrmt {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.txtfrmt :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.txtfrmt :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.txtfrmt :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.txtfrmt :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.txtfrmt :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.txtfrmt :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.txtfrmt :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.txtfrmt :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.txtfrmt :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.txtfrmt :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.txtfrmt :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.txtfrmt :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.txtfrmt :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.txtfrmt :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.txtfrmt :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.txtfrmt :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.txtfrmt :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.txtfrmt :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.txtfrmt :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.txtfrmt {
  font-size: 1rem;
  line-height: 1.75;
}

.txtfrmt :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.txtfrmt :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.txtfrmt :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.txtfrmt :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.txtfrmt :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.txtfrmt :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.txtfrmt :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.txtfrmt :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.txtfrmt :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.txtfrmt :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.txtfrmt :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.txtfrmt :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.txtfrmt :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.txtfrmt :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.txtfrmt :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}

.txtfrmt :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.txtfrmt :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.txtfrmt :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.txtfrmt :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.txtfrmt :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.txtfrmt :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.txtfrmt :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.txtfrmt :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.txtfrmt :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.txtfrmt :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.txtfrmt :where(.prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.txtfrmt :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.txtfrmt :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.txtfrmt :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.txtfrmt :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.txtfrmt :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}

.txtfrmt :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}

.txtfrmt :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.txtfrmt :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.txtfrmt :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.txtfrmt :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.txtfrmt :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.txtfrmt :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.txtfrmt :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.txtfrmt :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.txtfrmt :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.txtfrmt :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.txtfrmt :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.txtfrmt {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-kbd: #0f172a;
  --tw-prose-kbd-shadows: 15 23 42;
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
}

@media (min-width: 1024px) {
  .txtfrmt {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .txtfrmt :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .txtfrmt :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .txtfrmt :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }

  .txtfrmt :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .txtfrmt :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .txtfrmt :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .txtfrmt :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .txtfrmt :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .txtfrmt :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .txtfrmt :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .txtfrmt :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .txtfrmt :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

  .txtfrmt :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .txtfrmt :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .txtfrmt :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .txtfrmt :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .txtfrmt :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .txtfrmt :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .txtfrmt :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .txtfrmt :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .txtfrmt :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .txtfrmt :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .txtfrmt :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .txtfrmt :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .txtfrmt :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .txtfrmt :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .txtfrmt :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .txtfrmt :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .txtfrmt :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .txtfrmt :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

  .txtfrmt :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .txtfrmt :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .txtfrmt :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .txtfrmt :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .txtfrmt :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .txtfrmt :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .txtfrmt :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .txtfrmt :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .txtfrmt :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .txtfrmt :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .txtfrmt :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .txtfrmt :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .txtfrmt :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .txtfrmt :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .txtfrmt :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .txtfrmt :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .txtfrmt :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

/* Lead */

.txtfrmt :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  margin-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .txtfrmt :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}

.txtfrmt :where([class~="lead"]):not(:where([class~="not-prose"] *)):first-child {
  margin-top: 0px;
}

/* Links */

.txtfrmt :where(a):not(:where([class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
}

/* HR */

.txtfrmt :where(hr):not(:where([class~="not-prose"] *)) {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

/* Code */

.txtfrmt :where(code strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

/* erster Absatz */

.txtfrmt :where(p):not(:where([class~="not-prose"] *)):first-child {
  margin-top: 3.5rem;
}

/* H1 per Class */

.txtfrmt .h1 {
  display: block;
  font-weight: 800;
  line-height: 1;
  color: var(--tw-prose-headings);
  font-size: 2.25em;
}

@media (min-width: 1024px) {
  .txtfrmt .h1 {
    font-size: 2.67em
  }
}

.toc .title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.toc > ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.toc > ul > li {
  display: block;
}

.toc > ul > li > a {
  position: relative;
  margin-bottom: 0.5rem;
  display: block;
  padding-left: 2.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.toc > ul > li > a:before {
  position: absolute;
  top: 0.75rem;
  left: 0px;
  display: block;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  content: "";
  height: 2px;
}

.toc > ul > li > a:hover:before, .toc > ul > li > a:active:before {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  .toc .title {
    display: none;
  }

  .toc > ul > li > a {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }

  .toc > ul > li > a:before {
    top: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  }

  .toc > ul > li > a:hover, .toc > ul > li > a:active {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  }

  .toc > ul > li.active > a {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  }

  .toc > ul > li.active > a:before {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  }
}

.switch > button {
  position: relative;
  display: inline-flex;
  height: 1.5rem;
  width: 2.75rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.switch > button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.switch > button >span {
  pointer-events: none;
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.switch > button >span >span:first-child {
  position: absolute;
  inset: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.switch > button >span >span:first-child svg {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.switch > button >span >span:last-child {
  position: absolute;
  inset: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.switch > button >span >span:last-child svg {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
}

.switch > button >span >span svg {
  height: 0.75rem;
  width: 0.75rem;
}

.switch.on > button {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.switch.on > button > span {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.switch.on > button > span > span:first-child {
  opacity: 0;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.switch.on > button > span > span:last-child {
  opacity: 1;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.switch.on > button > span > span:last-child svg {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-left-3 {
  left: -0.75rem;
}

.-top-4 {
  top: -1rem;
}

.-top-\[20px\] {
  top: -20px;
}

.bottom-0 {
  bottom: 0px;
}

.left-1\/2 {
  left: 50%;
}

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

.-z-10 {
  z-index: -10;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-32 {
  height: 8rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[64rem\] {
  height: 64rem;
}

.h-\[calc\(100\%\+40px\)\] {
  height: calc(100% + 40px);
}

.h-full {
  height: 100%;
}

.max-h-48 {
  max-height: 12rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[64rem\] {
  width: 64rem;
}

.w-full {
  width: 100%;
}

.min-w-48 {
  min-width: 12rem;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.shrink {
  flex-shrink: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.bg-ftlilac {
  --tw-bg-opacity: 1;
  background-color: rgb(152 122 249 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

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

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

.align-top {
  vertical-align: top;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-normal {
  line-height: 1.5;
}

.text-ftblue {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
}

.text-ftpink {
  --tw-text-opacity: 1;
  color: rgb(231 70 148 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur-\[12px\] {
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:flex {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

/* Highlight */

/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/

.hljs {
  color: #c9d1d9;
  background: #0d1117;
}

.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #ff7b72;
}

.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #d2a8ff;
}

.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-variable,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #79c0ff;
}

.hljs-regexp,
.hljs-string,
.hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #a5d6ff;
}

.hljs-built_in,
.hljs-symbol {
  /* prettylights-syntax-variable */
  color: #ffa657;
}

.hljs-comment,
.hljs-code,
.hljs-formula {
  /* prettylights-syntax-comment */
  color: #8b949e;
}

.hljs-name,
.hljs-quote,
.hljs-selector-tag,
.hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #7ee787;
}

.hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #c9d1d9;
}

.hljs-section {
  /* prettylights-syntax-markup-heading */
  color: #1f6feb;
  font-weight: bold;
}

.hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #f2cc60;
}

.hljs-emphasis {
  /* prettylights-syntax-markup-italic */
  color: #c9d1d9;
  font-style: italic;
}

.hljs-strong {
  /* prettylights-syntax-markup-bold */
  color: #c9d1d9;
  font-weight: bold;
}

.hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #aff5b4;
  background-color: #033a16;
}

.hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #ffdcd7;
  background-color: #67060c;
}

.hljs-char.escape_,
.hljs-link,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
}

/* Toastify */

/* Toastify */

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.toastify {
  background: none;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.toastify.on {
  opacity: 0.9;
}

.toastify.success {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.toastify.error {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

/* TippyJs */

.tippy-box[data-animation=fade][data-state=hidden]{
  opacity:0
}

[data-tippy-root]{
  max-width:calc(100vw - 10px)
}

.tippy-box{
  position:relative;
  background-color:#333;
  color:#fff;
  border-radius:4px;
  font-size:14px;
  line-height:1.4;
  white-space:normal;
  outline:0;
  transition-property:transform,visibility,opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow{
  bottom:0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before{
  bottom:-7px;
  left:0;
  border-width:8px 8px 0;
  border-top-color:initial;
  transform-origin:center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow{
  top:0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before{
  top:-7px;
  left:0;
  border-width:0 8px 8px;
  border-bottom-color:initial;
  transform-origin:center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow{
  right:0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before{
  border-width:8px 0 8px 8px;
  border-left-color:initial;
  right:-7px;
  transform-origin:center left
}

.tippy-box[data-placement^=right]>.tippy-arrow{
  left:0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before{
  left:-7px;
  border-width:8px 8px 8px 0;
  border-right-color:initial;
  transform-origin:center right
}

.tippy-box[data-inertia][data-state=visible]{
  transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow{
  width:16px;
  height:16px;
  color:#333
}

.tippy-arrow:before{
  content:"";
  position:absolute;
  border-color:transparent;
  border-style:solid
}

.tippy-content{
  position:relative;
  padding:5px 9px;
  z-index:1
}

/* Bereiche */

@keyframes shine-infinite {
  0% {
    transform:skew(-12deg) translateX(-100%)
  }

  to {
    transform:skew(-12deg) translateX(100%)
  }
}

.animate-shine-infinite {
  animation:shine-infinite 2s ease-in-out infinite
}

@keyframes shake-toast {
  0%,
    100% {
    transform: translateX(0);
  }

  10%,
    30%,
    50%,
    70% {
    transform: translateX(-10px);
  }

  20%,
    40%,
    60% {
    transform: translateX(10px);
  }

  80% {
    transform: translateX(8px);
  }

  90% {
    transform: translateX(-8px);
  }
}

@keyframes scaleup-toast {
  0%{
    transform:scale(.5)
  }

  100%{
    transform:scale(1)
  }
}

/* Table-Of-Content */

/* Tooltips */

.tippy-box[data-theme~='dark'] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 0;
  box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);
}

.tippy-box[data-theme~='dark'][data-placement^='top'] > .tippy-arrow::before {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.tippy-box[data-theme~='dark'][data-placement^='bottom'] > .tippy-arrow::before {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.tippy-box[data-theme~='dark'][data-placement^='left'] > .tippy-arrow::before {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.tippy-box[data-theme~='dark'][data-placement^='right'] > .tippy-arrow::before {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.tippy-box[data-theme~='dark'] .tippy-content {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.tippy-box[data-theme~='light'] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  border-radius: 0;
  box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);
}

.tippy-box[data-theme~='light'][data-placement^='top'] > .tippy-arrow::before {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.tippy-box[data-theme~='light'][data-placement^='bottom'] > .tippy-arrow::before {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.tippy-box[data-theme~='light'][data-placement^='left'] > .tippy-arrow::before {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.tippy-box[data-theme~='light'][data-placement^='right'] > .tippy-arrow::before {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.tippy-box[data-theme~='light'] .tippy-content {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Toggle-Switch */

/* Print-Styles */

@media print {
  @page {
    margin: 2cm 1cm
  }

  html {
    font-size: 10pt;
  }

  body {
    background: transparent !important;
    color: #000;
  }

  header, footer, .modal {
    display: none;
  }

  h1, h2, h3, .txtfrmt {
    color: black;
    line-height: 1.6;
  }

  a, blockquote, li {
    page-break-inside: avoid;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after:avoid;
    page-break-inside:avoid
  }

  img {
    page-break-inside:avoid;
    page-break-after:avoid;
  }

  table, pre {
    page-break-inside:avoid
  }

  ul, ol, dl  {
    page-break-before:avoid
  }

  .code-with-copy > button {
    display: none;
  }
}

/* SlideModal für Kontaktnachricht */

#slidemodal-msg .text {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

#slidemodal-msg .text textarea {
  flex: 1 1 0%;
}

section.faq {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

section.faq > div {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  section.faq > div {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  section.faq > div {
    max-width: 90rem
  }
}

section.faq > div {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 3rem;
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  section.faq > div {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
    row-gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  section.faq > div > div:first-child {
    grid-column: span 4 / span 4;
  }
}

section.faq > div > div:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  section.faq > div > div:last-child {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1280px) {
  section.faq > div > div:last-child {
    grid-column: span 7 / span 7;
    grid-column-start: 6;
  }
}

dl.faq {
  margin-top: 1.5rem;
}

dl.faq > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(17 24 39 / 0.1);
}

@media (min-width: 640px) {
  dl.faq > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

dl.faq > div {
  padding-top: 1.5rem;
}

dl.faq > div button {
  margin-left: -0.25rem;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 0.125rem;
  padding-left: 0.25rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

dl.faq > div button:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

dl.faq > div button > span:first-child {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

dl.faq > div button > span:last-child {
  margin-left: 1.5rem;
  margin-top: -0.25rem;
  display: flex;
  height: 2rem;
  align-items: center;
}

@media (min-width: 640px) {
  dl.faq > div button > span:last-child {
    margin-top: 0px;
  }
}

dl.faq > div .icon {
  height: 2rem;
  width: 2rem;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

dl.faq > div dd {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}

@media (min-width: 1024px) {
  dl.faq > div dd {
    padding-right: 3rem;
  }
}

dl.faq > div dd {
  transition: 0.15s max-height;
  will-change: max-height;
}

dl.faq > div dd > div {
  padding-top: 0.5rem;
}

dl.faq > div.open dd {
  visibility: visible;
  position: static;
  opacity: 1;
}

dl.faq > div.open:not(.closing) .icon {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* CTA */

section#cta {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: rgb(37 99 235 / 0.2);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 40%;
  --tw-gradient-to: rgb(63 131 248 / 0.5) var(--tw-gradient-to-position);
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  section#cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  section#cta {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

section#cta:after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/Grain-Corner.png");
  background-size: 60% 45%;
  background-position: right bottom;
}

section#cta > div {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  section#cta > div {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  section#cta > div {
    max-width: 90rem
  }
}

section#cta > div {
  position: relative;
  z-index: 10;
}

section#cta > div > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 640px;
  text-align: center;
}

section#cta > div .h2 {
  position: relative;
  z-index: 10;
  color: rgb(53 109 207 / 0.8);
}

section#cta > div .h2 span {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

section#cta > div p {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

section#cta > div img {
  position: relative;
  z-index: 0;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.5;
  width: 250px;
}

@media (min-width: 440px) {
  section#cta > div img {
    width: 400px
  }
}

@media (min-width: 768px) {
  section#cta > div img {
    width: 480px
  }
}

section#cta .btn {
  margin-bottom: 1rem;
  margin-right: 0px;
  width: 16rem;
}

@media (min-width: 640px) {
  section#cta .btn {
    margin-bottom: 0px;
    margin-right: 1rem;
    width: auto;
  }
}

section#cta .btn:not(.primary) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

section#cta .btn:not(.primary):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

section#cta .btn:not(.primary):hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

header {
  position: relative;
  z-index: 20;
  min-height: 4.25rem;
}

@media (min-width: 1024px) {
  header {
    min-height: 5.75rem
  }

  header .btn.primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

header > div {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  header > div {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

header > div {
  top: -100px;
  transition: top 0.35s ease;
  width: 100%;
}

@keyframes toFixed {
  0% {
    transform:translateY(-100%);
  }

  100% {
    transform:translateY(0);
  }
}

header > div > div:first-child, header > div nav.mob .top > div {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  header > div > div:first-child, header > div nav.mob .top > div {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  header > div > div:first-child, header > div nav.mob .top > div {
    max-width: 90rem
  }
}

header > div > div:first-child, header > div nav.mob .top > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header > div > div > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

header.is-fixed > div {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.035), 0 4px 6px -4px rgb(0 0 0 / 0.035);
  min-width: 360px;
  background-color: rgba(255,255,255,.8) !important;
}

header.is-fixed > div .progress {
  display: block;
}

header.is-fixed.mob-open > div {
  height: 100%;
}

header nav.main {
  display: none;
}

@media (min-width: 1024px) {
  header nav.main {
    display: block;
  }
}

header nav.main > ul {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

header nav.main .haspop {
  position: static;
}

@media (min-width: 1024px) {
  header nav.main .haspop {
    position: relative;
  }
}

header .progress {
  position: absolute;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 2px;
}

header .progress > div {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  height: 2px;
}

header .logo {
  margin-right: 1rem;
  display: block;
  overflow: hidden;
  border-radius: 0.375rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -24rem;
}

header .logo:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #3F83F8;
}

header .logo {
  width: 208px;
  height: 44px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCA3NTEgMTU5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48bGluZWFyR3JhZGllbnQgaWQ9ImEiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzM3ZDFmZiIvPjxzdG9wIG9mZnNldD0iLjQxIiBzdG9wLWNvbG9yPSIjMzdkMWZmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2I4MmY2Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImIiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoLTQyLjc2MTIgLTc1LjQxOSA3NS40MTkgLTQyLjc2MTIgNDcwLjUxIDY2Mi42MDcpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAiIHgyPSIxIiB4bGluazpocmVmPSIjYSIgeTE9IjAiIHkyPSIwIi8+PGxpbmVhckdyYWRpZW50IGlkPSJjIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDE1NC4yNzEgLjc0NDg4MiAtLjc0NDg4MiAxNTQuMjcxIDM5NC4wOTggNTUzLjgyNCkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCIgeDI9IjEiIHhsaW5rOmhyZWY9IiNhIiB5MT0iMCIgeTI9IjAiLz48bGluZWFyR3JhZGllbnQgaWQ9ImQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoLTUzLjgyMDcgODguNTU3NiAtODguNTU3NiAtNTMuODIwNyA1NTAuMzIgNTczLjk1NSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCIgeDI9IjEiIHhsaW5rOmhyZWY9IiNhIiB5MT0iMCIgeTI9IjAiLz48Y2xpcFBhdGggaWQ9ImUiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTAgMGg4MjF2MTczaC04MjF6Ii8+PC9jbGlwUGF0aD48ZyB0cmFuc2Zvcm09InNjYWxlKC45MTQ3MzggLjkxOTA3NSkiPjxwYXRoIGQ9Im0wIDBoODIxdjE3M2gtODIxeiIgZmlsbD0ibm9uZSIvPjxnIGNsaXAtcGF0aD0idXJsKCNlKSIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJtNTEzLjYyIDY3MC45Ni04NS45Ni03LjQxLTEyLjI5LTk4LjU5aDEyMi4zNHoiIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0ibWF0cml4KDEuMDkzMjA3MDM1OSAwIDAgMS4wODgwNSAtNDI0Ljg5NDAwNDAxIC01NjkuMzc2KSIvPjxwYXRoIGQ9Im00OTcuMDYgNjgyLjNjLTkuMzMtLjA0LTE3LjkzLTUuMDEtMjIuNjMtMTMuMDZsLTE3Ljk1LTMxLjQzYy0yLjQ5LTQuMzUtMS42NC05Ljg1IDIuMDUtMTMuMjVsMjcuNDktMjUuMzNjMS4xMy0xLjA0LjA4LTIuOS0xLjQtMi40N2wtMzYuMTEgMTAuNTdjLTQuNzYgMS4zOS05Ljg2LS42NC0xMi4zNC00Ljk0LS45My0xLjYtMS45Ny0zLjQyLTMuMTEtNS40MWwtMTEuMjItMTkuNjdjLTEuNzMtMy4wNC40Ni02LjgyIDMuOTctNi44Mmw3LjQ4LjAxLTIzLjE1LTEzLjY1LTE2Ljk5IDI5LjE1Yy01LjkzIDEwLjE3LTUuOTggMjIuNzMtLjEzIDMyLjk1bDI3LjUzIDQ4LjEzYzUuMjkgOS4yNCAxNS4xIDE0Ljk2IDI1Ljc1IDE1LjAxbDIwLjM2LjA4IDE1LjIxLjA2IDE5Ljg5LjA4eiIgZmlsbD0idXJsKCNiKSIgdHJhbnNmb3JtPSJtYXRyaXgoMS4wOTMyMDcwMzU5IDAgMCAxLjA4ODA1IC00MjQuODk0MDA0MDEgLTU2OS4zNzYpIi8+PHBhdGggZD0ibTQ0Ni45NSA1MjMuMyA1Ny4yNy4yM2MxMC42NS4wNCAyMC40NiA1Ljc2IDI1Ljc1IDE1LjAxbDE4LjMzIDMyLjA0LTIyLjk3IDEwLjkzIDIuMjItMy44MWMxLjg2LTMuMi0uNDUtNy4yMS00LjE1LTcuMjFoLTEwOS43NWMtNy4wOCAwLTEzLjY0IDMuNzYtMTcuMjEgOS44OGwtMi40OSA0LjI4IDguNTQtMTQuNjYgMTguNTktMzEuODljNS4zNi05LjIxIDE1LjIyLTE0Ljg1IDI1Ljg3LTE0Ljh6IiBmaWxsPSJ1cmwoI2MpIiB0cmFuc2Zvcm09Im1hdHJpeCgxLjA5MzIwNzAzNTkgMCAwIDEuMDg4MDUgLTQyNC44OTQwMDQwMSAtNTY5LjM3NikiLz48cGF0aCBkPSJtNTU4LjM5IDU4OC4yNS0xOC4zMy0zMi4wNC03LjI2LTEyLjY5YzQuNDkgNy44NSA0LjQ1IDE3LjUtLjEgMjUuMzFsLTU0LjQgOTMuMzVjLTEuNzcgMy4wNC02LjE4IDMuMDItNy45My0uMDRsLTEuMTQtMi4wMSA1LjA4IDguOWM0LjY3IDguMTcgMTMuMzUgMTMuMjIgMjIuNzUgMTMuMjZsNi41LjAzYzEwLjY1LjA0IDIwLjUxLTUuNiAyNS44Ny0xNC44bDI4LjgzLTQ5LjQ4YzUuMzctOS4xOSA1LjQyLTIwLjU1LjEzLTI5Ljc5eiIgZmlsbD0idXJsKCNkKSIgdHJhbnNmb3JtPSJtYXRyaXgoMS4wOTMyMDcwMzU5IDAgMCAxLjA4ODA1IC00MjQuODk0MDA0MDEgLTU2OS4zNzYpIi8+PGcgZmlsbD0iIzBmMTcyYSI+PHBhdGggZD0ibTIxMi4wODYgMTIyLjE5MnYtNTUuNjY2YzAtMy45NjkuNzcxLTcuNTAxIDIuMzE1LTEwLjU5NSAxLjU0My0zLjA5NCAzLjcxLTUuNTM4IDYuNTAxLTcuMzMyIDIuNzktMS43OTQgNi4wNTYtMi42OTEgOS43OTYtMi42OTEgMi44NTkgMCA1LjMyNi41NDYgNy40MDIgMS42MzhzMy45NSAyLjYyNiA1LjYyMyA0LjYwMmwtNy42MTkgOC42ODRjLS42NTQtLjc2My0xLjM4My0xLjM1Ni0yLjE4OS0xLjc4MXMtMS44MDItLjYzNy0yLjk4OS0uNjM3Yy0yLjE3NCAwLTMuODU4LjY4LTUuMDUyIDIuMDQxcy0xLjc5IDMuMjgtMS43OSA1Ljc1OXY1NS45Nzh6bS0xMC4xNTEtMzguMjcydi0xMS45NmgzNS4xNXYxMS45NnoiIHRyYW5zZm9ybT0ibWF0cml4KDEuMzkzODUgMCAwIDEuMjE3MDUgLTM1LjgzMTQ2NTEyIC0yMC44MTAxKSIvPjxwYXRoIGQ9Im0yNTguNzA5IDEyMy4yODRjLTQuNDI1IDAtOC40MjEtMS4xNjEtMTEuOTg3LTMuNDg0cy02LjM5LTUuNDc3LTguNDc0LTkuNDY0Yy0yLjA4My0zLjk4Ny0zLjEyNS04LjQ0MS0zLjEyNS0xMy4zNjRzMS4wMzgtOS4zNDMgMy4xMTQtMTMuMjYgNC44OTctNy4wMzcgOC40NjItOS4zNmMzLjU2Ni0yLjMyMyA3LjU2Mi0zLjQ4NCAxMS45ODctMy40ODQgNC40NzEgMCA4LjQ4NSAxLjE0OCAxMi4wNDQgMy40NDUgMy41NTggMi4yOTcgNi4zNzkgNS40MTcgOC40NjIgOS4zNnMzLjEyNSA4LjM3NiAzLjEyNSAxMy4yOTktMS4wMzggOS4zNzctMy4xMTQgMTMuMzY0Yy0yLjA3NSAzLjk4Ny00Ljg5MiA3LjE0MS04LjQ1MSA5LjQ2NC0zLjU1OCAyLjMyMy03LjU3MiAzLjQ4NC0xMi4wNDMgMy40ODR6bS0uMDIzLTEyLjc0YzIuMjUxIDAgNC4yMzUtLjU3MiA1Ljk1My0xLjcxNiAxLjcxOS0xLjE0NCAzLjA1My0yLjc0MyA0LjAwNC00Ljc5Ny45NS0yLjA1NCAxLjQyNS00LjM5OCAxLjQyNS03LjAzM3MtLjQ5LTQuOTUzLTEuNDcxLTYuOTU1LTIuMzE1LTMuNTc1LTQuMDAzLTQuNzE5LTMuNjU3LTEuNzE2LTUuOTA4LTEuNzE2Yy0yLjE5IDAtNC4xNDQuNTc2LTUuODYyIDEuNzI5cy0zLjA1NyAyLjczLTQuMDE1IDQuNzMyLTEuNDM3IDQuMzItMS40MzcgNi45NTVjMCAyLjYxNy40NzkgNC45NTMgMS40MzcgNy4wMDdzMi4yOTcgMy42NTMgNC4wMTUgNC43OTcgMy42NzIgMS43MTYgNS44NjIgMS43MTZ6IiB0cmFuc2Zvcm09Im1hdHJpeCgxLjM5Mzg1IDAgMCAxLjIxNzA1IC0zNS44MzE0NjUxMiAtMjAuODEwMSkiLz48cGF0aCBkPSJtMzQ5Ljg2MyA4NC44OTMtLjA1Mi4wNzVjLTEuMTUyLTEuNjgzLTIuNzczLTIuNTAzLTMuODQxLTIuOTExLTEuMDY4LS40MDctMi4zMDItLjYxMS0zLjcwMi0uNjExLTIuOTEyIDAtNS4yNzguOTA4LTcuMDk4IDIuNzI0LTEuODIgMS44MTUtMi43MyA0LjYxNy0yLjczIDguNDA0djI3Ljc0MmgtMTMuNjc2di01MC4yMzJoMTMuNjc2djQuNWMuMDQzLS4wNTMuMDg2LS4xMDUuMTMtLjE1OCAyLjk4MS0zLjU4OCA3LjI2My01LjM4MiAxMi44NDQtNS4zODIgMi40NjEgMCA0LjY1OC40MDggNi41OTEgMS4yMjIgMS4zOTYuNTg5IDIuNjk0IDEuNDI1IDMuODk1IDIuNTExLTEuMzY0IDEuMzMtMi41MyAyLjg1LTMuNDk2IDQuNTYxLTEuMjg4IDIuMjc4LTIuMTM1IDQuNzk3LTIuNTQxIDcuNTU1eiIgdHJhbnNmb3JtPSJtYXRyaXgoMS4yMjI4MjU5OTg4NSAwIDAgMS4yMTcwNSAtMjIuMjQzNTE4Mzk1IC0xOC41MjczMTU4MjY1KSIvPjxwYXRoIGQ9Im0zMjQuOTcxIDEyMi4xOTJ2LTI5LjE0NmMwLTQuMzUxLjgyNS04LjE5IDIuNDc1LTExLjUxOHMzLjk2Mi01LjkzNyA2LjkzNC03LjgyNmMyLjk3My0xLjg4OSA2LjQyOS0yLjgzNCAxMC4zNjctMi44MzQgMy44NzggMCA3LjIyNC45NzEgMTAuMDM3IDIuOTEyczQuOTggNC43MzIgNi41MDEgOC4zNzJoLTMuODMyYzEuNTM1LTMuNjQgMy43MDYtNi40MzEgNi41MTItOC4zNzIgMi44MDUtMS45NDEgNi4xNDctMi45MTIgMTAuMDI1LTIuOTEyIDMuOTk5IDAgNy40Ny45NDUgMTAuNDEyIDIuODM0IDIuOTQzIDEuODg5IDUuMjM5IDQuNDk4IDYuODg5IDcuODI2czIuNDc1IDcuMTY3IDIuNDc1IDExLjUxOHYyOS4xNDZoLTExLjk5OHYtMjguMDI4YzAtMy40MTUtLjcxMS02LjA1NC0yLjEzMy03LjkxN3MtMy40NDgtMi43OTUtNi4wNzktMi43OTVjLTIuNjQ2IDAtNC42NzIuOTE5LTYuMDc5IDIuNzU2LTEuNDA2IDEuODM3LTIuMTA5IDQuNDg5LTIuMTA5IDcuOTU2djI4LjAyOGgtMTEuOTk4di0yOC4wMjhjMC0zLjQ2Ny0uNzA0LTYuMTE5LTIuMTEtNy45NTYtMS40MDctMS44MzctMy40MzMtMi43NTYtNi4wNzktMi43NTYtMi42MTYgMC00LjYzOC45MTktNi4wNjggMi43NTYtMS40MjkgMS44MzctMi4xNDQgNC40ODktMi4xNDQgNy45NTZ2MjguMDI4eiIgdHJhbnNmb3JtPSJtYXRyaXgoMS4zOTM4NSAwIDAgMS4yMTcwNSAtMzguODg5ODUwNzkgLTIwLjgxMDEpIi8+PC9nPjxwYXRoIGQ9Im00MDkuNTI3IDEyMy4yODRjLTIuMTc0IDAtMy45NjUtLjgzNi01LjM3MS0yLjUwOS0xLjQwNy0xLjY3My0yLjExLTMuNzE0LTIuMTEtNi4xMjMgMC0yLjQ4Mi43MDMtNC41NDUgMi4xMS02LjE5IDEuNDA2LTEuNjQ1IDMuMTk3LTIuNDY4IDUuMzcxLTIuNDY4IDIuMTc1IDAgMy45NjIuODIzIDUuMzYxIDIuNDY4czIuMDk4IDMuNzA4IDIuMDk4IDYuMTljMCAyLjQwOS0uNjk5IDQuNDUtMi4wOTggNi4xMjNzLTMuMTg2IDIuNTA5LTUuMzYxIDIuNTA5eiIgZmlsbD0iIzNiODJmNiIgdHJhbnNmb3JtPSJtYXRyaXgoMS4zOTM4NSAwIDAgMS4yMTcwNSAtMzYuNDQ0MjAxNTggLTIwLjgxMDEpIi8+PHBhdGggZD0ibTUwNy41MzYgMTE2LjA4MmMtMS41NDIgMS41MjctMy4yMSAyLjczLTUuMDA0IDMuNjEtMi4zMzEgMS4xNDQtNS4zMzQgMS43MTYtOS4wMDkgMS43MTYtMy41NyAwLTYuNzYtLjczNi05LjU2OC0yLjIxLTIuODA4LTEuNDczLTUuMDI2LTMuNjAxLTYuNjU2LTYuMzgzLTEuNjI5LTIuNzgyLTIuNDQ0LTYuMTQ5LTIuNDQ0LTEwLjEwMXYtMjAuNDM2aC0xMS41N3YtMTIuMTk0aDExLjU3di0yMC44NTJoMTMuNjc2djIwLjg1MmgxNy4yNjR2MTIuMTY5bC0xNy4yNjQuMDI1djIwLjQzNmMwIDIuMDYzLjU5NCAzLjYxIDEuNzgxIDQuNjQxIDEuMTg4IDEuMDMyIDIuNTYxIDEuNTQ3IDQuMTIxIDEuNTQ3IDEuMzM1IDAgMy4wNzEtLjIyNiA0LjA1OS0uNjg1IDEuMjU5LS40OTIgMi4wNzYtLjk1MyAzLjM1Mi0xLjkxNS40MzYgMS40NzMgMS4wNjIgMy4xNzUgMS43MzEgNC40MjUgMS4yNDIgMi4zMjEgMi4xODIgMy42MDcgMy45NjEgNS4zNTV6IiBmaWxsPSIjMGYxNzJhIiB0cmFuc2Zvcm09Im1hdHJpeCgxLjIyMjgyNTk5ODg1IDAgMCAxLjIxNzA1IC0yMS42MzM0MzAyNSAtMTguNTI3MzE1ODI2NSkiLz48cGF0aCBkPSJtNDc3Ljk1NyAxMjMuMjMyYy00LjAxNSAwLTcuNjIyLTEuMTQ0LTEwLjgyMy0zLjQzMnMtNS43MjYtNS4zOTktNy41NzMtOS4zMzRjLTEuODQ4LTMuOTM1LTIuNzcyLTguMzcyLTIuNzcyLTEzLjMxMiAwLTQuOTkyLjkyNC05LjQ2IDIuNzcyLTEzLjQwMyAxLjg0Ny0zLjk0MyA0LjM3Mi03LjA2OCA3LjU3My05LjM3M3M2LjgwOC0zLjQ1OCAxMC44MjMtMy40NThjMy4xNjMgMCA1Ljk5MS43MzcgOC40ODUgMi4yMXM0LjQ5NyAzLjUwMSA2LjAxIDYuMDg0IDIuMzIzIDUuNTIxIDIuNDMgOC44MTR2MTguMDk2Yy0uMTA3IDMuMjkzLS45MDUgNi4yMzEtMi4zOTUgOC44MTQtMS40OTEgMi41ODMtMy40OTQgNC42MTEtNi4wMTEgNi4wODQtMi41MTYgMS40NzMtNS4zNTYgMi4yMS04LjUxOSAyLjIxem0yLjIzNS0xMi41ODRjMy4zNDYgMCA2LjA0NS0xLjI3IDguMDk4LTMuODA5czMuMDc5LTUuNzk0IDMuMDc5LTkuNzYzYzAtMi42NjktLjQ2NC01LjAyMi0xLjM5MS03LjA1OS0uOTI4LTIuMDM3LTIuMjI4LTMuNjMxLTMuOTAxLTQuNzg0cy0zLjYyNy0xLjcyOS01Ljg2Mi0xLjcyOWMtMi4xOSAwLTQuMTIxLjU3Ni01Ljc5NCAxLjcyOS0xLjY3MiAxLjE1My0yLjk5MiAyLjc1Mi0zLjk1NyA0Ljc5Ny0uOTY2IDIuMDQ1LTEuNDQ5IDQuMzk0LTEuNDQ5IDcuMDQ2cy40NzkgNS4wMDEgMS40MzcgNy4wNDYgMi4yNzggMy42NDQgMy45NTggNC43OTcgMy42MDggMS43MjkgNS43ODIgMS43Mjl6bTEwLjU2MSAxMS41NDR2LTEzLjQ5NGwxLjkxNi0xMi4yNDYtMS45MTYtMTIuMTQydi0xMi4zNWgxMS44ODR2NTAuMjMyeiIgZmlsbD0iIzBmMTcyYSIgdHJhbnNmb3JtPSJtYXRyaXgoMS4zOTM4NSAwIDAgMS4yMTcwNSAtMzQuNjY1ODcxOTk2IC0yMC45NDIyNTgyNDI0NSkiLz48cGF0aCBkPSJtNTQwLjg0MyAxMjIuMTkyLTExLjYxLTIwLjM1OC0yLjQxOC0yLjA1NC0xNy4xOTgtMjcuODJoMTQuMjFsMTAuNjA3IDE4LjQ2IDIuMzI2IDEuOTI0IDE4LjE4IDI5Ljg0OHptLTMyLjA3IDAgMTcuOTI4LTI4LjY3OCA2Ljg4OSA5LjIwNC0xMS4zNTkgMTkuNDc0em0yOC4zOTgtMjIuNTY4LTYuOTU3LTkuMTI2IDEwLjQ5My0xOC41MzhoMTMuMzg5eiIgZmlsbD0iIzBmMTcyYSIgdHJhbnNmb3JtPSJtYXRyaXgoMS4zOTM4NSAwIDAgMS4yMTcwNSAtMzQuNjY1ODcxOTk2IC0yMC45NDIyNTgyNDI0NSkiLz48cGF0aCBkPSJtNTU3LjgzNyAxMjIuMTkydi01MC4yMzJoMTEuOTk4djUwLjIzMnptNi4xODQtNTUuNDA2Yy0xLjkzMSAwLTMuNTM1LS43NS00LjgxMi0yLjI0OS0xLjI3OC0xLjQ5OS0xLjkxNy0zLjM1LTEuOTE3LTUuNTUxcy42MzktNC4wNTIgMS45MTctNS41NTFjMS4yNzctMS40OTkgMi44ODEtMi4yNDkgNC44MTItMi4yNDkgMS45OTIgMCAzLjYxMi43NSA0Ljg1OSAyLjI0OXMxLjg3IDMuMzUgMS44NyA1LjU1MS0uNjIzIDQuMDUyLTEuODcgNS41NTEtMi44NjcgMi4yNDktNC44NTkgMi4yNDl6IiBmaWxsPSIjMGYxNzJhIiB0cmFuc2Zvcm09Im1hdHJpeCgxLjM5Mzg1IDAgMCAxLjIxNzA1IC0zMC4yOTMwNDM5NjA1IC0yMC45NDIyNTgyNDI0NSkiLz48L2c+PC9nPjwvc3ZnPg==);
}

header .txtbtn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

header .txtbtn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #3F83F8;
}

header .txtbtn:hover, header .txtbtn:active {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

header .haspop {
  position: relative;
}

header .haspop > a > .poparrow {
  pointer-events: none;
  position: relative;
  display: inline-block;
  transform-origin: center;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  vertical-align: middle;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  content: "";
  margin-left: 0.3em;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  top: -2px;
  left: -2px;
  transition: all 0.2s ease-out 0s;
}

header .haspop > .sub {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  display: block;
  width: 100vw;
  max-width: -moz-min-content;
  max-width: min-content;
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 0.25rem;
  opacity: 0;
  transition: all 0.2s ease 0s, visibility 0s linear 0.2s;
}

header .haspop > .sub > div {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0px 25px -5px rgb(0 0 0 / .2), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

header .haspop > .sub.lang {
  --tw-translate-x: 0px;
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

header .haspop > a .globeicon {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-size: contain;
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418' /%3E%3C/svg%3E");
}

header .haspop:hover > .sub, header .haspop:focus-within > .sub, header .haspop > .sub:hover, header .haspop > .sub:focus {
  pointer-events: auto;
  visibility: visible;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-delay: 0s, 0s;
}

header .haspop:hover > a {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

header .haspop:hover > a .globeicon {
  opacity: 0.75;
}

header .haspop:hover > a > .poparrow {
  transform: rotate(-45deg) translateX(-2px) translateY(1px);
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

header .haspop.up > a > .poparrow {
  transform: rotate(-45deg) translateX(-2px) translateY(1px);
}

header .haspop.up:hover > a > .poparrow {
  transform: rotate(135deg) translateX(0px) translateY(0px);
}

header .haspop.up > .sub {
  bottom: -100%;
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 0px;
  padding-bottom: 3.5rem;
}

header .haspop.up:hover > .sub, header .haspop.up:focus-within > .sub, header .haspop.up > .sub:hover, header .haspop.up > .sub:focus {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

header .sub.fly {
  left: 0px;
  right: 0px;
  max-width: 100%;
}

@media (min-width: 1024px) {
  header .sub.fly {
    left: -18rem;
    right: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

header .sub.fly > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0.5rem;
}

header .sub.fly > div > div:first-child {
  width: 18rem;
  flex: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #D8E6FD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to-position: 50%;
  padding: 2rem;
}

header .sub.fly > div > div:first-child strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

header .sub.fly > div > div:first-child p {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

header .sub.fly > div > div:last-child {
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(216 230 253 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 1024px) {
  header .sub.fly > div > div:last-child {
    flex: none;
    width: 28rem;
  }
}

header .sub.lang {
  right: 0px;
  left: auto;
}

header .sub.lang > div {
  width: 10rem;
  padding: 0.5rem;
}

header .naventrs .group {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

header .naventrs .group:first-child {
  margin-top: 0px;
}

header .naventrs .group > div:first-child {
  margin-top: 0.25rem;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

header .naventrs .group a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

header .naventrs .group a:hover {
  --tw-text-opacity: 1;
  color: rgb(53 109 207 / var(--tw-text-opacity, 1));
}

header .naventrs .group p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

header .naventrs .group .icn {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-size: cover;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header .naventrs .group .icn.back {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232E61BA'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5' /%3E%3C/svg%3E");
}

header .naventrs .group .icn.feat {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232E61BA'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 00-2.456 2.456zM16.894 20.567L16.5 21.75l-.394-1.183a2.25 2.25 0 00-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 001.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 001.423 1.423l1.183.394-1.183.394a2.25 2.25 0 00-1.423 1.423z' /%3E%3C/svg%3E");
}

header .naventrs .group .icn.tier {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232E61BA'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.429 9.75L2.25 12l4.179 2.25m0-4.5l5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0l4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0l-5.571 3-5.571-3' /%3E%3C/svg%3E");
}

header .naventrs .group .icn.app {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232E61BA'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3' /%3E%3C/svg%3E");
}

header .naventrs .group .icn.temp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232E61BA'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z' /%3E%3C/svg%3E");
}

header .naventrs .group .icn.know {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232E61BA'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.26 10.147a60.436 60.436 0 00-.491 6.347A48.627 48.627 0 0112 20.904a48.627 48.627 0 018.232-4.41 60.46 60.46 0 00-.491-6.347m-15.482 0a50.57 50.57 0 00-2.658-.813A59.905 59.905 0 0112 3.493a59.902 59.902 0 0110.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.697 50.697 0 0112 13.489a50.702 50.702 0 017.74-3.342M6.75 15a.75.75 0 100-1.5.75.75 0 000 1.5zm0 0v-3.675A55.378 55.378 0 0112 8.443m-7.007 11.55A5.981 5.981 0 006.75 15.75v-1.5' /%3E%3C/svg%3E");
}

header .naventrs .group .icn.docu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232E61BA'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25' /%3E%3C/svg%3E");
}

header .naventrs .group:hover .icn {
  --tw-saturate: saturate(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

header .langbtn {
  position: relative;
  display: inline-block;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header .langbtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

header .langbtn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 0px;
  outline-color: #3F83F8;
}

header .langbtn:disabled {
  opacity: 0.5;
}

header .langbtn:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  header .langbtn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

header .langbtn {
  text-decoration: none;
}

header .langbtn.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .langbtn.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 109 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .langbtn.primary:focus-visible {
  outline-offset: 2px;
}

header .langbtn.primary:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .langbtn.primary.drk {
  background-color: rgb(255 255 255 / 0.2);
  color: rgb(255 255 255 / 0.8);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 0px;
  outline-color: rgb(255 255 255 / 0.6);
}

header .langbtn.primary.drk:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline-color: #fff;
}

header .langbtn.primary.drk:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline-color: #fff;
}

header .langbtn.primary.drk:disabled {
  background-color: rgb(255 255 255 / 0.1);
  color: rgb(255 255 255 / 0.4);
  outline-color: rgb(255 255 255 / 0.4);
}

header .langbtn.primary.drk:hover:disabled {
  color: rgb(255 255 255 / 0.4);
}

@media (min-width: 640px) {
  header .langbtn.large {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

header .langbtn.small {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
}

header .langbtn.purple {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .langbtn.purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .langbtn.purple:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  outline-offset: 2px;
  outline-color: #a855f7;
}

header .langbtn.purple:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .langbtn.loading {
  color: transparent;
}

header .langbtn.loading:after {
  position: absolute;
  height: 100%;
  width: 1.5rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

header .langbtn.loading:after {
  animation: spin 1s linear infinite;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%3Ccircle%20style%3D%22opacity%3A.25%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%3E%3C%2Fcircle%3E%0D%0A%3Cpath%20style%3D%22opacity%3A.75%22%20fill%3D%22%23000000%22%20d%3D%22M4%2012a8%208%200%20018-8V0C5.373%200%200%205.373%200%2012h4zm2%205.291A7.962%207.962%200%20014%2012H0c0%203.042%201.135%205.824%203%207.938l3-2.647z%22%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E);
}

header .langbtn.loading.drk:after,header .langbtn.loading.primary:after {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%3Ccircle%20style%3D%22opacity%3A.25%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%224%22%3E%3C%2Fcircle%3E%0D%0A%3Cpath%20style%3D%22opacity%3A.75%22%20fill%3D%22%23ffffff%22%20d%3D%22M4%2012a8%208%200%20018-8V0C5.373%200%200%205.373%200%2012h4zm2%205.291A7.962%207.962%200%20014%2012H0c0%203.042%201.135%205.824%203%207.938l3-2.647z%22%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E);
}

header .langbtn.with-icon {
  display: inline-flex;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

header .langbtn.with-icon > svg {
  margin-left: -0.125rem;
  height: 1.25rem;
  width: 1.25rem;
}

header .langbtn[disabled] {
  cursor: default;
}

header .langbtn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

section#cta header .langbtn {
  margin-bottom: 1rem;
  margin-right: 0px;
  width: 16rem;
}

@media (min-width: 640px) {
  section#cta header .langbtn {
    margin-bottom: 0px;
    margin-right: 1rem;
    width: auto;
  }
}

section#cta header .langbtn:not(.primary) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

section#cta header .langbtn:not(.primary):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

section#cta header .langbtn:not(.primary):hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  header header .langbtn.primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

footer .write-msg header .langbtn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgb(255 255 255 / 0.2);
  color: rgb(255 255 255 / 0.9);
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer .write-msg header .langbtn:hover {
  background-color: rgb(255 255 255 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  footer .write-msg header .langbtn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

header .langbtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 230 253 / var(--tw-bg-opacity, 1));
}

header .langbtn:hover, header .langbtn:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

header .langbtn .check {
  display: none;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5 text-ftblue' viewBox='0 0 20 20' fill='%233F83F8'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z' clip-rule='evenodd' /%3E%3C/svg%3E");
}

header .langbtn.current .check {
  display: inline-block;
}

header .btn-mob {
  margin: -0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

header .btn-mob:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #3F83F8;
}

header .btn-mob svg {
  height: 2rem;
  width: 2rem;
}

header .btn-mob:hover, header .btn-mob:active {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

header nav.mob {
  visibility: hidden;
  position: fixed;
  top: 0px;
  z-index: 20;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.2s ease 0s, visibility 0s linear 0.2s;
  min-width: 360px;
}

header nav.mob .top {
  width: 100%;
  flex: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  header nav.mob .top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

header nav.mob .cont {
  display: flex;
  flex: 1 1 0%;
  transform-origin: top;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(216 230 253 / var(--tw-bg-opacity, 1));
  transition: transform 0.2s ease 0s;
}

header nav.mob .cont > div:first-child {
  flex: 1 1 0%;
  padding-bottom: 1.5rem;
}

header nav.mob .cont > div:last-child {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

header nav.mob .cont > div:last-child > div {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

header nav.mob .cont > div:last-child > div:first-child {
  flex: 1 1 0%;
}

header nav.mob .cont > div:last-child > div:last-child {
  flex: none;
}

header nav.mob .cont .txtbtn {
  margin-left: -1.25rem;
}

header nav.mob .navgr {
  padding: 2rem;
  padding-bottom: 0.5rem;
}

header nav.mob .navgr > span {
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
}

header nav.mob .sub.lang {
  left: 0px;
  right: auto;
}

header.mob-open nav.mob {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease 0s, visibility 0s linear 0s;
}

header.mob-open nav.mob .cont {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

footer {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

footer a {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer > div {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  footer > div {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  footer > div {
    max-width: 90rem
  }
}

footer > div {
  position: relative;
}

footer > div:before {
  content: "";
  position: absolute;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
  top: -123px;
  left: -115px;
  width: 400px;
  height: 367px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCA0OTAgNDUwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48bGluZWFyR3JhZGllbnQgaWQ9ImEiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIuMiIvPjxzdG9wIG9mZnNldD0iLjQxIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9Ii42NSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJiIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDI5NC43MjMgMCAwIDEyNy4xNjMgMjMwMS45NSAyMTAxLjIyKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB4Mj0iMSIgeGxpbms6aHJlZj0iI2EiIHkxPSIwIiB5Mj0iMCIvPjxsaW5lYXJHcmFkaWVudCBpZD0iYyIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgtMTM5IC0yNDMgMjQzIC0xMzkgMjQ2NSAyMzgyKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB4Mj0iMSIgeGxpbms6aHJlZj0iI2EiIHkxPSIwIiB5Mj0iMCIvPjxsaW5lYXJHcmFkaWVudCBpZD0iZCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgtNTMuODIwNyA4OC41NTc2IC04OC41NTc2IC01My44MjA3IDU1MC4zMiA1NzMuOTU1KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB4Mj0iMSIgeGxpbms6aHJlZj0iI2EiIHkxPSIwIiB5Mj0iMCIvPjxjbGlwUGF0aCBpZD0iZSI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCAwaDgyMXYxNzNoLTgyMXoiLz48L2NsaXBQYXRoPjxnIHRyYW5zZm9ybT0ic2NhbGUoLjU5NjgzMyAyLjU5NTkxKSI+PHBhdGggZD0ibTAgMGg4MjF2MTczaC04MjF6IiBmaWxsPSJub25lIi8+PGcgY2xpcC1wYXRoPSJ1cmwoI2UpIj48cGF0aCBkPSJtMjMwNy40NSAyMTU1LjM2LTUuNSA5LjQ0IDUuMTYtOC44N2MuMTEtLjE5LjIzLS4zOC4zNC0uNTd6bTAgMCAxMi4yLTIwLjk0IDM4LjUzLTY2LjFjMTEuMTEtMTkuMDkgMzEuNTUtMzAuNzggNTMuNjItMzAuNjhsMTE4LjcxLjQ4YzIyLjA4LjA4IDQyLjQxIDExLjk0IDUzLjM3IDMxLjExbDUuODcgMTAuMzJjOS4zMSAxNi4yNyA5LjIyIDM2LjI3LS4yMSA1Mi40NmwtMTAuMjggMTcuNjVjMy4xMS02LjQ5LTEuNjEtMTQuMjEtOC45OS0xNC4yMWgtMjI3LjQ5Yy0xNC40NSAwLTI3Ljg1IDcuNTYtMzUuMzMgMTkuOTF6IiBmaWxsPSJ1cmwoI2IpIiB0cmFuc2Zvcm09Im1hdHJpeCgyLjI4MDkyNTM0NDE0IDAgMCAuNTI0NDEzNzkwNDEgLTUyMjUuNjEzODg3NCAtMTA2OC41Njk5OTY2NykiLz48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGQ9Im0yNTE0LjI2IDIzNjcuMThzLjQ3LjAyIDAgMHptMCAwLTMwLjA4LS4xMi0zMS41Mi0uMTItNDIuMi0uMTdjLTIyLjA4LS4xLTQyLjQxLTExLjk2LTUzLjM3LTMxLjExbC01Ny4wNy05OS43NmMtMTIuMTItMjEuMTgtMTIuMDItNDcuMjIuMjctNjguM2w3LjE2LTEyLjI0Yy0uMTEuMTktLjIzLjM4LS4zNC41N2wtNS4xNiA4Ljg3IDUuNS05LjQ0YzcuNDgtMTIuMzUgMjAuODgtMTkuOTEgMzUuMzMtMTkuOTFoMjUuMjFjLTcuMjggMC0xMS44MiA3Ljg0LTguMjMgMTQuMTRsMjMuMjUgNDAuNzdjMi4zNyA0LjEzIDQuNTIgNy45IDYuNDUgMTEuMjEgNS4xNCA4LjkyIDE1LjcxIDEzLjEzIDI1LjU4IDEwLjI0bDc0Ljg1LTIxLjljMy4wNi0uOSA1LjI0IDIuOTYgMi45IDUuMTFsLTU2Ljk4IDUyLjUxYy03LjY1IDcuMDQtOS40MSAxOC40NC00LjI1IDI3LjQ2bDM3LjIgNjUuMTVjOS41MSAxNi4yOCAyNi43MSAyNi40OCA0NS41IDI3LjA0eiIgZmlsbD0idXJsKCNjKSIgdHJhbnNmb3JtPSJtYXRyaXgoMi4yODA5MjUzNDQxNCAwIDAgLjUyNDQxMzc5MDQxIC01MjI1LjYxMzg4NzQgLTEwNjguNTY5OTk2NjcpIi8+PHBhdGggZD0ibTU1OC4zOSA1ODguMjUtMTguMzMtMzIuMDQtNy4yNi0xMi42OWM0LjQ5IDcuODUgNC40NSAxNy41LS4xIDI1LjMxbC01NC40IDkzLjM1Yy0xLjc3IDMuMDQtNi4xOCAzLjAyLTcuOTMtLjA0bC0xLjE0LTIuMDEgNS4wOCA4LjljNC42NyA4LjE3IDEzLjM1IDEzLjIyIDIyLjc1IDEzLjI2bDYuNS4wM2MxMC42NS4wNCAyMC41MS01LjYgMjUuODctMTQuOGwyOC44My00OS40OGM1LjM3LTkuMTkgNS40Mi0yMC41NS4xMy0yOS43OXoiIGZpbGw9InVybCgjZCkiIHRyYW5zZm9ybT0ibWF0cml4KDQuNzI3NzUzNTczOSAwIDAgMS4wODY5NzE3NDI0NSAtMTgzNy41MjM5ODIyMSAtNTY4LjgyMjczNzQ4MykiLz48L2c+PC9nPjwvZz48L3N2Zz4=");
}

footer > div > div:first-child {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  footer > div > div:first-child {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  footer > div > div:first-child {
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  footer > div > div:first-child {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6rem;
  }
}

footer > div > div:last-child {
  margin: 0px;
  margin-top: 2.5rem;
  align-items: center;
  justify-content: space-between;
  border-width: 0px;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  footer > div > div:last-child {
    display: flex;
  }
}

footer > div > div:last-child > div {
  text-align: center;
}

@media (min-width: 640px) {
  footer > div > div:last-child > div:first-child {
    order: 9999;
  }
}

footer > div > div:last-child > div:first-child img {
  margin-left: auto;
  margin-right: auto;
  height: 3rem;
  width: auto;
}

footer > div > div:last-child a {
  font-weight: 400;
}

footer .cont {
  display: block;
  align-content: flex-start;
}

@media (min-width: 640px) {
  footer .cont {
    display: flex;
  }
}

@media (min-width: 1280px) {
  footer .cont {
    grid-column: span 2 / span 2;
    display: block;
  }
}

footer .write-msg {
  flex: 1 1 0%;
}

footer .write-msg > div:first-child {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  footer .write-msg > div:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

footer .write-msg p {
  margin-top: 0.5rem;
}

@media (min-width: 640px) {
  footer .write-msg p {
    margin-top: 0.75rem;
    max-width: 24rem;
  }
}

footer .write-msg > div:last-child {
  margin-top: 1rem;
}

@media (min-width: 640px) {
  footer .write-msg > div:last-child {
    margin-top: 0.75rem;
  }
}

footer .write-msg .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgb(255 255 255 / 0.2);
  color: rgb(255 255 255 / 0.9);
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer .write-msg .btn:hover {
  background-color: rgb(255 255 255 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  footer .write-msg .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

footer .badges {
  margin-top: 2rem;
  flex: 1 1 0%;
  text-align: left;
}

@media (min-width: 640px) {
  footer .badges {
    margin-top: 0px;
    text-align: right;
  }
}

@media (min-width: 1280px) {
  footer .badges {
    margin-top: 3rem;
    text-align: left;
  }
}

footer .badges .privacy {
  margin-left: 1.5rem;
  display: inline-block;
  background-color: transparent;
  padding-right: 0.5rem;
}

footer .badges .privacy > span {
  display: flex;
  align-items: center;
}

footer .badges .privacy > span > span:first-child {
  flex: none;
}

footer .badges .privacy > span > span:first-child > img {
  height: auto;
  width: 4rem;
}

footer .badges .privacy > span > span:last-child {
  flex: 1 1 0%;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: rgb(255 255 255 / 0.7);
}

footer .badges .privacy > span > span:last-child .big {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

footer .badges .privacy:first-child {
  margin-left: 0px;
}

footer .map {
  margin-top: 4rem;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  footer .map {
    display: grid;
  }
}

@media (min-width: 1280px) {
  footer .map {
    grid-column: span 3 / span 3;
    margin-top: 0px;
  }
}

footer .map > div {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  footer .map > div {
    margin-top: 0px;
  }
}

footer .map h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer .map ul {
  margin-top: 0.5rem;
}

footer .map ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
  footer .map ul {
    margin-top: 1rem;
  }
}

@media (min-width: 1280px) {
  footer .map ul {
    margin-top: 1.25rem;
  }

  footer .map ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
}

/* Fehlerseite */

body.error main {
  background: url(./../img/hub-head-bg.avif) right top no-repeat, linear-gradient(rgb(235, 239, 250) 0%, rgba(248, 249, 252, 0) 90%);
}

body.error section#error {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 91.666667%;
  max-width: 32rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

@media (min-width: 1024px) {
  body.error section#error {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

body.error section#error > * {
  margin: 0px;
}

body.error section#error img {
  height: auto;
  width: 10rem;
}

@media (min-width: 768px) {
  body.error section#error img {
    width: 12rem;
  }
}

body.error section#error h1 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

body.error section#error p.ft-text {
  margin-top: -1rem;
}