/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 16px;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #3D1B04;
    --color-beige: #F7F7EB;
    --font-cormorant: "Cormorant Garamond", serif;
    --text-h1: 70px;
    --text-h2: 70px;
    --text-h3: 48px;
    --text-h4: 33px;
    --text-h5: 17px;
    --letter-spacing-h1: 0.44em;
    --letter-spacing-headings: 0.32em;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .z-\[101\] {
    z-index: 101;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .clear-both {
    clear: both;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.2222222em;
      line-height: 1.4545455;
      margin-top: 1.0909091em;
      margin-bottom: 1.0909091em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      padding-inline-start: 1em;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: 0.8333333em;
      line-height: 1;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.6666667em;
      margin-top: 1.8666667em;
      margin-bottom: 1.0666667em;
      line-height: 1.3333333;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: 0.6666667em;
      line-height: 1.5;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
      border-radius: 0.3125rem;
      padding-top: 0.2222222em;
      padding-inline-end: 0.4444444em;
      padding-bottom: 0.2222222em;
      padding-inline-start: 0.4444444em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8666667em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.875em;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.75;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: 0.375rem;
      padding-top: 1em;
      padding-inline-end: 1.5em;
      padding-bottom: 1em;
      padding-inline-start: 1.5em;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      margin-bottom: 0.6666667em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      padding-inline-start: 1.5555556em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 3.1111111em;
      margin-bottom: 3.1111111em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.75em;
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
      margin-top: 1em;
    }
    :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-beige\/10 {
    border-color: color-mix(in srgb, #F7F7EB 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-beige) 10%, transparent);
    }
  }
  .border-beige\/30 {
    border-color: color-mix(in srgb, #F7F7EB 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-beige) 30%, transparent);
    }
  }
  .border-primary\/5 {
    border-color: color-mix(in srgb, #3D1B04 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
    }
  }
  .bg-\[\#f9f9f9\] {
    background-color: #f9f9f9;
  }
  .bg-beige\/20 {
    background-color: color-mix(in srgb, #F7F7EB 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-beige) 20%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/30 {
    background-color: color-mix(in srgb, #3D1B04 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .font-cormorant {
    font-family: var(--font-cormorant);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.4em\] {
    --tw-tracking: 0.4em;
    letter-spacing: 0.4em;
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-\[\#1A3827\] {
    color: #1A3827;
  }
  .text-beige {
    color: var(--color-beige);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary\/50 {
    color: color-mix(in srgb, #3D1B04 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-primary) 50%, transparent);
    }
  }
  .text-primary\/60 {
    color: color-mix(in srgb, #3D1B04 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-primary) 60%, transparent);
    }
  }
  .text-primary\/70 {
    color: color-mix(in srgb, #3D1B04 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-primary) 70%, transparent);
    }
  }
  .text-primary\/80 {
    color: color-mix(in srgb, #3D1B04 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-primary) 80%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .hover\:bg-beige {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-beige);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:shadow-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:inset-0 {
    @media (width >= 48rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .md\:z-0 {
    @media (width >= 48rem) {
      z-index: 0;
    }
  }
  .md\:z-10 {
    @media (width >= 48rem) {
      z-index: 10;
    }
  }
  .md\:order-none {
    @media (width >= 48rem) {
      order: 0;
    }
  }
  .md\:mx-12 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-\[60px\] {
    @media (width >= 48rem) {
      margin-bottom: 60px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:h-screen {
    @media (width >= 48rem) {
      height: 100vh;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 48rem) {
      max-width: 500px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:space-y-6 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:rounded-\[12px\] {
    @media (width >= 48rem) {
      border-radius: 12px;
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-\[60px\] {
    @media (width >= 48rem) {
      padding: 60px;
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:pt-\[160px\] {
    @media (width >= 48rem) {
      padding-top: 160px;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:shadow-2xl {
    @media (width >= 48rem) {
      --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-9 {
    @media (width >= 64rem) {
      grid-column: span 9 / span 9;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:bg-white {
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
}
@layer base {
  html, body {
    max-width: 100%;
    overflow-x: clip;
  }
  body {
    font-family: var(--font-cormorant);
    color: var(--color-primary);
    font-size: var(--text-base);
    line-height: 1.9;
    background-color: white;
  }
  h1, h2, h3, h4, h5 {
    margin-bottom: calc(var(--spacing) * 4);
    --tw-leading: 1.2;
    line-height: 1.2;
    color: var(--color-primary);
    text-transform: uppercase;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  h1 {
    font-size: var(--text-h1);
    letter-spacing: var(--letter-spacing-h1);
    padding-left: var(--letter-spacing-h1);
  }
  h2 {
    font-size: var(--text-h2);
    letter-spacing: var(--letter-spacing-headings);
    padding-left: var(--letter-spacing-headings);
  }
  h3 {
    font-size: var(--text-h3);
    letter-spacing: var(--letter-spacing-headings);
    padding-left: var(--letter-spacing-headings);
  }
  h4 {
    font-size: var(--text-h4);
    letter-spacing: var(--letter-spacing-headings);
    padding-left: var(--letter-spacing-headings);
  }
  h5 {
    font-size: var(--text-h5);
    letter-spacing: var(--letter-spacing-headings);
    padding-left: var(--letter-spacing-headings);
  }
  @media (max-width: 768px) {
    h1, h2 {
      font-size: 42px;
    }
    h3 {
      font-size: 32px;
    }
    h4 {
      font-size: 24px;
    }
  }
}
.site {
  overflow-x: clip;
  width: 100%;
}
[class*="custom-h-"] {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
.wp-block-columns[class*="custom-h-"] {
  flex-direction: row !important;
  align-items: center !important;
}
.is-root-container [class*="custom-h-"], .block-editor-block-list__block [class*="custom-h-"] {
  height: auto !important;
}
.custom-h-5 {
  min-height: 5vh !important;
  height: 5vh !important;
}
.custom-h-10 {
  min-height: 10vh !important;
  height: 10vh !important;
}
.custom-h-15 {
  min-height: 15vh !important;
  height: 15vh !important;
}
.custom-h-20 {
  min-height: 20vh !important;
  height: 20vh !important;
}
.custom-h-25 {
  min-height: 25vh !important;
  height: 25vh !important;
}
.custom-h-30 {
  min-height: 30vh !important;
  height: 30vh !important;
}
.custom-h-35 {
  min-height: 35vh !important;
  height: 35vh !important;
}
.custom-h-40 {
  min-height: 40vh !important;
  height: 40vh !important;
}
.custom-h-45 {
  min-height: 45vh !important;
  height: 45vh !important;
}
.custom-h-50 {
  min-height: 50vh !important;
  height: 50vh !important;
}
.custom-h-55 {
  min-height: 55vh !important;
  height: 55vh !important;
}
.custom-h-60 {
  min-height: 60vh !important;
  height: 60vh !important;
}
.custom-h-65 {
  min-height: 65vh !important;
  height: 65vh !important;
}
.custom-h-70 {
  min-height: 70vh !important;
  height: 70vh !important;
}
.custom-h-75 {
  min-height: 75vh !important;
  height: 75vh !important;
}
.custom-h-80 {
  min-height: 80vh !important;
  height: 80vh !important;
}
.custom-h-85 {
  min-height: 85vh !important;
  height: 85vh !important;
}
.custom-h-90 {
  min-height: 90vh !important;
  height: 90vh !important;
}
.custom-h-95 {
  min-height: 95vh !important;
  height: 95vh !important;
}
.custom-h-100 {
  min-height: 100vh !important;
  height: 100vh !important;
}
@media (max-width: 767px) {
  .custom-h-95, .custom-h-100 {
    min-height: auto !important;
    height: auto !important;
  }
}
.custom-w-10 {
  width: 10% !important;
  max-width: 10% !important;
}
.custom-w-20 {
  width: 20% !important;
  max-width: 20% !important;
}
.custom-w-30 {
  width: 30% !important;
  max-width: 30% !important;
}
.custom-w-40 {
  width: 40% !important;
  max-width: 40% !important;
}
.custom-w-50 {
  width: 50% !important;
  max-width: 50% !important;
}
.custom-w-60 {
  width: 60% !important;
  max-width: 60% !important;
}
.custom-w-70 {
  width: 70% !important;
  max-width: 70% !important;
}
.custom-w-80 {
  width: 80% !important;
  max-width: 80% !important;
}
.custom-w-90 {
  width: 90% !important;
  max-width: 90% !important;
}
.custom-w-100 {
  width: 100% !important;
  max-width: 100% !important;
}
.custom-align-left {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}
.custom-align-center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.custom-align-center img {
  display: inline-block !important;
}
.custom-align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
  text-align: right !important;
}
.custom-valign-top {
  align-self: flex-start !important;
}
.custom-valign-center {
  align-self: center !important;
}
.custom-valign-bottom {
  align-self: flex-end !important;
}
.custom-pt-small {
  padding-top: 20px !important;
}
.custom-pt-medium {
  padding-top: 50px !important;
}
.custom-pt-large {
  padding-top: 100px !important;
}
.custom-pt-xlarge {
  padding-top: 150px !important;
}
.custom-pb-small {
  padding-bottom: 20px !important;
}
.custom-pb-medium {
  padding-bottom: 50px !important;
}
.custom-pb-large {
  padding-bottom: 100px !important;
}
.custom-pb-xlarge {
  padding-bottom: 150px !important;
}
@media (max-width: 768px) {
  .m-h-0 {
    display: none !important;
  }
  .m-h-5 {
    min-height: 5vh !important;
    height: 5vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-10 {
    min-height: 10vh !important;
    height: 10vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-15 {
    min-height: 15vh !important;
    height: 15vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-20 {
    min-height: 20vh !important;
    height: 20vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-25 {
    min-height: 25vh !important;
    height: 25vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-30 {
    min-height: 30vh !important;
    height: 30vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-35 {
    min-height: 35vh !important;
    height: 35vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-40 {
    min-height: 40vh !important;
    height: 40vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-45 {
    min-height: 45vh !important;
    height: 45vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-50 {
    min-height: 50vh !important;
    height: 50vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-55 {
    min-height: 55vh !important;
    height: 55vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-60 {
    min-height: 60vh !important;
    height: 60vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-65 {
    min-height: 65vh !important;
    height: 65vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-70 {
    min-height: 70vh !important;
    height: 70vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-75 {
    min-height: 75vh !important;
    height: 75vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-80 {
    min-height: 80vh !important;
    height: 80vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-85 {
    min-height: 85vh !important;
    height: 85vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-90 {
    min-height: 90vh !important;
    height: 90vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-95 {
    min-height: 95vh !important;
    height: 95vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-h-100 {
    min-height: 100vh !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .m-w-10 {
    width: 10% !important;
    max-width: 10% !important;
  }
  .m-w-20 {
    width: 20% !important;
    max-width: 20% !important;
  }
  .m-w-30 {
    width: 30% !important;
    max-width: 30% !important;
  }
  .m-w-40 {
    width: 40% !important;
    max-width: 40% !important;
  }
  .m-w-50 {
    width: 50% !important;
    max-width: 50% !important;
  }
  .m-w-60 {
    width: 60% !important;
    max-width: 60% !important;
  }
  .m-w-70 {
    width: 70% !important;
    max-width: 70% !important;
  }
  .m-w-80 {
    width: 80% !important;
    max-width: 80% !important;
  }
  .m-w-90 {
    width: 90% !important;
    max-width: 90% !important;
  }
  .m-w-100 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .m-align-left {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .m-align-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .m-align-right {
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
  }
  .m-pt-none {
    padding-top: 0 !important;
  }
  .m-pt-small {
    padding-top: 15px !important;
  }
  .m-pt-medium {
    padding-top: 30px !important;
  }
  .m-pt-large {
    padding-top: 60px !important;
  }
  .m-pt-xlarge {
    padding-top: 100px !important;
  }
  .m-pb-none {
    padding-bottom: 0 !important;
  }
  .m-pb-small {
    padding-bottom: 15px !important;
  }
  .m-pb-medium {
    padding-bottom: 30px !important;
  }
  .m-pb-large {
    padding-bottom: 60px !important;
  }
  .m-pb-xlarge {
    padding-bottom: 100px !important;
  }
}
.is-style-rounded-12 img, .is-style-rounded-12 {
  border-radius: 12px !important;
  overflow: hidden !important;
}
.is-style-gap-none {
  gap: 0 !important;
}
.is-style-gap-small {
  gap: 10px !important;
}
.is-style-gap-medium {
  gap: 30px !important;
}
.is-style-gap-large {
  gap: 60px !important;
}
.is-style-pieno .wp-block-button__link, .is-style-vuoto .wp-block-button__link {
  padding: 12px 16px !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  transition: transform 0.2s ease-in-out !important;
  border: none !important;
  display: inline-block !important;
  font-weight: 600;
  text-decoration: none !important;
}
.is-style-pieno .wp-block-button__link:hover, .is-style-vuoto .wp-block-button__link:hover {
  transform: scale(1.05) !important;
}
.is-style-pieno .wp-block-button__link {
  background-color: #F7F7EB !important;
  color: #3D1B04 !important;
  outline: 1px solid #3D1B04 !important;
  outline-offset: 2px !important;
}
.is-style-vuoto .wp-block-button__link {
  background-color: transparent !important;
  color: #3D1B04 !important;
  outline: 1px solid #3D1B04 !important;
  outline-offset: 2px !important;
}
#fluentform_5 {
  font-family: var(--font-cormorant);
  max-width: 100%;
  background-color: #3D1B04 !important;
  padding: 40px !important;
  border-radius: 12px !important;
  color: #ffffff !important;
}
#fluentform_5 .ff-el-is-label-title, #fluentform_5 .ff-el-is-label-title label {
  margin-bottom: calc(var(--spacing) * 2);
  display: block;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 13px !important;
  text-align: left !important;
}
#fluentform_5 .ff-el-form-control {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  padding: 12px 16px !important;
  border: 1px solid #ffffff !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  background-color: #ffffff !important;
  color: #3D1B04 !important;
}
#fluentform_5 .ff-el-form-control:focus {
  --tw-outline-style: none;
  outline-style: none;
  background-color: #ffffff !important;
  border-color: #f7f7eb !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
}
#fluentform_5 .ff-el-form-control::placeholder {
  color: rgba(61, 27, 4, 0.4) !important;
  font-style: italic;
}
#fluentform_5 .ff-btn-submit {
  margin-top: calc(var(--spacing) * 8);
  padding-inline: calc(var(--spacing) * 12);
  padding-block: calc(var(--spacing) * 4);
  --tw-tracking: 0.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  background-color: #ffffff !important;
  color: #3D1B04 !important;
  border: none !important;
  border-radius: 4px !important;
  font-family: var(--font-cormorant) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  outline: 1px solid #ffffff !important;
  outline-offset: 3px !important;
}
#fluentform_5 .ff-btn-submit:hover {
  transform: scale(1.05) !important;
}
#fluentform_5 .ff-errors, #fluentform_5 .text-danger {
  margin-top: calc(var(--spacing) * 1);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  font-style: italic;
  color: #F7F7EB !important;
  opacity: 0.9;
}
.info-box {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.info-box:hover {
  transform: translateY(-5px);
}
.info-box-icon img, .info-box-icon svg {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain;
}
.info-box-link {
  text-decoration: none !important;
  display: block;
  color: inherit;
}
.l-c-w-10.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 10% !important;
}
.l-c-w-20.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 20% !important;
}
.l-c-w-30.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 30% !important;
}
.l-c-w-40.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 40% !important;
}
.l-c-w-50.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 50% !important;
}
.l-c-w-60.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 60% !important;
}
.l-c-w-70.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 70% !important;
}
.l-c-w-80.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 80% !important;
}
.l-c-w-90.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 90% !important;
}
.l-c-w-100.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}
.l-w-w-10.is-layout-constrained>.alignwide {
  max-width: 10% !important;
}
.l-w-w-20.is-layout-constrained>.alignwide {
  max-width: 20% !important;
}
.l-w-w-30.is-layout-constrained>.alignwide {
  max-width: 30% !important;
}
.l-w-w-40.is-layout-constrained>.alignwide {
  max-width: 40% !important;
}
.l-w-w-50.is-layout-constrained>.alignwide {
  max-width: 50% !important;
}
.l-w-w-60.is-layout-constrained>.alignwide {
  max-width: 60% !important;
}
.l-w-w-70.is-layout-constrained>.alignwide {
  max-width: 70% !important;
}
.l-w-w-80.is-layout-constrained>.alignwide {
  max-width: 80% !important;
}
.l-w-w-90.is-layout-constrained>.alignwide {
  max-width: 90% !important;
}
.l-w-w-100.is-layout-constrained>.alignwide {
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .m-l-c-w-10.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 10% !important;
  }
  .m-l-c-w-20.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 20% !important;
  }
  .m-l-c-w-30.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 30% !important;
  }
  .m-l-c-w-40.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 40% !important;
  }
  .m-l-c-w-50.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 50% !important;
  }
  .m-l-c-w-60.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 60% !important;
  }
  .m-l-c-w-70.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 70% !important;
  }
  .m-l-c-w-80.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 80% !important;
  }
  .m-l-c-w-90.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 90% !important;
  }
  .m-l-c-w-100.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
  }
  .m-l-w-w-10.is-layout-constrained>.alignwide {
    max-width: 10% !important;
  }
  .m-l-w-w-20.is-layout-constrained>.alignwide {
    max-width: 20% !important;
  }
  .m-l-w-w-30.is-layout-constrained>.alignwide {
    max-width: 30% !important;
  }
  .m-l-w-w-40.is-layout-constrained>.alignwide {
    max-width: 40% !important;
  }
  .m-l-w-w-50.is-layout-constrained>.alignwide {
    max-width: 50% !important;
  }
  .m-l-w-w-60.is-layout-constrained>.alignwide {
    max-width: 60% !important;
  }
  .m-l-w-w-70.is-layout-constrained>.alignwide {
    max-width: 70% !important;
  }
  .m-l-w-w-80.is-layout-constrained>.alignwide {
    max-width: 80% !important;
  }
  .m-l-w-w-90.is-layout-constrained>.alignwide {
    max-width: 90% !important;
  }
  .m-l-w-w-100.is-layout-constrained>.alignwide {
    max-width: 100% !important;
  }
}
.sp-h-10 {
  height: 10px !important;
  min-height: 10px !important;
}
.sp-h-20 {
  height: 20px !important;
  min-height: 20px !important;
}
.sp-h-30 {
  height: 30px !important;
  min-height: 30px !important;
}
.sp-h-40 {
  height: 40px !important;
  min-height: 40px !important;
}
.sp-h-50 {
  height: 50px !important;
  min-height: 50px !important;
}
.sp-h-60 {
  height: 60px !important;
  min-height: 60px !important;
}
.sp-h-70 {
  height: 70px !important;
  min-height: 70px !important;
}
.sp-h-80 {
  height: 80px !important;
  min-height: 80px !important;
}
.sp-h-90 {
  height: 90px !important;
  min-height: 90px !important;
}
.sp-h-100 {
  height: 100px !important;
  min-height: 100px !important;
}
.sp-h-110 {
  height: 110px !important;
  min-height: 110px !important;
}
.sp-h-120 {
  height: 120px !important;
  min-height: 120px !important;
}
.sp-h-130 {
  height: 130px !important;
  min-height: 130px !important;
}
.sp-h-140 {
  height: 140px !important;
  min-height: 140px !important;
}
.sp-h-150 {
  height: 150px !important;
  min-height: 150px !important;
}
.sp-h-160 {
  height: 160px !important;
  min-height: 160px !important;
}
.sp-h-170 {
  height: 170px !important;
  min-height: 170px !important;
}
.sp-h-180 {
  height: 180px !important;
  min-height: 180px !important;
}
.sp-h-190 {
  height: 190px !important;
  min-height: 190px !important;
}
.sp-h-200 {
  height: 200px !important;
  min-height: 200px !important;
}
.sp-h-250 {
  height: 250px !important;
  min-height: 250px !important;
}
.sp-h-300 {
  height: 300px !important;
  min-height: 300px !important;
}
.sp-h-350 {
  height: 350px !important;
  min-height: 350px !important;
}
.sp-h-400 {
  height: 400px !important;
  min-height: 400px !important;
}
.sp-h-450 {
  height: 450px !important;
  min-height: 450px !important;
}
.sp-h-500 {
  height: 500px !important;
  min-height: 500px !important;
}
@media (max-width: 768px) {
  .m-sp-h-10 {
    height: 10px !important;
    min-height: 10px !important;
  }
  .m-sp-h-20 {
    height: 20px !important;
    min-height: 20px !important;
  }
  .m-sp-h-30 {
    height: 30px !important;
    min-height: 30px !important;
  }
  .m-sp-h-40 {
    height: 40px !important;
    min-height: 40px !important;
  }
  .m-sp-h-50 {
    height: 50px !important;
    min-height: 50px !important;
  }
  .m-sp-h-60 {
    height: 60px !important;
    min-height: 60px !important;
  }
  .m-sp-h-70 {
    height: 70px !important;
    min-height: 70px !important;
  }
  .m-sp-h-80 {
    height: 80px !important;
    min-height: 80px !important;
  }
  .m-sp-h-90 {
    height: 90px !important;
    min-height: 90px !important;
  }
  .m-sp-h-100 {
    height: 100px !important;
    min-height: 100px !important;
  }
  .m-sp-h-110 {
    height: 110px !important;
    min-height: 110px !important;
  }
  .m-sp-h-120 {
    height: 120px !important;
    min-height: 120px !important;
  }
  .m-sp-h-130 {
    height: 130px !important;
    min-height: 130px !important;
  }
  .m-sp-h-140 {
    height: 140px !important;
    min-height: 140px !important;
  }
  .m-sp-h-150 {
    height: 150px !important;
    min-height: 150px !important;
  }
  .m-sp-h-160 {
    height: 160px !important;
    min-height: 160px !important;
  }
  .m-sp-h-170 {
    height: 170px !important;
    min-height: 170px !important;
  }
  .m-sp-h-180 {
    height: 180px !important;
    min-height: 180px !important;
  }
  .m-sp-h-190 {
    height: 190px !important;
    min-height: 190px !important;
  }
  .m-sp-h-200 {
    height: 200px !important;
    min-height: 200px !important;
  }
  .m-sp-h-250 {
    height: 250px !important;
    min-height: 250px !important;
  }
  .m-sp-h-300 {
    height: 300px !important;
    min-height: 300px !important;
  }
  .m-sp-h-350 {
    height: 350px !important;
    min-height: 350px !important;
  }
  .m-sp-h-400 {
    height: 400px !important;
    min-height: 400px !important;
  }
  .m-sp-h-450 {
    height: 450px !important;
    min-height: 450px !important;
  }
  .m-sp-h-500 {
    height: 500px !important;
    min-height: 500px !important;
  }
}
.d-pt-0 {
  padding-top: 0px !important;
}
.d-pt-5 {
  padding-top: 5px !important;
}
.d-pt-10 {
  padding-top: 10px !important;
}
.d-pt-15 {
  padding-top: 15px !important;
}
.d-pt-20 {
  padding-top: 20px !important;
}
.d-pt-25 {
  padding-top: 25px !important;
}
.d-pt-30 {
  padding-top: 30px !important;
}
.d-pt-40 {
  padding-top: 40px !important;
}
.d-pt-50 {
  padding-top: 50px !important;
}
.d-pt-60 {
  padding-top: 60px !important;
}
.d-pt-80 {
  padding-top: 80px !important;
}
.d-pt-100 {
  padding-top: 100px !important;
}
.d-pt-120 {
  padding-top: 120px !important;
}
.d-pt-150 {
  padding-top: 150px !important;
}
.d-pb-0 {
  padding-bottom: 0px !important;
}
.d-pb-5 {
  padding-bottom: 5px !important;
}
.d-pb-10 {
  padding-bottom: 10px !important;
}
.d-pb-15 {
  padding-bottom: 15px !important;
}
.d-pb-20 {
  padding-bottom: 20px !important;
}
.d-pb-25 {
  padding-bottom: 25px !important;
}
.d-pb-30 {
  padding-bottom: 30px !important;
}
.d-pb-40 {
  padding-bottom: 40px !important;
}
.d-pb-50 {
  padding-bottom: 50px !important;
}
.d-pb-60 {
  padding-bottom: 60px !important;
}
.d-pb-80 {
  padding-bottom: 80px !important;
}
.d-pb-100 {
  padding-bottom: 100px !important;
}
.d-pb-120 {
  padding-bottom: 120px !important;
}
.d-pb-150 {
  padding-bottom: 150px !important;
}
.d-pl-0 {
  padding-left: 0px !important;
}
.d-pl-5 {
  padding-left: 5px !important;
}
.d-pl-10 {
  padding-left: 10px !important;
}
.d-pl-15 {
  padding-left: 15px !important;
}
.d-pl-20 {
  padding-left: 20px !important;
}
.d-pl-25 {
  padding-left: 25px !important;
}
.d-pl-30 {
  padding-left: 30px !important;
}
.d-pl-40 {
  padding-left: 40px !important;
}
.d-pl-50 {
  padding-left: 50px !important;
}
.d-pl-60 {
  padding-left: 60px !important;
}
.d-pl-80 {
  padding-left: 80px !important;
}
.d-pl-100 {
  padding-left: 100px !important;
}
.d-pl-120 {
  padding-left: 120px !important;
}
.d-pl-150 {
  padding-left: 150px !important;
}
.d-pr-0 {
  padding-right: 0px !important;
}
.d-pr-5 {
  padding-right: 5px !important;
}
.d-pr-10 {
  padding-right: 10px !important;
}
.d-pr-15 {
  padding-right: 15px !important;
}
.d-pr-20 {
  padding-right: 20px !important;
}
.d-pr-25 {
  padding-right: 25px !important;
}
.d-pr-30 {
  padding-right: 30px !important;
}
.d-pr-40 {
  padding-right: 40px !important;
}
.d-pr-50 {
  padding-right: 50px !important;
}
.d-pr-60 {
  padding-right: 60px !important;
}
.d-pr-80 {
  padding-right: 80px !important;
}
.d-pr-100 {
  padding-right: 100px !important;
}
.d-pr-120 {
  padding-right: 120px !important;
}
.d-pr-150 {
  padding-right: 150px !important;
}
.d-mt-0 {
  margin-top: 0px !important;
}
.d-mt-5 {
  margin-top: 5px !important;
}
.d-mt-10 {
  margin-top: 10px !important;
}
.d-mt-15 {
  margin-top: 15px !important;
}
.d-mt-20 {
  margin-top: 20px !important;
}
.d-mt-25 {
  margin-top: 25px !important;
}
.d-mt-30 {
  margin-top: 30px !important;
}
.d-mt-40 {
  margin-top: 40px !important;
}
.d-mt-50 {
  margin-top: 50px !important;
}
.d-mt-60 {
  margin-top: 60px !important;
}
.d-mt-80 {
  margin-top: 80px !important;
}
.d-mt-100 {
  margin-top: 100px !important;
}
.d-mt-120 {
  margin-top: 120px !important;
}
.d-mt-150 {
  margin-top: 150px !important;
}
.d-mb-0 {
  margin-bottom: 0px !important;
}
.d-mb-5 {
  margin-bottom: 5px !important;
}
.d-mb-10 {
  margin-bottom: 10px !important;
}
.d-mb-15 {
  margin-bottom: 15px !important;
}
.d-mb-20 {
  margin-bottom: 20px !important;
}
.d-mb-25 {
  margin-bottom: 25px !important;
}
.d-mb-30 {
  margin-bottom: 30px !important;
}
.d-mb-40 {
  margin-bottom: 40px !important;
}
.d-mb-50 {
  margin-bottom: 50px !important;
}
.d-mb-60 {
  margin-bottom: 60px !important;
}
.d-mb-80 {
  margin-bottom: 80px !important;
}
.d-mb-100 {
  margin-bottom: 100px !important;
}
.d-mb-120 {
  margin-bottom: 120px !important;
}
.d-mb-150 {
  margin-bottom: 150px !important;
}
.d-ml-0 {
  margin-left: 0px !important;
}
.d-ml-5 {
  margin-left: 5px !important;
}
.d-ml-10 {
  margin-left: 10px !important;
}
.d-ml-15 {
  margin-left: 15px !important;
}
.d-ml-20 {
  margin-left: 20px !important;
}
.d-ml-25 {
  margin-left: 25px !important;
}
.d-ml-30 {
  margin-left: 30px !important;
}
.d-ml-40 {
  margin-left: 40px !important;
}
.d-ml-50 {
  margin-left: 50px !important;
}
.d-ml-60 {
  margin-left: 60px !important;
}
.d-ml-80 {
  margin-left: 80px !important;
}
.d-ml-100 {
  margin-left: 100px !important;
}
.d-ml-120 {
  margin-left: 120px !important;
}
.d-ml-150 {
  margin-left: 150px !important;
}
.d-mr-0 {
  margin-right: 0px !important;
}
.d-mr-5 {
  margin-right: 5px !important;
}
.d-mr-10 {
  margin-right: 10px !important;
}
.d-mr-15 {
  margin-right: 15px !important;
}
.d-mr-20 {
  margin-right: 20px !important;
}
.d-mr-25 {
  margin-right: 25px !important;
}
.d-mr-30 {
  margin-right: 30px !important;
}
.d-mr-40 {
  margin-right: 40px !important;
}
.d-mr-50 {
  margin-right: 50px !important;
}
.d-mr-60 {
  margin-right: 60px !important;
}
.d-mr-80 {
  margin-right: 80px !important;
}
.d-mr-100 {
  margin-right: 100px !important;
}
.d-mr-120 {
  margin-right: 120px !important;
}
.d-mr-150 {
  margin-right: 150px !important;
}
.d-gap-0 {
  gap: 0px !important;
}
.d-gap-5 {
  gap: 5px !important;
}
.d-gap-10 {
  gap: 10px !important;
}
.d-gap-15 {
  gap: 15px !important;
}
.d-gap-20 {
  gap: 20px !important;
}
.d-gap-25 {
  gap: 25px !important;
}
.d-gap-30 {
  gap: 30px !important;
}
.d-gap-40 {
  gap: 40px !important;
}
.d-gap-50 {
  gap: 50px !important;
}
.d-gap-60 {
  gap: 60px !important;
}
.d-gap-80 {
  gap: 80px !important;
}
.d-gap-100 {
  gap: 100px !important;
}
.d-gap-120 {
  gap: 120px !important;
}
.d-gap-150 {
  gap: 150px !important;
}
@media (max-width: 768px) {
  .m-pt-0 {
    padding-top: 0px !important;
  }
  .m-pt-5 {
    padding-top: 5px !important;
  }
  .m-pt-10 {
    padding-top: 10px !important;
  }
  .m-pt-15 {
    padding-top: 15px !important;
  }
  .m-pt-20 {
    padding-top: 20px !important;
  }
  .m-pt-25 {
    padding-top: 25px !important;
  }
  .m-pt-30 {
    padding-top: 30px !important;
  }
  .m-pt-40 {
    padding-top: 40px !important;
  }
  .m-pt-50 {
    padding-top: 50px !important;
  }
  .m-pt-60 {
    padding-top: 60px !important;
  }
  .m-pt-80 {
    padding-top: 80px !important;
  }
  .m-pt-100 {
    padding-top: 100px !important;
  }
  .m-pt-120 {
    padding-top: 120px !important;
  }
  .m-pt-150 {
    padding-top: 150px !important;
  }
  .m-pb-0 {
    padding-bottom: 0px !important;
  }
  .m-pb-5 {
    padding-bottom: 5px !important;
  }
  .m-pb-10 {
    padding-bottom: 10px !important;
  }
  .m-pb-15 {
    padding-bottom: 15px !important;
  }
  .m-pb-20 {
    padding-bottom: 20px !important;
  }
  .m-pb-25 {
    padding-bottom: 25px !important;
  }
  .m-pb-30 {
    padding-bottom: 30px !important;
  }
  .m-pb-40 {
    padding-bottom: 40px !important;
  }
  .m-pb-50 {
    padding-bottom: 50px !important;
  }
  .m-pb-60 {
    padding-bottom: 60px !important;
  }
  .m-pb-80 {
    padding-bottom: 80px !important;
  }
  .m-pb-100 {
    padding-bottom: 100px !important;
  }
  .m-pb-120 {
    padding-bottom: 120px !important;
  }
  .m-pb-150 {
    padding-bottom: 150px !important;
  }
  .m-pl-0 {
    padding-left: 0px !important;
  }
  .m-pl-5 {
    padding-left: 5px !important;
  }
  .m-pl-10 {
    padding-left: 10px !important;
  }
  .m-pl-15 {
    padding-left: 15px !important;
  }
  .m-pl-20 {
    padding-left: 20px !important;
  }
  .m-pl-25 {
    padding-left: 25px !important;
  }
  .m-pl-30 {
    padding-left: 30px !important;
  }
  .m-pl-40 {
    padding-left: 40px !important;
  }
  .m-pl-50 {
    padding-left: 50px !important;
  }
  .m-pl-60 {
    padding-left: 60px !important;
  }
  .m-pl-80 {
    padding-left: 80px !important;
  }
  .m-pl-100 {
    padding-left: 100px !important;
  }
  .m-pl-120 {
    padding-left: 120px !important;
  }
  .m-pl-150 {
    padding-left: 150px !important;
  }
  .m-pr-0 {
    padding-right: 0px !important;
  }
  .m-pr-5 {
    padding-right: 5px !important;
  }
  .m-pr-10 {
    padding-right: 10px !important;
  }
  .m-pr-15 {
    padding-right: 15px !important;
  }
  .m-pr-20 {
    padding-right: 20px !important;
  }
  .m-pr-25 {
    padding-right: 25px !important;
  }
  .m-pr-30 {
    padding-right: 30px !important;
  }
  .m-pr-40 {
    padding-right: 40px !important;
  }
  .m-pr-50 {
    padding-right: 50px !important;
  }
  .m-pr-60 {
    padding-right: 60px !important;
  }
  .m-pr-80 {
    padding-right: 80px !important;
  }
  .m-pr-100 {
    padding-right: 100px !important;
  }
  .m-pr-120 {
    padding-right: 120px !important;
  }
  .m-pr-150 {
    padding-right: 150px !important;
  }
  .m-mt-0 {
    margin-top: 0px !important;
  }
  .m-mt-5 {
    margin-top: 5px !important;
  }
  .m-mt-10 {
    margin-top: 10px !important;
  }
  .m-mt-15 {
    margin-top: 15px !important;
  }
  .m-mt-20 {
    margin-top: 20px !important;
  }
  .m-mt-25 {
    margin-top: 25px !important;
  }
  .m-mt-30 {
    margin-top: 30px !important;
  }
  .m-mt-40 {
    margin-top: 40px !important;
  }
  .m-mt-50 {
    margin-top: 50px !important;
  }
  .m-mt-60 {
    margin-top: 60px !important;
  }
  .m-mt-80 {
    margin-top: 80px !important;
  }
  .m-mt-100 {
    margin-top: 100px !important;
  }
  .m-mt-120 {
    margin-top: 120px !important;
  }
  .m-mt-150 {
    margin-top: 150px !important;
  }
  .m-mb-0 {
    margin-bottom: 0px !important;
  }
  .m-mb-5 {
    margin-bottom: 5px !important;
  }
  .m-mb-10 {
    margin-bottom: 10px !important;
  }
  .m-mb-15 {
    margin-bottom: 15px !important;
  }
  .m-mb-20 {
    margin-bottom: 20px !important;
  }
  .m-mb-25 {
    margin-bottom: 25px !important;
  }
  .m-mb-30 {
    margin-bottom: 30px !important;
  }
  .m-mb-40 {
    margin-bottom: 40px !important;
  }
  .m-mb-50 {
    margin-bottom: 50px !important;
  }
  .m-mb-60 {
    margin-bottom: 60px !important;
  }
  .m-mb-80 {
    margin-bottom: 80px !important;
  }
  .m-mb-100 {
    margin-bottom: 100px !important;
  }
  .m-mb-120 {
    margin-bottom: 120px !important;
  }
  .m-mb-150 {
    margin-bottom: 150px !important;
  }
  .m-gap-0 {
    gap: 0px !important;
  }
  .m-gap-5 {
    gap: 5px !important;
  }
  .m-gap-10 {
    gap: 10px !important;
  }
  .m-gap-15 {
    gap: 15px !important;
  }
  .m-gap-20 {
    gap: 20px !important;
  }
  .m-gap-25 {
    gap: 25px !important;
  }
  .m-gap-30 {
    gap: 30px !important;
  }
  .m-gap-40 {
    gap: 40px !important;
  }
  .m-gap-50 {
    gap: 50px !important;
  }
  .m-gap-60 {
    gap: 60px !important;
  }
  .m-gap-80 {
    gap: 80px !important;
  }
  .m-gap-100 {
    gap: 100px !important;
  }
  .m-gap-120 {
    gap: 120px !important;
  }
  .m-gap-150 {
    gap: 150px !important;
  }
}
.site-footer, .site-footer h1, .site-footer div, .site-footer p {
  color: #F7F7EB !important;
}
.site-footer {
  border-radius: 12px !important;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 2rem !important;
}
.footer-navigation a {
  text-decoration: none !important;
  color: #F7F7EB !important;
}
.site-footer a {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .site-footer {
    border-radius: 12px !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.reveal-up {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
.wp-block-image:not(.info-box-icon), .parallax-container:not(.info-box-icon), .entry-content figure:not(.info-box-icon) {
  overflow: hidden !important;
  position: relative;
  border-radius: inherit;
}
.is-style-rounded-12, .is-style-rounded-12.wp-block-image:not(.info-box-icon), .is-style-rounded-12 .parallax-container, .is-style-rounded-12 figure, .is-style-rounded-12 img {
  border-radius: 12px !important;
  overflow: hidden !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translateZ(0);
}
.site-main img:not(.menu-img):not(.info-box-icon img) {
  scale: 1.15;
  will-change: transform;
  transition: none !important;
}
.info-box-icon, .info-box-icon img {
  overflow: visible !important;
  scale: 1 !important;
}
.contact-boxes-grid {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
@media (min-width: 768px) {
  .contact-boxes-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
    }
  }
}
