/* Tailwind */

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

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

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: 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, 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;
}

/* VARIABLES */

/* GRID */

:root {
  --grid-module: 20px;
  --grid-gutter: 12px;
  --grid-offset: 12px;
  --grid-container: calc(100vw - (2 * var(--grid-offset)));
}

@media (min-width: 500px) {
  :root {
    --grid-gutter: 20px;
    --grid-offset: 20px;
    --grid-container: 460px;
  }
}

@media (min-width: 740px) {
  :root {
    --grid-container: 700px;
  }
}

@media (min-width: 1020px) {
  :root {
    --grid-offset: 40px;
    --grid-container: 940px;
  }
}

@media (min-width: 1260px) {
  :root {
    --grid-container: 1180px;
  }
}

/* NOTIFICATION */

:root {
  --notification-height: 0px;
  --hero-height: calc(100svh - var(--notification-height));
}

/* FONTS IMPORT */

/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400..600&display=swap"); */

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

  src: url("fonts/Inter-Regular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;
}

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

  src: url("fonts/Inter-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;
}

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

  src: url("fonts/Inter-Semibold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;
}

/* Archivo */

/* @import url("https://fonts.googleapis.com/css2?family=Archivo:wdth@112.5&display=swap"); */

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

  src: url("fonts/Archivo-VariableFont.ttf") format("truetype");

  font-weight: 400;

  font-variation-settings: "wdth" 112.5;

  font-style: normal;
}

/* Austin */

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

  src:
            url("fonts/Austin-Light-Cy-Web.woff2") format("woff2"),
            url("fonts/Austin-Light-Cy-Web.woff") format("woff");

  font-weight: 300;

  font-style: normal;
}

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

  src:
            url("fonts/Austin-Italic-Cy-Web.woff2") format("woff2"),
            url("fonts/Austin-Italic-Cy-Web.woff") format("woff");

  font-weight: 400;

  font-style: italic;
}

/* FONTS ANTI ALIASING */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 245 / var(--tw-bg-opacity, 1));
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(57 51 45 / var(--tw-text-opacity, 1));
}

.container {
  width: 100%;
}

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

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

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

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

/* Archivo Font with Variable Settings */

.font-wide {
  font-family: "Archivo", "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 112.5;
}

/* What's Happening Grid */

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-20 {
  top: 5rem;
}

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

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

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

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

.z-\[99\] {
  z-index: 99;
}

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

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

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-svh {
  height: 100svh;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-\[calc\(100svh-9rem\)\] {
  max-height: calc(100svh - 9rem);
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-80 {
  min-height: 20rem;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-10 {
  min-width: 2.5rem;
}

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

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

.grow {
  flex-grow: 1;
}

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

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

.basis-3 {
  flex-basis: 0.75rem;
}

.basis-\[220px\] {
  flex-basis: 220px;
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
  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-12 {
  --tw-translate-y: -3rem;
  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;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-gutter {
  gap: var(--grid-gutter);
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

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

.gap-x-gutter {
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
}

.gap-y-10 {
  row-gap: 2.5rem;
}

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

.gap-y-6 {
  row-gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.overscroll-contain {
  overscroll-behavior: contain;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

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

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

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

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

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

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

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

.border-theme-outline {
  --tw-border-opacity: 1;
  border-color: rgb(221 217 212 / var(--tw-border-opacity, 1));
}

.border-theme-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(140 110 64 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

.bg-brass-150 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 224 204 / var(--tw-bg-opacity, 1));
}

.bg-crimson-550 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 31 43 / var(--tw-bg-opacity, 1));
}

.bg-theme-inverse-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(57 51 45 / var(--tw-bg-opacity, 1));
}

.bg-theme-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(174 28 38 / var(--tw-bg-opacity, 1));
}

.bg-theme-scrim\/20 {
  background-color: rgb(29 26 22 / 0.2);
}

.bg-theme-scrim\/60 {
  background-color: rgb(29 26 22 / 0.6);
}

.bg-theme-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(140 110 64 / var(--tw-bg-opacity, 1));
}

.bg-theme-secondary\/20 {
  background-color: rgb(140 110 64 / 0.2);
}

.bg-theme-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 245 / var(--tw-bg-opacity, 1));
}

.bg-theme-surface-container {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 228 / var(--tw-bg-opacity, 1));
}

