@charset "UTF-8";:root {
  /* Fonts */
  --font-display: "Libre Bodoni", Didot, Georgia, serif;
  --font-editorial: "Bodoni Moda", Didot, Georgia, serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-heading: var(--font-display);

  /* Spacing scale */
  --space-0: 0rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;

  /* Font sizes */
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;

  /* Plugin <-> theme bridge (consumed by plugin frontend.css) */
  --wcr-ink: #1a1a1a;
  --wcr-cream: #f9f6f1;
  --wcr-muted: #6e6a66;
  --wcr-accent: #d4bcdc;
  --wcr-border: rgba(26, 26, 26, 0.18);
  --wcr-font-body: var(--font-body);
  --wcr-font-display: var(--font-display);
}.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding-left: var(--space-4);
  padding-right: var(--space-4);
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.card{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.card-body{
  padding: var(--space-4);
}.plate-1 {
  background-image: linear-gradient(156deg, rgb(246, 239, 226) 0%, rgb(231, 220, 198) 100%);
}.plate-2 {
  background-image: linear-gradient(129deg, rgb(255, 216, 197) 0%, rgb(241, 180, 183) 60%, rgb(229, 159, 168) 100%);
}.plate-3 {
  background-image: linear-gradient(129deg, rgb(183, 210, 230) 0%, rgb(119, 169, 206) 60%, rgb(92, 138, 174) 100%);
}.plate-4 {
  background-image: linear-gradient(129deg, rgb(232, 214, 238) 0%, rgb(212, 188, 220) 55%, rgb(180, 157, 196) 100%);
}.plate-5 {
  background-image: linear-gradient(129deg, rgb(246, 239, 226) 0%, rgb(255, 234, 203) 55%, rgb(249, 217, 166) 100%);
}.plate-6 {
  background-image: linear-gradient(129deg, rgb(238, 233, 223) 0%, rgb(255, 200, 170) 55%, rgb(242, 169, 138) 100%);
}.plate-7 {
  background-image: linear-gradient(129deg, rgb(183, 210, 230) 0%, rgb(119, 169, 206) 50%, rgb(212, 188, 220) 100%);
}.plate-hero {
  background-image: linear-gradient(127deg, rgb(255, 216, 197) 0%, rgb(241, 180, 183) 60%, rgb(229, 159, 168) 100%);
}.radial-veil {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}.kicker {
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2em;
  line-height: 1.55;
}/* Size modifiers — the design uses a small kicker scale; base stays 11px/0.2em. */.kicker--9 {
  font-size: 9px;
  letter-spacing: 0.22em;
}.kicker--10 {
  font-size: 10px;
  letter-spacing: 0.22em;
}.kicker--12 {
  font-size: 12px;
  letter-spacing: 0.22em;
}/**
 * Single product page — size chips, add-to-cart pill, and the rentals picker
 * as it sits inside the purchase pane.
 *
 * The chips are generated by assets/js/product.js from the plugin's
 * <select id="wcr-unit-size"> and moved into #wardrobe-size-slot.
 */.wcr-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}.wcr-sizes__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 35px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid rgba(26, 26, 26, 0.18);
  background: transparent;
  color: #2e2a26;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}.wcr-sizes__btn:hover {
  border-color: rgba(26, 26, 26, 0.45);
}.wcr-sizes__btn.is-active {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #f9f6f1;
}/* The native select stays in the DOM (JS inlines the visually-hidden styles). */.wcr-sizes__native {
  pointer-events: none;
}/* Hide the plugin's own size label once chips take over. The plugin renders it
   as class="wcr-picker__label" for="wcr-unit-size" (no modifier), so target the
   `for` attribute — and only the size label, never the date label. */.wcr-picker--enhanced .wcr-picker__label[for=wcr-unit-size] {
  display: none;
}/* Actions row: the WooCommerce cart form, with the rentals picker above it.
   The form is a wrapping flex row — the picker takes the full first line, then
   the compare link + the two pills share the line below (compare pushed left). */.wardrobe-actions form.cart {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}.wardrobe-actions .quantity {
  display: none; /* rentals are sold individually */
}/* Compare link: underlined muted kicker link, kept on the left of the row. */.wardrobe-actions .wardrobe-compare {
  order: 1;
  margin-right: auto;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #6e6a66; /* muted */
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  line-height: 18.6px;
  text-decoration: none;
}/* Secondary "Back to the look" button: outline pill. */.wardrobe-actions .wardrobe-secondary-action {
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 49px;
  border-radius: 9999px;
  border: 1px solid #1a1a1a;
  background: transparent;
  color: #1a1a1a;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  line-height: 23.25px;
  text-decoration: none;
}/* Add-to-cart: sky-filled pill. */.wardrobe-actions .single_add_to_cart_button {
  order: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 49px;
  border-radius: 9999px;
  border: 1px solid #1a1a1a;
  background: #b7d2e6; /* sky */
  color: #1a1a1a;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  line-height: 23.25px;
  letter-spacing: 0.15px;
  cursor: pointer;
  transition: filter 0.15s ease;
}.wardrobe-actions .single_add_to_cart_button:hover {
  filter: brightness(0.96);
}/* The rentals picker inside the pane: full-width above the row, boxing dropped. */.wardrobe-actions #wcr-rental-picker {
  flex: 0 0 100%;
  padding: 0;
  border: 0;
  background: transparent;
  max-width: none;
}/* Mobile: both pills go full-width and the compare link drops to its own line. */@media (max-width: 640px) {
  .wardrobe-actions .wardrobe-compare {
    flex: 1 1 100%;
    margin-right: 0;
  }
  .wardrobe-actions .wardrobe-secondary-action,
  .wardrobe-actions .single_add_to_cart_button {
    flex: 1 1 100%;
    width: auto;
  }
}/* Pane price suffix. The plugin renders the "/ week" suffix as .wcr-price__per
   (small-caps) which is right for the card "/wk" but wrong in the pane, where the
   design shows "$285 / week" inline in the same 26px Libre Bodoni italic. Scope
   the un-smallcapsing to .wardrobe-price only — the global rule (cards) is left. */.wardrobe-price .wcr-price__per {
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: none;
  letter-spacing: normal;
  margin-left: 6px;
}/* Looks-bar availability pill. The plugin's .wcr-badge (cream, borderless, 10px
   uppercase) clashes with the design pill beside it; restyle scoped to the bar. */.wardrobe-looks-bar .wcr-badge {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 9999px;
  padding: 10px 16px;
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
  color: #2e2a26; /* warm */
  line-height: 18px;
}.wardrobe-looks-bar .wcr-badge--unavailable,
.wardrobe-looks-bar .wcr-badge--reserved {
  color: #6e6a66; /* muted state tint */
}/**
 * Long-form editorial typography for post/page bodies.
 *
 * Replaces the dead `.prose` class (the theme does not ship
 * @tailwindcss/typography). Applied to the wrapper around the_content(),
 * e.g. <div class="entry-content"><?php the_content(); ?></div>.
 *
 * Plain CSS on purpose — targets the raw tags the editor emits, so no
 * per-element utility classes are needed. Selectors are scoped under
 * `.entry-content`, giving them enough specificity to override Tailwind's
 * preflight and the base-layer heading font rule.
 */.entry-content {
  /* Comfortable reading measure. */
  max-width: 68ch;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
  color: #2e2a26;
}/* Vertical rhythm for flow content. */.entry-content > * {
  margin-top: 0;
  margin-bottom: 1.4em;
}.entry-content > *:last-child {
  margin-bottom: 0;
}.entry-content p {
  margin: 0 0 1.4em;
}/* Headings — Libre Bodoni italic, tighter, darker, with breathing room above. */.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: -0.01em;
  line-height: 1.2;
}.entry-content h2 {
  font-size: 1.9em;
  margin: 1.8em 0 0.6em;
}.entry-content h3 {
  font-size: 1.5em;
  margin: 1.6em 0 0.5em;
}.entry-content h4 {
  font-size: 1.25em;
  margin: 1.5em 0 0.5em;
}.entry-content h5,
.entry-content h6 {
  font-size: 1.05em;
  margin: 1.4em 0 0.5em;
}/* First heading shouldn't push a huge gap at the top. */.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child {
  margin-top: 0;
}/* Links — underlined, ink, gentle hover. */.entry-content a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: opacity 0.15s ease;
}.entry-content a:hover {
  opacity: 0.6;
}/* Emphasis. */.entry-content strong,
.entry-content b {
  font-weight: 600;
  color: #1a1a1a;
}.entry-content em,
.entry-content i {
  font-style: italic;
}/* Lists — restore markers Tailwind preflight strips, with indentation. */.entry-content ul,
.entry-content ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}.entry-content ul {
  list-style: disc;
}.entry-content ol {
  list-style: decimal;
}.entry-content li {
  margin: 0.4em 0;
  padding-left: 0.25em;
}.entry-content li::marker {
  color: #6e6a66;
}.entry-content li > ul,
.entry-content li > ol {
  margin: 0.4em 0 0.6em;
}/* Blockquote — display italic, hairline rule, muted. */.entry-content blockquote {
  margin: 1.8em 0;
  padding: 0.2em 0 0.2em 1.25em;
  border-left: 1px solid rgba(26, 26, 26, 0.25);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.5;
  color: #6e6a66;
}.entry-content blockquote p {
  margin: 0 0 0.6em;
}.entry-content blockquote p:last-child {
  margin-bottom: 0;
}.entry-content blockquote cite {
  display: block;
  margin-top: 0.6em;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 300;
  font-size: 0.7em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6e6a66;
}/* Media — full width, softly rounded, with caption styling. */.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}.entry-content figure {
  margin: 1.8em 0;
}.entry-content figure img {
  display: block;
  width: 100%;
}.entry-content figcaption,
.entry-content .wp-caption-text {
  margin-top: 0.7em;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.8em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #6e6a66;
  text-align: left;
}/* Alignment helpers WordPress emits. */.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}.entry-content .alignright {
  float: right;
  margin: 0.4em 0 1em 1.5em;
}.entry-content .alignleft {
  float: left;
  margin: 0.4em 1.5em 1em 0;
}/* Rule — hairline separator. */.entry-content hr {
  border: 0;
  height: 1px;
  background: rgba(26, 26, 26, 0.15);
  margin: 2.4em 0;
}/* Code — minimal, monospace, tinted. */.entry-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88em;
  background: rgba(26, 26, 26, 0.05);
  border-radius: 3px;
  padding: 0.15em 0.4em;
}.entry-content pre {
  margin: 1.8em 0;
  padding: 1em 1.25em;
  background: rgba(26, 26, 26, 0.05);
  border-radius: 4px;
  overflow-x: auto;
  font-size: 0.88em;
  line-height: 1.6;
}.entry-content pre code {
  background: none;
  padding: 0;
  font-size: 1em;
}/* Tables — quiet, readable. */.entry-content table {
  width: 100%;
  margin: 1.8em 0;
  border-collapse: collapse;
  font-size: 0.95em;
}.entry-content th,
.entry-content td {
  padding: 0.6em 0.8em;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
  text-align: left;
}.entry-content th {
  font-family: var(--font-body);
  font-weight: 500;
  color: #1a1a1a;
}/* WordPress page-break navigation from wp_link_pages(). */.entry-content .page-links {
  margin-top: 1.8em;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.8em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6e6a66;
}/**
 * Curation page (page-2) selection-layer states.
 *
 * The remove control is a native checkbox (name="wcr_removed[]", class
 * .wcr-remove-toggle, visually hidden via Tailwind's sr-only) whose styled
 * <label> is the design's "–" button. The :has() rules below give the card a
 * removed state even without JavaScript; assets/js/curation.js adds the same
 * class (.wcr-item-card--removed) for browsers it runs in, live totals, and
 * state restore.
 *//* Removed card: faded, image desaturated, but still legible for "undo". */.wcr-item-card--removed,
