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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.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: #4b4b4b;
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

.btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #C13F1A;
}

.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.df-icon {
  height: 1.5rem;
  stroke-width: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.df-accordion-item {
  height: 100%;
  overflow: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 63 26 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-color: #C13F1A;
}

.df-accordion-header {
  display: flex;
  height: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-family: "Carbona Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.df-accordion-content {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-family: "Carbona", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.df-accordion-icon {
  width: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.df-content-wrapper-fullscreen {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .df-content-wrapper-fullscreen {
    margin-top: 2rem;
  }
}

.df-content-wrapper-inner {
  width: 100%;
  max-width: 1440px;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .df-content-wrapper-inner {
    padding: 2rem;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.isolate {
  isolation: isolate;
}

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

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

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

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

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

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

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

.my-\[2px\] {
  margin-top: 2px;
  margin-bottom: 2px;
}

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

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

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

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

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

.ml-\[2px\] {
  margin-left: 2px;
}

.ml-\[4px\] {
  margin-left: 4px;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[104px\] {
  height: 104px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[92px\] {
  height: 92px;
}

.h-dvh {
  height: 100dvh;
}

.min-h-\[100vh\] {
  min-height: 100vh;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

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

.max-w-\[calc\(100vw-32px\)\] {
  max-width: calc(100vw - 32px);
}

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

.flex-none {
  flex: none;
}

.shrink-0 {
  flex-shrink: 0;
}

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

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

.rotate-180 {
  --tw-rotate: 180deg;
  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-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-\[repeat\(auto-fill\2c minmax\(280px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
}

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

.border {
  border-width: 1px;
}

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

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

.border-solid {
  border-style: solid;
}

.border-df_bege {
  --tw-border-opacity: 1;
  border-color: rgb(236 232 228 / var(--tw-border-opacity, 1));
}

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

.border-b-df_orange_highlight {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 124 8 / var(--tw-border-opacity, 1));
}

.bg-\[\#7E6E65\] {
  --tw-bg-opacity: 1;
  background-color: rgb(126 110 101 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EEEBE8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 235 232 / var(--tw-bg-opacity, 1));
}

.bg-df_bege_modal {
  --tw-bg-opacity: 1;
  background-color: rgb(241 240 238 / var(--tw-bg-opacity, 1));
}

.bg-df_bege_modal_total {
  --tw-bg-opacity: 1;
  background-color: rgb(235 230 223 / var(--tw-bg-opacity, 1));
}

.bg-df_orange_dark {
  --tw-bg-opacity: 1;
  background-color: rgb(193 63 26 / var(--tw-bg-opacity, 1));
}

.bg-df_orange_highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(232 124 8 / var(--tw-bg-opacity, 1));
}

.bg-df_white {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.fill-black {
  fill: #000;
}

.fill-none {
  fill: none;
}

.stroke-0 {
  stroke-width: 0;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

.text-df_gray {
  --tw-text-opacity: 1;
  color: rgb(126 110 101 / var(--tw-text-opacity, 1));
}

.text-df_white {
  --tw-text-opacity: 1;
  color: rgb(243 242 241 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.accent-gray-200 {
  accent-color: #e5e7eb;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

.carbona-regular {
  font-family: "Carbona", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carbona-mono-light {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.carbona-mono-regular {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carbona-mono-medium {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.carbona-mono-semi-bold {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.carbona-mono-bold {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.carbona {
  font-family: "Carbona", sans-serif;
}

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

/* LOADING ALL CARBONA FAMILY */

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraLight.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraLight.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraLight.woff2) format("woff2");

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Light.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Light.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Light.woff2) format("woff2");

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Regular.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Regular.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Regular.woff2) format("woff2");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Medium.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Medium.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Medium.woff2) format("woff2");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-SemiBold.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-SemiBold.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-SemiBold.woff2) format("woff2");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Bold.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Bold.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Bold.woff2) format("woff2");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraBold.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraBold.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraBold.woff2) format("woff2");

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Black.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Black.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-Black.woff2) format("woff2");

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraLightSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraLightSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraLightSlanted.woff2) format("woff2");

  font-weight: 100;

  font-style: italic;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-LightSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-LightSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-LightSlanted.woff2) format("woff2");

  font-weight: 200;

  font-style: italic;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-RegularSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-RegularSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-RegularSlanted.woff2) format("woff2");

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-SemiBoldSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-SemiBoldSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-SemiBoldSlanted.woff2) format("woff2");

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-BoldSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-BoldSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-BoldSlanted.woff2) format("woff2");

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraBoldSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraBoldSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-ExtraBoldSlanted.woff2) format("woff2");

  font-weight: 800;

  font-style: italic;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-BlackSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-BlackSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-BlackSlanted.woff2) format("woff2");

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: "Carbona";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-RegularSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-RegularSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-RegularSlanted.woff2) format("woff2");

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraLight.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraLight.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraLight.woff2) format("woff2");

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoLight.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoLight.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoLight.woff2) format("woff2");

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMedium.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMedium.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMedium.woff2) format("woff2");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMedium.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMedium.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMedium.woff2) format("woff2");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoSemiBold.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoSemiBold.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoSemiBold.woff2) format("woff2");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBold.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBold.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBold.woff2) format("woff2");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraBold.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraBold.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraBold.woff2) format("woff2");

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBlack.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBlack.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBlack.woff2) format("woff2");

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraLightSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraLightSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraLightSlanted.woff2) format("woff2");

  font-weight: 100;

  font-style: italic;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoLightSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoLightSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoLightSlanted.woff2) format("woff2");

  font-weight: 200;

  font-style: italic;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMediumSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMediumSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMediumSlanted.woff2) format("woff2");

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMediumSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMediumSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoMediumSlanted.woff2) format("woff2");

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoSemiBoldSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoSemiBoldSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoSemiBoldSlanted.woff2) format("woff2");

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBoldSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBoldSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBoldSlanted.woff2) format("woff2");

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraBoldSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraBoldSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoExtraBoldSlanted.woff2) format("woff2");

  font-weight: 800;

  font-style: italic;
}