.bg-theme-surface-container-highest {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-theme-tetriary {
  --tw-bg-opacity: 1;
  background-color: rgb(187 173 119 / var(--tw-bg-opacity, 1));
}

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

.stroke-\[1\.25\] {
  stroke-width: 1.25;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-gutter {
  padding: var(--grid-gutter);
}

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

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

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

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

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

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

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

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

.px-gutter {
  padding-left: var(--grid-gutter);
  padding-right: var(--grid-gutter);
}

.px-offset {
  padding-left: var(--grid-offset);
  padding-right: var(--grid-offset);
}

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

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

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

.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-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pb-24 {
  padding-bottom: 6rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[1px\] {
  padding-bottom: 1px;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-gutter {
  padding-left: var(--grid-gutter);
}

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

.pr-gutter {
  padding-right: var(--grid-gutter);
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

.font-serif {
  font-family: Austin, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

.text-body-lg {
  font-size: 16px;
  line-height: 24px;
}

.text-body-md {
  font-size: 14px;
  line-height: 20px;
}

.text-body-sm {
  font-size: 12px;
  line-height: 16px;
}

.text-caption-2xs {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.01em;
}

.text-caption-lg {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.text-caption-md {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.text-caption-sm {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.text-caption-xs {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
}

.text-label-md {
  font-size: 14px;
  line-height: 14px;
}

.text-label-sm {
  font-size: 12px;
  line-height: 12px;
}

.text-label-xs {
  font-size: 10px;
  line-height: 10px;
}

.text-lead-sm {
  font-size: 36px;
  line-height: 44px;
}

.text-lead-xs {
  font-size: 24px;
  line-height: 28px;
}

.text-title-2xl {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.03em;
}

.text-title-md {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
}

.text-title-sm {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
}

.text-title-xl {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.03em;
}

.text-title-xs {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

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

.text-\[\#adadad\] {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}

.text-brass-300 {
  --tw-text-opacity: 1;
  color: rgb(204 194 153 / var(--tw-text-opacity, 1));
}

.text-crimson-550 {
  --tw-text-opacity: 1;
  color: rgb(198 31 43 / var(--tw-text-opacity, 1));
}

.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(210 204 198 / var(--tw-text-opacity, 1));
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(165 153 141 / var(--tw-text-opacity, 1));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(143 128 112 / var(--tw-text-opacity, 1));
}

.text-theme-inverse-on-surface {
  --tw-text-opacity: 1;
  color: rgb(250 249 245 / var(--tw-text-opacity, 1));
}

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

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

.text-theme-on-surface {
  --tw-text-opacity: 1;
  color: rgb(57 51 45 / var(--tw-text-opacity, 1));
}

.text-theme-on-surface-variant {
  --tw-text-opacity: 1;
  color: rgb(114 103 90 / var(--tw-text-opacity, 1));
}

.text-theme-outline {
  --tw-text-opacity: 1;
  color: rgb(221 217 212 / var(--tw-text-opacity, 1));
}

.text-theme-primary {
  --tw-text-opacity: 1;
  color: rgb(174 28 38 / var(--tw-text-opacity, 1));
}

.text-theme-secondary {
  --tw-text-opacity: 1;
  color: rgb(140 110 64 / var(--tw-text-opacity, 1));
}

.text-theme-secondary-on-surface-container {
  --tw-text-opacity: 1;
  color: rgb(123 96 56 / var(--tw-text-opacity, 1));
}

.text-theme-tetriary {
  --tw-text-opacity: 1;
  color: rgb(187 173 119 / var(--tw-text-opacity, 1));
}

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

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

.decoration-1 {
  text-decoration-thickness: 1px;
}

.underline-offset-1 {
  text-underline-offset: 1px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

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

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

.ring-transparent {
  --tw-ring-color: transparent;
}

.invert {
  --tw-invert: invert(100%);
  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-\[max-height\] {
  transition-property: max-height;
  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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.header-hide {
  pointer-events: none;
  opacity: 0;
}

.header-show {
  opacity: 1;
}

/* HEADER */

.data-\[theme\=dark\]\:text-white[data-theme=dark] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.data-\[theme\=light\]\:text-theme-on-surface[data-theme=light] {
  --tw-text-opacity: 1;
  color: rgb(57 51 45/var(--tw-text-opacity))
}

.group\/header[data-theme=light] .group-data-\[theme\=light\]\/header\:hover\:bg-theme-surface-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 228/var(--tw-bg-opacity))
}

.group\/header[data-theme=light] .group-data-\[theme\=light\]\/header\:hover\:text-theme-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(174 28 38/var(--tw-text-opacity))
}

@media (min-width: 500px) {
  .header__root .sm\:gap-2 {
    gap: 0.5rem;
  }
}

/* Content Page */

body>form {
  margin: 0;
}

button {
  letter-spacing: normal;
}

.data-\[root\=true\]\:border-theme-outline[data-root=true] {
  border-left-style: solid;
}

@media (min-width: 1020px) {
  .header__root .lg\:h-5 {
    height: 1.25rem;
  }
}

/* End Content Page */

/* Home Page */

.home__root.group\/main[data-width=wide] .group-data-\[width\=wide\]\/main\:mt-20:not([data-first-child="true"]) {
  margin-top: 5rem !important;
}

@media (min-width: 1020px) {
  .home__root.group\/main[data-width=wide] .group-data-\[width\=wide\]\/main\:lg\:mt-24:not([data-first-child="true"]) {
    margin-top: 6rem !important;
  }
}

/* End Home Page */

/* Search Page */

.search__header .text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(165 153 141 / var(--tw-text-opacity));
}

/* End Search Page */

/* Library */

.library__root a[data-state="link"]+.shouds-list__wrapper {
  display: none;
}

/* End Library */

.marker\:text-stone-300 *::marker {
  color: rgb(188 179 169 );
}

.marker\:text-stone-300::marker {
  color: rgb(188 179 169 );
}

.placeholder\:text-theme-outline::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(221 217 212 / var(--tw-text-opacity, 1));
}

.placeholder\:text-theme-outline::placeholder {
  --tw-text-opacity: 1;
  color: rgb(221 217 212 / var(--tw-text-opacity, 1));
}

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

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

.first\:text-caption-xl:first-child {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

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

.last\:hidden:last-child {
  display: none;
}

.last\:shrink:last-child {
  flex-shrink: 1;
}

.focus-within\:border-theme-secondary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(140 110 64 / var(--tw-border-opacity, 1));
}

.hover\:border-theme-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(140 110 64 / var(--tw-border-opacity, 1));
}

.hover\:border-theme-surface-container:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 239 228 / var(--tw-border-opacity, 1));
}

.hover\:bg-theme-surface-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 228 / var(--tw-bg-opacity, 1));
}

.hover\:text-stone-300:hover {
  --tw-text-opacity: 1;
  color: rgb(188 179 169 / var(--tw-text-opacity, 1));
}

.hover\:text-theme-element:hover {
  --tw-text-opacity: 1;
  color: rgb(143 128 112 / var(--tw-text-opacity, 1));
}

.hover\:text-theme-on-surface:hover {
  --tw-text-opacity: 1;
  color: rgb(57 51 45 / var(--tw-text-opacity, 1));
}

.hover\:text-theme-on-surface-variant:hover {
  --tw-text-opacity: 1;
  color: rgb(114 103 90 / var(--tw-text-opacity, 1));
}

.hover\:text-theme-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(174 28 38 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.disabled\:bg-theme-primary:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(174 28 38 / var(--tw-bg-opacity, 1));
}

.disabled\:text-theme-on-primary:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/nested:hover .group-hover\/nested\:text-theme-secondary {
  --tw-text-opacity: 1;
  color: rgb(140 110 64 / var(--tw-text-opacity, 1));
}

.data-\[state\=hidden\]\:pointer-events-none[data-state="hidden"] {
  pointer-events: none;
}

.data-\[state\=sticky\]\:fixed[data-state="sticky"] {
  position: fixed;
}

.data-\[collapse\=true\]\:hidden[data-collapse="true"] {
  display: none;
}

.data-\[root\=true\]\:border-l[data-root="true"] {
  border-left-width: 1px;
}

.data-\[expanded\=true\]\:border-theme-primary[data-expanded="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(174 28 38 / var(--tw-border-opacity, 1));
}

.data-\[root\=true\]\:border-theme-outline[data-root="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(221 217 212 / var(--tw-border-opacity, 1));
}

.data-\[state\=active\]\:border-theme-primary[data-state="active"] {
  --tw-border-opacity: 1;
  border-color: rgb(174 28 38 / var(--tw-border-opacity, 1));
}

.data-\[state\=current\]\:border-theme-primary[data-state="current"] {
  --tw-border-opacity: 1;
  border-color: rgb(174 28 38 / var(--tw-border-opacity, 1));
}

.data-\[state\=link\]\:border-theme-outline[data-state="link"] {
  --tw-border-opacity: 1;
  border-color: rgb(221 217 212 / var(--tw-border-opacity, 1));
}

.data-\[expanded\=true\]\:bg-theme-primary[data-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 28 38 / var(--tw-bg-opacity, 1));
}

.data-\[state\=light\]\:bg-theme-surface[data-state="light"] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 245 / var(--tw-bg-opacity, 1));
}