.wcr-item-card:has(.wcr-remove-toggle:checked) {
  opacity: 0.45;
}.wcr-item-card--removed img,
.wcr-item-card:has(.wcr-remove-toggle:checked) img {
  filter: grayscale(1);
}/* The "–" label flips to a restore affordance when checked. */.wcr-remove-toggle:checked + label {
  background-color: rgb(26, 26, 26);
  color: rgb(249, 246, 241);
}/* Keyboard focus for the visually-hidden checkbox lands on its label. */.wcr-remove-toggle:focus-visible + label {
  outline: 2px solid rgb(26, 26, 26);
  outline-offset: 2px;
}*, ::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.18 | 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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: var(--font-body); /* 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::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;
}html { font-family: var(--font-body); }h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); }@media (prefers-reduced-motion: no-preference) {
    html { scroll-behavior: smooth; }
  }.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;
  }
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.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: -webkit-sticky;
  position: sticky;
}.inset-0{
  inset: var(--space-0);
}.-right-2{
  right: calc(var(--space-2) * -1);
}.-top-2{
  top: calc(var(--space-2) * -1);
}.-top-\[8px\]{
  top: -8px;
}.bottom-2{
  bottom: var(--space-2);
}.bottom-\[-120px\]{
  bottom: -120px;
}.bottom-\[12px\]{
  bottom: 12px;
}.bottom-\[13px\]{
  bottom: 13px;
}.bottom-\[14px\]{
  bottom: 14px;
}.bottom-\[16px\]{
  bottom: 16px;
}.left-1{
  left: var(--space-1);
}.left-1\/2{
  left: 50%;
}.left-4{
  left: var(--space-4);
}.left-\[-40px\]{
  left: -40px;
}.left-\[14px\]{
  left: 14px;
}.left-\[18px\]{
  left: 18px;
}.left-\[20px\]{
  left: 20px;
}.left-\[2px\]{
  left: 2px;
}.left-\[52\%\]{
  left: 52%;
}.left-\[60px\]{
  left: 60px;
}.left-\[61px\]{
  left: 61px;
}.right-0{
  right: var(--space-0);
}.right-2{
  right: var(--space-2);
}.right-3{
  right: var(--space-3);
}.right-\[-165px\]{
  right: -165px;
}.right-\[16px\]{
  right: 16px;
}.top-0{
  top: var(--space-0);
}.top-1{
  top: var(--space-1);
}.top-1\/2{
  top: 50%;
}.top-3{
  top: var(--space-3);
}.top-\[-52px\]{
  top: -52px;
}.top-\[-91px\]{
  top: -91px;
}.top-\[14px\]{
  top: 14px;
}.top-\[16px\]{
  top: 16px;
}.top-\[33px\]{
  top: 33px;
}.top-\[3px\]{
  top: 3px;
}.top-\[40\%\]{
  top: 40%;
}.top-\[60px\]{
  top: 60px;
}.top-\[61px\]{
  top: 61px;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.order-3{
  order: 3;
}.col-span-2{
  grid-column: span 2 / span 2;
}.m-0{
  margin: var(--space-0);
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-\[7px\]{
  margin-top: 7px;
  margin-bottom: 7px;
}.-mt-\[10px\]{
  margin-top: -10px;
}.mb-3{
  margin-bottom: var(--space-3);
}.mb-4{
  margin-bottom: var(--space-4);
}.mb-6{
  margin-bottom: var(--space-6);
}.mb-\[100px\]{
  margin-bottom: 100px;
}.mb-\[13px\]{
  margin-bottom: 13px;
}.mb-\[36px\]{
  margin-bottom: 36px;
}.mb-\[40px\]{
  margin-bottom: 40px;
}.mb-\[48px\]{
  margin-bottom: 48px;
}.mb-\[6px\]{
  margin-bottom: 6px;
}.ml-2{
  margin-left: var(--space-2);
}.ml-3{
  margin-left: var(--space-3);
}.ml-4{
  margin-left: var(--space-4);
}.ml-auto{
  margin-left: auto;
}.mt-0{
  margin-top: var(--space-0);
}.mt-1{
  margin-top: var(--space-1);
}.mt-1\.5{
  margin-top: 0.375rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-2{
  margin-top: var(--space-2);
}.mt-2\.5{
  margin-top: 0.625rem;
}.mt-3{
  margin-top: var(--space-3);
}.mt-3\.5{
  margin-top: 0.875rem;
}.mt-4{
  margin-top: var(--space-4);
}.mt-6{
  margin-top: var(--space-6);
}.mt-8{
  margin-top: 2rem;
}.mt-\[100px\]{
  margin-top: 100px;
}.mt-\[10px\]{
  margin-top: 10px;
}.mt-\[123px\]{
  margin-top: 123px;
}.mt-\[12px\]{
  margin-top: 12px;
}.mt-\[13px\]{
  margin-top: 13px;
}.mt-\[14px\]{
  margin-top: 14px;
}.mt-\[16px\]{
  margin-top: 16px;
}.mt-\[17px\]{
  margin-top: 17px;
}.mt-\[18px\]{
  margin-top: 18px;
}.mt-\[19px\]{
  margin-top: 19px;
}.mt-\[20px\]{
  margin-top: 20px;
}.mt-\[22px\]{
  margin-top: 22px;
}.mt-\[23px\]{
  margin-top: 23px;
}.mt-\[24px\]{
  margin-top: 24px;
}.mt-\[25px\]{
  margin-top: 25px;
}.mt-\[26px\]{
  margin-top: 26px;
}.mt-\[27px\]{
  margin-top: 27px;
}.mt-\[32px\]{
  margin-top: 32px;
}.mt-\[34px\]{
  margin-top: 34px;
}.mt-\[35px\]{
  margin-top: 35px;
}.mt-\[36px\]{
  margin-top: 36px;
}.mt-\[40px\]{
  margin-top: 40px;
}.mt-\[42px\]{
  margin-top: 42px;
}.mt-\[44px\]{
  margin-top: 44px;
}.mt-\[45px\]{
  margin-top: 45px;
}.mt-\[47px\]{
  margin-top: 47px;
}.mt-\[48px\]{
  margin-top: 48px;
}.mt-\[4px\]{
  margin-top: 4px;
}.mt-\[56px\]{
  margin-top: 56px;
}.mt-\[64px\]{
  margin-top: 64px;
}.mt-\[66px\]{
  margin-top: 66px;
}.mt-\[6px\]{
  margin-top: 6px;
}.mt-\[76px\]{
  margin-top: 76px;
}.mt-\[80px\]{
  margin-top: 80px;
}.mt-\[8px\]{
  margin-top: 8px;
}.mt-auto{
  margin-top: auto;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.hidden{
  display: none;
}.aspect-\[123\/154\]{
  aspect-ratio: 123/154;
}.aspect-\[131\/175\]{
  aspect-ratio: 131/175;
}.aspect-\[220\/293\]{
  aspect-ratio: 220/293;
}.aspect-\[282\/352\]{
  aspect-ratio: 282/352;
}.aspect-\[295\/369\]{
  aspect-ratio: 295/369;
}.aspect-\[311\/389\]{
  aspect-ratio: 311/389;
}.aspect-\[312\/390\]{
  aspect-ratio: 312/390;
}.aspect-\[337\/421\]{
  aspect-ratio: 337/421;
}.aspect-\[389\/486\]{
  aspect-ratio: 389/486;
}.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}.aspect-\[432\/324\]{
  aspect-ratio: 432/324;
}.aspect-\[545\/727\]{
  aspect-ratio: 545/727;
}.aspect-\[560\/700\]{
  aspect-ratio: 560/700;
}.aspect-\[628\/502\]{
  aspect-ratio: 628/502;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.h-1{
  height: var(--space-1);
}.h-1\.5{
  height: 0.375rem;
}.h-6{
  height: var(--space-6);
}.h-7{
  height: 1.75rem;
}.h-8{
  height: 2rem;
}.h-9{
  height: 2.25rem;
}.h-\[11px\]{
  height: 11px;
}.h-\[125px\]{
  height: 125px;
}.h-\[14px\]{
  height: 14px;
}.h-\[178px\]{
  height: 178px;
}.h-\[18\.5px\]{
  height: 18.5px;
}.h-\[18px\]{
  height: 18px;
}.h-\[24px\]{
  height: 24px;
}.h-\[28px\]{
  height: 28px;
}.h-\[298px\]{
  height: 298px;
}.h-\[34px\]{
  height: 34px;
}.h-\[36px\]{
  height: 36px;
}.h-\[41px\]{
  height: 41px;
}.h-\[420px\]{
  height: 420px;
}.h-\[44px\]{
  height: 44px;
}.h-\[49px\]{
  height: 49px;
}.h-\[55px\]{
  height: 55px;
}.h-\[62px\]{
  height: 62px;
}.h-\[650px\]{
  height: 650px;
}.h-\[751px\]{
  height: 751px;
}.h-\[80px\]{
  height: 80px;
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.min-h-\[1000px\]{
  min-height: 1000px;
}.min-h-\[87px\]{
  min-height: 87px;
}.min-h-screen{
  min-height: 100vh;
}.w-1{
  width: var(--space-1);
}.w-1\.5{
  width: 0.375rem;
}.w-6{
  width: var(--space-6);
}.w-7{
  width: 1.75rem;
}.w-8{
  width: 2rem;
}.w-9{
  width: 2.25rem;
}.w-\[11px\]{
  width: 11px;
}.w-\[136px\]{
  width: 136px;
}.w-\[153\.73px\]{
  width: 153.73px;
}.w-\[160px\]{
  width: 160px;
}.w-\[178px\]{
  width: 178px;
}.w-\[188px\]{
  width: 188px;
}.w-\[208px\]{
  width: 208px;
}.w-\[20px\]{
  width: 20px;
}.w-\[21\.75px\]{
  width: 21.75px;
}.w-\[24px\]{
  width: 24px;
}.w-\[298px\]{
  width: 298px;
}.w-\[29px\]{
  width: 29px;
}.w-\[34px\]{
  width: 34px;
}.w-\[36px\]{
  width: 36px;
}.w-\[420px\]{
  width: 420px;
}.w-\[44px\]{
  width: 44px;
}.w-\[59\.7\%\]{
  width: 59.7%;
}.w-\[64px\]{
  width: 64px;
}.w-\[650px\]{
  width: 650px;
}.w-\[66\.9\%\]{
  width: 66.9%;
}.w-\[70\%\]{
  width: 70%;
}.w-\[71\%\]{
  width: 71%;
}.w-\[75\%\]{
  width: 75%;
}.w-\[751px\]{
  width: 751px;
}.w-\[86\%\]{
  width: 86%;
}.w-full{
  width: 100%;
}.min-w-0{
  min-width: var(--space-0);
}.min-w-\[143px\]{
  min-width: 143px;
}.min-w-\[20\.8px\]{
  min-width: 20.8px;
}.min-w-\[21px\]{
  min-width: 21px;
}.min-w-\[52px\]{
  min-width: 52px;
}.min-w-\[87px\]{
  min-width: 87px;
}.max-w-3xl{
  max-width: 48rem;
}.max-w-\[1014px\]{
  max-width: 1014px;
}.max-w-\[1017px\]{
  max-width: 1017px;
}.max-w-\[1230px\]{
  max-width: 1230px;
}.max-w-\[1248px\]{
  max-width: 1248px;
}.max-w-\[1313px\]{
  max-width: 1313px;
}.max-w-\[1322px\]{
  max-width: 1322px;
}.max-w-\[1340px\]{
  max-width: 1340px;
}.max-w-\[1344px\]{
  max-width: 1344px;
}.max-w-\[175px\]{
  max-width: 175px;
}.max-w-\[188px\]{
  max-width: 188px;
}.max-w-\[259px\]{
  max-width: 259px;
}.max-w-\[326px\]{
  max-width: 326px;
}.max-w-\[336px\]{
  max-width: 336px;
}.max-w-\[342px\]{
  max-width: 342px;
}.max-w-\[393px\]{
  max-width: 393px;
}.max-w-\[420px\]{
  max-width: 420px;
}.max-w-\[427px\]{
  max-width: 427px;
}.max-w-\[440px\]{
  max-width: 440px;
}.max-w-\[446px\]{
  max-width: 446px;
}.max-w-\[456px\]{
  max-width: 456px;
}.max-w-\[521px\]{
  max-width: 521px;
}.max-w-\[532px\]{
  max-width: 532px;
}.max-w-\[537px\]{
  max-width: 537px;
}.max-w-\[540px\]{
  max-width: 540px;
}.max-w-\[545px\]{
  max-width: 545px;
}.max-w-\[549px\]{
  max-width: 549px;
}.max-w-\[560px\]{
  max-width: 560px;
}.max-w-\[572px\]{
  max-width: 572px;
}.max-w-\[577px\]{
  max-width: 577px;
}.max-w-\[608px\]{
  max-width: 608px;
}.max-w-\[621px\]{
  max-width: 621px;
}.max-w-\[628px\]{
  max-width: 628px;
}.max-w-\[633px\]{
  max-width: 633px;
}.max-w-\[691px\]{
  max-width: 691px;
}.max-w-\[720px\]{
  max-width: 720px;
}.max-w-\[733px\]{
  max-width: 733px;
}.max-w-\[815px\]{
  max-width: 815px;
}.max-w-\[834px\]{
  max-width: 834px;
}.max-w-\[860px\]{
  max-width: 860px;
}.max-w-\[966px\]{
  max-width: 966px;
}.max-w-\[991px\]{
  max-width: 991px;
}.max-w-full{
  max-width: 100%;
}.max-w-none{
  max-width: none;
}.flex-1{
  flex: 1 1 0%;
}.flex-none{
  flex: none;
}.flex-shrink{
  flex-shrink: 1;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.grow{
  flex-grow: 1;
}.border-collapse{
  border-collapse: collapse;
}.-translate-x-1{
  --tw-translate-x: calc(var(--space-1) * -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));
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1{
  --tw-translate-y: calc(var(--space-1) * -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));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-not-allowed{
  cursor: not-allowed;
}.cursor-pointer{
  cursor: pointer;
}.select-none{
  -webkit-user-select: none;
          user-select: none;
}.resize{
  resize: both;
}.snap-none{
  scroll-snap-type: none;
}.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}.snap-center{
  scroll-snap-align: center;
}.scroll-mt-\[24px\]{
  scroll-margin-top: 24px;
}.scroll-mt-\[88px\]{
  scroll-margin-top: 88px;
}.list-none{
  list-style-type: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.flex-nowrap{
  flex-wrap: nowrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.items-baseline{
  align-items: baseline;
}.items-stretch{
  align-items: stretch;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-0{
  gap: var(--space-0);
}.gap-10{
  gap: 2.5rem;
}.gap-12{
  gap: 3rem;
}.gap-2{
  gap: var(--space-2);
}.gap-2\.5{
  gap: 0.625rem;
}.gap-3{
  gap: var(--space-3);
}.gap-4{
  gap: var(--space-4);
}.gap-6{
  gap: var(--space-6);
}.gap-8{
  gap: 2rem;
}.gap-\[10px\]{
  gap: 10px;
}.gap-\[14px\]{
  gap: 14px;
}.gap-\[17px\]{
  gap: 17px;
}.gap-\[18px\]{
  gap: 18px;
}.gap-\[24px\]{
  gap: 24px;
}.gap-\[40px\]{
  gap: 40px;
}.gap-\[48px\]{
  gap: 48px;
}.gap-\[6px\]{
  gap: 6px;
}.gap-\[8px\]{
  gap: 8px;
}.gap-\[9px\]{
  gap: 9px;
}.gap-x-3{
  column-gap: var(--space-3);
}.gap-x-5{
  column-gap: var(--space-5);
}.gap-x-6{
  column-gap: var(--space-6);
}.gap-x-8{
  column-gap: 2rem;
}.gap-y-1{
  row-gap: var(--space-1);
}.gap-y-12{
  row-gap: 3rem;
}.gap-y-2{
  row-gap: var(--space-2);
}.gap-y-3{
  row-gap: var(--space-3);
}.gap-y-6{
  row-gap: var(--space-6);
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(var(--space-4) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(var(--space-4) * var(--tw-space-y-reverse));
}.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}.space-y-\[56px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(56px * var(--tw-space-y-reverse));
}.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}.divide-\[\#1a1a1a\]\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(26 26 26 / 0.1);
}.divide-ink > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-divide-opacity, 1));
}.divide-ink\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(26 26 26 / 0.1);
}.self-start{
  align-self: flex-start;
}.self-center{
  align-self: center;
}.overflow-hidden{
  overflow: hidden;
}.overflow-visible{
  overflow: visible;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-normal{
  white-space: normal;
}.whitespace-nowrap{
  white-space: nowrap;
}.rounded{
  border-radius: 0.25rem;
}.rounded-\[14px\]{
  border-radius: 14px;
}.rounded-\[20px\]{
  border-radius: 20px;
}.rounded-\[4px\]{
  border-radius: 4px;
}.rounded-\[6px\]{
  border-radius: 6px;
}.rounded-\[8px\]{
  border-radius: 8px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-t-\[14px\]{
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}.border{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-l{
  border-left-width: 1px;
}.border-l-2{
  border-left-width: 2px;
}.border-r{
  border-right-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-\[\#1a1a1a\]\/35{
  border-color: rgb(26 26 26 / 0.35);
}.border-\[\#F9F6F1\]\/35{
  border-color: rgb(249 246 241 / 0.35);
}.border-\[\#F9F6F1\]\/45{
  border-color: rgb(249 246 241 / 0.45);
}.border-\[rgba\(26\2c 26\2c 26\2c 0\.1\)\]{
  border-color: rgba(26,26,26,0.1);
}.border-\[rgba\(26\2c 26\2c 26\2c 0\.35\)\]{
  border-color: rgba(26,26,26,0.35);
}.border-\[rgba\(26\2c 26\2c 26\2c 0\.4\)\]{
  border-color: rgba(26,26,26,0.4);
}.border-cream{
  --tw-border-opacity: 1;
  border-color: rgb(249 246 241 / var(--tw-border-opacity, 1));
}.border-cream\/40{
  border-color: rgb(249 246 241 / 0.4);
}.border-ink{
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}.border-ink\/10{
  border-color: rgb(26 26 26 / 0.1);
}.border-ink\/15{
  border-color: rgb(26 26 26 / 0.15);
}.border-ink\/20{
  border-color: rgb(26 26 26 / 0.2);
}.border-ink\/\[\.18\]{
  border-color: rgb(26 26 26 / .18);
}.border-ink\/\[\.22\]{
  border-color: rgb(26 26 26 / .22);
}.border-ink\/\[\.35\]{
  border-color: rgb(26 26 26 / .35);
}.border-ink\/\[0\.18\]{
  border-color: rgb(26 26 26 / 0.18);
}.border-lilac{
  --tw-border-opacity: 1;
  border-color: rgb(212 188 220 / var(--tw-border-opacity, 1));
}.border-muted{
  --tw-border-opacity: 1;
  border-color: rgb(110 106 102 / var(--tw-border-opacity, 1));
}.border-transparent{
  border-color: transparent;
}.border-warm{
  --tw-border-opacity: 1;
  border-color: rgb(46 42 38 / var(--tw-border-opacity, 1));
}.bg-\[\#F9F6F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 241 / var(--tw-bg-opacity, 1));
}.bg-apricot{
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 203 / var(--tw-bg-opacity, 1));
}.bg-cream{
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 241 / var(--tw-bg-opacity, 1));
}.bg-cream-bright{
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 245 / var(--tw-bg-opacity, 1));
}.bg-cream\/20{
  background-color: rgb(249 246 241 / 0.2);
}.bg-cream\/90{
  background-color: rgb(249 246 241 / 0.9);
}.bg-cream\/\[\.92\]{
  background-color: rgb(249 246 241 / .92);
}.bg-cream\/\[0\.18\]{
  background-color: rgb(249 246 241 / 0.18);
}.bg-current{
  background-color: currentColor;
}.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}.bg-ink{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}.bg-ink\/40{
  background-color: rgb(26 26 26 / 0.4);
}.bg-ink\/\[\.06\]{
  background-color: rgb(26 26 26 / .06);
}.bg-ink\/\[0\.06\]{
  background-color: rgb(26 26 26 / 0.06);
}.bg-lilac{
  --tw-bg-opacity: 1;
  background-color: rgb(212 188 220 / var(--tw-bg-opacity, 1));
}.bg-rose{
  --tw-bg-opacity: 1;
  background-color: rgb(241 180 183 / var(--tw-bg-opacity, 1));
}.bg-sky{
  --tw-bg-opacity: 1;
  background-color: rgb(183 210 230 / 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));
}.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}.bg-\[linear-gradient\(207deg\2c rgba\(255\2c 249\2c 243\2c 0\.4\)_-4\.3\%\2c rgba\(255\2c 234\2c 203\2c 0\.4\)_17\.7\%\2c rgba\(241\2c 180\2c 183\2c 0\.4\)_67\.5\%\2c rgba\(212\2c 188\2c 220\2c 0\.4\)_91\.7\%\)\]{
  background-image: linear-gradient(207deg,rgba(255,249,243,0.4) -4.3%,rgba(255,234,203,0.4) 17.7%,rgba(241,180,183,0.4) 67.5%,rgba(212,188,220,0.4) 91.7%);
}.bg-grad-dawn{
  background-image: linear-gradient(146deg,rgba(238,233,223,1) 0%,rgba(255,200,170,1) 55%,rgba(242,169,138,1) 100%);
}.bg-grad-process{
  background-image: linear-gradient(180deg,rgba(250,238,229,1) 6.1%,rgba(255,234,203,1) 26.5%,rgba(241,180,183,1) 72.9%,rgba(206,175,181,1) 99.7%);
}.bg-grad-sunset{
  background-image: linear-gradient(180deg,rgba(255,234,203,1) 0%,rgba(255,200,170,1) 38%,rgba(241,180,183,1) 75%,rgba(212,188,220,1) 100%);
}.bg-grad-veil{
  background-image: linear-gradient(206deg,rgba(255,224,205,0.20) 14.6%,rgba(255,255,255,0.20) 48.7%,rgba(255,200,170,0.20) 89.6%),linear-gradient(rgba(249,246,241,0.92),rgba(249,246,241,0.92));
}.bg-cover{
  background-size: cover;
}.bg-center{
  background-position: center;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.object-cover{
  object-fit: cover;
}.p-0{
  padding: var(--space-0);
}.p-3{
  padding: var(--space-3);
}.p-3\.5{
  padding: 0.875rem;
}.p-5{
  padding: var(--space-5);
}.p-\[16px\]{
  padding: 16px;
}.p-\[17px\]{
  padding: 17px;
}.p-\[20px\]{
  padding: 20px;
}.p-\[25px\]{
  padding: 25px;
}.p-\[28px\]{
  padding: 28px;
}.p-\[37px\]{
  padding: 37px;
}.px-0{
  padding-left: var(--space-0);
  padding-right: var(--space-0);
}.px-1{
  padding-left: var(--space-1);
  padding-right: var(--space-1);
}.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}.px-3{
  padding-left: var(--space-3);
  padding-right: var(--space-3);
}.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}.px-4{
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}.px-6{
  padding-left: var(--space-6);
  padding-right: var(--space-6);
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}.px-\[17px\]{
  padding-left: 17px;
  padding-right: 17px;
}.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}.px-\[19px\]{
  padding-left: 19px;
  padding-right: 19px;
}.px-\[21px\]{
  padding-left: 21px;
  padding-right: 21px;
}.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}.px-\[23px\]{
  padding-left: 23px;
  padding-right: 23px;
}.px-\[26px\]{
  padding-left: 26px;
  padding-right: 26px;
}.px-\[29px\]{
  padding-left: 29px;
  padding-right: 29px;
}.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}.py-0{
  padding-top: var(--space-0);
  padding-bottom: var(--space-0);
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-2{
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3{
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}.py-4{
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}.py-5{
  padding-top: var(--space-5);
  padding-bottom: var(--space-5);
}.py-6{
  padding-top: var(--space-6);
  padding-bottom: var(--space-6);
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}.py-\[13px\]{
  padding-top: 13px;
  padding-bottom: 13px;
}.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}.py-\[26px\]{
  padding-top: 26px;
  padding-bottom: 26px;
}.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}.py-\[72px\]{
  padding-top: 72px;
  padding-bottom: 72px;
}.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}.pb-0{
  padding-bottom: var(--space-0);
}.pb-0\.5{
  padding-bottom: 0.125rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-3{
  padding-bottom: var(--space-3);
}.pb-4{
  padding-bottom: var(--space-4);
}.pb-6{
  padding-bottom: var(--space-6);
}.pb-\[100px\]{
  padding-bottom: 100px;
}.pb-\[105px\]{
  padding-bottom: 105px;
}.pb-\[120px\]{
  padding-bottom: 120px;
}.pb-\[140px\]{
  padding-bottom: 140px;
}.pb-\[146px\]{
  padding-bottom: 146px;
}.pb-\[16px\]{
  padding-bottom: 16px;
}.pb-\[17px\]{
  padding-bottom: 17px;
}.pb-\[22px\]{
  padding-bottom: 22px;
}.pb-\[24px\]{
  padding-bottom: 24px;
}.pb-\[28px\]{
  padding-bottom: 28px;
}.pb-\[2px\]{
  padding-bottom: 2px;
}.pb-\[34px\]{
  padding-bottom: 34px;
}.pb-\[40px\]{
  padding-bottom: 40px;
}.pb-\[44px\]{
  padding-bottom: 44px;
}.pb-\[48px\]{
  padding-bottom: 48px;
}.pb-\[5px\]{
  padding-bottom: 5px;
}.pb-\[64px\]{
  padding-bottom: 64px;
}.pb-\[72px\]{
  padding-bottom: 72px;
}.pb-\[80px\]{
  padding-bottom: 80px;
}.pb-\[8px\]{
  padding-bottom: 8px;
}.pb-\[93px\]{
  padding-bottom: 93px;
}.pb-\[96px\]{
  padding-bottom: 96px;
}.pb-\[98px\]{
  padding-bottom: 98px;
}.pl-4{
  padding-left: var(--space-4);
}.pl-\[17px\]{
  padding-left: 17px;
}.pl-\[28px\]{
  padding-left: 28px;
}.pr-6{
  padding-right: var(--space-6);
}.pr-\[15px\]{
  padding-right: 15px;
}.pt-16{
  padding-top: 4rem;
}.pt-3{
  padding-top: var(--space-3);
}.pt-4{
  padding-top: var(--space-4);
}.pt-6{
  padding-top: var(--space-6);
}.pt-\[120px\]{
  padding-top: 120px;
}.pt-\[123px\]{
  padding-top: 123px;
}.pt-\[128px\]{
  padding-top: 128px;
}.pt-\[13px\]{
  padding-top: 13px;
}.pt-\[14px\]{
  padding-top: 14px;
}.pt-\[16px\]{
  padding-top: 16px;
}.pt-\[24px\]{
  padding-top: 24px;
}.pt-\[25px\]{
  padding-top: 25px;
}.pt-\[26px\]{
  padding-top: 26px;
}.pt-\[28px\]{
  padding-top: 28px;
}.pt-\[29px\]{
  padding-top: 29px;
}.pt-\[36px\]{
  padding-top: 36px;
}.pt-\[40px\]{
  padding-top: 40px;
}.pt-\[41px\]{
  padding-top: 41px;
}.pt-\[452px\]{
  padding-top: 452px;
}.pt-\[48px\]{
  padding-top: 48px;
}.pt-\[56px\]{
  padding-top: 56px;
}.pt-\[64px\]{
  padding-top: 64px;
}.pt-\[72px\]{
  padding-top: 72px;
}.pt-\[80px\]{
  padding-top: 80px;
}.pt-\[96px\]{
  padding-top: 96px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.font-display{
  font-family: var(--font-display);
}.font-editorial{
  font-family: var(--font-editorial);
}.font-sans{
  font-family: var(--font-body);
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[11px\]{
  font-size: 11px;
}.text-\[12\.4px\]{
  font-size: 12.4px;
}.text-\[12\.7px\]{
  font-size: 12.7px;
}.text-\[12px\]{
  font-size: 12px;
}.text-\[13\.2px\]{
  font-size: 13.2px;
}.text-\[13px\]{
  font-size: 13px;
}.text-\[14px\]{
  font-size: 14px;
}.text-\[15px\]{
  font-size: 15px;
}.text-\[16\.7px\]{
  font-size: 16.7px;
}.text-\[16px\]{
  font-size: 16px;
}.text-\[17\.7px\]{
  font-size: 17.7px;
}.text-\[17\.9px\]{
  font-size: 17.9px;
}.text-\[17px\]{
  font-size: 17px;
}.text-\[18\.9px\]{
  font-size: 18.9px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[19px\]{
  font-size: 19px;
}.text-\[20px\]{
  font-size: 20px;
}.text-\[22px\]{
  font-size: 22px;
}.text-\[24px\]{
  font-size: 24px;
}.text-\[26px\]{
  font-size: 26px;
}.text-\[27\.8px\]{
  font-size: 27.8px;
}.text-\[28px\]{
  font-size: 28px;
}.text-\[29\.3px\]{
  font-size: 29.3px;
}.text-\[30\.4px\]{
  font-size: 30.4px;
}.text-\[30px\]{
  font-size: 30px;
}.text-\[32px\]{
  font-size: 32px;
}.text-\[34px\]{
  font-size: 34px;
}.text-\[36px\]{
  font-size: 36px;
}.text-\[40px\]{
  font-size: 40px;
}.text-\[44px\]{
  font-size: 44px;
}.text-\[47\.8px\]{
  font-size: 47.8px;
}.text-\[48\.1px\]{
  font-size: 48.1px;
}.text-\[48px\]{
  font-size: 48px;
}.text-\[49\.3px\]{
  font-size: 49.3px;
}.text-\[55\.4px\]{
  font-size: 55.4px;
}.text-\[56px\]{
  font-size: 56px;
}.text-\[64px\]{
  font-size: 64px;
}.text-\[80px\]{
  font-size: 80px;
}.text-sm{
  font-size: var(--font-size-sm);
  line-height: 1.25rem;
}.text-xl{
  font-size: var(--font-size-xl);
  line-height: 1.75rem;
}.font-bold{
  font-weight: 700;
}.font-light{
  font-weight: 300;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.italic{
  font-style: italic;
}.not-italic{
  font-style: normal;
}.leading-\[1\.04\]{
  line-height: 1.04;
}.leading-\[1\.05\]{
  line-height: 1.05;
}.leading-\[1\.06\]{
  line-height: 1.06;
}.leading-\[1\.15\]{
  line-height: 1.15;
}.leading-\[1\.1\]{
  line-height: 1.1;
}.leading-\[1\.2\]{
  line-height: 1.2;
}.leading-\[14\.3px\]{
  line-height: 14.3px;
}.leading-\[15\.6px\]{
  line-height: 15.6px;
}.leading-\[16\.5px\]{
  line-height: 16.5px;
}.leading-\[17\.05px\]{
  line-height: 17.05px;
}.leading-\[17\.9px\]{
  line-height: 17.9px;
}.leading-\[18px\]{
  line-height: 18px;
}.leading-\[19\.5px\]{
  line-height: 19.5px;
}.leading-\[21\.7px\]{
  line-height: 21.7px;
}.leading-\[21\.85px\]{
  line-height: 21.85px;
}.leading-\[21px\]{
  line-height: 21px;
}.leading-\[22px\]{
  line-height: 22px;
}.leading-\[23\.25px\]{
  line-height: 23.25px;
}.leading-\[23px\]{
  line-height: 23px;
}.leading-\[24\.8px\]{
  line-height: 24.8px;
}.leading-\[24px\]{
  line-height: 24px;
}.leading-\[25\.5px\]{
  line-height: 25.5px;
}.leading-\[25\.6px\]{
  line-height: 25.6px;
}.leading-\[26\.35px\]{
  line-height: 26.35px;
}.leading-\[26\.4px\]{
  line-height: 26.4px;
}.leading-\[26px\]{
  line-height: 26px;
}.leading-\[27\.9px\]{
  line-height: 27.9px;
}.leading-\[27px\]{
  line-height: 27px;
}.leading-\[28\.8px\]{
  line-height: 28.8px;
}.leading-\[28px\]{
  line-height: 28px;
}.leading-\[29\.45px\]{
  line-height: 29.45px;
}.leading-\[30px\]{
  line-height: 30px;
}.leading-\[31\.9px\]{
  line-height: 31.9px;
}.leading-\[31px\]{
  line-height: 31px;
}.leading-\[32\.2px\]{
  line-height: 32.2px;
}.leading-\[32px\]{
  line-height: 32px;
}.leading-\[33\.6px\]{
  line-height: 33.6px;
}.leading-\[33px\]{
  line-height: 33px;
}.leading-\[34\.1px\]{
  line-height: 34.1px;
}.leading-\[34px\]{
  line-height: 34px;
}.leading-\[36px\]{
  line-height: 36px;
}.leading-\[37\.8px\]{
  line-height: 37.8px;
}.leading-\[38px\]{
  line-height: 38px;
}.leading-\[40px\]{
  line-height: 40px;
}.leading-\[42px\]{
  line-height: 42px;
}.leading-\[48\.96px\]{
  line-height: 48.96px;
}.leading-\[48px\]{
  line-height: 48px;
}.leading-\[58\.8px\]{
  line-height: 58.8px;
}.leading-\[61\.6px\]{
  line-height: 61.6px;
}.leading-\[64px\]{
  line-height: 64px;
}.leading-\[67\.2px\]{
  line-height: 67.2px;
}.leading-\[80px\]{
  line-height: 80px;
}.leading-none{
  line-height: 1;
}.tracking-\[-0\.22px\]{
  letter-spacing: -0.22px;
}.tracking-\[-0\.28px\]{
  letter-spacing: -0.28px;
}.tracking-\[-0\.32px\]{
  letter-spacing: -0.32px;
}.tracking-\[-0\.36px\]{
  letter-spacing: -0.36px;
}.tracking-\[-0\.3px\]{
  letter-spacing: -0.3px;
}.tracking-\[-0\.48px\]{
  letter-spacing: -0.48px;
}.tracking-\[-0\.4px\]{
  letter-spacing: -0.4px;
}.tracking-\[-0\.52px\]{
  letter-spacing: -0.52px;
}.tracking-\[-0\.56px\]{
  letter-spacing: -0.56px;
}.tracking-\[-0\.64px\]{
  letter-spacing: -0.64px;
}.tracking-\[-0\.72px\]{
  letter-spacing: -0.72px;
}.tracking-\[-0\.8px\]{
  letter-spacing: -0.8px;
}.tracking-\[-0\.96px\]{
  letter-spacing: -0.96px;
}.tracking-\[-1\.4px\]{
  letter-spacing: -1.4px;
}.tracking-\[-2\.9px\]{
  letter-spacing: -2.9px;
}.tracking-\[0\.15px\]{
  letter-spacing: 0.15px;
}.tracking-\[0\.17px\]{
  letter-spacing: 0.17px;
}.tracking-\[0\.18px\]{
  letter-spacing: 0.18px;
}.tracking-\[0\.22px\]{
  letter-spacing: 0.22px;
}.tracking-\[1\.6px\]{
  letter-spacing: 1.6px;
}.tracking-\[1\.76px\]{
  letter-spacing: 1.76px;
}.tracking-\[1\.82px\]{
  letter-spacing: 1.82px;
}.tracking-\[1\.8px\]{
  letter-spacing: 1.8px;
}.tracking-\[1\.98px\]{
  letter-spacing: 1.98px;
}.tracking-\[2\.16px\]{
  letter-spacing: 2.16px;
}.tracking-\[2\.2px\]{
  letter-spacing: 2.2px;
}.tracking-\[2\.42px\]{
  letter-spacing: 2.42px;
}.tracking-\[2px\]{
  letter-spacing: 2px;
}.text-\[\#1a1a1a\]\/60{
  color: rgb(26 26 26 / 0.6);
}.text-\[\#3F7D5C\]{
  --tw-text-opacity: 1;
  color: rgb(63 125 92 / var(--tw-text-opacity, 1));
}.text-\[\#B86A3C\]{
  --tw-text-opacity: 1;
  color: rgb(184 106 60 / var(--tw-text-opacity, 1));
}.text-\[\#F9F6F1\]{
  --tw-text-opacity: 1;
  color: rgb(249 246 241 / var(--tw-text-opacity, 1));
}.text-\[\#F9F6F1\]\/55{
  color: rgb(249 246 241 / 0.55);
}.text-\[\#F9F6F1\]\/70{
  color: rgb(249 246 241 / 0.7);
}.text-\[\#f9f6f1\]{
  --tw-text-opacity: 1;
  color: rgb(249 246 241 / var(--tw-text-opacity, 1));
}.text-\[rgba\(26\2c 26\2c 26\2c 0\.7\)\]{
  color: rgba(26,26,26,0.7);
}.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.text-cream{
  --tw-text-opacity: 1;
  color: rgb(249 246 241 / var(--tw-text-opacity, 1));
}.text-cream\/55{
  color: rgb(249 246 241 / 0.55);
}.text-cream\/70{
  color: rgb(249 246 241 / 0.7);
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.text-ink{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}.text-ink\/25{
  color: rgb(26 26 26 / 0.25);
}.text-ink\/55{
  color: rgb(26 26 26 / 0.55);
}.text-ink\/60{
  color: rgb(26 26 26 / 0.6);
}.text-ink\/70{
  color: rgb(26 26 26 / 0.7);
}.text-ink\/85{
  color: rgb(26 26 26 / 0.85);
}.text-muted{
  --tw-text-opacity: 1;
  color: rgb(110 106 102 / var(--tw-text-opacity, 1));
}.text-warm{
  --tw-text-opacity: 1;
  color: rgb(46 42 38 / var(--tw-text-opacity, 1));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.underline-offset-2{
  text-underline-offset: 2px;
}.placeholder-\[\#6e6a66\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(110 106 102 / var(--tw-placeholder-opacity, 1));
}.placeholder-\[\#F9F6F1\]\/45::placeholder{
  color: rgb(249 246 241 / 0.45);
}.opacity-5{
  opacity: 0.05;
}.opacity-50{
  opacity: 0.5;
}.opacity-60{
  opacity: 0.6;
}.opacity-\[0\.05\]{
  opacity: 0.05;
}.shadow-\[0_18px_48px_rgba\(26\2c 26\2c 26\2c 0\.10\)\2c 0_2px_6px_rgba\(26\2c 26\2c 26\2c 0\.06\)\]{
  --tw-shadow: 0 18px 48px rgba(26,26,26,0.10),0 2px 6px rgba(26,26,26,0.06);
  --tw-shadow-colored: 0 18px 48px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]{
  --tw-shadow: 0px 4px 4px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline{
  outline-style: solid;
}.outline-2{
  outline-width: 2px;
}.outline-offset-2{
  outline-offset: 2px;
}.ring-\[3px\]{
  --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(3px + 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);
}.ring-inset{
  --tw-ring-inset: inset;
}.ring-cream{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 246 241 / var(--tw-ring-opacity, 1));
}.blur{
  --tw-blur: blur(8px);
  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);
}.brightness-75{
  --tw-brightness: brightness(.75);
  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);
}.grayscale{
  --tw-grayscale: grayscale(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);
}.backdrop-blur-\[12px\]{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-blur-\[6px\]{
  --tw-backdrop-blur: blur(6px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.\[-webkit-box-orient\:vertical\]{
  -webkit-box-orient: vertical;
}.\[-webkit-line-clamp\:4\]{
  -webkit-line-clamp: 4;
}.\[display\:-webkit-box\]{
  display: -webkit-box;
}.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}.hover\:border-ink\/20:hover{
  border-color: rgb(26 26 26 / 0.2);
}.hover\:border-ink\/40:hover{
  border-color: rgb(26 26 26 / 0.4);
}.hover\:bg-\[\#F9F6F1\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 241 / var(--tw-bg-opacity, 1));
}.hover\:bg-ink\/5:hover{
  background-color: rgb(26 26 26 / 0.05);
}.hover\:text-ink:hover{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.hover\:opacity-60:hover{
  opacity: 0.6;
}.hover\:opacity-80:hover{
  opacity: 0.8;
}.hover\:brightness-95:hover{
  --tw-brightness: brightness(.95);
  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);
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.peer:checked ~ .peer-checked\:bg-\[\#F9F6F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 241 / var(--tw-bg-opacity, 1));
}.peer:checked ~ .peer-checked\:text-ink{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}.peer:focus-visible ~ .peer-focus-visible\:outline{
  outline-style: solid;
}.peer:focus-visible ~ .peer-focus-visible\:outline-2{
  outline-width: 2px;
}.peer:focus-visible ~ .peer-focus-visible\:outline-offset-2{
  outline-offset: 2px;
}.peer:focus-visible ~ .peer-focus-visible\:outline-\[\#F9F6F1\]{
  outline-color: #F9F6F1;
}.aria-\[pressed\=true\]\:border-ink[aria-pressed="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}.aria-\[pressed\=true\]\:bg-ink[aria-pressed="true"]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}.aria-\[pressed\=true\]\:font-bold[aria-pressed="true"]{
  font-weight: 700;
}.aria-\[pressed\=true\]\:text-cream[aria-pressed="true"]{
  --tw-text-opacity: 1;
  color: rgb(249 246 241 / var(--tw-text-opacity, 1));
}.aria-\[pressed\=true\]\:text-warm[aria-pressed="true"]{
  --tw-text-opacity: 1;
  color: rgb(46 42 38 / var(--tw-text-opacity, 1));
}.aria-\[pressed\=true\]\:text-white[aria-pressed="true"]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@media (min-width: 640px){.sm\:mt-\[-8px\]{
    margin-top: -8px;
  }.sm\:w-\[220px\]{
    width: 220px;
  }.sm\:w-\[282px\]{
    width: 282px;
  }.sm\:w-\[311px\]{
    width: 311px;
  }.sm\:w-\[312px\]{
    width: 312px;
  }.sm\:w-\[337px\]{
    width: 337px;
  }.sm\:shrink-0{
    flex-shrink: 0;
  }.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:flex-wrap{
    flex-wrap: wrap;
  }.sm\:items-start{
    align-items: flex-start;
  }.sm\:items-end{
    align-items: flex-end;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-between{
    justify-content: space-between;
  }.sm\:gap-12{
    gap: 3rem;
  }.sm\:gap-6{
    gap: var(--space-6);
  }.sm\:gap-\[28px\]{
    gap: 28px;
  }.sm\:gap-\[80px\]{
    gap: 80px;
  }.sm\:gap-x-\[36px\]{
    column-gap: 36px;
  }.sm\:gap-y-6{
    row-gap: var(--space-6);
  }.sm\:px-6{
    padding-left: var(--space-6);
    padding-right: var(--space-6);
  }.sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.sm\:pb-\[8px\]{
    padding-bottom: 8px;
  }.sm\:text-right{
    text-align: right;
  }.sm\:text-\[52px\]{
    font-size: 52px;
  }.sm\:text-\[56px\]{
    font-size: 56px;
  }.sm\:text-\[64px\]{
    font-size: 64px;
  }.sm\:text-\[72px\]{
    font-size: 72px;
  }.sm\:text-\[80px\]{
    font-size: 80px;
  }.sm\:text-\[90px\]{
    font-size: 90px;
  }.sm\:leading-\[57px\]{
    line-height: 57px;
  }.sm\:leading-\[61\.6px\]{
    line-height: 61.6px;
  }.sm\:leading-\[64px\]{
    line-height: 64px;
  }.sm\:leading-\[70px\]{
    line-height: 70px;
  }.sm\:leading-\[84px\]{
    line-height: 84px;
  }
}@media (min-width: 768px){.md\:order-1{
    order: 1;
  }.md\:order-2{
    order: 2;
  }.md\:col-span-2{
    grid-column: span 2 / span 2;
  }.md\:-ml-\[15px\]{
    margin-left: -15px;
  }.md\:mt-0{
    margin-top: var(--space-0);
  }.md\:mt-\[100px\]{
    margin-top: 100px;
  }.md\:mt-\[105px\]{
    margin-top: 105px;
  }.md\:mt-\[112px\]{
    margin-top: 112px;
  }.md\:mt-\[145px\]{
    margin-top: 145px;
  }.md\:mt-\[15px\]{
    margin-top: 15px;
  }.md\:mt-\[16px\]{
    margin-top: 16px;
  }.md\:mt-\[28px\]{
    margin-top: 28px;
  }.md\:mt-\[34px\]{
    margin-top: 34px;
  }.md\:mt-\[42px\]{
    margin-top: 42px;
  }.md\:mt-\[48px\]{
    margin-top: 48px;
  }.md\:mt-\[64px\]{
    margin-top: 64px;
  }.md\:mt-\[66px\]{
    margin-top: 66px;
  }.md\:mt-\[69px\]{
    margin-top: 69px;
  }.md\:mt-\[96px\]{
    margin-top: 96px;
  }.md\:block{
    display: block;
  }.md\:inline-block{
    display: inline-block;
  }.md\:w-\[100px\]{
    width: 100px;
  }.md\:w-\[102px\]{
    width: 102px;
  }.md\:w-\[376px\]{
    width: 376px;
  }.md\:w-full{
    width: 100%;
  }.md\:max-w-\[161px\]{
    max-width: 161px;
  }.md\:max-w-\[282px\]{
    max-width: 282px;
  }.md\:max-w-\[311px\]{
    max-width: 311px;
  }.md\:max-w-\[312px\]{
    max-width: 312px;
  }.md\:max-w-\[337px\]{
    max-width: 337px;
  }.md\:shrink-0{
    flex-shrink: 0;
  }.md\:snap-none{
    scroll-snap-type: none;
  }.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\:flex-wrap{
    flex-wrap: wrap;
  }.md\:flex-nowrap{
    flex-wrap: nowrap;
  }.md\:items-start{
    align-items: flex-start;
  }.md\:items-end{
    align-items: flex-end;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-center{
    justify-content: center;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:gap-0{
    gap: var(--space-0);
  }.md\:gap-6{
    gap: var(--space-6);
  }.md\:gap-\[24px\]{
    gap: 24px;
  }.md\:gap-\[40px\]{
    gap: 40px;
  }.md\:gap-\[99px\]{
    gap: 99px;
  }.md\:gap-x-6{
    column-gap: var(--space-6);
  }.md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }.md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }.md\:overflow-visible{
    overflow: visible;
  }.md\:whitespace-nowrap{
    white-space: nowrap;
  }.md\:border-r{
    border-right-width: 1px;
  }.md\:border-\[rgba\(26\2c 26\2c 26\2c 0\.1\)\]{
    border-color: rgba(26,26,26,0.1);
  }.md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.md\:px-6{
    padding-left: var(--space-6);
    padding-right: var(--space-6);
  }.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }.md\:py-0{
    padding-top: var(--space-0);
    padding-bottom: var(--space-0);
  }.md\:pb-\[160px\]{
    padding-bottom: 160px;
  }.md\:pb-\[224px\]{
    padding-bottom: 224px;
  }.md\:pb-\[2px\]{
    padding-bottom: 2px;
  }.md\:pb-\[56px\]{
    padding-bottom: 56px;
  }.md\:pt-\[113px\]{
    padding-top: 113px;
  }.md\:pt-\[122px\]{
    padding-top: 122px;
  }.md\:pt-\[131px\]{
    padding-top: 131px;
  }.md\:pt-\[137px\]{
    padding-top: 137px;
  }.md\:pt-\[219px\]{
    padding-top: 219px;
  }.md\:pt-\[235px\]{
    padding-top: 235px;
  }.md\:text-right{
    text-align: right;
  }.md\:text-\[56px\]{
    font-size: 56px;
  }.md\:text-\[96px\]{
    font-size: 96px;
  }.md\:leading-\[115px\]{
    line-height: 115px;
  }.md\:leading-\[61\.6px\]{
    line-height: 61.6px;
  }.md\:leading-\[70px\]{
    line-height: 70px;
  }.md\:leading-\[94\.08px\]{
    line-height: 94.08px;
  }
}@media (min-width: 1024px){.lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }.lg\:top-\[88px\]{
    top: 88px;
  }.lg\:ml-\[16px\]{
    margin-left: 16px;
  }.lg\:mt-0{
    margin-top: var(--space-0);
  }.lg\:mt-\[275px\]{
    margin-top: 275px;
  }.lg\:mt-\[306px\]{
    margin-top: 306px;
  }.lg\:mt-\[41px\]{
    margin-top: 41px;
  }.lg\:mt-\[64px\]{
    margin-top: 64px;
  }.lg\:mt-\[82px\]{
    margin-top: 82px;
  }.lg\:flex{
    display: flex;
  }.lg\:w-\[388px\]{
    width: 388px;
  }.lg\:max-w-\[490px\]{
    max-width: 490px;
  }.lg\:max-w-\[920px\]{
    max-width: 920px;
  }.lg\:flex-1{
    flex: 1 1 0%;
  }.lg\:flex-none{
    flex: none;
  }.lg\:shrink-0{
    flex-shrink: 0;
  }.lg\:basis-\[545px\]{
    flex-basis: 545px;
  }.lg\:basis-\[560px\]{
    flex-basis: 560px;
  }.lg\:basis-\[645px\]{
    flex-basis: 645px;
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-start{
    align-items: flex-start;
  }.lg\:items-center{
    align-items: center;
  }.lg\:items-stretch{
    align-items: stretch;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:gap-10{
    gap: 2.5rem;
  }.lg\:gap-6{
    gap: var(--space-6);
  }.lg\:gap-8{
    gap: 2rem;
  }.lg\:gap-\[14px\]{
    gap: 14px;
  }.lg\:gap-\[36px\]{
    gap: 36px;
  }.lg\:gap-\[48px\]{
    gap: 48px;
  }.lg\:gap-\[64px\]{
    gap: 64px;
  }.lg\:self-center{
    align-self: center;
  }.lg\:overflow-visible{
    overflow: visible;
  }.lg\:whitespace-nowrap{
    white-space: nowrap;
  }.lg\:px-0{
    padding-left: var(--space-0);
    padding-right: var(--space-0);
  }.lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.lg\:px-\[48px\]{
    padding-left: 48px;
    padding-right: 48px;
  }.lg\:px-\[96px\]{
    padding-left: 96px;
    padding-right: 96px;
  }.lg\:pb-\[146px\]{
    padding-bottom: 146px;
  }.lg\:pb-\[33px\]{
    padding-bottom: 33px;
  }.lg\:pt-\[144px\]{
    padding-top: 144px;
  }.lg\:pt-\[78px\]{
    padding-top: 78px;
  }.lg\:text-\[122\.1px\]{
    font-size: 122.1px;
  }.lg\:text-\[47\.8px\]{
    font-size: 47.8px;
  }.lg\:text-\[64px\]{
    font-size: 64px;
  }.lg\:leading-\[133px\]{
    line-height: 133px;
  }
}.\[\&_\.woocommerce-Price-amount\]\:font-display .woocommerce-Price-amount{
  font-family: var(--font-display);
}.\[\&_\.woocommerce-Price-amount\]\:italic .woocommerce-Price-amount{
  font-style: italic;
}.\[\&_a\:hover\]\:text-ink a:hover{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}.\[\&_a\]\:text-warm a{
  --tw-text-opacity: 1;
  color: rgb(46 42 38 / var(--tw-text-opacity, 1));
}.\[\&_img\]\:block img{
  display: block;
}.\[\&_img\]\:h-\[56px\] img{
  height: 56px;
}.\[\&_img\]\:h-full img{
  height: 100%;
}.\[\&_img\]\:w-\[56px\] img{
  width: 56px;
}.\[\&_img\]\:w-full img{
  width: 100%;
}.\[\&_img\]\:rounded-full img{
  border-radius: 9999px;
}.\[\&_img\]\:object-cover img{
  object-fit: cover;
}.\[\&_p\+p\]\:mt-4 p+p{
  margin-top: var(--space-4);
}.\[\&_p\]\:m-0 p{
  margin: var(--space-0);
}


