/*@import "tailwind_component.css";*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

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

.en-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(214 60 61 / var(--tw-text-opacity));
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.ch-title2 {
  font-size: 1.75rem;
  line-height: 3.75rem;
}

@media (min-width: 768px) {
  .ch-title2 {
    font-size: 2.5rem;
  }
}

.ch-content2 {
  font-size: 1rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .ch-content2 {
    font-size: 1.25rem;
  }
}

.frontpage-paragraph {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(66 58 58 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .frontpage-paragraph {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.frontpage-article-box-title {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 58 58 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .frontpage-article-box-title {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }
}

.frontpage-intro-li-style {
  margin-inline-start: 0.5rem;
  display: flex;
  line-height: 1.563rem;
  letter-spacing: 0.125rem;
}

@media (min-width: 768px) {
  .frontpage-intro-li-style {
    margin-inline-start: 2.5rem;
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
}

.field-unit__field {
  .field_with_errors {
    textarea, .rx-container {
      --tw-border-opacity: 1;
      border-color: rgb(211 47 47 / var(--tw-border-opacity));
    }
  }
}

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

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-4 {
  left: 1rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-18 {
  top: 4.5rem;
}

.top-24 {
  top: 6rem;
}

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

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

.m-auto {
  margin: auto;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.mb-30 {
  margin-bottom: 7.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.mr-\[0\.5rem\] {
  margin-right: 0.5rem;
}

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

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

.mt-13 {
  margin-top: 3.25rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

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

.mt-20 {
  margin-top: 5rem;
}

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

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

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

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

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-101 {
  height: 25.25rem;
}

.h-34 {
  height: 8.5rem;
}

.h-4\.5 {
  height: 1.125rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-68\.5 {
  height: 17.125rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-88 {
  height: 22rem;
}

.h-full {
  height: 100%;
}

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

.w-11 {
  width: 2.75rem;
}

.w-144\.75 {
  width: 36.188rem;
}

.w-182 {
  width: 45.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-31 {
  width: 7.75rem;
}

.w-38 {
  width: 9.5rem;
}

.w-50 {
  width: 12.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-78 {
  width: 19.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[483px\] {
  width: 483px;
}

.w-full {
  width: 100%;
}

.max-w-170 {
  max-width: 42.5rem;
}

.max-w-209 {
  max-width: 52.25rem;
}

.max-w-244 {
  max-width: 61rem;
}

.max-w-254 {
  max-width: 63.5rem;
}

.max-w-268 {
  max-width: 67rem;
}

.max-w-384 {
  max-width: 96rem;
}

.max-w-402 {
  max-width: 100.5rem;
}

.max-w-78 {
  max-width: 19.5rem;
}

.max-w-\[73\.5rem\] {
  max-width: 73.5rem;
}

.grow {
  flex-grow: 1;
}

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center {
  scroll-snap-align: center;
}

.list-none {
  list-style-type: none;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

.items-stretch {
  align-items: stretch;
}

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

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

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[1rem\] {
  gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}

.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}

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

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

.rounded-tl-\[1\.25rem\] {
  border-top-left-radius: 1.25rem;
}

.rounded-tr-\[1\.25rem\] {
  border-top-right-radius: 1.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.\!border-\[\#1976D2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 118 210 / var(--tw-border-opacity)) !important;
}

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / var(--tw-border-opacity));
}

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

.\!bg-\[\#D32E2F\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 46 47 / var(--tw-bg-opacity)) !important;
}

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

.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-border {
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / var(--tw-bg-opacity));
}

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

.bg-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(214 60 61 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(26 19 19 / var(--tw-bg-opacity));
}

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

.bg-text_article_more {
  --tw-bg-opacity: 1;
  background-color: rgb(95 88 88 / var(--tw-bg-opacity));
}

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-highlight {
  fill: #D63C3D;
}

.fill-sort_btn_active {
  fill: #B77BF2;
}

.fill-text_article {
  fill: #423A3A;
}

.fill-white {
  fill: #fff;
}

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

.p-4 {
  padding: 1rem;
}

.p-\[2rem\] {
  padding: 2rem;
}

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

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

.px-4\.5 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

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

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

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

.px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

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

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

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

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

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

.\!pt-3 {
  padding-top: 0.75rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

.pb-30 {
  padding-bottom: 7.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-\[\.5rem\] {
  padding-bottom: .5rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

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

.ps-3 {
  padding-inline-start: 0.75rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-70 {
  padding-top: 17.5rem;
}

.pt-\[\.437rem\] {
  padding-top: .437rem;
}

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

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

.align-text-bottom {
  vertical-align: text-bottom;
}

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

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

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

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[1\.875rem\] {
  font-size: 1.875rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[23\.8px\] {
  font-size: 23.8px;
}

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

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

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

.font-black {
  font-weight: 900;
}

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

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

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

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

.leading-\[1\.563rem\] {
  line-height: 1.563rem;
}

.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}

.leading-\[2\.25rem\] {
  line-height: 2.25rem;
}

.leading-\[2\.375rem\] {
  line-height: 2.375rem;
}

.leading-\[2rem\] {
  line-height: 2rem;
}

.tracking-\[\.125rem\] {
  letter-spacing: .125rem;
}

.tracking-\[\.15rem\] {
  letter-spacing: .15rem;
}

.tracking-\[\.1rem\] {
  letter-spacing: .1rem;
}

.tracking-\[\.2rem\] {
  letter-spacing: .2rem;
}

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.tracking-\[0\.075em\] {
  letter-spacing: 0.075em;
}

.tracking-\[0\.095rem\] {
  letter-spacing: 0.095rem;
}

.tracking-\[0\.096rem\] {
  letter-spacing: 0.096rem;
}

.tracking-\[0\.125rem\] {
  letter-spacing: 0.125rem;
}

.tracking-\[0\.2rem\] {
  letter-spacing: 0.2rem;
}

.\!text-\[\#1976D2\] {
  --tw-text-opacity: 1 !important;
  color: rgb(25 118 210 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#293F54\] {
  --tw-text-opacity: 1 !important;
  color: rgb(41 63 84 / var(--tw-text-opacity)) !important;
}

.text-\[\#1976D2\] {
  --tw-text-opacity: 1;
  color: rgb(25 118 210 / var(--tw-text-opacity));
}

.text-\[\#1C1B1F\] {
  --tw-text-opacity: 1;
  color: rgb(28 27 31 / var(--tw-text-opacity));
}

.text-\[\#423A3A\] {
  --tw-text-opacity: 1;
  color: rgb(66 58 58 / var(--tw-text-opacity));
}

.text-\[\#7b7b7b\] {
  --tw-text-opacity: 1;
  color: rgb(123 123 123 / var(--tw-text-opacity));
}

.text-\[\#D32F2F\] {
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity));
}

.text-\[\#DFE0E1\] {
  --tw-text-opacity: 1;
  color: rgb(223 224 225 / var(--tw-text-opacity));
}

.text-border {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}

.text-highlight {
  --tw-text-opacity: 1;
  color: rgb(214 60 61 / var(--tw-text-opacity));
}

.text-text_article {
  --tw-text-opacity: 1;
  color: rgb(66 58 58 / var(--tw-text-opacity));
}

.text-text_article_more {
  --tw-text-opacity: 1;
  color: rgb(95 88 88 / var(--tw-text-opacity));
}

.text-text_article_other {
  --tw-text-opacity: 1;
  color: rgb(125 118 118 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

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

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

.outline {
  outline-style: solid;
}

.drop-shadow-card {
  --tw-drop-shadow: drop-shadow(0px 0.25rem 1.25rem #0000000D);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

* {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 4.2666666667vw;
}

@media( min-width:768px ){
  html {
    font-size: 0.8333333333vw;
  }
}

.bg-mobile-adjustment {
  background-image: url(/hero-mobile.svg);
  background-position: 45% 0%;
  background-size:165%;
}

@media(min-width:768px){
  .bg-mobile-adjustment{
    background-image: url(/hero.svg);
    background-position: right top;
    background-size:contain;
  }
}

.cabin-en-title-5 {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.cabin-en {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.list-items::before {
  content:"·";
  font-size:24px;
  vertical-align:bottom;
}

.scrollDisable::-webkit-scrollbar {
  display: none;
}

/* li::marker{
  content: '・';
  font-size: 24px;
  color:'#ffffff'
} */

/* index more svg style */

.morePath {
  stroke: #5F5858;
}

.moreCircle {
  stroke: #5F5858;
}

.moreLink:hover .morePath,
.moreLink:hover circle {
  stroke: #B77BF2;
}

.moreLink:active .morePath,
.moreLink:active circle {
  stroke: #7C4CAA;
}

.moreLink:disabled .morePath,
.moreLink:disabled circle {
  stroke: #E5E3E3;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

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

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

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-dropdown_hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 242 / var(--tw-bg-opacity));
}

.hover\:bg-primary_hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(171 48 49 / var(--tw-bg-opacity));
}

.hover\:bg-text_article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 58 58 / var(--tw-bg-opacity));
}

.hover\:fill-nav_active:hover {
  fill: #D63C3D;
}

.hover\:fill-sort_btn_hover:hover {
  fill: #C595F5;
}

.hover\:text-dropdown_hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 242 242 / var(--tw-text-opacity));
}

.hover\:text-nav_hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 201 201 / var(--tw-text-opacity));
}

.hover\:text-text_article_more_hover:hover {
  --tw-text-opacity: 1;
  color: rgb(183 123 242 / var(--tw-text-opacity));
}

.active\:bg-dropdown_active:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 201 / var(--tw-bg-opacity));
}

.active\:bg-text_article_more:active {
  --tw-bg-opacity: 1;
  background-color: rgb(95 88 88 / var(--tw-bg-opacity));
}

.active\:fill-collapse_active:active {
  fill:  #D63C3D;
}