.data-\[state\=sticky\]\:bg-theme-surface[data-state="sticky"] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 245 / var(--tw-bg-opacity, 1));
}

.data-\[state\=current\]\:font-medium[data-state="current"] {
  font-weight: 500;
}

.data-\[expanded\=true\]\:text-theme-on-primary[data-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.data-\[state\=active\]\:text-theme-primary[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(174 28 38 / var(--tw-text-opacity, 1));
}

.data-\[state\=current\]\:text-theme-primary[data-state="current"] {
  --tw-text-opacity: 1;
  color: rgb(174 28 38 / var(--tw-text-opacity, 1));
}

.data-\[state\=dark\]\:text-white[data-state="dark"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.data-\[state\=light\]\:text-theme-on-surface[data-state="light"] {
  --tw-text-opacity: 1;
  color: rgb(57 51 45 / var(--tw-text-opacity, 1));
}

.data-\[state\=sticky\]\:text-theme-on-surface[data-state="sticky"] {
  --tw-text-opacity: 1;
  color: rgb(57 51 45 / var(--tw-text-opacity, 1));
}

.data-\[state\=hidden\]\:opacity-0[data-state="hidden"] {
  opacity: 0;
}

.data-\[state\=sticky\]\:shadow-sm[data-state="sticky"] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[state\=link\]\:hover\:border-theme-secondary:hover[data-state="link"] {
  --tw-border-opacity: 1;
  border-color: rgb(140 110 64 / var(--tw-border-opacity, 1));
}

.data-\[expanded\=false\]\:hover\:bg-theme-surface-container-high:hover[data-expanded="false"] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 238 / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:hover\:text-crimson-550:hover[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(198 31 43 / var(--tw-text-opacity, 1));
}

.group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:-mb-16 {
  margin-bottom: -4rem;
}

.group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:mb-6 {
  margin-bottom: 1.5rem;
}

.group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:mt-20 {
  margin-top: 5rem;
}

.group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:max-w-full {
  max-width: 100%;
}

.group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:text-lead-md {
  font-size: 48px;
  line-height: 56px;
}

.group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:text-lead-sm {
  font-size: 36px;
  line-height: 44px;
}

.group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:text-title-md {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
}

.group\/nested[data-state="active"] .group-data-\[state\=active\]\/nested\:text-theme-primary {
  --tw-text-opacity: 1;
  color: rgb(174 28 38 / var(--tw-text-opacity, 1));
}

.group\/nested[data-state="current"] .group-data-\[state\=current\]\/nested\:text-theme-primary {
  --tw-text-opacity: 1;
  color: rgb(174 28 38 / var(--tw-text-opacity, 1));
}

.group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:first\:mt-5:first-child {
  margin-top: 1.25rem;
}

.group\/header[data-theme="light"] .group-data-\[theme\=light\]\/header\:hover\:bg-theme-surface-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 228 / var(--tw-bg-opacity, 1));
}

