/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: maribell
Theme URI: https://maribell.com.ua
Description: theme for maribell.com.ua
Version: 0.1.0
Author: maribell
Author URI: https://maribell.com.ua
Text Domain: maribell
Requires at least: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

maribell is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: var(--font-body);
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xs: 20rem;
  --container-sm: 24rem;
  --container-md: 28rem;
  --container-xl: 36rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: 1.2;
  --text-sm: 0.875rem;
  --text-sm--line-height: 1.2;
  --text-base: 1rem;
  --text-base--line-height: 1.2;
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-8xl: 6rem;
  --text-8xl--line-height: 1;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --tracking-normal: 0em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-relaxed: 1.625;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;
  --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-background: #ffffff;
  --color-foreground: #060606;
  --color-primary: #fb7036;
  --color-primary-dark: #c95a2b;
  --color-secondary: #2cb2ab;
  --color-surface: #fafafa;
  --color-muted: rgba(6, 6, 6, 0.72);
  --color-border: #eeeeee;
  --color-ink: #121212;
  --font-heading: "Unbounded", "Montserrat", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Manrope", "Roboto", ui-sans-serif, system-ui, sans-serif;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::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)) {
    ::placeholder {
      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;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  color: var(--color-foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffe7d2;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  overflow-x: hidden;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
#masthead {
  color: #fff;
}
#masthead > .container * {
  color: #fff;
}
a, button, [role="button"], input[type="submit"], input[type="button"] {
  touch-action: manipulation;
}
body.menu-open, body.form-success-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.fancybox__container .product-fb[hidden] {
  display: block !important;
}
.product-fb-root .f-html {
  background: #fff;
  border-radius: 28px;
  padding: 24px;
}
@media (min-width: 768px) {
  .product-fb-root .f-html {
    padding: 32px;
  }
}
@media (max-width: 640px) {
  .product-fb-root .f-html {
    padding: 16px;
    border-radius: 16px;
  }
}
[data-maribell-product-slider] {
  overflow-x: clip;
  max-width: 100%;
}
@media (max-width: 767px) {
  [data-maribell-product-slider] .swiper {
    overflow: visible;
  }
}
[data-maribell-product-slider] .swiper-pagination-bullet {
  background: #060606;
  opacity: 0.2;
}
[data-maribell-product-slider] .swiper-pagination-bullet-active {
  background: #fb7036;
  opacity: 1;
}
.category-tile, [data-maribell-gallery-tile] {
  border: 1px solid #c8c8c8;
}
.category-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #060606;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.category-tile:hover::before {
  opacity: 0.28;
}
.hero {
  background-color: #ffe7d2;
}
.rev-swiper .swiper-slide {
  opacity: 0;
}
.rev-swiper .swiper-slide.swiper-slide-active,	.rev-swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 100%;
}
@media (width >= 576px) {
  .rev-swiper .swiper.swiper-initialized {
    overflow: visible;
  }
}
.page-content > *, .entry-content > * {
  max-width: none;
  margin-inline: 0;
}
.entry-content > .alignwide, .entry-content > .alignfull {
  max-width: none;
}
@media (width >= 40rem) {
  .entry-meta, .entry-footer, .post-navigation, #comments {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .entry-meta, .entry-footer, .post-navigation, #comments {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .entry-meta, .entry-footer, .post-navigation, #comments {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .entry-meta, .entry-footer, .post-navigation, #comments {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .entry-meta, .entry-footer, .post-navigation, #comments {
    max-width: 96rem;
  }
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  width: 100%;
  max-width: 91.25rem;
  padding-inline: 10px;
  margin-bottom: calc(var(--spacing) * 6);
}
.trp-language-switcher, .trp-floater-ls, .trp-floating-switcher, .trp-shortcode-switcher {
  display: none !important;
}
.maribell-langs .trp-language-switcher, .maribell-langs .trp-shortcode-switcher {
  display: flex !important;
}
.maribell-langs__item {
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
#masthead .maribell-langs__item:not(.is-active) {
  color: rgb(255 255 255 / 0.7);
}
#masthead .maribell-langs__item:not(.is-active):hover {
  color: #fff;
}
#masthead .maribell-langs__item.is-active {
  color: var(--color-primary, #fb7036);
  border-bottom-color: var(--color-primary, #fb7036);
}
[data-maribell-gallery-root] .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
[data-maribell-gallery-slide] {
  min-width: 0;
  box-sizing: border-box;
  padding: 12px;
  height: auto;
}
[data-maribell-gallery-slide-grid] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: clamp(22rem, 42vw, 34rem);
}
[data-maribell-gallery-tile] {
  min-height: 0;
  overflow: hidden;
}
[data-maribell-gallery-tile="lt"] {
  grid-column: 1;
  grid-row: 1;
}
[data-maribell-gallery-tile="lb"] {
  grid-column: 1;
  grid-row: 2;
}
[data-maribell-gallery-tile="center"] {
  grid-column: 2;
  grid-row: 1 / span 2;
}
[data-maribell-gallery-tile="rt"] {
  grid-column: 3;
  grid-row: 1;
}
[data-maribell-gallery-tile="rb"] {
  grid-column: 3;
  grid-row: 2;
}
[data-maribell-gallery-tile] img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  [data-maribell-gallery-slide-grid] {
    gap: 0.625rem;
  }
  [data-maribell-gallery-slide-grid] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    height: auto;
  }
  [data-maribell-gallery-tile] {
    aspect-ratio: 4 / 3;
    grid-column: auto;
    grid-row: auto;
  }
  [data-maribell-gallery-tile="center"] {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.\!relative {
  position: relative !important;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-x-0 {
  inset-inline: calc(var(--spacing) * 0);
}
.inset-y-0 {
  inset-block: calc(var(--spacing) * 0);
}
.start {
  inset-inline-start: var(--spacing);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.-right-1 {
  right: calc(var(--spacing) * -1);
}
.-right-2 {
  right: calc(var(--spacing) * -2);
}
.-right-10 {
  right: calc(var(--spacing) * -10);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.right-6 {
  right: calc(var(--spacing) * 6);
}
.\!bottom-auto {
  bottom: auto !important;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-4 {
  bottom: calc(var(--spacing) * 4);
}
.bottom-6 {
  bottom: calc(var(--spacing) * 6);
}
.-left-10 {
  left: calc(var(--spacing) * -10);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-4 {
  left: calc(var(--spacing) * 4);
}
.-z-\[2\] {
  z-index: calc(2 * -1);
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-60 {
  z-index: 60;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[80\] {
  z-index: 80;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.container {
  margin-inline: auto;
  width: 100%;
  max-width: 91.25rem;
  padding-inline: 10px;
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  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);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  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;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-0\.5 {
  margin-top: calc(var(--spacing) * 0.5);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-auto {
  margin-top: auto;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-7 {
  margin-bottom: calc(var(--spacing) * 7);
}
.mb-auto {
  margin-bottom: auto;
}
.btn-chip {
  display: inline-flex;
  min-height: calc(var(--spacing) * 10);
  flex-shrink: 0;
  scroll-snap-align: start;
  align-items: center;
  border-radius: var(--radius-xl);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -0.02em;
  letter-spacing: -0.02em;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.btn-primary {
  display: inline-flex;
  min-height: calc(var(--spacing) * 10);
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-xl);
  background-color: var(--color-primary);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -0.02em;
  letter-spacing: -0.02em;
  color: var(--color-white);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  .btn-primary:hover {
    background-color: var(--color-primary-dark);
  }
}
.btn-primary:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.btn-primary:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
}
.btn-primary:focus-visible {
  outline-offset: 2px;
}
.btn-primary:focus-visible {
  outline-color: var(--color-primary);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-4\/3 {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-auto {
  height: auto !important;
}
.h-0\.5 {
  height: calc(var(--spacing) * 0.5);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-7 {
  height: calc(var(--spacing) * 7);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-11 {
  height: calc(var(--spacing) * 11);
}
.h-90 {
  height: calc(var(--spacing) * 90);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-6 {
  min-height: calc(var(--spacing) * 6);
}
.min-h-8 {
  min-height: calc(var(--spacing) * 8);
}
.min-h-10 {
  min-height: calc(var(--spacing) * 10);
}
.min-h-11 {
  min-height: calc(var(--spacing) * 11);
}
.min-h-12 {
  min-height: calc(var(--spacing) * 12);
}
.min-h-14 {
  min-height: calc(var(--spacing) * 14);
}
.min-h-48 {
  min-height: calc(var(--spacing) * 48);
}
.min-h-50 {
  min-height: calc(var(--spacing) * 50);
}
.min-h-56 {
  min-height: calc(var(--spacing) * 56);
}
.min-h-60 {
  min-height: calc(var(--spacing) * 60);
}
.min-h-80 {
  min-height: calc(var(--spacing) * 80);
}
.\!w-auto {
  width: auto !important;
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-7 {
  width: calc(var(--spacing) * 7);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-11 {
  width: calc(var(--spacing) * 11);
}
.w-16 {
  width: calc(var(--spacing) * 16);
}
.w-\[min\(28rem\,calc\(100vw-2rem\)\)\] {
  width: min(28rem, calc(100vw - 2rem));
}
.w-\[min\(68rem\,calc\(100vw-2rem\)\)\] {
  width: min(68rem, calc(100vw - 2rem));
}
.w-\[min\(100\%\,20rem\)\] {
  width: min(100%, 20rem);
}
.w-\[min\(100\%\,26\.5rem\)\] {
  width: min(100%, 26.5rem);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-\[12rem\] {
  max-width: 12rem;
}
.max-w-\[16ch\] {
  max-width: 16ch;
}
.max-w-\[30vw\] {
  max-width: 30vw;
}
.max-w-\[1700px\] {
  max-width: 1700px;
}
.max-w-md {
  max-width: var(--container-md);
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: var(--container-sm);
}
.max-w-xl {
  max-width: var(--container-xl);
}
.max-w-xs {
  max-width: var(--container-xs);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-10 {
  min-width: calc(var(--spacing) * 10);
}
.min-w-11 {
  min-width: calc(var(--spacing) * 11);
}
.min-w-40 {
  min-width: calc(var(--spacing) * 40);
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.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;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.scroll-mt-\[5\.5rem\] {
  scroll-margin-top: 5.5rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-baseline {
  align-items: baseline;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-7 {
  gap: calc(var(--spacing) * 7);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
:where(.space-y-3 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-2 {
  column-gap: calc(var(--spacing) * 2);
}
.gap-x-4 {
  column-gap: calc(var(--spacing) * 4);
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
.gap-y-7 {
  row-gap: calc(var(--spacing) * 7);
}
.self-stretch {
  align-self: stretch;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-3xl {
  border-radius: var(--radius-3xl);
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[1\.75rem\] {
  border-radius: 1.75rem;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-border {
  border-color: var(--color-border);
}
.border-primary {
  border-color: var(--color-primary);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/10 {
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-\[\#2b1b17\] {
  background-color: #2b1b17;
}
.bg-\[\#7b7b7b\] {
  background-color: #7b7b7b;
}
.bg-\[\#70441d\] {
  background-color: #70441d;
}
.bg-\[\#322112\] {
  background-color: #322112;
}
.bg-\[\#f9d5b6\] {
  background-color: #f9d5b6;
}
.bg-black\/35 {
  background-color: color-mix(in srgb, #000 35%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/35 {
    background-color: color-mix(in oklab, var(--color-black) 35%, transparent);
  }
}
.bg-black\/40 {
  background-color: color-mix(in srgb, #000 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/40 {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}
.bg-black\/45 {
  background-color: color-mix(in srgb, #000 45%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/45 {
    background-color: color-mix(in oklab, var(--color-black) 45%, transparent);
  }
}
.bg-foreground\/20 {
  background-color: color-mix(in srgb, #060606 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-foreground\/20 {
    background-color: color-mix(in oklab, var(--color-foreground) 20%, transparent);
  }
}
.bg-ink {
  background-color: var(--color-ink);
}
.bg-ink\/80 {
  background-color: color-mix(in srgb, #121212 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-ink\/80 {
    background-color: color-mix(in oklab, var(--color-ink) 80%, transparent);
  }
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-surface {
  background-color: var(--color-surface);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/10 {
  background-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/10 {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-black\/75 {
  --tw-gradient-from: color-mix(in srgb, #000 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/75 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 75%, transparent);
  }
}
.from-black\/75 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-black\/25 {
  --tw-gradient-via: color-mix(in srgb, #000 25%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .via-black\/25 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 25%, transparent);
  }
}
.via-black\/25 {
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-black\/40 {
  --tw-gradient-to: color-mix(in srgb, #000 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .to-black\/40 {
    --tw-gradient-to: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}
.to-black\/40 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.px-\[22px\] {
  padding-inline: 22px;
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-\[18px\] {
  padding-block: 18px;
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pb-0 {
  padding-bottom: calc(var(--spacing) * 0);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-9 {
  padding-bottom: calc(var(--spacing) * 9);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-heading {
  font-family: var(--font-heading);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
}
.text-6xl {
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--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-\[8rem\] {
  font-size: 8rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[11rem\] {
  font-size: 11rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.4\] {
  --tw-leading: 1.4;
  line-height: 1.4;
}
.leading-\[1\.5\] {
  --tw-leading: 1.5;
  line-height: 1.5;
}
.leading-\[1\.35\] {
  --tw-leading: 1.35;
  line-height: 1.35;
}
.leading-\[1\.38\] {
  --tw-leading: 1.38;
  line-height: 1.38;
}
.leading-\[1\.42\] {
  --tw-leading: 1.42;
  line-height: 1.42;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.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);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[-0\.02em\] {
  --tw-tracking: -0.02em;
  letter-spacing: -0.02em;
}
.tracking-\[0\.2em\] {
  --tw-tracking: 0.2em;
  letter-spacing: 0.2em;
}
.tracking-normal {
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
}
.text-foreground {
  color: var(--color-foreground);
}
.text-foreground\/80 {
  color: color-mix(in srgb, #060606 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/80 {
    color: color-mix(in oklab, var(--color-foreground) 80%, transparent);
  }
}
.text-muted {
  color: var(--color-muted);
}
.text-primary {
  color: var(--color-primary);
}
.text-white {
  color: var(--color-white);
}
.text-white\/6 {
  color: color-mix(in srgb, #fff 6%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/6 {
    color: color-mix(in oklab, var(--color-white) 6%, transparent);
  }
}
.text-white\/45 {
  color: color-mix(in srgb, #fff 45%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/45 {
    color: color-mix(in oklab, var(--color-white) 45%, transparent);
  }
}
.text-white\/50 {
  color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/50 {
    color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.text-white\/55 {
  color: color-mix(in srgb, #fff 55%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/55 {
    color: color-mix(in oklab, var(--color-white) 55%, transparent);
  }
}
.text-white\/70 {
  color: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.uppercase {
  text-transform: uppercase;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.shadow-\[0_1rem_2\.5rem_rgba\(0\,0\,0\,0\.18\)\] {
  --tw-shadow: 0 1rem 2.5rem var(--tw-shadow-color, rgba(0,0,0,0.18));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.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);
}
.ring-0 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  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;
}
.drop-shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-drop-shadow-size: drop-shadow(0 0 10px var(--tw-drop-shadow-color, rgba(0,0,0,0.1)));
  --tw-drop-shadow: var(--tw-drop-shadow-size);
  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,);
}
.drop-shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.08\)\] {
  --tw-drop-shadow-size: drop-shadow(0 0 10px var(--tw-drop-shadow-color, rgba(0,0,0,0.08)));
  --tw-drop-shadow: var(--tw-drop-shadow-size);
  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-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -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-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  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));
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  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-400 {
  --tw-duration: 400ms;
  transition-duration: 400ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.duration-\[250ms\] {
  --tw-duration: 250ms;
  transition-duration: 250ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-\[1\.04\]:is(:where(.group):hover *) {
    scale: 1.04;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
.placeholder\:text-foreground\/40::placeholder {
  color: color-mix(in srgb, #060606 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-foreground\/40::placeholder {
    color: color-mix(in oklab, var(--color-foreground) 40%, transparent);
  }
}
@media (hover: hover) {
  .hover\:bg-black:hover {
    background-color: var(--color-black);
  }
}
@media (hover: hover) {
  .hover\:bg-primary\/10:hover {
    background-color: color-mix(in srgb, #fb7036 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-primary\/10:hover {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-\[\#e05a20\]:hover {
    color: #e05a20;
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-primary:focus {
  --tw-ring-color: var(--color-primary);
}
@media (width < 1320px) {
  .max-\[1320px\]\:px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media (width < 1320px) {
  .max-\[1320px\]\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width < 839px) {
  .max-\[839px\]\:hidden {
    display: none;
  }
}
@media (width < 839px) {
  .max-\[839px\]\:min-h-38\.5 {
    min-height: calc(var(--spacing) * 38.5);
  }
}
@media (width < 839px) {
  .max-\[839px\]\:items-center {
    align-items: center;
  }
}
@media (width < 839px) {
  .max-\[839px\]\:justify-center {
    justify-content: center;
  }
}
@media (width < 839px) {
  .max-\[839px\]\:gap-1 {
    gap: calc(var(--spacing) * 1);
  }
}
@media (width < 839px) {
  .max-\[839px\]\:rounded-2xl {
    border-radius: var(--radius-2xl);
  }
}
@media (width < 839px) {
  .max-\[839px\]\:p-2 {
    padding: calc(var(--spacing) * 2);
  }
}
@media (width < 839px) {
  .max-\[839px\]\:text-center {
    text-align: center;
  }
}
@media (width < 839px) {
  .max-\[839px\]\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width < 720px) {
  .max-\[720px\]\:text-\[24px\] {
    font-size: 24px;
  }
}
@media (width < 420px) {
  .max-\[420px\]\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width < 40rem) {
  .max-sm\:aspect-16\/10 {
    aspect-ratio: 16/10;
  }
}
@media (width < 40rem) {
  .max-sm\:rounded-2xl {
    border-radius: var(--radius-2xl);
  }
}
@media (width < 40rem) {
  .max-sm\:px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media (width < 40rem) {
  .max-sm\:py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
}
@media (width < 40rem) {
  .max-sm\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 641px) {
  .min-\[641px\]\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 641px) {
  .min-\[641px\]\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 641px) {
  .min-\[641px\]\:text-\[21px\] {
    font-size: 21px;
  }
}
@media (width >= 641px) {
  .min-\[641px\]\:text-\[22px\] {
    font-size: 22px;
  }
}
@media (width >= 641px) {
  .min-\[641px\]\:text-\[28px\] {
    font-size: 28px;
  }
}
@media (width >= 1001px) {
  .min-\[1001px\]\:text-\[26px\] {
    font-size: 26px;
  }
}
@media (width >= 1481px) {
  .min-\[1481px\]\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 40rem) {
  .sm\:absolute {
    position: absolute;
  }
}
@media (width >= 40rem) {
  .sm\:relative {
    position: relative;
  }
}
@media (width >= 40rem) {
  .sm\:m-5 {
    margin: calc(var(--spacing) * 5);
  }
}
@media (width >= 40rem) {
  .sm\:mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
}
@media (width >= 40rem) {
  .sm\:mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 40rem) {
  .sm\:mb-22 {
    margin-bottom: calc(var(--spacing) * 22);
  }
}
@media (width >= 40rem) {
  .sm\:block {
    display: block;
  }
}
@media (width >= 40rem) {
  .sm\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 40rem) {
  .sm\:h-120 {
    height: calc(var(--spacing) * 120);
  }
}
@media (width >= 40rem) {
  .sm\:h-auto {
    height: auto;
  }
}
@media (width >= 40rem) {
  .sm\:max-h-\[80vh\] {
    max-height: 80vh;
  }
}
@media (width >= 40rem) {
  .sm\:min-h-50 {
    min-height: calc(var(--spacing) * 50);
  }
}
@media (width >= 40rem) {
  .sm\:min-h-70 {
    min-height: calc(var(--spacing) * 70);
  }
}
@media (width >= 40rem) {
  .sm\:min-h-72 {
    min-height: calc(var(--spacing) * 72);
  }
}
@media (width >= 40rem) {
  .sm\:min-h-75 {
    min-height: calc(var(--spacing) * 75);
  }
}
@media (width >= 40rem) {
  .sm\:min-h-88 {
    min-height: calc(var(--spacing) * 88);
  }
}
@media (width >= 40rem) {
  .sm\:w-\[46\%\] {
    width: 46%;
  }
}
@media (width >= 40rem) {
  .sm\:max-w-none {
    max-width: none;
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:items-center {
    align-items: center;
  }
}
@media (width >= 40rem) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 40rem) {
  .sm\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 40rem) {
  .sm\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:gap-7 {
    gap: calc(var(--spacing) * 7);
  }
}
@media (width >= 40rem) {
  .sm\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:rounded-4xl {
    border-radius: var(--radius-4xl);
  }
}
@media (width >= 40rem) {
  .sm\:p-5 {
    padding: calc(var(--spacing) * 5);
  }
}
@media (width >= 40rem) {
  .sm\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 40rem) {
  .sm\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (width >= 40rem) {
  .sm\:text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-\[10rem\] {
    font-size: 10rem;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[13rem\] {
    font-size: 13rem;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[14px\] {
    font-size: 14px;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[28px\] {
    font-size: 28px;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:inline-flex {
    display: inline-flex;
  }
}
@media (width >= 48rem) {
  .md\:w-\[33\%\] {
    width: 33%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[18rem\] {
    max-width: 18rem;
  }
}
@media (width >= 48rem) {
  .md\:columns-2 {
    columns: 2;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[14rem_minmax\(0\,1fr\)\] {
    grid-template-columns: 14rem minmax(0,1fr);
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-7 {
    gap: calc(var(--spacing) * 7);
  }
}
@media (width >= 48rem) {
  .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:h-11 {
    height: calc(var(--spacing) * 11);
  }
}
@media (width >= 64rem) {
  .lg\:h-140 {
    height: calc(var(--spacing) * 140);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[minmax\(0\,5fr\)_minmax\(0\,7fr\)\] {
    grid-template-columns: minmax(0,5fr) minmax(0,7fr);
  }
}
@media (width >= 64rem) {
  .lg\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:rounded-\[2rem\] {
    border-radius: 2rem;
  }
}
@media (width >= 64rem) {
  .lg\:p-9 {
    padding: calc(var(--spacing) * 9);
  }
}
@media (width >= 64rem) {
  .lg\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:text-\[11rem\] {
    font-size: 11rem;
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.\[\&_\.wp-block-heading\]\:mt-7 .wp-block-heading {
  margin-top: calc(var(--spacing) * 7);
}
.\[\&_\.wp-block-heading\]\:mb-3 .wp-block-heading {
  margin-bottom: calc(var(--spacing) * 3);
}
.\[\&_\.wp-block-heading\]\:font-heading .wp-block-heading {
  font-family: var(--font-heading);
}
.\[\&_\.wp-block-heading\]\:text-lg .wp-block-heading {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.\[\&_\.wp-block-heading\]\:font-medium .wp-block-heading {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.\[\&_\.wp-block-heading\]\:uppercase .wp-block-heading {
  text-transform: uppercase;
}
.\[\&_\:is\(h2\,h3\,h4\,\.wp-block-heading\)\:first-child\]\:mt-0 :is(h2,h3,h4,.wp-block-heading):first-child {
  margin-top: calc(var(--spacing) * 0);
}
.\[\&_a\]\:text-inherit a {
  color: inherit;
}
.\[\&_a\]\:text-primary a {
  color: var(--color-primary);
}
.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}
.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}
@media (hover: hover) {
  :is(.\[\&_a\]\:hover\:text-primary a):hover {
    color: var(--color-primary);
  }
}
.\[\&_b\]\:font-semibold b {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.\[\&_h2\]\:mt-7 h2 {
  margin-top: calc(var(--spacing) * 7);
}
.\[\&_h2\]\:mb-3 h2 {
  margin-bottom: calc(var(--spacing) * 3);
}
.\[\&_h2\]\:font-heading h2 {
  font-family: var(--font-heading);
}
.\[\&_h2\]\:text-lg h2 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.\[\&_h2\]\:font-medium h2 {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.\[\&_h2\]\:uppercase h2 {
  text-transform: uppercase;
}
.\[\&_h3\]\:mt-7 h3 {
  margin-top: calc(var(--spacing) * 7);
}
.\[\&_h3\]\:mb-3 h3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.\[\&_h3\]\:font-heading h3 {
  font-family: var(--font-heading);
}
.\[\&_h3\]\:text-lg h3 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.\[\&_h3\]\:font-medium h3 {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.\[\&_h3\]\:uppercase h3 {
  text-transform: uppercase;
}
.\[\&_h4\]\:mt-7 h4 {
  margin-top: calc(var(--spacing) * 7);
}
.\[\&_h4\]\:mb-3 h4 {
  margin-bottom: calc(var(--spacing) * 3);
}
.\[\&_h4\]\:font-heading h4 {
  font-family: var(--font-heading);
}
.\[\&_h4\]\:text-lg h4 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.\[\&_h4\]\:font-medium h4 {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.\[\&_h4\]\:uppercase h4 {
  text-transform: uppercase;
}
.\[\&_img\]\:block img {
  display: block;
}
.\[\&_img\]\:h-auto img {
  height: auto;
}
.\[\&_img\]\:w-full img {
  width: 100%;
}
.\[\&_img\]\:object-contain img {
  object-fit: contain;
}
.\[\&_li\]\:m-0 li {
  margin: calc(var(--spacing) * 0);
}
.\[\&_li\]\:leading-\[1\.2\] li {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.\[\&_ol\]\:my-4 ol {
  margin-block: calc(var(--spacing) * 4);
}
.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}
.\[\&_ol\]\:pl-10 ol {
  padding-left: calc(var(--spacing) * 10);
}
.\[\&_p\]\:my-2 p {
  margin-block: calc(var(--spacing) * 2);
}
.\[\&_p\]\:mb-2 p {
  margin-bottom: calc(var(--spacing) * 2);
}
.\[\&_p\]\:break-inside-avoid p {
  break-inside: avoid;
}
.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.\[\&_strong\]\:font-semibold strong {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.\[\&_ul\]\:my-4 ul {
  margin-block: calc(var(--spacing) * 4);
}
.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}
.\[\&_ul\]\:pl-10 ul {
  padding-left: calc(var(--spacing) * 10);
}
@media (min-width: 371px) {
  .container {
    padding-inline: 20px;
  }
}
@media (min-width: 1281px) {
  .container {
    padding-inline: 30px;
  }
}
.container {
  width: 100% !important;
  max-width: 91.25rem !important;
  margin-inline: auto;
  padding-inline: 10px;
}
@media (min-width: 371px) {
  .container {
    padding-inline: 20px;
  }
}
@media (min-width: 1281px) {
  .container {
    padding-inline: 30px;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
