[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;
}

*, ::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:  ;
}

.tw-container
    {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-prose :where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

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

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

.tw-prose :where(h1):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

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

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

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

.tw-prose :where(h3):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

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

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

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

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

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

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

.tw-prose :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

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

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

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

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

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

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

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

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

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

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

.tw-prose :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

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

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

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

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

.tw-prose :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

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

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

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

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

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

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

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

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

.tw-prose
    {
  --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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-prose-xl
    {
  font-size: 1.25rem;
  line-height: 1.8;
}

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

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

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

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

.tw-prose-xl :where(h2):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

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

.tw-prose-xl :where(h4):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

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

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

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

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

.tw-prose-xl :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
  font-size: 0.9em;
  border-radius: 0.3125rem;
  padding-top: 0.25em;
  padding-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}

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

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

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

.tw-prose-xl :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}

.tw-prose-xl :where(ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.tw-prose-xl :where(ul):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-prose-xl :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}

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

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

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

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

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

.tw-prose-xl :where(table):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
  font-size: 0.9em;
  line-height: 1.5555556;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-prose-slate
    {
  --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;
}

.tw-text-white p
    {
  color: white;
}

.tw-sr-only
    {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.tw-pointer-events-none
    {
  pointer-events: none !important;
}

.tw-invisible
    {
  visibility: hidden !important;
}

.tw-fixed
    {
  position: fixed !important;
}

.tw-absolute
    {
  position: absolute !important;
}

.tw-relative
    {
  position: relative !important;
}

.tw-sticky
    {
  position: sticky !important;
}

.tw-inset-0
    {
  inset: 0px !important;
}

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

.tw-right-1\/2
    {
  right: 50% !important;
}

.tw-top-0
    {
  top: 0px !important;
}

.tw-z-10
    {
  z-index: 10 !important;
}

.tw-z-20
    {
  z-index: 20 !important;
}

.tw-z-30
    {
  z-index: 30 !important;
}

.tw-z-40
    {
  z-index: 40 !important;
}

.tw-z-\[150\]
    {
  z-index: 150 !important;
}

.tw-order-last
    {
  order: 9999 !important;
}

.tw-col-span-1
    {
  grid-column: span 1 / span 1 !important;
}

.tw-col-span-8
    {
  grid-column: span 8 / span 8 !important;
}

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

.tw--mx-10
    {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.tw--my-2
    {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.tw-mx-4
    {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.tw-mx-auto
    {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.tw-my-10
    {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.tw-my-2
    {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.tw-my-auto
    {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.-tw-mt-6
    {
  margin-top: -1.5rem !important;
}

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

.tw-mb-0\.5
    {
  margin-bottom: 0.125rem !important;
}

.tw-mb-1
    {
  margin-bottom: 0.25rem !important;
}

.tw-mb-10
    {
  margin-bottom: 2.5rem !important;
}

.tw-mb-12
    {
  margin-bottom: 3rem !important;
}

.tw-mb-16
    {
  margin-bottom: 4rem !important;
}

.tw-mb-2
    {
  margin-bottom: 0.5rem !important;
}

.tw-mb-3
    {
  margin-bottom: 0.75rem !important;
}

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

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

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

.tw-ml-4
    {
  margin-left: 1rem !important;
}

.tw-ml-8
    {
  margin-left: 2rem !important;
}

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

.tw-mr-10
    {
  margin-right: 2.5rem !important;
}

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

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

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

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

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

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

.tw-mt-6
    {
  margin-top: 1.5rem !important;
}

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

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

.tw-block
    {
  display: block !important;
}

.tw-inline-block
    {
  display: inline-block !important;
}

.tw-inline
    {
  display: inline !important;
}

.tw-flex
    {
  display: flex !important;
}

.tw-inline-flex
    {
  display: inline-flex !important;
}

.tw-grid
    {
  display: grid !important;
}

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

.tw-h-1\/2
    {
  height: 50% !important;
}

.tw-h-10
    {
  height: 2.5rem !important;
}

.tw-h-12
    {
  height: 3rem !important;
}

.tw-h-2
    {
  height: 0.5rem !important;
}

.tw-h-20
    {
  height: 5rem !important;
}

.tw-h-24
    {
  height: 6rem !important;
}

.tw-h-3
    {
  height: 0.75rem !important;
}

.tw-h-4
    {
  height: 1rem !important;
}

.tw-h-48
    {
  height: 12rem !important;
}

.tw-h-5
    {
  height: 1.25rem !important;
}

.tw-h-6
    {
  height: 1.5rem !important;
}

.tw-h-64
    {
  height: 16rem !important;
}

.tw-h-8
    {
  height: 2rem !important;
}

.tw-h-9
    {
  height: 2.25rem !important;
}

.tw-h-\[2px\]
    {
  height: 2px !important;
}

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

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

.tw-max-h-96
    {
  max-height: 24rem !important;
}

.tw-min-h-\[24rem\]
    {
  min-height: 24rem !important;
}

.tw-min-h-\[500px\]
    {
  min-height: 500px !important;
}

.tw-min-h-full
    {
  min-height: 100% !important;
}

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

.tw-w-1\/3
    {
  width: 33.333333% !important;
}

.tw-w-1\/5
    {
  width: 20% !important;
}

.tw-w-10
    {
  width: 2.5rem !important;
}

.tw-w-12
    {
  width: 3rem !important;
}

.tw-w-2
    {
  width: 0.5rem !important;
}

.tw-w-20
    {
  width: 5rem !important;
}

.tw-w-24
    {
  width: 6rem !important;
}

.tw-w-3\/4
    {
  width: 75% !important;
}

.tw-w-4
    {
  width: 1rem !important;
}

.tw-w-4\/5
    {
  width: 80% !important;
}

.tw-w-5
    {
  width: 1.25rem !important;
}

.tw-w-6
    {
  width: 1.5rem !important;
}

.tw-w-64
    {
  width: 16rem !important;
}

.tw-w-8
    {
  width: 2rem !important;
}

.tw-w-80
    {
  width: 20rem !important;
}

.tw-w-9
    {
  width: 2.25rem !important;
}

.tw-w-\[100px\]
    {
  width: 100px !important;
}

.tw-w-\[150px\]
    {
  width: 150px !important;
}

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

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

.tw-min-w-full
    {
  min-width: 100% !important;
}

.tw-max-w-2xl
    {
  max-width: 42rem !important;
}

.tw-max-w-3xl
    {
  max-width: 48rem !important;
}

.tw-max-w-5xl
    {
  max-width: 64rem !important;
}

.tw-max-w-7xl
    {
  max-width: 80rem !important;
}

.tw-max-w-\[24ch\]
    {
  max-width: 24ch !important;
}

.tw-max-w-\[36ch\]
    {
  max-width: 36ch !important;
}

.tw-max-w-\[40ch\]
    {
  max-width: 40ch !important;
}

.tw-max-w-\[48ch\]
    {
  max-width: 48ch !important;
}

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

.tw-max-w-md
    {
  max-width: 28rem !important;
}

.tw-max-w-prose
    {
  max-width: 65ch !important;
}

.tw-max-w-screen-2xl
    {
  max-width: 1600px !important;
}

.tw-max-w-screen-lg
    {
  max-width: 1024px !important;
}

.tw-max-w-screen-md
    {
  max-width: 768px !important;
}

.tw-max-w-screen-sm
    {
  max-width: 640px !important;
}

.tw-max-w-screen-xl
    {
  max-width: 1280px !important;
}

.tw-max-w-sm
    {
  max-width: 24rem !important;
}

.tw-max-w-xl
    {
  max-width: 36rem !important;
}

.tw-flex-1
    {
  flex: 1 1 0% !important;
}

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

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

.tw-origin-center
    {
  transform-origin: center !important;
}

.tw--translate-x-1\/2
    {
  --tw-translate-x: -50% !important;
  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)) !important;
}

.tw-cursor-pointer
    {
  cursor: pointer !important;
}

.tw-grid-cols-1
    {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-cols-12
    {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

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

.tw-flex-col
    {
  flex-direction: column !important;
}

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

.tw-place-items-center
    {
  place-items: center !important;
}

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

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

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

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

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

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

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

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

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

.tw-gap-1
    {
  gap: 0.25rem !important;
}

.tw-gap-10
    {
  gap: 2.5rem !important;
}

.tw-gap-12
    {
  gap: 3rem !important;
}

.tw-gap-16
    {
  gap: 4rem !important;
}

.tw-gap-4
    {
  gap: 1rem !important;
}

.tw-gap-5
    {
  gap: 1.25rem !important;
}

.tw-gap-6
    {
  gap: 1.5rem !important;
}

.tw-gap-8
    {
  gap: 2rem !important;
}

.tw-gap-px
    {
  gap: 1px !important;
}

.tw-gap-x-0
    {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.tw-gap-x-1\.5
    {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.tw-gap-x-2
    {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.tw-gap-x-3
    {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.tw-gap-x-4
    {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.tw-gap-x-6
    {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.tw-gap-x-8
    {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.tw-gap-y-1
    {
  row-gap: 0.25rem !important;
}

.tw-gap-y-1\.5
    {
  row-gap: 0.375rem !important;
}

.tw-gap-y-2
    {
  row-gap: 0.5rem !important;
}

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

.tw-gap-y-8
    {
  row-gap: 2rem !important;
}

.tw-space-x-0 > :not([hidden]) ~ :not([hidden])
    {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden])
    {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-3 > :not([hidden]) ~ :not([hidden])
    {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden])
    {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-y-1 > :not([hidden]) ~ :not([hidden])
    {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden])
    {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-4 > :not([hidden]) ~ :not([hidden])
    {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-8 > :not([hidden]) ~ :not([hidden])
    {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.tw-divide-y > :not([hidden]) ~ :not([hidden])
    {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.tw-divide-solid > :not([hidden]) ~ :not([hidden])
    {
  border-style: solid !important;
}

.tw-divide-gray-300 > :not([hidden]) ~ :not([hidden])
    {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity)) !important;
}

.tw-divide-primary-400 > :not([hidden]) ~ :not([hidden])
    {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(112 121 127 / var(--tw-divide-opacity)) !important;
}

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

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

.tw-overflow-hidden
    {
  overflow: hidden !important;
}

.tw-overflow-x-auto
    {
  overflow-x: auto !important;
}

.tw-overflow-y-auto
    {
  overflow-y: auto !important;
}

.tw-overflow-x-hidden
    {
  overflow-x: hidden !important;
}

.tw-overflow-x-scroll
    {
  overflow-x: scroll !important;
}

.tw-scroll-smooth
    {
  scroll-behavior: smooth !important;
}

.tw-whitespace-nowrap
    {
  white-space: nowrap !important;
}

.tw-text-balance
    {
  text-wrap: balance !important;
}

.tw-rounded
    {
  border-radius: 0.25rem !important;
}

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

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

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

.tw-rounded-sm
    {
  border-radius: 0.125rem !important;
}

.tw-rounded-xl
    {
  border-radius: 0.75rem !important;
}

.tw-border
    {
  border-width: 1px !important;
}

.tw-border-4
    {
  border-width: 4px !important;
}

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

.tw-border-r
    {
  border-right-width: 1px !important;
}

.tw-border-t
    {
  border-top-width: 1px !important;
}

.tw-border-solid
    {
  border-style: solid !important;
}

.tw-border-black
    {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.tw-border-gray-400
    {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.tw-border-neutral-200
    {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}

.tw-border-primary-400
    {
  --tw-border-opacity: 1 !important;
  border-color: rgb(112 121 127 / var(--tw-border-opacity)) !important;
}

.tw-border-primary-600
    {
  --tw-border-opacity: 1 !important;
  border-color: rgb(46 57 65 / var(--tw-border-opacity)) !important;
}

.tw-border-secondary-300
    {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 213 205 / var(--tw-border-opacity)) !important;
}

.tw-border-transparent
    {
  border-color: transparent !important;
}

.tw-bg-black
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.tw-bg-lightblue
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 244 244 / var(--tw-bg-opacity)) !important;
}

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

.tw-bg-neutral-50
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}

.tw-bg-primary
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 63 72 / var(--tw-bg-opacity)) !important;
}

.tw-bg-primary-100
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 236 237 / var(--tw-bg-opacity)) !important;
}

.tw-bg-primary-400
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 121 127 / var(--tw-bg-opacity)) !important;
}

.tw-bg-primary-600
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 57 65 / var(--tw-bg-opacity)) !important;
}

.tw-bg-primary-700
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 47 54 / var(--tw-bg-opacity)) !important;
}

.tw-bg-secondary
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 150 129 / var(--tw-bg-opacity)) !important;
}

.tw-bg-secondary-100
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 245 242 / var(--tw-bg-opacity)) !important;
}