.active\:text-highlight:active {
  --tw-text-opacity: 1;
  color: rgb(214 60 61 / var(--tw-text-opacity));
}

.active\:text-text_active:active {
  --tw-text-opacity: 1;
  color: rgb(124 76 170 / var(--tw-text-opacity));
}

.active\:text-text_article_more_active:active {
  --tw-text-opacity: 1;
  color: rgb(124 76 170 / var(--tw-text-opacity));
}

.disabled\:text-text_disabled:disabled {
  --tw-text-opacity: 1;
  color: rgb(229 227 227 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:focus ~ .peer-focus\:ring-4 {
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:focus ~ .peer-focus\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:bottom-15 {
    bottom: 3.75rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:right-15 {
    right: 3.75rem;
  }

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

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

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

  .md\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

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

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-50 {
    margin-bottom: 12.5rem;
  }

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

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

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-30 {
    margin-top: 7.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-\[5\.5rem\] {
    margin-top: 5.5rem;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-104 {
    height: 26rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

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

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-88 {
    height: 22rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-184 {
    width: 46rem;
  }

  .md\:w-34 {
    width: 8.5rem;
  }

  .md\:w-54 {
    width: 13.5rem;
  }

  .md\:w-69 {
    width: 17.25rem;
  }

  .md\:w-78 {
    width: 19.5rem;
  }

  .md\:w-95\.75 {
    width: 23.938rem;
  }

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

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

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

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

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

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:py-26 {
    padding-top: 6.5em;
    padding-bottom: 6.5em;
  }

  .md\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:py-6\.25 {
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-20\.5 {
    padding-bottom: 5.125rem;
  }

  .md\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-127\.5 {
    padding-top: 31.875rem;
  }

  .md\:pt-30 {
    padding-top: 7.5rem;
  }

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

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

  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .md\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .md\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .md\:text-\[5\.625rem\] {
    font-size: 5.625rem;
  }

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

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

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

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

  .md\:leading-\[2\.25rem\] {
    line-height: 2.25rem;
  }

  .md\:leading-\[2\.375rem\] {
    line-height: 2.375rem;
  }

  .md\:leading-\[2\.813rem\] {
    line-height: 2.813rem;
  }

  .md\:leading-\[2rem\] {
    line-height: 2rem;
  }

  .md\:leading-\[3\.75rem\] {
    line-height: 3.75rem;
  }

  .md\:tracking-\[0\.01em\] {
    letter-spacing: 0.01em;
  }

  .md\:tracking-\[0\.07em\] {
    letter-spacing: 0.07em;
  }

  .md\:tracking-\[0\.25rem\] {
    letter-spacing: 0.25rem;
  }

  .md\:tracking-\[0\.44rem\] {
    letter-spacing: 0.44rem;
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root{--rx-font-ui:-apple-system,BlinkMacSystemFont,"San Francisco","Segoe UI",Roboto,"Helvetica Neue",sans-serif;--rx-font-ui-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--rx-rounded-sm:3px;--rx-rounded-md:6px;--rx-rounded-lg:9px;--rx-rounded-xl:12px;--rx-rounded-circle:99px;--rx-level-control:3;--rx-level-toolbar:5;--rx-level-tooltip:99;--rx-level-popup:100;--rx-outset-md:28px;--rx-toolbar-height:36px;--rx-toolbar-padding:2px;--rx-toolbar-button-width:34px;--rx-toolbar-button-height:34px;--rx-toolbar-icon-size:20px;--rx-fg-heading:#070707;--rx-fg-text:#2B2B3A;--rx-fg-subtle:#63636E;--rx-fg-placeholder:#73737C;--rx-bg-input:#FFFFFF;--rx-bg-input-shaded:#F7F7F8;--rx-bg-input-on:#070707;--rx-bg-input-off:rgba(7, 7, 7, 0.15);--rx-bg-input-disabled:rgba(7, 7, 7, 0.05);--rx-bg-aluminum:#f8f8f8;--rx-bg-silver:#E6E6E6;--rx-bg-platinum:#CDCDCD;--rx-bg-base:#FFFFFF;--rx-bg-raised:#FFFFFF;--rx-bg-overlay:#FFFFFF;--rx-bg-toolbar:rgba(255, 255, 255, 0.97);--rx-bg-toolbar-raised:rgba(255, 255, 255, 0.97);--rx-bg-context:#070707;--rx-bg-context-active:#042C6A;--rx-bg-source:#191919;--rx-border-divider:rgba(7, 7, 7, 0.1);--rx-border-input:rgba(7, 7, 7, 0.2);--rx-border-focus:#73A9FF;--rx-fg-dark-accent:#070707;--rx-fg-dark-heading:#070707;--rx-fg-dark-text:rgba(7, 7, 7, 0.8);--rx-fg-dark-subtle:rgba(7, 7, 7, 0.6);--rx-fg-dark-minimal:rgba(7, 7, 7, 0.5);--rx-fg-dark-dimmed:rgba(7, 7, 7, 0.4);--rx-bg-dark-dimmed:rgba(7, 7, 7, 0.03);--rx-bg-dark-minimal:rgba(7, 7, 7, 0.05);--rx-bg-dark-subtle:rgba(7, 7, 7, 0.08);--rx-bg-dark-medium:rgba(7, 7, 7, 0.15);--rx-bg-dark-strong:rgba(7, 7, 7, 0.25);--rx-bg-dark-accent:#070707;--rx-bg-dark-accent-hover:rgba(7, 7, 7, 0.8);--rx-border-dark-dimmed:rgba(7, 7, 7, 0.05);--rx-border-dark-minimal:rgba(7, 7, 7, 0.08);--rx-border-dark-subtle:rgba(7, 7, 7, 0.1);--rx-border-dark-medium:rgba(7, 7, 7, 0.2);--rx-border-dark-accent:#070707;--rx-fg-light-accent:#FFFFFF;--rx-fg-light-heading:#FFFFFF;--rx-fg-light-text:rgba(255, 255, 255, 0.8);--rx-fg-light-subtle:rgba(255, 255, 255, 0.6);--rx-fg-light-minimal:rgba(255, 255, 255, 0.5);--rx-fg-light-dimmed:rgba(255, 255, 255, 0.4);--rx-bg-light-dimmed:rgba(255, 255, 255, 0.03);--rx-bg-light-minimal:rgba(255, 255, 255, 0.05);--rx-bg-light-subtle:rgba(255, 255, 255, 0.08);--rx-bg-light-medium:rgba(255, 255, 255, 0.15);--rx-bg-light-strong:rgba(255, 255, 255, 0.25);--rx-bg-light-accent:#FFFFFF;--rx-bg-light-accent-hover:rgba(255, 255, 255, 0.8);--rx-border-light-dimmed:rgba(255, 255, 255, 0.05);--rx-border-light-minimal:rgba(255, 255, 255, 0.08);--rx-border-light-subtle:rgba(255, 255, 255, 0.1);--rx-border-light-medium:rgba(255, 255, 255, 0.2);--rx-border-light-accent:#FFFFFF;--rx-fg-black-accent:#070707;--rx-fg-black-heading:#070707;--rx-fg-black-text:rgba(7, 7, 7, 0.8);--rx-fg-black-subtle:rgba(7, 7, 7, 0.6);--rx-fg-black-minimal:rgba(7, 7, 7, 0.5);--rx-fg-black-dimmed:rgba(7, 7, 7, 0.4);--rx-bg-black-dimmed:rgba(7, 7, 7, 0.03);--rx-bg-black-minimal:rgba(7, 7, 7, 0.05);--rx-bg-black-subtle:rgba(7, 7, 7, 0.08);--rx-bg-black-medium:rgba(7, 7, 7, 0.15);--rx-bg-black-accent:#070707;--rx-bg-black-accent-hover:rgba(7, 7, 7, 0.8);--rx-border-black-dimmed:rgba(7, 7, 7, 0.05);--rx-border-black-minimal:rgba(7, 7, 7, 0.08);--rx-border-black-subtle:rgba(7, 7, 7, 0.1);--rx-border-black-medium:rgba(7, 7, 7, 0.2);--rx-border-black-accent:#070707;--rx-fg-white-accent:#FFFFFF;--rx-fg-white-heading:#FFFFFF;--rx-fg-white-text:rgba(255, 255, 255, 0.8);--rx-fg-white-subtle:rgba(255, 255, 255, 0.6);--rx-fg-white-minimal:rgba(255, 255, 255, 0.5);--rx-fg-white-dimmed:rgba(255, 255, 255, 0.4);--rx-bg-white-dimmed:rgba(255, 255, 255, 0.03);--rx-bg-white-minimal:rgba(255, 255, 255, 0.05);--rx-bg-white-subtle:rgba(255, 255, 255, 0.08);--rx-bg-white-medium:rgba(255, 255, 255, 0.15);--rx-bg-white-accent:#FFFFFF;--rx-bg-white-accent-hover:rgba(255, 255, 255, 0.8);--rx-border-white-dimmed:rgba(255, 255, 255, 0.05);--rx-border-white-minimal:rgba(255, 255, 255, 0.08);--rx-border-white-subtle:rgba(255, 255, 255, 0.1);--rx-border-white-medium:rgba(255, 255, 255, 0.2);--rx-border-white-accent:#FFFFFF;--rx-fg-primary-accent:#0063FF;--rx-fg-primary-strong:#0247B5;--rx-fg-primary-text:#043583;--rx-bg-primary-minimal:#F2F7FF;--rx-bg-primary-subtle:#E5EFFF;--rx-bg-primary-medium:#C9DEFF;--rx-bg-primary-accent:#0063FF;--rx-bg-primary-accent-hover:#0247B5;--rx-bg-primary-static:#0063FF;--rx-border-primary-minimal:#C9DEFF;--rx-border-primary-subtle:#99C1FF;--rx-border-primary-medium:#99C1FF;--rx-border-primary-accent:#0063FF;--rx-border-primary-static:#0063FF;--rx-fg-negative-accent:#D70015;--rx-fg-negative-strong:#990211;--rx-fg-negative-text:#6F040E;--rx-bg-negative-minimal:#FFF0F1;--rx-bg-negative-subtle:#FFE1E5;--rx-bg-negative-medium:#FFC1C8;--rx-bg-negative-accent:#D70015;--rx-bg-negative-accent-hover:#D70015;--rx-bg-negative-static:#D70015;--rx-border-negative-minimal:#FFC1C8;--rx-border-negative-subtle:#FF8994;--rx-border-negative-medium:#FF8994;--rx-border-negative-acccent:#D70015;--rx-border-negative-static:#D70015;--rx-link-color:#0063FF;--rx-link-hover-color:#070707;--rx-link-dark-color:#070707;--rx-link-dark-hover-color:rgba(7, 7, 7, 0.6);--rx-link-dark-subtle-color:rgba(7, 7, 7, 0.6);--rx-link-dark-subtle-hover-color:#070707;--rx-shadow-modal:0 0 1px rgba(7, 7, 7, 0.25),0 5px 10px rgba(7, 7, 7, 0.05),0 10px 20px rgba(7, 7, 7, 0.05),0 20px 40px rgba(7, 7, 7, 0.05),0 40px 80px rgba(7, 7, 7, 0.05);--rx-shadow-dropdown:0 0 1px rgba(7, 7, 7, 0.25),0 20px 24px -4px rgba(7, 7, 7, 0.08),0 8px 8px -4px rgba(7, 7, 7, 0.04);--rx-shadow-toolbar-raised:0 1px 3px rgba(7, 7, 7, 0.15),0 1px 2px rgba(7, 7, 7, 0.06);--rx-shadow-reorder:0 15px 30px rgba(7, 7, 7, 0.3);--rx-shadow-inner:inset 0 1px 1px rgba(7, 7, 7, 0.15);--rx-shadow-sm:0 1px 3px rgba(7, 7, 7, 0.15);--rx-shadow-md:0 1px 2px rgba(7, 7, 7, 0.05),0 3px 6px rgba(7, 7, 7, 0.05),0 2px 4px rgba(7, 7, 7, 0.05),0 10px 20px rgba(7, 7, 7, 0.05);--rx-shadow-lg:0 5px 10px rgba(7, 7, 7, 0.05),0 10px 20px rgba(7, 7, 7, 0.05),0 20px 40px rgba(7, 7, 7, 0.05),0 40px 80px rgba(7, 7, 7, 0.05);--rx-shadow-sm-border:0 0 1px rgba(7, 7, 7, 0.25),0 1px 3px rgba(7, 7, 7, 0.15);--rx-shadow-md-border:0 0 1px rgba(7, 7, 7, 0.25),0 1px 2px rgba(7, 7, 7, 0.05),0 3px 6px rgba(7, 7, 7, 0.05),0 2px 4px rgba(7, 7, 7, 0.05),0 10px 20px rgba(7, 7, 7, 0.05);--rx-shadow-lg-border:0 0 1px rgba(7, 7, 7, 0.25),0 5px 10px rgba(7, 7, 7, 0.05),0 10px 20px rgba(7, 7, 7, 0.05),0 20px 40px rgba(7, 7, 7, 0.05),0 40px 80px rgba(7, 7, 7, 0.05)}[rx-data-theme=dark]{--rx-fg-heading:#D8D8DB;--rx-fg-text:#C8C8CC;--rx-fg-subtle:#73737C;--rx-fg-placeholder:#73737C;--rx-bg-input:#141414;--rx-bg-input-shaded:#141414;--rx-bg-input-on:#73A9FF;--rx-bg-input-off:rgba(255, 255, 255, 0.2);--rx-bg-input-disabled:rgba(255, 255, 255, 0.05);--rx-bg-aluminum:#191919;--rx-bg-silver:#1E1E1E;--rx-bg-platinum:#2F2F2F;--rx-bg-base:#141414;--rx-bg-raised:#191919;--rx-bg-overlay:#191919;--rx-bg-toolbar:rgba(25, 25, 25, 0.97);--rx-bg-toolbar-raised:rgba(25, 25, 25, 0.97);--rx-bg-context-active:#C9DEFF;--rx-border-divider:rgba(255, 255, 255, 0.1);--rx-border-input:rgba(255, 255, 255, 0.2);--rx-border-focus:#73A9FF;--rx-fg-dark-accent:#FFFFFF;--rx-fg-dark-heading:rgba(255, 255, 255, 0.9);--rx-fg-dark-text:rgba(255, 255, 255, 0.8);--rx-fg-dark-subtle:rgba(255, 255, 255, 0.6);--rx-fg-dark-minimal:rgba(255, 255, 255, 0.5);--rx-fg-dark-dimmed:rgba(255, 255, 255, 0.4);--rx-bg-dark-dimmed:rgba(255, 255, 255, 0.03);--rx-bg-dark-minimal:rgba(255, 255, 255, 0.05);--rx-bg-dark-subtle:rgba(255, 255, 255, 0.08);--rx-bg-dark-medium:rgba(255, 255, 255, 0.15);--rx-bg-dark-strong:rgba(255, 255, 255, 0.25);--rx-bg-dark-accent:#F7F7F8;--rx-bg-dark-accent-hover:rgba(255, 255, 255, 0.8);--rx-border-dark-dimmed:rgba(255, 255, 255, 0.05);--rx-border-dark-minimal:rgba(255, 255, 255, 0.08);--rx-border-dark-subtle:rgba(255, 255, 255, 0.1);--rx-border-dark-medium:rgba(255, 255, 255, 0.2);--rx-border-dark-accent:#F7F7F8;--rx-fg-light-accent:#070707;--rx-fg-light-heading:rgba(7, 7, 7, 0.9);--rx-fg-light-text:rgba(7, 7, 7, 0.8);--rx-fg-light-subtle:rgba(7, 7, 7, 0.6);--rx-fg-light-minimal:rgba(7, 7, 7, 0.5);--rx-fg-light-dimmed:rgba(7, 7, 7, 0.4);--rx-bg-light-dimmed:rgba(7, 7, 7, 0.03);--rx-bg-light-minimal:rgba(7, 7, 7, 0.05);--rx-bg-light-subtle:rgba(7, 7, 7, 0.08);--rx-bg-light-medium:rgba(7, 7, 7, 0.15);--rx-bg-light-strong:rgba(7, 7, 7, 0.25);--rx-bg-light-accent:#070707;--rx-bg-light-accent-hover:rgba(7, 7, 7, 0.8);--rx-border-light-dimmed:rgba(7, 7, 7, 0.05);--rx-border-light-minimal:rgba(7, 7, 7, 0.08);--rx-border-light-subtle:rgba(7, 7, 7, 0.1);--rx-border-light-medium:rgba(7, 7, 7, 0.2);--rx-border-light-accent:#070707;--rx-fg-primary-accent:#73A9FF;--rx-fg-primary-strong:#99C1FF;--rx-fg-primary-text:#C9DEFF;--rx-bg-primary-minimal:#070D18;--rx-bg-primary-subtle:#061939;--rx-bg-primary-medium:#042C6A;--rx-bg-primary-accent:#73A9FF;--rx-bg-primary-accent-hover:#99C1FF;--rx-bg-primary-static:#0063FF;--rx-border-primary-minimal:#042C6A;--rx-border-primary-subtle:#043583;--rx-border-primary-medium:#043583;--rx-border-primary-accent:#73A9FF;--rx-border-primary-static:#0063FF;--rx-fg-negative-accent:#FF5D6C;--rx-fg-negative-strong:#FF8994;--rx-fg-negative-text:#FFC1C8;--rx-bg-negative-minimal:#160708;--rx-bg-negative-subtle:#31060A;--rx-bg-negative-medium:#5A040D;--rx-bg-negative-accent:#FF5D6C;--rx-bg-negative-accent-hover:#FF8994;--rx-bg-negative-static:#D70015;--rx-border-negative-minimal:#5A040D;--rx-border-negative-subtle:#6F040E;--rx-border-negative-medium:#6F040E;--rx-border-negative-accent:#FF5D6C;--rx-border-negative-static:#D70015;--rx-link-color:#73A9FF;--rx-link-hover-color:#FFFFFF;--rx-link-dark-color:#FFFFFF;--rx-link-dark-hover-color:rgba(255, 255, 255, 0.6);--rx-link-dark-subtle-color:rgba(255, 255, 255, 0.6);--rx-link-dark-subtle-hover-color:#FFFFFF;--rx-shadow-modal:0 0 1px rgba(255, 255, 255, 0.5),0 5px 10px rgba(7, 7, 7, 0.05),0 10px 20px rgba(7, 7, 7, 0.05),0 20px 40px rgba(7, 7, 7, 0.05),0 40px 80px rgba(7, 7, 7, 0.05);--rx-shadow-dropdown:0 0 1px rgba(255, 255, 255, 0.4),0 20px 24px -4px rgba(7, 7, 7, 0.08),0 8px 8px -4px rgba(7, 7, 7, 0.04);--rx-shadow-sm-border:0 0 1px rgba(255, 255, 255, 0.5),0 1px 3px rgba(7, 7, 7, 0.15);--rx-shadow-md-border:0 0 1px rgba(255, 255, 255, 0.5),0 1px 2px rgba(7, 7, 7, 0.05),0 3px 6px rgba(7, 7, 7, 0.05),0 2px 4px rgba(7, 7, 7, 0.05),0 10px 20px rgba(7, 7, 7, 0.05);--rx-shadow-lg-border:0 0 1px rgba(255, 255, 255, 0.5),0 5px 10px rgba(7, 7, 7, 0.05),0 10px 20px rgba(7, 7, 7, 0.05),0 20px 40px rgba(7, 7, 7, 0.05),0 40px 80px rgba(7, 7, 7, 0.05)}@keyframes slideUp{to{height:0;padding-top:0;padding-bottom:0;margin-bottom:0}}@keyframes slideDown{from{height:0;padding-top:0;padding-bottom:0;margin-bottom:0}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.rx-container{position:relative;box-sizing:border-box}.rx-container.rx-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;overflow-x:auto}.rx-main-container{border-radius:var(--rx-rounded-sm);background-color:var(--rx-bg-base);border:1px solid var(--rx-border-dark-minimal)}.rx-stop-scrolling{height:100%;overflow:hidden}.rx-editor-frame{width:100%;height:0;border:none;background-color:var(--rx-bg-base);margin-left:auto;margin-right:auto;display:block}.rx-editor-container{box-sizing:border-box}.rx-editor-disabled{opacity:.4}.rx-editor-disabled img{filter:grayscale(1)}.rx-editor-overlay{width:100%;height:100%;content:"";position:absolute;z-index:1;background:0 0;top:0;left:0}.rx-toolbox-container{background:var(--rx-bg-toolbar);z-index:var(--rx-level-toolbar)}.rx-editor-breakline address+*,.rx-editor-breakline blockquote+*,.rx-editor-breakline dl+*,.rx-editor-breakline figure+*,.rx-editor-breakline ol+*,.rx-editor-breakline p+*,.rx-editor-breakline pre+*,.rx-editor-breakline table+*,.rx-editor-breakline ul+*,.rx-editor-breakline>div+*{margin-top:0!important}.rx-editor-breakline h1+h2,.rx-editor-breakline h2+h3,.rx-editor-breakline h3+h4,.rx-editor-breakline h4+h5,.rx-editor-breakline h5+h6{margin-top:0!important}.rx-editor{overflow:hidden}.rx-editor *,.rx-editor ::after,.rx-editor ::before{box-sizing:inherit}.rx-editor{margin-left:auto;margin-right:auto;box-sizing:border-box}.rx-editor [dir=rtl]{text-align:right}.rx-editor [dir=ltr]{text-align:left}.rx-editor,.rx-editor [data-rx-type],.rx-editor a,.rx-editor figcaption,.rx-editor p,.rx-editor td,.rx-editor th{outline:0}.rx-editor [data-rx-tag=br],.rx-editor [data-rx-tag=tbr]{margin-top:0}.rx-editor [data-rx-tag=br]:empty,.rx-editor [data-rx-tag=tbr]:empty,.rx-editor [data-rx-type=text]:empty,.rx-editor [data-rx-type=todoitem] div:empty{min-width:1em;min-height:1.5em}.rx-editor::after{content:"";clear:both;display:table}.rx-editor [data-rx-type=embed],.rx-editor [data-rx-type=image]{position:relative}.rx-editor [data-rx-type=embed] img,.rx-editor [data-rx-type=image] img{vertical-align:middle}.rx-editor figure>a img,.rx-editor figure>div,.rx-editor figure>iframe,.rx-editor figure>img,.rx-editor figure>pre{vertical-align:middle}.rx-editor [data-rx-focusable].rx-block-focus{outline:2px solid var(--rx-border-focus)!important}.rx-editor .rx-block-control-focus{outline:1px solid var(--rx-border-focus)!important;outline-offset:1px}.rx-editor [data-rx-type=wrapper]:empty{outline:1px dashed var(--rx-border-dark-medium);outline-offset:1px}.rx-editor [data-rx-type=heading] a{text-decoration:underline}.rx-editor .rx-layout-grid{display:flex;flex-direction:row;gap:24px}.rx-editor [data-rx-type=column]{outline:1px dashed var(--rx-border-dark-medium)}.rx-editor.rx-editor-email [data-rx-type=column]{outline:0}.rx-editor.rx-editor-email [data-rx-type=column]:has(p:empty),.rx-editor.rx-editor-email [data-rx-type=column]:hover{outline:1px dashed var(--rx-border-dark-medium)}.rx-editor .rx-nowrap{white-space:nowrap}.rx-editor [data-rx-type=embed]{position:relative}.rx-editor [data-rx-type=embed]:before{width:100%;height:100%;content:"";position:absolute;z-index:1}.rx-editor [data-rx-type=embed] iframe{display:inline-block}.rx-editor [data-rx-type=embed] figcaption{position:relative;top:0;z-index:2}.rx-editor [data-rx-type=embed].rx-block-focus:before{display:none}.rx-editor .rx-embed-placeholder{text-align:center;border:1px dashed var(--rx-border-dark-medium);border-radius:var(--rx-rounded-md);padding:40px 20px;font-size:14px;color:var(--rx-fg-placeholder)}.rx-editor [data-rx-type=todo]{--rx-todo-size:20px;--rx-todo-mark-color:var(--rx-fg-light-accent);--rx-todo-border-color:var(--rx-border-input);--rx-todo-bg:var(--rx-bg-input);--rx-todo-checked-border-color:var(--rx-border-dark-accent);--rx-todo-checked-bg:var(--rx-bg-dark-accent);margin-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.rx-editor [data-rx-type=todoitem]{display:flex;gap:6px;cursor:text}.rx-editor [data-rx-type=todoitem] input{position:relative;top:1px;appearance:none;display:inline-block;padding:0;box-shadow:none;width:var(--rx-todo-size);height:var(--rx-todo-size);cursor:pointer}.rx-editor [data-rx-type=todoitem] input:before{content:"";display:block;width:var(--rx-todo-size);height:var(--rx-todo-size);border:1px solid var(--rx-todo-border-color);border-radius:6px;background:var(--rx-todo-bg)}.rx-editor [data-rx-type=todoitem] input:after{content:"";position:absolute;top:50%;left:50%;width:calc(var(--rx-todo-size)/ 3.5);height:calc(var(--rx-todo-size)/ 1.8);background-color:transparent;transform:translate(-50%,-85%) scale(0) rotate(45deg)}.rx-editor [data-rx-type=todoitem] input:checked:before{border-color:var(--rx-todo-checked-border-color);background-color:var(--rx-todo-checked-bg);box-shadow:var(--rx-todo-checked-shadow)}.rx-editor [data-rx-type=todoitem] input:checked:after{transform:translate(-50%,-85%) scale(1) rotate(45deg);box-shadow:2px 2px 0 0 var(--rx-todo-mark-color)}.rx-editor [data-rx-type=todoitem] div{outline:0;line-height:1.4}.rx-editor [data-rx-type=mergetag]{font-family:var(--rx-font-ui-mono);font-size:85%;line-height:1;display:inline-block;cursor:pointer;padding:4px 6px;color:var(--rx-fg-primary-text);background:var(--rx-bg-primary-subtle);border:1px solid var(--rx-border-primary-subtle);border-radius:4px}.rx-editor [data-rx-type=mergetag].rx-block-focus,.rx-editor [data-rx-type=mergetag]:hover{background:var(--rx-bg-primary-medium)}.rx-editor .rx-block-placeholder{position:relative}.rx-editor .rx-block-placeholder:before{position:absolute}.rx-editor .rx-block-placeholder:before,.rx-editor [data-placeholder]:empty:before{content:attr(data-placeholder);display:inline-block;color:var(--rx-fg-placeholder);font-weight:400;font-style:italic;font-size:inherit;cursor:text;max-height:20px}.rx-editor [data-placeholder]:empty:focus:before{content:""}.rx-editor.rx-placeholder:before{position:absolute;z-index:0;content:attr(placeholder);color:var(--rx-fg-placeholder);font-weight:400;cursor:text}.rx-in-blur .rx-editor [data-rx-focusable].rx-block-focus{outline-color:var(--rx-border-dark-medium)!important}.rx-draggable-placeholder{height:20px;min-width:80px;outline:3px dashed gold!important;background:rgba(255,215,0,.2)!important;margin-bottom:20px}.rx-toolbar-container{display:flex;white-space:nowrap;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.rx-toolbar-container::-webkit-scrollbar{width:0;height:0}.rx-toolbar-container:empty{display:none}.rx-sticky{position:-webkit-sticky;position:sticky;top:0}.rx-sticky-on{border-bottom:1px solid var(--rx-border-dark-minimal)}.rx-raised{margin-left:-1px;margin-right:-1px;margin-top:-1px;margin-bottom:-1px;background:var(--rx-bg-toolbar-raised);box-shadow:var(--rx-shadow-toolbar-raised);border-top-left-radius:3px;border-top-right-radius:3px}.rx-toolbox-external.rx-raised{margin:0}.rx-raised.rx-sticky-on{border-bottom:none}.rx-extrabar-buttons,.rx-toolbar-buttons{display:flex;white-space:nowrap;align-items:center;gap:1px}.rx-extrabar,.rx-toolbar{padding:var(--rx-toolbar-padding);height:var(--rx-toolbar-height)}.rx-toolbar{order:1;flex:1}.rx-extrabar{order:2}.rx-extrabar .rx-button,.rx-toolbar .rx-button{justify-content:center;width:var(--rx-toolbar-button-width);height:var(--rx-toolbar-button-height)}.rx-extrabar .rx-button-icon,.rx-toolbar .rx-button-icon{width:var(--rx-toolbar-button-width);min-width:var(--rx-toolbar-button-width);height:var(--rx-toolbar-button-height)}.rx-extrabar .rx-button-icon svg,.rx-toolbar .rx-button-icon svg{width:var(--rx-toolbar-icon-size);height:var(--rx-toolbar-icon-size)}.rx-extrabar .rx-button-title,.rx-toolbar .rx-button-title{display:none}.rx-pathbar{font-family:var(--rx-font-ui);margin:0;padding:0 8px;position:relative;overflow:hidden;background:var(--rx-bg-toolbar);box-sizing:border-box;border:none;display:flex;gap:12px;border-bottom:1px solid var(--rx-border-dark-dimmed)}.rx-pathbar:empty{display:none}.rx-pathbar.disable .rx-pathbar-item{opacity:.5}.rx-pathbar-item{position:relative;font-size:12px;padding:6px 0;margin:0;line-height:16px;color:var(--rx-fg-dark-minimal);cursor:pointer}.rx-pathbar-item:hover{color:var(--rx-fg-dark-accent);text-decoration:underline}.rx-pathbar-item.active,.rx-pathbar-item.active:hover{color:var(--rx-fg-dark-accent);text-decoration:none;cursor:text}.rx-pathbar-item:after{position:absolute;content:"-";width:8px;padding-left:3px;font-size:12px;line-height:16px;color:var(--rx-fg-dark-minimal)}.rx-pathbar-item:last-child:after{display:none}.rx-statusbar{font-family:var(--rx-font-ui-mono);margin:0;padding:8px 10px;position:relative;overflow:hidden;background:var(--rx-bg-base);box-sizing:border-box;border:none;display:flex;align-items:center;gap:10px}.rx-statusbar:empty{display:none}.rx-statusbar.disable .rx-statusbar-item{opacity:.5}.rx-statusbar-item{font-size:12px;padding:0;margin:0;line-height:16px;color:var(--rx-fg-text)}.rx-statusbar-item:after{content:"";display:inline-block;position:relative;top:2px;width:1px;height:12px;margin-left:10px;background:var(--rx-border-divider)}.rx-statusbar-item:last-child:after{display:none}.rx-statusbar-item a{color:var(--rx-link-dark-color);text-decoration:underline}.rx-statusbar-item a:hover{color:var(--rx-link-dark-hover-color);text-decoration:underline}.rx-fullscreen .rx-statusbar{position:fixed;bottom:0;width:100%}.rx-control{position:absolute;top:0;left:0;font-family:var(--rx-font-text);z-index:var(--rx-level-control);padding:0;margin:0;box-sizing:border-box;width:28px;line-height:0}.rx-control-buttons{display:flex;gap:1;flex-direction:column;flex-wrap:wrap}.rx-control .rx-button{justify-content:center;background:var(--rx-bg-raised)}.rx-control .rx-button-title{display:none}.rx-control .rx-button-icon svg{width:14px;height:14px}.rx-context{font-family:var(--rx-font-text);position:absolute;top:0;left:0;z-index:var(--rx-level-toolbar);border-radius:var(--rx-rounded-lg);padding:4px 6px;margin:0;line-height:1;background:var(--rx-bg-context);box-shadow:var(--rx-shadow-sm-border);max-width:380px}.rx-context-line{font-size:13px;font-weight:400;line-height:1;padding:6px;padding-bottom:8px;border-radius:var(--rx-rounded-sm);display:flex;align-items:center;vertical-align:baseline}.rx-context-line,.rx-context-line a{color:var(--rx-fg-white-text)}.rx-context-line a:hover{color:var(--rx-fg-white-subtle)}.rx-context-buttons{display:flex;align-items:center;gap:1px;flex-wrap:wrap}.rx-context .rx-button{justify-content:center}.rx-context .rx-button.active,.rx-context .rx-button.toggled,.rx-context .rx-button:hover{background:var(--rx-bg-white-medium)}.rx-context .rx-button.active .rx-button-icon svg,.rx-context .rx-button.toggled .rx-button-icon svg,.rx-context .rx-button:hover .rx-button-icon svg{fill:var(--rx-fg-white-text)}.rx-context .rx-button.disable .rx-button-icon svg{fill:var(--rx-fg-white-dimmed)}.rx-context .rx-button-icon{border-radius:var(--rx-rounded-md)}.rx-context .rx-button-icon svg{fill:var(--rx-fg-white-text);width:18px;height:18px}.rx-context .rx-button-title{display:none}.rx-button{font-family:var(--rx-font-text);display:flex;align-items:center;vertical-align:middle;text-decoration:none;background:0 0;outline:0;margin:0;padding:0;box-sizing:border-box;font-size:0;line-height:1;cursor:pointer;gap:8px;border-radius:var(--rx-rounded-sm);width:28px;height:28px;transition:none}.rx-button:hover{text-decoration:none}.rx-button:hover{background:var(--rx-bg-silver)}.rx-button:hover .rx-button-icon svg{fill:var(--rx-fg-dark-accent)}.rx-button.toggled{background:var(--rx-bg-silver)}.rx-button.toggled .rx-button-icon svg{fill:var(--rx-fg-dark-accent)}.rx-button.active{background:var(--rx-bg-silver)}.rx-button.disable{cursor:default;background-color:transparent!important}.rx-button.disable .rx-button-icon svg{fill:var(--rx-fg-dark-dimmed)}.rx-button-icon{display:flex;justify-content:center;align-items:center;vertical-align:middle;border-radius:var(--rx-rounded-sm);width:28px;min-width:28px;height:28px}.rx-button-icon:empty{display:none}.rx-button-icon svg{fill:var(--rx-fg-dark-text);width:16px;height:16px}.rx-button-title{font-size:14px;font-weight:400;line-height:1.4;color:var(--rx-fg-dark-text)}.rx-tooltip{position:absolute;z-index:99;margin:0;padding:4px 7px;border-radius:var(--rx-rounded-sm);line-height:1;font-family:var(--rx-font-ui-mono);font-size:12px;font-weight:500;color:var(--rx-fg-white-text);background:var(--rx-bg-black-accent);pointer-events:none}.rx-source-container{display:none}.rx-source,.rx-source:focus,.rx-source:hover{text-align:left;box-sizing:border-box;font-family:var(--rx-font-ui-mono);width:100%;display:block;margin:0;border:none;box-shadow:none;border-radius:0;background-color:var(--rx-bg-source);color:var(--rx-fg-white-text);font-size:14px;line-height:1.7;outline:0;padding:10px 18px 20px 18px;min-height:60px;resize:vertical}.rx-drag-active{outline:3px dashed gold!important;outline-offset:0!important;position:relative;max-height:40px;overflow:hidden;padding:0}.rx-drag-active:before{width:100%;height:100%;content:"";top:0;left:0;background:rgba(255,215,0,.4);position:absolute;z-index:1}.rx-dragging{opacity:.95;padding:8px;background:var(--rx-bg-body);box-shadow:var(--rx-shadow-reorder)}.rx-dragging img{max-width:100%}.rx-colorpicker,.rx-dropdown{position:absolute;font-family:var(--rx-font-ui);border-radius:var(--rx-rounded-md);background:var(--rx-bg-overlay);box-shadow:var(--rx-shadow-dropdown);position:absolute;top:0;left:0;font-size:14px;line-height:1.4;z-index:var(--rx-level-popup);margin-bottom:16px;overflow-x:auto;min-width:200px;padding:4px}.rx-dropdown[data-rx-pos=top]{box-shadow:none}.rx-dropdown-swatches{display:flex;flex-wrap:nowrap}.rx-dropdown-swatches-wrap{flex-wrap:wrap}.rx-dropdown-swatches-colors{display:flex;flex-direction:column}.rx-dropdown-swatches-colors-row{flex-direction:row}.rx-dropdown-swatch{cursor:pointer;position:relative;font-size:0;width:20px;height:20px;border:1px solid transparent}.rx-dropdown-swatch.active{border:2px solid var(--rx-border-dark-accent);box-shadow:0 0 0 2px var(--rx-border-light-accent);z-index:2}.rx-dropdown-swatch-size-large{width:32px;height:32px}.rx-dropdown-color-contrast{border-color:var(--rx-border-dark-subtle)}.rx-dropdown-tabs{font-size:13px;line-height:1;font-weight:500;display:flex;gap:2px;border-radius:var(--rx-rounded-sm);background:var(--rx-bg-dark-minimal);padding:2px;margin-bottom:4px}.rx-dropdown-tab{flex-grow:1;border-radius:var(--rx-rounded-sm);padding:6px 8px;cursor:pointer;text-decoration:none;text-align:center;color:var(--rx-fg-dark-subtle)}.rx-dropdown-tab.active,.rx-dropdown-tab:hover{text-decoration:none;background:var(--rx-bg-dark-subtle);color:var(--rx-fg-dark-text)}.rx-dropdown-tab.active{cursor:text;text-decoration:none;background:var(--rx-bg-light-accent);color:var(--rx-fg-dark-text);box-shadow:var(--shadow-sm-border)}.rx-dropdown-item{font-size:14px;line-height:1.4;padding:6px;display:flex;color:var(--rx-fg-dark-text);border-bottom:1px solid var(--rx-border-dark-dimmed)}.rx-dropdown-item .rx-button-title{display:none}.rx-dropdown-item:last-child{border-bottom-width:0}.rx-dropdown-item-hotkey{margin-left:auto;font-weight:400;display:flex;gap:1px;align-items:center;color:var(--rx-fg-dark-minimal);font-family:var(--rx-font-ui);font-size:12px;line-height:16px}.rx-dropdown-item-hotkey span{padding:0 2px;height:16px}.rx-dropdown .rx-button{position:relative;padding:8px 10px;height:auto;width:100%;border-radius:var(--rx-rounded-md)}.rx-dropdown .rx-button-icon{width:16px;min-width:16px;height:16px}.rx-dropdown .rx-button.rx-button-swatch{width:20px;height:20px;border-radius:0}.rx-dropdown .rx-button.rx-button-swatch .rx-button-icon,.rx-dropdown .rx-button.rx-button-swatch .rx-button-title{display:none}.rx-dropdown .rx-button-title{color:var(--rx-fg-dark-accent)}.rx-dropdown .rx-button-danger .rx-button-title{color:var(--rx-fg-negative-accent)}.rx-dropdown .rx-button-danger svg{fill:var(--rx-fg-negative-accent)}.rx-dropdown .rx-button.disable .rx-button-title{color:var(--rx-fg-dark-minimal)}.rx-dropdown .rx-button.disable svg{fill:var(--rx-fg-dark-minimal)}.rx-dropdown-type-grid .rx-dropdown-items{display:flex;flex-wrap:wrap;padding:0;box-sizing:border-box}.rx-dropdown-type-grid .rx-button{box-sizing:border-box;border-radius:0;margin-bottom:-1px;width:32px;height:32px;line-height:32px;padding:0;text-align:center;justify-content:center;align-items:center;color:var(--rx-fg-dark-text)}.rx-dropdown-type-grid .rx-button:after{display:none}.rx-dropdown-type-grid .rx-button-title:empty{display:none}.rx-dropdown-type-grid .rx-dropdown-item svg{width:16px;height:16px}.rx-dropdown-stack{padding:16px;padding-top:0}.rx-dropdown-stack-item{cursor:pointer;display:flex;align-items:center;border-radius:4px;line-height:1;border-bottom:1px solid var(--rx-border-dark-dimmed)}.rx-dropdown-stack-item:last-child{border-bottom-color:transparent}.rx-dropdown-stack-item:hover{background-color:var(--rx-bg-dark-minimal)}.rx-dropdown-stack-title{text-decoration:none;flex:1;padding:7px 8px;font-size:14px;color:var(--rx-fg-dark-text)}.rx-dropdown-stack-aside{font-family:var(--rx-font-ui-mono);font-size:11px;color:var(--rx-fg-dark-subtle);margin-left:auto;padding-left:4px}.rx-modal{position:absolute;overflow-x:hidden;overflow-y:auto;margin-bottom:16px;min-width:200px;font-family:var(--rx-font-ui);border-radius:var(--rx-rounded-md);background-color:var(--rx-bg-overlay);box-shadow:var(--rx-shadow-modal);z-index:var(--rx-level-popup)}.rx-modal-body .rx-form{padding-bottom:0}.rx-modal-header{font-size:16px;font-weight:700;color:var(--rx-bg-dark-accent);padding:16px;position:relative}.rx-modal-header:empty{display:none}.rx-modal-footer{overflow:hidden;box-sizing:border-box;margin-top:8px;padding:16px;padding-bottom:20px;display:flex;gap:4px}.rx-modal-footer:empty{display:none}.rx-modal-close{position:absolute!important;right:16px;top:14px;cursor:pointer;display:inline-block;vertical-align:middle;width:20px;height:20px;opacity:.5}.rx-modal-close::after,.rx-modal-close::before{content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);background:var(--rx-bg-dark-accent)}.rx-modal-close::before{height:1px;width:75%}.rx-modal-close::after{height:75%;width:1px}.rx-modal-close:hover{opacity:1}.rx-form{padding-bottom:16px}.rx-form-item{padding:16px 16px 0 16px}.rx-form-item:empty{display:none}.rx-form-box{padding:16px}.rx-form-flex{display:flex;gap:4px}.rx-form-image img,.rx-form-image svg{max-width:100%}.rx-form-section-title,.rx-form-title{font-size:14px;font-weight:600;color:var(--rx-bg-dark-accent);padding:16px;padding-bottom:0;position:relative}.rx-form-section-title:empty,.rx-form-title:empty{display:none}.rx-form-item+.rx-form-section-title{margin-top:8px}.rx-form-footer{overflow:hidden;box-sizing:border-box;margin-top:8px;padding:16px;padding-bottom:0;display:flex;gap:4px}.rx-form-footer:empty{display:none}.rx-form-label{box-sizing:border-box;font-family:var(--rx-font-ui);font-size:14px;line-height:1.4;font-weight:500;display:block;padding:0;margin:0;padding-bottom:6px;color:var(--rx-fg-dark-text)}.rx-form-hint{font-size:13px;font-weight:400;color:var(--rx-fg-dark-subtle);margin-left:2px}.rx-form-container-flex{display:flex;gap:8px}.rx-form-container-flex .rx-form-item{padding-left:0;padding-right:0}.rx-form-container-flex .rx-form-item:first-child{padding-left:16px}.rx-form-container-flex .rx-form-item:last-child{padding-right:16px}.rx-form-container-flex .rx-form-input,.rx-form-container-flex .rx-form-select{flex:auto}.rx-form-container-flex .rx-form-button{margin-left:4px}.rx-form-button-push-right{margin-left:auto}.rx-form-color-container{position:relative}.rx-form-color-container .rx-form-input{padding-left:40px}.rx-form-color-toggle{position:absolute;top:4px;left:6px;height:28px;width:28px;border-radius:8px;box-shadow:var(--rx-shadow-inner);cursor:pointer;background:var(--rx-bg-white-accent)}.rx-form-button{box-sizing:border-box;font-family:var(--rx-font-ui);font-size:14px;font-weight:500;outline:0;border-radius:6px;padding:8px 20px;min-height:40px;display:inline-flex;align-items:center;cursor:pointer;line-height:1.25;height:auto;background:0 0;color:var(--rx-fg-dark-accent);border:1px solid var(--rx-border-dark-medium)}.rx-form-button:hover{background:var(--rx-bg-dark-subtle)}.rx-form-button-primary{background:var(--rx-bg-dark-accent);color:var(--rx-fg-light-accent);border-color:transparent}.rx-form-button-primary:hover{color:var(--rx-fg-light-accent);background:var(--rx-bg-dark-accent-hover)}.rx-form-button-danger{border:1px solid var(--rx-border-negative-medium);color:var(--rx-fg-negative-accent)}.rx-form-button-danger:hover{color:var(--rx-fg-negative-accent);background:var(--rx-bg-negative-subtle)}.rx-form-button-fullwidth{display:block;width:100%}.rx-form-input,.rx-form-select,.rx-form-textarea{box-sizing:border-box;display:block;width:100%;font-weight:400;padding:8px;font-family:var(--rx-font-ui);font-size:15px;outline:0;border-radius:4px;box-shadow:none;line-height:1.3;color:var(--rx-fg-dark-text);background:var(--rx-bg-input-shaded);border:1px solid var(--rx-border-input)}.rx-form-input:focus,.rx-form-select:focus,.rx-form-textarea:focus{border-color:var(--rx-border-focus);box-shadow:0 0 0 1px var(--rx-border-focus)}.rx-form-textarea{resize:vertical;line-height:1.5}.rx-form-select{font-size:15px;cursor:pointer;-webkit-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg height="6" viewBox="0 0 10 6" width="10" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(0,0,0)" opacity=".6" d="m6.6168815 3-4.44908109-4.09883609c-.22373388-.20615371-.22373388-.54039492 0-.74654863s.58647818-.20615371.81021206 0l4.85418712 4.47211041c.22373388.20615371.22373388.54039491 0 .74654862l-4.85418712 4.47211041c-.22373388.20615371-.58647818.20615371-.81021206 0s-.22373388-.54039492 0-.74654863z" fill-rule="evenodd" transform="matrix(0 1 -1 0 8 -2)"/></svg>');background-repeat:no-repeat;background-position:right .65em center;padding-right:28px;min-height:35px}[rx-data-theme=dark] .rx-form-select{background-image:url('data:image/svg+xml;utf8,<svg height="6" viewBox="0 0 10 6" width="10" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(255,255,255)" opacity="0.6" d="m6.6168815 3-4.44908109-4.09883609c-.22373388-.20615371-.22373388-.54039492 0-.74654863s.58647818-.20615371.81021206 0l4.85418712 4.47211041c.22373388.20615371.22373388.54039491 0 .74654862l-4.85418712 4.47211041c-.22373388.20615371-.58647818.20615371-.81021206 0s-.22373388-.54039492 0-.74654863z" fill-rule="evenodd" transform="matrix(0 1 -1 0 8 -2)"/></svg>')}.rx-form-checkbox{box-sizing:border-box;vertical-align:middle;position:relative;top:-.05em;font-size:16px;margin-top:0!important;margin-right:4px!important;margin-left:0!important}.rx-form-checkbox-item{color:var(--rx-fg-dark-text);font-family:var(--rx-font-ui);font-size:15px;line-height:1.4}.rx-form-segment{display:flex;flex-wrap:wrap;background:var(--rx-bg-dark-minimal);border-radius:var(--rx-rounded-md);padding:2px;gap:4px}.rx-form-segment-item{border:1px solid transparent;font-size:14px;padding:6px 8px;margin:0;cursor:pointer;text-align:center;border-radius:var(--rx-rounded-sm);min-width:32px;color:var(--rx-fg-dark-subtle)}.rx-form-segment-item:hover{background:var(--rx-bg-light-accent);color:var(--rx-fg-dark-accent)}.rx-form-segment-item.active{cursor:default;background:var(--rx-bg-light-accent);box-shadow:var(--rx-shadow-sm-border);color:var(--rx-fg-dark-accent)}.rx-form-upload-box{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;margin-bottom:10px;border:1px dashed var(--rx-border-dark-medium);background:var(--rx-bg-dark-dimmed);border-radius:var(--rx-rounded-md);min-width:160px;height:160px;cursor:pointer;position:relative}.rx-form-upload-box input[type=file]{font-size:13px}.rx-form-upload-box img{position:relative;z-index:2;object-fit:cover;height:100%;width:100%}.rx-form-upload-box:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.rx-form-upload-box.rx-form-upload-hover{border-color:var(--rx-border-dark-medium);background-color:var(--rx-bg-dark-subtle)}.rx-form-upload-box.rx-form-upload-error{border-color:var(--rx-border-negative-medium);background-color:var(--rx-bg-negative-minimal)}.rx-upload-remove{position:absolute;z-index:3;top:-6px;right:-10px;background-color:var(--rx-bg-black-accent);color:var(--rx-fg-white-accent);opacity:1;width:20px;height:20px;text-align:center;border-radius:10px;font-size:14px;line-height:20px}.rx-upload-remove:after{content:"×"}.rx-upload-remove:hover{background-color:var(--rx-bg-black-accent-hover)}.rx-form-upload-cover-off img{object-fit:initial;height:auto;width:auto}.rx-form-upload-placeholder{font-family:var(--rx-font-ui);color:var(--rx-fg-dark-minimal);font-size:12px;line-height:1.35;padding:0 8px;text-align:center}.rx-form-upload-placeholder svg{fill:var(--rx-fg-dark-minimal)}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.rx-editor-progress{position:fixed;top:0;left:0;z-index:11000;width:100%;background-color:var(--rx-bg-dark-subtle)}.rx-editor-progress span{animation:progress-bar-stripes 2s linear infinite;content:"";display:block;min-height:8px;width:100%;height:100%;background-color:var(--rx-bg-primary-accent);background-image:-webkit-linear-gradient(45deg,var(--rx-bg-light-strong) 25%,transparent 25%,transparent 50%,var(--rx-bg-light-strong) 50%,var(--rx-bg-light-strong) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,var(--rx-bg-light-strong) 25%,transparent 25%,transparent 50%,var(--rx-bg-light-strong) 50%,var(--rx-bg-light-strong) 75%,transparent 75%,transparent);background-size:40px 40px}.rx-panel{position:absolute;min-width:240px;max-height:300px;margin:0;padding:0;z-index:99;font-family:var(--rx-font-ui);font-size:14px;overflow:auto;border-radius:4px;padding:4px;background:var(--rx-bg-overlay);box-shadow:var(--rx-shadow-dropdown)}.rx-panel-box{display:flex;flex-wrap:wrap;gap:2px}.rx-panel-title{font-family:var(--rx-font-ui);font-size:13px;font-weight:500;color:var(--rx-fg-dark-subtle)}.rx-panel-box{display:flex;flex-wrap:wrap;gap:2px}.rx-panel-item{box-sizing:border-box;padding:4px;border-bottom:1px solid transparent}.rx-panel-item{display:flex;align-items:center;vertical-align:middle;gap:6px;border-radius:8px;cursor:pointer;padding:8px;line-height:1;text-decoration:none;color:var(--rx-fg-dark-accent)}.rx-panel-item:hover{color:var(--rx-fg-dark-accent);background:var(--rx-bg-dark-subtle)}.rx-panel-item.active{color:var(--rx-fg-dark-accent);background:var(--rx-bg-primary-medium)}.rx-panel-item-icon{min-width:16px}.rx-panel-item-icon svg{width:16px;height:16px;fill:var(--rx-fg-dark-accent)}.rx-panel-stack .rx-panel-box{flex-direction:column}.rx-ai-main{padding:12px;border-radius:8px;background:var(--rx-bg-raised);border:1px solid var(--rx-border-dark-subtle)}.rx-ai-footer{margin-top:16px!important;display:flex;gap:8px}.rx-ai-buttons{margin-left:auto!important;display:flex;gap:8px}.rx-ai-label,.rx-ai-preview-label{box-sizing:border-box;font-family:var(--rx-font-ui);font-size:13px;line-height:1.4;font-weight:500;display:block;padding:0;margin:0;padding-bottom:6px;color:var(--rx-fg-dark-subtle)}.rx-ai-select,.rx-ai-size{width:auto;max-width:320px}.rx-ai-progress{margin-bottom:12px!important}.rx-ai-progress:empty{display:none}.rx-ai-progress svg{fill:var(--rx-fg-dark-accent)}.rx-ai-preview{font-family:var(--rx-font-ui);font-weight:400;letter-spacing:normal;text-transform:none;font-size:16px;line-height:1.618;color:var(--rx-fg-dark-text);margin-bottom:12px!important}.rx-ai-preview:empty{display:none}@media only screen and (max-width:767px){.rx-ai-buttons,.rx-ai-footer{flex-direction:column;width:100%}.rx-ai-select,.rx-ai-size{max-width:100%}.rx-ai-button{justify-content:center}}.rx-voice-label{display:none}[rx-modal-name=image] .rx-modal-body{padding:16px;padding-top:0}.rx-modal-image-section-or{margin:16px 0;font-family:var(--rx-font-ui);text-transform:uppercase;font-weight:700;text-align:center;font-size:11px;color:var(--rx-fg-dark-subtle)}.rx-modal-images-box{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.rx-modal-images-box img{vertical-align:top;max-width:100px;max-height:66px;height:100%;width:min-content;cursor:pointer}.rx-modal-images-box img:hover{outline:3px solid var(--rx-border-focus)}.rx-modal-images-box-edit{padding-left:20px;padding-right:20px}.rx-form-item-edit-image-box{padding:20px;padding-bottom:0}.rx-form-item-image{margin-right:8px}.rx-form-item-image img{max-height:160px;width:auto}[rx-modal-name=emoji] .rx-modal-body{padding:16px;display:flex;flex-direction:column;gap:12px}.rx-emoji-title{font-family:var(--rx-font-ui);font-size:13px;font-weight:500;color:var(--rx-fg-dark-subtle)}.rx-emoji-box{display:flex;flex-wrap:wrap;gap:2px}.rx-emoji-item{border-radius:4px;padding:4px;cursor:pointer;font-size:24px;line-height:1}.rx-emoji-item:hover{background:var(--rx-bg-dark-subtle)}.rx-panel-emoji{padding:12px;display:flex;flex-direction:column;gap:12px}.rx-panel-emoji .rx-panel-item{font-size:24px}[rx-modal-name=snippets] .rx-modal-body,[rx-modal-name=templates] .rx-modal-body{padding:20px;padding-bottom:0;display:flex;flex-wrap:wrap}.rx-snippet-container{box-sizing:border-box;margin-right:10px;margin-bottom:20px}.rx-snippet-name{box-sizing:border-box;font-size:14px;font-weight:600;font-family:var(--rx-font-ui);color:var(--rx-fg-dark-text);margin-top:8px;padding-right:10px;text-align:left;max-width:100px}.rx-snippet-box{box-sizing:border-box;border-radius:6px;box-shadow:var(--shadow-md-border);cursor:pointer;border:1px solid transparent;overflow:hidden}.rx-snippet-box:hover{border:1px solid var(--rx-border-primary-accent)}.rx-snippet-image,.rx-template-image{min-height:80px;max-height:80px;box-sizing:border-box}.rx-snippet-image img,.rx-template-image img{max-width:160px}.rx-template-image{min-height:130px;max-height:initial}.rx-template-image img{max-width:100px}.rx-snippet-preview,.rx-template-preview{box-sizing:border-box;overflow:hidden;transform-origin:top left;transform:scale(.25);margin-right:-480px;margin-bottom:-240px;padding:40px;width:640px;height:320px;position:relative}.rx-snippet-preview:before,.rx-template-preview:before{left:0;top:0;width:100%;height:100%;content:"";position:absolute;z-index:1}.rx-snippet-preview:hover,.rx-template-preview:hover{border-color:var(--rx-border-primary-accent)}.rx-snippet-preview fieldset,.rx-snippet-preview iframe,.rx-snippet-preview img,.rx-template-preview fieldset,.rx-template-preview iframe,.rx-template-preview img{border:0}.rx-snippet-preview audio,.rx-snippet-preview embed,.rx-snippet-preview img,.rx-snippet-preview object,.rx-snippet-preview video,.rx-template-preview audio,.rx-template-preview embed,.rx-template-preview img,.rx-template-preview object,.rx-template-preview video{max-width:100%;height:auto}.rx-snippet-preview div:empty,.rx-snippet-preview h1:empty,.rx-snippet-preview h2:empty,.rx-snippet-preview h3:empty,.rx-snippet-preview h4:empty,.rx-snippet-preview h5:empty,.rx-snippet-preview h6:empty,.rx-snippet-preview p:empty,.rx-template-preview div:empty,.rx-template-preview h1:empty,.rx-template-preview h2:empty,.rx-template-preview h3:empty,.rx-template-preview h4:empty,.rx-template-preview h5:empty,.rx-template-preview h6:empty,.rx-template-preview p:empty{background-color:var(--rx-border-primary-subtle);min-height:1.5em}.rx-template-preview{transform:scale(.25);margin-right:-300px;margin-bottom:-390px;padding:40px;width:400px;height:520px}.rx-empty address:empty,.rx-empty blockquote:empty,.rx-empty dd:empty,.rx-empty dt:empty,.rx-empty figcaption:empty,.rx-empty h1:empty,.rx-empty h2:empty,.rx-empty h3:empty,.rx-empty h4:empty,.rx-empty h5:empty,.rx-empty h6:empty,.rx-empty li:empty,.rx-empty p:empty{min-height:1.5em}.rx-empty pre:empty{min-height:3.5em}.rx-empty b:empty,.rx-empty cite:empty,.rx-empty code:empty,.rx-empty del:empty,.rx-empty em:empty,.rx-empty i:empty,.rx-empty ins:empty,.rx-empty span:empty,.rx-empty strong:empty,.rx-empty sub:empty,.rx-empty sup:empty,.rx-empty u:empty{display:inline-block;min-width:1px;min-height:1em}.rx-empty td:empty:after,.rx-empty th:empty:after{content:"​"}.rx-empty code:after,.rx-empty kbd:after,.rx-empty mark:after{content:"​"}.rx-empty pre code:after{display:none}.rx-empty code+code{margin-left:2px}.rx-empty table{empty-cells:show}.rx-empty embed,.rx-empty img,.rx-empty object{max-width:100%;height:auto}.rx-content{text-align:left;--rx-font-text:-apple-system,BlinkMacSystemFont,"San Francisco","Segoe UI",Roboto,"Helvetica Neue",sans-serif;--rx-font-heading:inherit;--rx-font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--rx-body-color:var(--rx-bg-body);--rx-heading-color:var(--rx-fg-heading);--rx-text-color:var(--rx-fg-text);--rx-table-border:var(--rx-border-dark-minimal);--rx-line-color:var(--rx-border-dark-minimal);--rx-pre-color:var(--rx-fg-text);--rx-pre-bg:var(--rx-bg-dark-minimal);--rx-var-color:var(--rx-fg-text);--rx-kbd-color:var(--rx-fg-text);--rx-kbd-border:var(--rx-border-dark-subtle);--rx-kbd-bg:var(--rx-bg-light-accent);--rx-code-color:var(--rx-fg-text);--rx-code-bg:var(--rx-bg-dark-medium);--rx-abbr-border:var(--rx-border-dark-accent);--rx-quote-border-color:var(--rx-border-dark-accent);background:var(--rx-body-color);font-family:var(--rx-font-text);color:var(--rx-text-color);font-size:16px;line-height:1.5}.rx-content[dir=rtl]{text-align:right}.rx-content *{margin:0}.rx-content address,.rx-content dd,.rx-content dt,.rx-content li,.rx-content p{font-size:16px;line-height:1.5}.rx-content h1+*,.rx-content h2+*,.rx-content h3+*,.rx-content h4+*,.rx-content h5+*,.rx-content h6+*{margin-top:12px}.rx-content address+h2,.rx-content address+h3,.rx-content address+h4,.rx-content address+h5,.rx-content address+h6,.rx-content dl+h2,.rx-content dl+h3,.rx-content dl+h4,.rx-content dl+h5,.rx-content dl+h6,.rx-content ol+h2,.rx-content ol+h3,.rx-content ol+h4,.rx-content ol+h5,.rx-content ol+h6,.rx-content p+h2,.rx-content p+h3,.rx-content p+h4,.rx-content p+h5,.rx-content p+h6,.rx-content pre+h2,.rx-content pre+h3,.rx-content pre+h4,.rx-content pre+h5,.rx-content pre+h6,.rx-content ul+h2,.rx-content ul+h3,.rx-content ul+h4,.rx-content ul+h5,.rx-content ul+h6{margin-top:24px}.rx-content address+*,.rx-content dl+*,.rx-content ol+*,.rx-content p+*,.rx-content pre+*,.rx-content ul+*{margin-top:24px}.rx-content blockquote+*,.rx-content figure+*,.rx-content table+*,.rx-content>div+*{margin-top:24px}.rx-content h1+h2,.rx-content h2+h3,.rx-content h3+h4,.rx-content h4+h5,.rx-content h5+h6{margin-top:12px}.rx-content a,.rx-content a:focus,.rx-content a:hover,.rx-content a:visited{color:var(--rx-link-color)}.rx-content h1,.rx-content h2,.rx-content h3,.rx-content h4,.rx-content h5,.rx-content h6{font-family:var(--rx-font-heading);font-weight:700;font-style:normal;color:var(--rx-heading-color);text-rendering:optimizeLegibility;letter-spacing:0}.rx-content h1 a,.rx-content h2 a,.rx-content h3 a,.rx-content h4 a,.rx-content h5 a,.rx-content h6 a{text-decoration:underline}.rx-content h1{font-weight:800;letter-spacing:-.02em}.rx-content h2{font-weight:700;letter-spacing:-.02em}.rx-content h3,.rx-content h4,.rx-content h5,.rx-content h6{font-weight:600;letter-spacing:-.01em}.rx-content h1{font-size:36px;line-height:1.25}.rx-content h2{font-size:24px;line-height:1.25}.rx-content h3{font-size:20px;line-height:1.25}.rx-content h4{font-size:16px;line-height:1.25}.rx-content h5{font-size:16px;line-height:1.25}.rx-content h6{font-size:16px;line-height:1.25}.rx-content abbr,.rx-content dfn{font-size:95%}.rx-content cite,.rx-content code,.rx-content kbd,.rx-content small,.rx-content var{font-size:85%}.rx-content sub,.rx-content sup{font-size:65%}.rx-content code,.rx-content kbd,.rx-content var{display:inline-block;font-family:var(--rx-font-mono);font-style:normal;line-height:1;vertical-align:baseline}.rx-content code,.rx-content kbd{border-radius:4px}.rx-content kbd{color:var(--rx-kbd-color);background:var(--rx-kbd-bg);border:1px solid var(--rx-kbd-border);padding:.2em .4em}.rx-content var{color:var(--rx-var-color)}.rx-content code{position:relative;top:-1px;padding:.2em .4em .2em;color:var(--rx-code-color);background:var(--rx-code-bg);border:1px solid var(--rx-code-border)}.rx-content mark{background-color:#ffea80;color:#000}.rx-content b,.rx-content strong{font-weight:700}.rx-content abbr[title],.rx-content dfn{letter-spacing:.01em;text-transform:uppercase;text-decoration:none;border-bottom:1px dotted var(--rx-abbr-border);cursor:help}.rx-content cite{color:var(--rx-cite-color,var(--rx-text-color));font-style:italic}.rx-content sub,.rx-content sup{line-height:1;margin-left:2px}.rx-content sub{vertical-align:sub}.rx-content sup{vertical-align:super}.rx-content ol,.rx-content ul{padding-left:0;margin-left:20px}.rx-content li li{font-size:1em}.rx-content dt{font-weight:700}.rx-content dd+dt{margin-top:.25em}.rx-content pre{overflow:auto;white-space:pre;font-family:var(--rx-font-mono);font-size:14px;line-height:1.6;padding:1em;border-radius:3px;border:1px solid var(--rx-pre-border,transparent);background:var(--rx-pre-bg,transparent);color:var(--rx-pre-color,var(--rx-text-color))}.rx-content pre code{position:initial;color:inherit;padding:0;border:0;font-size:100%;display:block;line-height:inherit;background:0 0}.rx-content blockquote,.rx-content figure:has(blockquote){padding:0;background:var(--rx-quote-bg,transparent);padding-left:24px;border-left:var(--rx-quote-border-width,3px) solid var(--rx-quote-border-color)}.rx-content blockquote p,.rx-content figure:has(blockquote) p{font-style:italic;font-weight:500;font-size:16px;line-height:1.4;color:var(--rx-quote-color,var(--rx-text-color))}.rx-content blockquote p+p,.rx-content figure:has(blockquote) p+p{margin-top:.5em}.rx-content figure:has(blockquote) blockquote{padding:0;border:none;box-shadow:none;background:0 0;border-radius:0}.rx-content blockquote cite,.rx-content figcaption cite{font-style:italic;font-weight:400;color:var(--rx-quote-caption-color,var(--rx-text-color));font-size:14px;line-height:1.3}.rx-content caption{text-align:left;font-style:normal}.rx-content table{border-collapse:collapse;border-spacing:0;width:100%;empty-cells:show;font-size:15px;line-height:1.5;color:var(--rx-table-color,var(--rx-text-color))}.rx-content td,.rx-content th{text-align:left;vertical-align:top;padding:.75em;border:1px solid var(--rx-table-border)}.rx-content th{font-weight:400}.rx-content thead th{font-weight:700}.rx-content address{font-style:italic}.rx-content figcaption{display:block;margin-top:4px;font-size:14px;line-height:1.3;background:var(--rx-caption-bg,transparent);color:var(--rx-caption-color,var(--rx-text-color))}.rx-content figure>div,.rx-content figure>iframe,.rx-content figure>img,.rx-content figure>img a,.rx-content figure>pre{vertical-align:middle}.rx-content .embed-responsive:has(iframe){position:relative;padding:0;padding-bottom:56.25%;height:0}.rx-content .embed-responsive:has(iframe) iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rx-content div.embed-responsive{margin:0}.rx-content hr{--rx-line-size:1px;--rx-line-width:100%;--rx-line-style:solid;position:relative;line-height:1;background:0 0;border:none!important;text-align:left;padding-top:1.5em;padding-bottom:1.5em;margin:0!important;opacity:1;width:auto}.rx-content hr:after{content:"";position:absolute;top:50%;width:var(--rx-line-width);max-width:var(--rx-line-width);margin-top:-calc(var(--rx-line-size)/2);border-top-width:var(--rx-line-size);border-top-style:var(--rx-line-style);border-top-color:var(--rx-line-color)}.rx-content .wrap-center{text-align:center}.rx-content .wrap-center img{margin-left:auto;margin-right:auto}.rx-content .wrap-center figcaption{text-align:center;margin-left:auto;margin-right:auto}.rx-content .float-left{float:left;margin-right:1em;margin-bottom:1em;max-width:200px}.rx-content .float-right{float:right;margin-left:1em;margin-bottom:1em;max-width:200px}.rx-content .outset-right{position:relative;width:calc(100% + var(--rx-outset-md));max-width:calc(100% + var(--rx-outset-md));transform:translateX(var(--rx-outset-md)) translate3d(0,0,0);left:calc(var(--rx-outset-md) * -1)}.rx-content .outset-left{width:calc(100% + var(--rx-outset-md));max-width:calc(100% + var(--rx-outset-md));transform:translateX(calc(var(--rx-outset-md) * -1)) translate3d(0,0,0)}.rx-content .outset-both{position:relative;width:calc(100% + var(--rx-outset-md) + var(--rx-outset-md));max-width:calc(100% + var(--rx-outset-md) + var(--rx-outset-md));transform:translateX(-50%) translate3d(0,0,0);left:50%}
/*
  NOTICE:
    1. 直接先複製生成出來的typography，因為後台沒使用tailwind
    2. 直接修改此檔的css
*/
.prose {
  color: var(--tw-prose-body);
  max-width: 100%;
}

.rx-editor-readonly.rx-editor-readonly {
  padding: 0 !important;
}

.prose :where([data-rx-type="image"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: center;

  img {
    margin: auto;
  }
}

.prose :where(input[type="checkbox"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-radius: 8px;
}

.prose :where(li[data-rx-type=todoitem] input):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  &::before {
    position: absolute;
    top: -1px;
    left: -1px;
  }
}

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

.prose :where(i):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-style: italic;
  font-weight: inherit;
}

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

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

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

.prose :where(b):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-style: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(del):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: inherit;
  font-style: inherit;
}

.prose :where(span):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: inherit;
  font-style: inherit;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */

[x-cloak] { display: none !important; }