.group\/header[data-theme="light"] .group-data-\[theme\=light\]\/header\:hover\:text-theme-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(174 28 38 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1260px) {
  .max-xl\:hidden {
    display: none;
  }
}

@media not all and (min-width: 1020px) {
  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:left-offset {
    left: var(--grid-offset);
  }

  .max-lg\:z-50 {
    z-index: 50;
  }

  .max-lg\:hidden {
    display: none;
  }

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

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

  .max-lg\:-translate-x-\[calc\(\(100vw-var\(--grid-container\)\)\/2\)\] {
    --tw-translate-x: calc(calc((100vw - var(--grid-container)) / 2) * -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));
  }

  .max-lg\:translate-x-\[calc\(\(100vw-var\(--grid-container\)\)\/2\)\] {
    --tw-translate-x: calc((100vw - var(--grid-container)) / 2);
    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));
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:overflow-x-auto {
    overflow-x: auto;
  }

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

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

  .max-lg\:pr-\[calc\(\(100vw-var\(--grid-container\)\)\/2\)\] {
    padding-right: calc((100vw - var(--grid-container)) / 2);
  }
}

@media not all and (min-width: 740px) {
  .max-md\:hidden {
    display: none;
  }

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

  .max-md\:justify-center {
    justify-content: center;
  }

  .max-md\:text-center {
    text-align: center;
  }

  .first\:max-md\:block:first-child {
    display: block;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:max-md\:flex {
    display: flex;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:max-md\:flex-col {
    flex-direction: column;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:max-md\:items-center {
    align-items: center;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:max-md\:px-offset {
    padding-left: var(--grid-offset);
    padding-right: var(--grid-offset);
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:max-md\:text-center {
    text-align: center;
  }
}

@media not all and (min-width: 500px) {
  .max-sm\:ml-11 {
    margin-left: 2.75rem;
  }
}

@media (min-width: 500px) {
  .sm\:shrink-0 {
    flex-shrink: 0;
  }

  .sm\:basis-full {
    flex-basis: 100%;
  }

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

  .sm\:text-lead-sm {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 740px) {
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

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

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

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-start {
    align-items: flex-start;
  }

  .md\:gap-gutter {
    gap: var(--grid-gutter);
  }

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

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

  .md\:pr-gutter {
    padding-right: var(--grid-gutter);
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:text-lead-md {
    font-size: 48px;
    line-height: 56px;
  }

  .md\:text-lead-sm {
    font-size: 36px;
    line-height: 44px;
  }

  .first\:md\:text-caption-sm:first-child {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }

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

  .hover\:md\:border-theme-surface-container:hover {
    --tw-border-opacity: 1;
    border-color: rgb(241 239 228 / var(--tw-border-opacity, 1));
  }

  .md\:hover\:border-theme-surface-container:hover {
    --tw-border-opacity: 1;
    border-color: rgb(241 239 228 / var(--tw-border-opacity, 1));
  }

  .hover\:md\:bg-theme-surface-container:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 239 228 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:bg-brass-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(204 194 153 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:bg-crimson-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(198 31 43 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 26 22 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:bg-theme-surface-container:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 239 228 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:bg-theme-tetriary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(187 173 119 / var(--tw-bg-opacity, 1));
  }

  .hover\:md\:text-theme-on-surface:hover {
    --tw-text-opacity: 1;
    color: rgb(57 51 45 / var(--tw-text-opacity, 1));
  }

  .md\:hover\:text-crimson-500:hover {
    --tw-text-opacity: 1;
    color: rgb(220 35 48 / var(--tw-text-opacity, 1));
  }

  .md\:hover\:text-gold-400:hover {
    --tw-text-opacity: 1;
    color: rgb(191 161 115 / var(--tw-text-opacity, 1));
  }

  .md\:hover\:text-theme-on-surface-variant:hover {
    --tw-text-opacity: 1;
    color: rgb(114 103 90 / var(--tw-text-opacity, 1));
  }

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

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:enabled\:hover\:bg-theme-surface-container:hover:enabled {
    --tw-bg-opacity: 1;
    background-color: rgb(241 239 228 / var(--tw-bg-opacity, 1));
  }

  .data-\[link\=true\]\:md\:hover\:bg-theme-surface-container-highest:hover[data-link="true"] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:md\:text-lead-lg {
    font-size: 60px;
    line-height: 64px;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:md\:text-lead-md {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (min-width: 1020px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-full {
    top: 100%;
  }

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

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

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

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

  .lg\:flex-none {
    flex: none;
  }

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

  .lg\:basis-\[300px\] {
    flex-basis: 300px;
  }

  .lg\:basis-\[340px\] {
    flex-basis: 340px;
  }

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

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

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

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

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

  .lg\:pl-gutter {
    padding-left: var(--grid-gutter);
  }

  .data-\[collapsed\=true\]\:lg\:hidden[data-collapsed="true"] {
    display: none;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:lg\:mt-24 {
    margin-top: 6rem;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:lg\:w-\[420px\] {
    width: 420px;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:lg\:w-\[460px\] {
    width: 460px;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:lg\:w-\[500px\] {
    width: 500px;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:lg\:w-\[580px\] {
    width: 580px;
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group\/main[data-width="wide"] .group-data-\[width\=wide\]\/main\:lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1260px) {
  .xl\:min-h-\[180px\] {
    min-height: 180px;
  }

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

  .xl\:basis-\[380px\] {
    flex-basis: 380px;
  }

  .xl\:-translate-x-\[140px\] {
    --tw-translate-x: -140px;
    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));
  }
}

@media (min-width: 1020px) {
  .ltr\:lg\:pl-10:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 2.5rem;
  }

  .ltr\:lg\:pl-14:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 3.5rem;
  }

  .ltr\:lg\:pr-10:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 2.5rem;
  }

  .rtl\:lg\:pl-10:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2.5rem;
  }

  .rtl\:lg\:pr-10:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 2.5rem;
  }

  .rtl\:lg\:pr-14:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 3.5rem;
  }
}

.\[\&_span\]\:block span {
  display: block;
}

.\[\&_svg\]\:hidden svg {
  display: none;
}