@font-face {
  font-family: "Carbona Mono";

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBlackSlanted.otf) format("opentype");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBlackSlanted.woff) format("woff");

  src: url(https://dearfriends-static.s3-sa-east-1.amazonaws.com/carbona/Carbona-MonoBlackSlanted.woff2) format("woff2");

  font-weight: 900;

  font-style: italic
}

/* FONT CARBONA */

/* Carbona Font Family */

.carbona-extra-light {
  font-family: "Carbona", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.carbona-light {
  font-family: "Carbona", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.carbona-regular {
  font-family: "Carbona", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carbona-medium {
  font-family: "Carbona", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.carbona-semi-bold {
  font-family: "Carbona", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.carbona-bold {
  font-family: "Carbona", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.carbona-extra-bold {
  font-family: "Carbona", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.carbona-black {
  font-family: "Carbona", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.carbona-extra-light-italic {
  font-family: "Carbona", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.carbona-light-italic {
  font-family: "Carbona", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.carbona-regular-italic {
  font-family: "Carbona", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.carbona-medium-italic {
  font-family: "Carbona", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.carbona-semi-bold-italic {
  font-family: "Carbona", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.carbona-bold-italic {
  font-family: "Carbona", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.carbona-extra-bold-italic {
  font-family: "Carbona", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.carbona-black-italic {
  font-family: "Carbona", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* Carbona Mono Font Family */

.carbona-mono-extra-light {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.carbona-mono-light {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.carbona-mono-regular {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carbona-mono-medium {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.carbona-mono-semi-bold {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.carbona-mono-bold {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.carbona-mono-extra-bold {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.carbona-mono-black {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.carbona-mono-extra-light-italic {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.carbona-mono-light-italic {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.carbona-mono-regular-italic {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.carbona-mono-medium-italic {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.carbona-mono-semi-bold-italic {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.carbona-mono-bold-italic {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.carbona-mono-extra-bold-italic {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.carbona-mono-black-italic {
  font-family: "Carbona Mono", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* TW COLORS */

.bg-light {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-light) / var(--twc-light-opacity, var(--tw-bg-opacity)));
}

.bg-medium {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-medium) / var(--twc-medium-opacity, var(--tw-bg-opacity)));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-dark) / var(--twc-dark-opacity, var(--tw-bg-opacity)));
}

.border-light {
  border-color: hsl(var(--twc-light));
}

.border-medium {
  border-color: hsl(var(--twc-medium));
}

.border-dark {
  border-color: hsl(var(--twc-dark));
}

.text-light {
  color: hsl(var(--twc-light));
}

.text-medium {
  color: hsl(var(--twc-medium));
}

.text-dark {
  color: hsl(var(--twc-dark));
}

.bg-button {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-button) / var(--twc-button-opacity, var(--tw-bg-opacity)));
}

.bg-banner {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-banner) / var(--twc-banner-opacity, var(--tw-bg-opacity)));
}

.bg-button {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-button) / var(--twc-button-opacity, var(--tw-bg-opacity)));
}

.text-text_special {
  color: hsl(var(--twc-text_special))
}

.fill-comma {
  --tw-bg-opacity: 1;
  color: hsl(var(--twc-comma));
}

/* LOGO COLOR AND COMMA - SVG VERSION */

.logo-lettering {
  fill: black;
}

.logo-comma {
  fill: #E87C08;
}

/* Remove Arrows/Spinners */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom_scrollbar::-webkit-scrollbar {
  width: 8px;
  scrollbar-gutter: stable;
}

.custom_scrollbar::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
  background-color: #e59f8b;
  border-radius: 0;
}

.df-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms;
}

.df-accordion-content > div {
  overflow: hidden;
}

.df-accordion-item[data-open="true"] .df-accordion-content {
  grid-template-rows: 1fr;
  margin-bottom: 8px;
}

.df-accordion-item[data-open="true"] .df-accordion-icon {
  content: "-";
}

.df-accordion-item[data-open="false"] .df-accordion-icon {
  content: "+";
}

.df-accordion-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 63 26 / var(--tw-border-opacity));
  border-color: #C13F1A;
}

.df-accordion-header {
  display: flex;
  height: 2rem;
  flex: none;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "Carbona", sans-serif;
}

.df-accordion-content {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "Carbona", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.df-accordion-icon {
  width: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.df-accordion-keywords {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  gap: 0.25rem;
}

.df-accordion-keyword {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Carbona", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.modal {
  position: fixed;
  top: 0;
  display: block;
  width: 80%;
  height: 100%;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  transition: all .2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  z-index: 20000
}

.modal-img-full {
  max-width: 100%;
  max-height: 190px
}

.modal-header {
  width: calc(100% + 20px);
  margin: -10px 0 10px -20px;
  padding: 10px 15px 10px 25px;
  font-size: 20px
}

.modal-footer {
  padding: 10px 0;
  clear: both
}

.modal-with-fixed-footer {
  display: flex;
  flex-direction: column;
  height: 100%
}

.modal-with-fixed-footer .modal-scrollable-area {
  height: 100%;
  overflow: auto
}

.modal-full {
  width: 100%
}

.modal-docked-md {
  width: 100%
}

.modal-docked-small {
  width: 80%
}

.modal-top {
  top: -100%;
  left: 0
}

.modal-bottom {
  top: 100%;
  left: 0
}

.modal-left {
  left: -100%
}

.modal-right {
  right: -100%
}

.modal-centered {
  height: 100%;
  width: 100%
}

.modal-centered-small {
  left: 50%;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%)
}

.modal-centered-small .modal-body {
  min-height: 150px;
  max-height: 400px;
  overflow: auto
}

.modal-top.modal-show,.modal-bottom.modal-show {
  top: 0
}

.modal-top.modal-show.modal-centered-small,.modal-bottom.modal-show.modal-centered-small {
  top: 50%
}

.modal-bottom-sheet {
  top: initial;
  bottom: -100%;
  height: auto
}

.modal-bottom-sheet.modal-show {
  top: initial;
  bottom: 0;
  height: auto
}

.modal-left.modal-show {
  left: 0
}

.modal-right.modal-show {
  right: 0
}

.modal-close {
  display: inline-block;
  padding: 1px 5px 5px 0;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer
}

.modal .tab-group {
  margin: 0 -10px 20px -10px
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2784313725);
  z-index: 10000
}

.modal-overlay.modal-zindex-top {
  z-index: 20000
}

@media (min-width: 1024px) {
  .lg\:absolute-x-center {
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.hover\:fill-df_orange_medium:hover {
  fill: #EA561E;
}

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

.hover\:text-df_orange_dark:hover {
  --tw-text-opacity: 1;
  color: rgb(193 63 26 / var(--tw-text-opacity, 1));
}

.hover\:text-df_orange_highlight:hover {
  --tw-text-opacity: 1;
  color: rgb(232 124 8 / var(--tw-text-opacity, 1));
}

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

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

.focus\:ring-df_orange_dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(193 63 26 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.active\:text-df_orange_highlight:active {
  --tw-text-opacity: 1;
  color: rgb(232 124 8 / var(--tw-text-opacity, 1));
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

@media (min-width: 768px) {
  .md\:invisible {
    visibility: hidden;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[132px\] {
    height: 132px;
  }

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

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:bottom-\[12px\] {
    bottom: 12px;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:top-\[-80px\] {
    top: -80px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-\[120px\] {
    height: 120px;
  }

  .lg\:h-\[156px\] {
    height: 156px;
  }

  .lg\:h-\[80px\] {
    height: 80px;
  }

  .lg\:h-\[88px\] {
    height: 88px;
  }

  .lg\:max-w-\[440px\] {
    max-width: 440px;
  }

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\: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));
  }

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

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

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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