.tw-bg-secondary-200
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 229 224 / var(--tw-bg-opacity)) !important;
}

.tw-bg-secondary-300
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 213 205 / var(--tw-bg-opacity)) !important;
}

.tw-bg-secondary-400
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 182 167 / var(--tw-bg-opacity)) !important;
}

.tw-bg-secondary-50
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 250 249 / var(--tw-bg-opacity)) !important;
}

.tw-bg-secondary-500
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 150 129 / var(--tw-bg-opacity)) !important;
}

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

.tw-bg-gradient-to-b
    {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.tw-from-neutral-800\/5
    {
  --tw-gradient-from: rgb(30 41 59 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.tw-to-neutral-800\/75
    {
  --tw-gradient-to: rgb(30 41 59 / 0.75) var(--tw-gradient-to-position) !important;
}

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

.tw-p-4
    {
  padding: 1rem !important;
}

.tw-p-6
    {
  padding: 1.5rem !important;
}

.tw-p-8
    {
  padding: 2rem !important;
}

.tw-px-1\.5
    {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.tw-px-10
    {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.tw-px-2
    {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-px-3
    {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.tw-px-4
    {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

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

.tw-px-8
    {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

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

.tw-py-0\.5
    {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.tw-py-1
    {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw-py-10
    {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.tw-py-16
    {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.tw-py-2
    {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-py-3\.5
    {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

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

.tw-py-5
    {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.tw-py-8
    {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

.tw-pb-16
    {
  padding-bottom: 4rem !important;
}

.tw-pb-2
    {
  padding-bottom: 0.5rem !important;
}

.tw-pb-20
    {
  padding-bottom: 5rem !important;
}

.tw-pb-8
    {
  padding-bottom: 2rem !important;
}

.tw-pl-12
    {
  padding-left: 3rem !important;
}

.tw-pl-3
    {
  padding-left: 0.75rem !important;
}

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

.tw-pl-64
    {
  padding-left: 16rem !important;
}

.tw-pr-3
    {
  padding-right: 0.75rem !important;
}

.tw-pr-4
    {
  padding-right: 1rem !important;
}

.tw-pr-8
    {
  padding-right: 2rem !important;
}

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

.tw-pt-1
    {
  padding-top: 0.25rem !important;
}

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

.tw-pt-4
    {
  padding-top: 1rem !important;
}

.tw-pt-6
    {
  padding-top: 1.5rem !important;
}

.tw-text-left
    {
  text-align: left !important;
}

.tw-text-center
    {
  text-align: center !important;
}

.tw-text-right
    {
  text-align: right !important;
}

.tw-align-middle
    {
  vertical-align: middle !important;
}

.tw-font-heading
    {
  font-family: niveau-grotesk, serif !important;
}

.tw-text-2xl
    {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.tw-text-3xl
    {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.tw-text-4xl
    {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.tw-text-5xl
    {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.tw-text-\[0\.625rem\]
    {
  font-size: 0.625rem !important;
}

.tw-text-\[1\.125rem\]
    {
  font-size: 1.125rem !important;
}

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

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

.tw-text-sm
    {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.tw-text-xl
    {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.tw-text-xs
    {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.tw-font-bold
    {
  font-weight: 700 !important;
}

.tw-font-extrabold
    {
  font-weight: 800 !important;
}

.tw-font-medium
    {
  font-weight: 500 !important;
}

.tw-font-normal
    {
  font-weight: 400 !important;
}

.tw-font-semibold
    {
  font-weight: 600 !important;
}

.tw-uppercase
    {
  text-transform: uppercase !important;
}

.tw-capitalize
    {
  text-transform: capitalize !important;
}

.tw-leading-none
    {
  line-height: 1 !important;
}

.tw-leading-normal
    {
  line-height: 1.5 !important;
}

.tw-leading-relaxed
    {
  line-height: 1.625 !important;
}

.tw-leading-snug
    {
  line-height: 1.375 !important;
}

.tw-leading-tight
    {
  line-height: 1.25 !important;
}

.tw-tracking-normal
    {
  letter-spacing: 0em !important;
}

.tw-tracking-tight
    {
  letter-spacing: -0.025em !important;
}

.tw-tracking-tighter
    {
  letter-spacing: -0.05em !important;
}

.tw-tracking-wide
    {
  letter-spacing: 0.025em !important;
}

.tw-text-gray-400
    {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-500
    {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-700
    {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-800
    {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

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

.tw-text-neutral-100
    {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity)) !important;
}

.tw-text-neutral-300
    {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}

.tw-text-neutral-400
    {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}

.tw-text-neutral-50
    {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity)) !important;
}

.tw-text-neutral-500
    {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.tw-text-neutral-600
    {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}

.tw-text-neutral-700
    {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}

.tw-text-neutral-800
    {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}

.tw-text-neutral-900
    {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity)) !important;
}

.tw-text-primary
    {
  --tw-text-opacity: 1 !important;
  color: rgb(51 63 72 / var(--tw-text-opacity)) !important;
}

.tw-text-primary-600
    {
  --tw-text-opacity: 1 !important;
  color: rgb(46 57 65 / var(--tw-text-opacity)) !important;
}

.tw-text-primary-700
    {
  --tw-text-opacity: 1 !important;
  color: rgb(38 47 54 / var(--tw-text-opacity)) !important;
}

.tw-text-primary-800
    {
  --tw-text-opacity: 1 !important;
  color: rgb(31 38 43 / var(--tw-text-opacity)) !important;
}

.tw-text-primary-900
    {
  --tw-text-opacity: 1 !important;
  color: rgb(25 31 35 / var(--tw-text-opacity)) !important;
}

.tw-text-secondary
    {
  --tw-text-opacity: 1 !important;
  color: rgb(0 150 129 / var(--tw-text-opacity)) !important;
}

.tw-text-secondary-400
    {
  --tw-text-opacity: 1 !important;
  color: rgb(77 182 167 / var(--tw-text-opacity)) !important;
}

.tw-text-secondary-500
    {
  --tw-text-opacity: 1 !important;
  color: rgb(0 150 129 / var(--tw-text-opacity)) !important;
}

.tw-text-secondary-700
    {
  --tw-text-opacity: 1 !important;
  color: rgb(0 113 97 / var(--tw-text-opacity)) !important;
}

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

.tw-antialiased
    {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.tw-opacity-25
    {
  opacity: 0.25 !important;
}

.tw-opacity-70
    {
  opacity: 0.7 !important;
}

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

.tw-shadow-lg
    {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

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

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

.tw-ring-1
    {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

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

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

.tw-transition-all
    {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-shadow
    {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-ease-in-out
    {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Make sure the nav opens properly */

.mm-menu_offcanvas.mm-menu_opened {
  display: block !important
}

.TextBlock article p a {
  overflow-wrap: break-word;
}

/* Balanced Text */

.tw-text-balance {
  text-wrap: balance
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Container Styling */

#subscribe-module p
    {
  color: white;
}

#subscribe-module
    {
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Headline Styling */

#subscribe-module h1
    {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

#subscribe-module p
    {
  margin-bottom: 1rem;
}

/* Email Input Styling */

#subscribe-module input[type="email"],
  #subscribe-module input[type="text"]
    {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

/* Checkbox Styling */

#subscribe-module input[type="checkbox"]
    {
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

#subscribe-module input[type="checkbox"]:focus
    {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity));
}

#subscribe-module input[type='checkbox']:checked
    {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-size: .55em .55em;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.mfn-info-main-1
    {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/* Checkbox Containers */

#subscribe-module .mfn-block.mfn-options .mfn-list-item,
  #subscribe-module .mfn-block.mfn-languages .mfn-list-item
    {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.mfn-info-languages
    {
  padding-top: 0.5rem;
}

/* Terms and Conditions Checkbox */

#subscribe-module .mfn-block.mfn-policy
    {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#subscribe-module .mfn-block.mfn-policy a
    {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

/* Button Styling */

#subscribe-module .mfn-sub-submit p
    {
  color: white;
}

#subscribe-module .mfn-sub-submit
    {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Link and Policy Text */

#subscribe-module .mfn-block.mfn-policy-text a,
  #subscribe-module .mfn-info-options a
    {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

/* Success and Error Message Styles */

#subscribe-module .mfn-status-item
    {
  text-align: center;
}

#subscribe-module .mfn-sub-success
    {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

#subscribe-module .mfn-sub-bad-input
    {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

/* Footer Policy Text */

#subscribe-module .tw-footer-policy
    {
  margin-bottom: 1rem;
  text-align: center;
}

.mfn-sub-submit p
    {
  color: white;
}

.mfn-sub-submit
    {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mfn-sub-submit:disabled
    {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  opacity: 0.5;
}

#investor-links-stock-ticker .stock-symbol
    {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px)
    {
  #investor-links-stock-ticker .stock-symbol
    {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#investor-links-stock-ticker .latest-price
    {
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px)
    {
  #investor-links-stock-ticker .latest-price
    {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px)
    {
  #investor-links-stock-ticker .latest-price
    {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

#stock-ticker .delta-today, #investor-links-stock-ticker .delta-today, #stock-ticker .delta-today-sek, #investor-links-stock-ticker .delta-today-sek, #stock-ticker .stock-symbol, #stock-ticker .latest-date, #stock-ticker .latest-time
    {
  display: none;
}

#investor-links-stock-ticker .latest-date, #investor-links-stock-ticker .latest-time
    {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.force-text-light p
    {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

@media (min-width: 640px)
    {
  .sm\:tw-prose-lg
    {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-prose-lg :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-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;
  }

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

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

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

  .sm\:tw-prose-lg :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px)
    {
  .lg\:tw-prose-xl
    {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:tw-prose-xl :where(p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:tw-prose-xl :where([class~="lead"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

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

  .lg\:tw-prose-xl :where(h1):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:tw-prose-xl :where(h2):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

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

  .lg\:tw-prose-xl :where(h4):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

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

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

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

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

  .lg\:tw-prose-xl :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }

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

  .lg\:tw-prose-xl :where(h2 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.8611111em;
  }

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

  .lg\:tw-prose-xl :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }

  .lg\:tw-prose-xl :where(ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .lg\:tw-prose-xl :where(ul):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .lg\:tw-prose-xl :where(li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:tw-prose-xl :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    padding-inline-start: 0.4em;
  }

  .lg\:tw-prose-xl :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    padding-inline-start: 0.4em;
  }

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

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

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

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

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

  .lg\:tw-prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:tw-prose-xl :where(dl):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:tw-prose-xl :where(dt):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.2em;
  }

  .lg\:tw-prose-xl :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }

  .lg\:tw-prose-xl :where(hr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

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

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

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

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

  .lg\:tw-prose-xl :where(table):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:tw-prose-xl :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

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

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

  .lg\:tw-prose-xl :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

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

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

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

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

  .lg\:tw-prose-xl :where(figcaption):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

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

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

  .lg\:tw-prose-2xl
    {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

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

  .lg\:tw-prose-2xl :where([class~="lead"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .lg\:tw-prose-2xl :where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-inline-start: 1.1111111em;
  }

  .lg\:tw-prose-2xl :where(h1):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .lg\:tw-prose-2xl :where(h2):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .lg\:tw-prose-2xl :where(h3):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .lg\:tw-prose-2xl :where(h4):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

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

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

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

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

  .lg\:tw-prose-2xl :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-inline-end: 0.3333333em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.3333333em;
  }

  .lg\:tw-prose-2xl :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.8333333em;
  }

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

  .lg\:tw-prose-2xl :where(h3 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.8888889em;
  }

  .lg\:tw-prose-2xl :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .lg\:tw-prose-2xl :where(ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }

  .lg\:tw-prose-2xl :where(ul):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }

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

  .lg\:tw-prose-2xl :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    padding-inline-start: 0.4166667em;
  }

  .lg\:tw-prose-2xl :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    padding-inline-start: 0.4166667em;
  }

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

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

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

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

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

  .lg\:tw-prose-2xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

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

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

  .lg\:tw-prose-2xl :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    margin-top: 0.5em;
    padding-inline-start: 1.5833333em;
  }

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

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

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

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

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

  .lg\:tw-prose-2xl :where(table):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .lg\:tw-prose-2xl :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }

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

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

  .lg\:tw-prose-2xl :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    padding-top: 0.8em;
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }

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

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

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

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

  .lg\:tw-prose-2xl :where(figcaption):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))
    {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

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

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

.hover\:tw-cursor-pointer:hover
    {
  cursor: pointer !important;
}

.hover\:tw-border-r-4:hover
    {
  border-right-width: 4px !important;
}

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

.hover\:tw-bg-gray-700:hover
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-neutral-100:hover
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-primary-200:hover
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 207 209 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-secondary-200:hover
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 229 224 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-opacity-90:hover
    {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:tw-text-gray-200:hover
    {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-primary-400:hover
    {
  --tw-text-opacity: 1 !important;
  color: rgb(112 121 127 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-primary-500:hover
    {
  --tw-text-opacity: 1 !important;
  color: rgb(51 63 72 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-secondary:hover
    {
  --tw-text-opacity: 1 !important;
  color: rgb(0 150 129 / var(--tw-text-opacity)) !important;
}

.hover\:tw-underline:hover
    {
  text-decoration-line: underline !important;
}

.hover\:tw-opacity-75:hover
    {
  opacity: 0.75 !important;
}

.hover\:tw-shadow-lg:hover
    {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.hover\:tw-ring-2:hover
    {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.hover\:tw-ring-offset-2:hover
    {
  --tw-ring-offset-width: 2px !important;
}

.focus\:tw-text-primary-400:focus
    {
  --tw-text-opacity: 1 !important;
  color: rgb(112 121 127 / var(--tw-text-opacity)) !important;
}

.active\:tw-text-primary-600:active
    {
  --tw-text-opacity: 1 !important;
  color: rgb(46 57 65 / var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-secondary-400
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 182 167 / var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-pl-1
    {
  padding-left: 0.25rem !important;
}

.tw-group:hover .group-hover\:tw-text-secondary-500
    {
  --tw-text-opacity: 1 !important;
  color: rgb(0 150 129 / var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-secondary-700
    {
  --tw-text-opacity: 1 !important;
  color: rgb(0 113 97 / var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-underline
    {
  text-decoration-line: underline !important;
}

.dark\:tw-bg-gray-800:is(.tw-dark *)
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}

.dark\:tw-bg-neutral-700:is(.tw-dark *)
    {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}

.dark\:tw-text-neutral-100:is(.tw-dark *)
    {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity)) !important;
}

.dark\:tw-text-neutral-300:is(.tw-dark *)
    {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}

.dark\:tw-text-neutral-50:is(.tw-dark *)
    {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity)) !important;
}

@media not all and (min-width: 768px)
    {
  .max-md\:tw-divide-y > :not([hidden]) ~ :not([hidden])
    {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }
}

@media (min-width: 640px)
    {
  .sm\:tw-col-span-1
    {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:tw-col-span-2
    {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:tw-mx-6
    {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:tw-mx-auto
    {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:tw-mb-6
    {
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-mt-4
    {
    margin-top: 1rem !important;
  }

  .sm\:tw-mt-6
    {
    margin-top: 1.5rem !important;
  }

  .sm\:tw-inline-block
    {
    display: inline-block !important;
  }

  .sm\:tw-flex
    {
    display: flex !important;
  }

  .sm\:tw-h-2\/3
    {
    height: 66.666667% !important;
  }

  .sm\:tw-max-w-2xl
    {
    max-width: 42rem !important;
  }

  .sm\:tw-max-w-3xl
    {
    max-width: 48rem !important;
  }

  .sm\:tw-max-w-none
    {
    max-width: none !important;
  }

  .sm\:tw-grid-cols-2
    {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-3
    {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-justify-center
    {
    justify-content: center !important;
  }

  .sm\:tw-gap-y-12
    {
    row-gap: 3rem !important;
  }

  .sm\:tw-space-x-4 > :not([hidden]) ~ :not([hidden])
    {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-0 > :not([hidden]) ~ :not([hidden])
    {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-overflow-hidden
    {
    overflow: hidden !important;
  }

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

  .sm\:tw-px-8
    {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:tw-py-24
    {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:tw-py-6
    {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-pl-6
    {
    padding-left: 1.5rem !important;
  }

  .sm\:tw-pr-6
    {
    padding-right: 1.5rem !important;
  }

  .sm\:tw-text-2xl
    {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .sm\:tw-text-3xl
    {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .sm\:tw-text-4xl
    {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:tw-text-5xl
    {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-text-base
    {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .sm\:tw-text-lg
    {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

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

@media (min-width: 768px)
    {
  .md\:tw-visible
    {
    visibility: visible !important;
  }

  .md\:tw-fixed
    {
    position: fixed !important;
  }

  .md\:tw-inset-y-0
    {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:tw-col-span-2
    {
    grid-column: span 2 / span 2 !important;
  }

  .md\:tw-mx-0
    {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:-tw-mt-12
    {
    margin-top: -3rem !important;
  }

  .md\:tw-mb-12
    {
    margin-bottom: 3rem !important;
  }

  .md\:tw-flex
    {
    display: flex !important;
  }

  .md\:tw-grid
    {
    display: grid !important;
  }

  .md\:tw-h-16
    {
    height: 4rem !important;
  }

  .md\:tw-w-1\/2
    {
    width: 50% !important;
  }

  .md\:tw-w-64
    {
    width: 16rem !important;
  }

  .md\:tw-grid-cols-3
    {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-8
    {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:tw-flex-row
    {
    flex-direction: row !important;
  }

  .md\:tw-flex-col
    {
    flex-direction: column !important;
  }

  .md\:tw-gap-10
    {
    gap: 2.5rem !important;
  }

  .md\:tw-gap-12
    {
    gap: 3rem !important;
  }

  .md\:tw-gap-16
    {
    gap: 4rem !important;
  }

  .md\:tw-gap-8
    {
    gap: 2rem !important;
  }

  .md\:tw-gap-y-4
    {
    row-gap: 1rem !important;
  }

  .md\:tw-divide-x > :not([hidden]) ~ :not([hidden])
    {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-rounded-lg
    {
    border-radius: 0.5rem !important;
  }

  .md\:tw-rounded-md
    {
    border-radius: 0.375rem !important;
  }

  .md\:tw-p-6
    {
    padding: 1.5rem !important;
  }

  .md\:tw-p-8
    {
    padding: 2rem !important;
  }

  .md\:tw-px-6
    {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:tw-px-8
    {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:tw-py-12
    {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:tw-py-2
    {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-py-6
    {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-pl-64
    {
    padding-left: 16rem !important;
  }

  .md\:tw-text-2xl
    {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .md\:tw-text-base
    {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:tw-text-lg
    {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1024px)
    {
  .lg\:tw-relative
    {
    position: relative !important;
  }

  .lg\:tw-z-10
    {
    z-index: 10 !important;
  }

  .lg\:tw-order-first
    {
    order: -9999 !important;
  }

  .lg\:tw-order-last
    {
    order: 9999 !important;
  }

  .lg\:tw-col-span-10
    {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:tw-col-span-2
    {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:tw-m-0
    {
    margin: 0px !important;
  }

  .lg\:tw--mx-0
    {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .lg\:tw--my-8
    {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:tw-mx-0
    {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:tw-my-0
    {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:tw-mb-12
    {
    margin-bottom: 3rem !important;
  }

  .lg\:tw-mb-16
    {
    margin-bottom: 4rem !important;
  }

  .lg\:tw-mt-4
    {
    margin-top: 1rem !important;
  }

  .lg\:tw-mt-6
    {
    margin-top: 1.5rem !important;
  }

  .lg\:tw-mt-8
    {
    margin-top: 2rem !important;
  }

  .lg\:tw-block
    {
    display: block !important;
  }

  .lg\:tw-flex
    {
    display: flex !important;
  }

  .lg\:tw-grid
    {
    display: grid !important;
  }

  .lg\:tw-hidden
    {
    display: none !important;
  }

  .lg\:tw-h-auto
    {
    height: auto !important;
  }

  .lg\:tw-h-full
    {
    height: 100% !important;
  }

  .lg\:tw-min-h-\[32rem\]
    {
    min-height: 32rem !important;
  }

  .lg\:tw-w-3\/5
    {
    width: 60% !important;
  }

  .lg\:tw-w-auto
    {
    width: auto !important;
  }

  .lg\:tw-w-full
    {
    width: 100% !important;
  }

  .lg\:tw-max-w-none
    {
    max-width: none !important;
  }

  .lg\:tw-grid-cols-12
    {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-2
    {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-3
    {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-flex-row
    {
    flex-direction: row !important;
  }

  .lg\:tw-justify-start
    {
    justify-content: flex-start !important;
  }

  .lg\:tw-gap-16
    {
    gap: 4rem !important;
  }

  .lg\:tw-gap-24
    {
    gap: 6rem !important;
  }

  .lg\:tw-gap-32
    {
    gap: 8rem !important;
  }

  .lg\:tw-gap-8
    {
    gap: 2rem !important;
  }

  .lg\:tw-gap-x-2
    {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:tw-gap-y-0
    {
    row-gap: 0px !important;
  }

  .lg\:tw-gap-y-16
    {
    row-gap: 4rem !important;
  }

  .lg\:tw-gap-y-4
    {
    row-gap: 1rem !important;
  }

  .lg\:tw-overflow-auto
    {
    overflow: auto !important;
  }

  .lg\:tw-p-0
    {
    padding: 0px !important;
  }

  .lg\:tw-px-0
    {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:tw-px-16
    {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

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

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

  .lg\:tw-py-16
    {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:tw-py-20
    {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:tw-py-32
    {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:tw-py-4
    {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:tw-py-8
    {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:tw-pb-0
    {
    padding-bottom: 0px !important;
  }

  .lg\:tw-pb-12
    {
    padding-bottom: 3rem !important;
  }

  .lg\:tw-pl-8
    {
    padding-left: 2rem !important;
  }

  .lg\:tw-text-left
    {
    text-align: left !important;
  }

  .lg\:tw-text-2xl
    {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:tw-text-4xl
    {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:tw-text-5xl
    {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-6xl
    {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-base
    {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:tw-text-xl
    {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1280px)
    {
  .xl\:tw-col-span-4
    {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:tw-col-span-8
    {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:tw-mb-3
    {
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-grid
    {
    display: grid !important;
  }

  .xl\:tw-h-24
    {
    height: 6rem !important;
  }

  .xl\:tw-h-5
    {
    height: 1.25rem !important;
  }

  .xl\:tw-min-h-\[36rem\]
    {
    min-height: 36rem !important;
  }

  .xl\:tw-w-5
    {
    width: 1.25rem !important;
  }

  .xl\:tw-w-\[30\%\]
    {
    width: 30% !important;
  }

  .xl\:tw-w-\[70\%\]
    {
    width: 70% !important;
  }

  .xl\:tw-flex-nowrap
    {
    flex-wrap: nowrap !important;
  }

  .xl\:tw-gap-8
    {
    gap: 2rem !important;
  }

  .xl\:tw-p-0
    {
    padding: 0px !important;
  }

  .xl\:tw-p-12
    {
    padding: 3rem !important;
  }

  .xl\:tw-px-0
    {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:tw-pr-16
    {
    padding-right: 4rem !important;
  }

  .xl\:tw-text-6xl
    {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .xl\:tw-text-\[1\.75rem\]
    {
    font-size: 1.75rem !important;
  }

  .xl\:tw-text-base
    {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:tw-text-lg
    {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

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

