/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: kgco
Theme URI: https://koneser.co
Description: A custom theme based on _tw
Version: 1.1.0
Author: Skyverse sp. z o.o.
Author URI: https://skyverse.co
Text Domain: kgco
Requires at least: 6.9
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.

kgco 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: 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-red-400: oklch(70.4% 0.191 22.216);
  --color-red-500: oklch(63.7% 0.237 25.331);
  --color-red-600: oklch(57.7% 0.245 27.325);
  --color-green-800: oklch(44.8% 0.119 151.328);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xs: 20rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --container-xl: 36rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-6xl: 72rem;
  --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: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --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-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;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --tracking-tight: -0.025em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-relaxed: 1.625;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-sm: 8px;
  --aspect-video: 16 / 9;
  --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: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-muted-foreground: var(--wp--preset--color--muted-foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-primary-dark: var(--wp--preset--color--primary-dark);
  --color-background-alert: var(--wp--preset--color--background-alert);
  --container-content: var(--wp--style--global--content-size);
  --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 {
  scroll-behavior: smooth;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #f8efe9;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: normal;
}
.font-gelasio {
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: normal;
}
.wpcf7-form {
  margin-inline: calc(var(--spacing) * 0);
  max-width: 100%;
  font-family: "Jost", ui-sans-serif, system-ui, sans-serif;
}
.wpcf7-form .form-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: calc(var(--spacing) * 8);
  row-gap: calc(var(--spacing) * 4);
}
@media (width >= 48rem) {
  .wpcf7-form .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wpcf7-form .form-group {
  margin-bottom: calc(var(--spacing) * 4);
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 1);
}
.wpcf7-form label {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-foreground);
  font-family: "Jost", ui-sans-serif, system-ui, sans-serif;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-email, .wpcf7-form .wpcf7-tel, .wpcf7-form .wpcf7-textarea {
  width: 100%;
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary);
  background-color: color-mix(in srgb, #fff 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-email, .wpcf7-form .wpcf7-tel, .wpcf7-form .wpcf7-textarea {
    background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-email, .wpcf7-form .wpcf7-tel, .wpcf7-form .wpcf7-textarea {
  padding-inline: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 3);
  padding-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-foreground);
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-outline-style: none;
  outline-style: none;
  font-family: "Jost", ui-sans-serif, system-ui, sans-serif;
}
.wpcf7-form .wpcf7-text::placeholder, .wpcf7-form .wpcf7-email::placeholder, .wpcf7-form .wpcf7-tel::placeholder, .wpcf7-form .wpcf7-textarea::placeholder {
  color: var(--color-muted-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .wpcf7-form .wpcf7-text::placeholder, .wpcf7-form .wpcf7-email::placeholder, .wpcf7-form .wpcf7-tel::placeholder, .wpcf7-form .wpcf7-textarea::placeholder {
    color: color-mix(in oklab, var(--color-muted-foreground) 60%, transparent);
  }
}
.wpcf7-form .wpcf7-text:focus, .wpcf7-form .wpcf7-email:focus, .wpcf7-form .wpcf7-tel:focus, .wpcf7-form .wpcf7-textarea:focus {
  cursor: text;
  border-color: var(--color-primary-dark);
  --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);
  --tw-outline-style: none;
  outline-style: none;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: var(--color-red-600);
}
.wpcf7-form .wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7-form .form-acceptance {
  margin-block: calc(var(--spacing) * 4);
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 0);
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: calc(var(--spacing) * 0);
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  gap: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-muted-foreground);
  font-family: "Jost", ui-sans-serif, system-ui, sans-serif;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"], .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  margin-top: calc(var(--spacing) * 0.5);
  height: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 4);
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary);
  background-color: transparent;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked {
  border-color: var(--color-primary-dark);
  background-color: var(--color-primary-dark);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.wpcf7-form .form-submit {
  position: relative;
  margin-top: calc(var(--spacing) * 6);
}
.wpcf7-form input[type="submit"].wpcf7-submit {
  width: 100%;
  border-radius: var(--radius-xs);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-primary);
  padding-top: calc(var(--spacing) * 3);
  padding-bottom: calc(var(--spacing) * 2);
  color: var(--color-foreground);
  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;
}
@media (hover: hover) {
  :is(.wpcf7-form input[type="submit"].wpcf7-submit):hover {
    background-color: var(--color-primary-dark);
  }
}
@media (hover: hover) {
  :is(.wpcf7-form input[type="submit"].wpcf7-submit):hover {
    color: var(--color-white);
  }
}
.wpcf7-form input[type="submit"].wpcf7-submit {
  font-family: "Gelasio", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
  cursor: pointer !important;
}
.wpcf7-form input[type="submit"].wpcf7-submit:disabled {
  pointer-events: none;
  opacity: 50%;
  cursor: not-allowed !important;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: calc(1/2 * 100%);
  right: calc(var(--spacing) * 4);
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  margin: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: calc(var(--spacing) * 1);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  color: var(--color-red-600);
}
.wpcf7 form .wpcf7-response-output {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 6);
  border-radius: var(--radius-xs);
  border-style: var(--tw-border-style);
  border-width: 1px;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-family: "Jost", ui-sans-serif, system-ui, sans-serif;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--color-red-600);
  background-color: color-mix(in srgb, oklch(57.7% 0.245 27.325) 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: color-mix(in oklab, var(--color-red-600) 10%, transparent);
  }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--color-red-600);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--color-green-800);
  background-color: color-mix(in srgb, oklch(44.8% 0.119 151.328) 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .wpcf7 form.sent .wpcf7-response-output {
    background-color: color-mix(in oklab, var(--color-green-800) 10%, transparent);
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-green-800);
}
#newsletter .wpcf7-form .form-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: calc(var(--spacing) * 2);
}
@media (width >= 40rem) {
  #newsletter .wpcf7-form .form-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  #newsletter .wpcf7-form .form-row {
    gap: calc(var(--spacing) * 0);
  }
}
#newsletter .wpcf7-form .form-group {
  margin-bottom: calc(var(--spacing) * 0);
  flex: 1;
  gap: calc(var(--spacing) * 0);
}
#newsletter .wpcf7-form .form-group label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
#newsletter .wpcf7-form .form-group .wpcf7-form-control-wrap {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
#newsletter .wpcf7-form .wpcf7-not-valid {
  border-color: var(--color-red-500);
}
#newsletter .wpcf7-form .wpcf7-not-valid-tip {
  width: 100%;
  color: var(--color-red-400);
}
#newsletter .wpcf7-form .wpcf7-email {
  width: 100%;
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  #newsletter .wpcf7-form .wpcf7-email {
    border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
  }
}
#newsletter .wpcf7-form .wpcf7-email {
  background-color: transparent;
  color: var(--color-white);
}
#newsletter .wpcf7-form .wpcf7-email::placeholder {
  color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  #newsletter .wpcf7-form .wpcf7-email::placeholder {
    color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
#newsletter .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  color: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  #newsletter .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
#newsletter .wpcf7-form input[type="submit"].wpcf7-submit {
  position: relative;
  height: calc(var(--spacing) * 11.5);
  flex-shrink: 0;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  #newsletter .wpcf7-form input[type="submit"].wpcf7-submit {
    border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
  }
}
#newsletter .wpcf7-form input[type="submit"].wpcf7-submit {
  padding-inline: calc(var(--spacing) * 8);
}
@media (width >= 40rem) {
  #newsletter .wpcf7-form input[type="submit"].wpcf7-submit {
    width: auto;
  }
}
@media (width >= 40rem) {
  #newsletter .wpcf7-form input[type="submit"].wpcf7-submit {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
}
#newsletter .wpcf7-form .wpcf7-spinner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  right: -18px !important;
  top: 24px !important;
}
.kgco-newsletter-cta-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 4);
}
.kgco-newsletter-cta-form .wpcf7-form .form-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: calc(var(--spacing) * 2);
}
@media (width >= 40rem) {
  .kgco-newsletter-cta-form .wpcf7-form .form-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .kgco-newsletter-cta-form .wpcf7-form .form-row {
    gap: calc(var(--spacing) * 0);
  }
}
.kgco-newsletter-cta-form .wpcf7-form .form-group {
  margin-bottom: calc(var(--spacing) * 0);
  flex: 1;
  gap: calc(var(--spacing) * 0);
}
.kgco-newsletter-cta-form .wpcf7-form .form-group label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.kgco-newsletter-cta-form .wpcf7-form .form-group .wpcf7-form-control-wrap {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.kgco-newsletter-cta-form .wpcf7-form .wpcf7-email {
  height: 55px;
  width: 100%;
  border-radius: 0;
  border-color: var(--color-primary);
  background-color: transparent;
  padding-inline: calc(var(--spacing) * 5);
  padding-block: 14px;
  color: var(--color-white);
}
.kgco-newsletter-cta-form .wpcf7-form .wpcf7-email::placeholder {
  color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .kgco-newsletter-cta-form .wpcf7-form .wpcf7-email::placeholder {
    color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.kgco-newsletter-cta-form .wpcf7-form .wpcf7-not-valid {
  border-color: var(--color-red-500);
}
.kgco-newsletter-cta-form .wpcf7-form .wpcf7-not-valid-tip {
  width: 100%;
  color: var(--color-red-400);
}
.kgco-newsletter-cta-form .wpcf7-form .form-submit {
  margin-top: calc(var(--spacing) * 0);
  flex-shrink: 0;
}
.kgco-newsletter-cta-form .wpcf7-form input[type="submit"].wpcf7-submit {
  position: relative;
  height: 55px;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-primary);
  padding-inline: calc(var(--spacing) * 10);
  color: var(--color-foreground);
}
@media (hover: hover) {
  :is(.kgco-newsletter-cta-form .wpcf7-form input[type="submit"].wpcf7-submit):hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  :is(.kgco-newsletter-cta-form .wpcf7-form input[type="submit"].wpcf7-submit):hover {
    color: var(--color-foreground);
  }
}
@media (hover: hover) {
  :is(.kgco-newsletter-cta-form .wpcf7-form input[type="submit"].wpcf7-submit):hover {
    opacity: 90%;
  }
}
@media (width >= 40rem) {
  .kgco-newsletter-cta-form .wpcf7-form input[type="submit"].wpcf7-submit {
    width: auto;
  }
}
.kgco-newsletter-cta-form .wpcf7-form input[type="submit"].wpcf7-submit {
  font-family: "Georgia", serif;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.kgco-newsletter-cta-form .wpcf7-form .form-acceptance {
  margin-block: calc(var(--spacing) * 0);
}
.kgco-newsletter-cta-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  align-items: center;
  color: var(--color-primary);
  font-family: "Jost", ui-sans-serif, system-ui, sans-serif;
}
.kgco-newsletter-cta-form .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  margin-top: calc(var(--spacing) * 0);
  height: 18px;
  width: 18px;
  border-radius: 2px;
  border-color: var(--color-primary);
}
.kgco-newsletter-cta-form	.wpcf7-form	.wpcf7-acceptance	input[type="checkbox"]:checked {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23160E0C' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
}
.kgco-newsletter-cta-form .wpcf7-form .wpcf7-spinner {
  right: calc(var(--spacing) * 3);
}
.page-title, .entry-title {
  margin-inline: auto;
  max-width: var(--container-content);
  font-size: 2.5rem;
}
.entry-meta, .entry-footer, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  margin-left: -1px;
  display: flex;
  height: 44px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #b9a085;
  background-color: var(--color-white);
  text-align: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
  color: var(--color-primary-dark);
}
.pagination .page-numbers.current {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}
.pagination .page-numbers:hover:not(.current):not(.dots) {
  background-color: var(--color-primary-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .pagination .page-numbers:hover:not(.current):not(.dots) {
    background-color: color-mix(in oklab, var(--color-primary-dark) 10%, transparent);
  }
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
}
.entry-content .post-page-numbers {
  margin-left: -1px;
  display: inline-flex;
  height: 44px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #b9a085;
  background-color: var(--color-white);
  text-align: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
  color: var(--color-primary-dark);
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.entry-content .post-page-numbers.current {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}
.entry-content .post-page-numbers:hover:not(.current) {
  background-color: var(--color-primary-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .entry-content .post-page-numbers:hover:not(.current) {
    background-color: color-mix(in oklab, var(--color-primary-dark) 10%, transparent);
  }
}
.page-content > *, .entry-content > * {
  margin-inline: calc(var(--spacing) * 0);
  width: 100%;
}
.btn {
  display: inline-block;
  border-radius: var(--radius-xs);
  background-color: var(--color-primary);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  color: var(--color-white);
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn-outline-primary {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary);
  background-color: transparent;
  color: var(--color-primary);
  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: 200ms;
  transition-duration: 200ms;
}
@media (hover: hover) {
  .btn-outline-primary:hover {
    background-color: var(--color-primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .btn-outline-primary:hover {
      background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
    }
  }
}
@media (width >= 48rem) {
  .btn-outline-primary {
    padding-inline: calc(var(--spacing) * 20);
  }
}
.btn-outline-primary.dark {
  color: var(--color-primary) !important;
}
.btn-outline-primary-dark {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary-dark);
  background-color: transparent;
  color: var(--color-primary-dark);
  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: 200ms;
  transition-duration: 200ms;
}
@media (hover: hover) {
  .btn-outline-primary-dark:hover {
    background-color: var(--color-primary-dark);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .btn-outline-primary-dark:hover {
      background-color: color-mix(in oklab, var(--color-primary-dark) 20%, transparent);
    }
  }
}
@media (width >= 48rem) {
  .btn-outline-primary-dark {
    padding-inline: calc(var(--spacing) * 20);
  }
}
.list-check {
  list-style-type: none;
  padding: calc(var(--spacing) * 0);
}
.list-check li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: 400;
  margin-right: calc(var(--spacing) * 2);
}
input {
  border-radius: 0;
}
#mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
#mobile-menu.is-open {
  max-height: 500px;
}
.footer-nav li + li::before {
  content: "·";
  margin-right: calc(var(--spacing) * 2);
  margin-left: calc(var(--spacing) * -4);
  color: color-mix(in srgb, #fff 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .footer-nav li + li::before {
    color: color-mix(in oklab, var(--color-white) 40%, transparent);
  }
}
@media (width >= 48rem) {
  .footer-nav li + li::before {
    margin-right: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .footer-nav li + li::before {
    margin-left: calc(var(--spacing) * -8);
  }
}
.entry-content	a:not(.wp-block-button__link):not(.wp-block-file__button):not(	.not-prose,	.not-prose *	) {
  color: var(--color-primary-dark);
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.entry-content	a:not(.wp-block-button__link):not(.wp-block-file__button):not(	.not-prose,	.not-prose *	):hover {
  color: var(--color-primary);
}
.entry-content blockquote p {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.entry-content .wp-block-details {
  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;
}
.entry-content .wp-block-details summary {
  cursor: pointer;
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.entry-content .wp-block-details summary:hover {
  color: var(--color-primary-dark);
}
.entry-content .wp-block-details[open] {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 4);
}
.entry-content .wp-block-details[open] > :not(summary) {
  animation: details-slide 0.3s ease-out;
}
@keyframes details-slide {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.entry-content > .wp-block-image, article figure:has(.wp-post-image) {
  position: relative;
  box-sizing: border-box;
  max-width: none;
  overflow: hidden;
  border-radius: var(--radius-sm);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -6rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .entry-content > .wp-block-image,	article figure:has(.wp-post-image) {
    width: 100%;
  }
}
.entry-content .wp-block-file a:first-child {
  color: var(--color-primary-dark);
  text-decoration-line: none;
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.entry-content .wp-block-file a:first-child:hover {
  color: var(--color-primary);
}
.entry-content .wp-block-file__button {
  color: var(--color-white);
  text-decoration-line: none;
}
.entry-content .wp-block-button__link {
  text-decoration-line: none;
  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: 200ms;
  transition-duration: 200ms;
}
.entry-content .wp-block-button__link:hover {
  opacity: 90%;
}
.entry-content .is-style-outline .wp-block-button__link {
  background-color: transparent;
}
.entry-content .is-style-outline .wp-block-button__link:hover {
  opacity: 100%;
  background-color: currentColor;
}
@supports (color: color-mix(in lab, red, red)) {
  .entry-content .is-style-outline .wp-block-button__link:hover {
    background-color: color-mix(in srgb, currentColor 20%, transparent);
  }
}
.pum-theme-65 .pum-content + .pum-close, .pum-theme-motyw-domyslny .pum-content + .pum-close {
  top: -1.125rem !important;
  right: -1.125rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #85441e !important;
}
.pum-theme-65 .pum-content + .pum-close:hover, .pum-theme-motyw-domyslny .pum-content + .pum-close:hover {
  background-color: #85441e !important;
  color: white !important;
}
[data-carousel-track] {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
[data-carousel-track]::-webkit-scrollbar {
  display: none;
}
.kgco-container {
  width: 100%;
}
@media (width >= 40rem) {
  .kgco-container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .kgco-container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .kgco-container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .kgco-container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .kgco-container {
    max-width: 96rem;
  }
}
.kgco-container {
  margin-inline: auto;
  padding-inline: calc(var(--spacing) * 4);
}
.kgco-section {
  padding-block: calc(var(--spacing) * 20);
}
@media (width >= 48rem) {
  .kgco-section {
    padding-block: calc(var(--spacing) * 28);
  }
}
.kgco-section-dark {
  position: relative;
  overflow: hidden;
  background-color: var(--color-foreground);
  color: var(--color-white);
}
.kgco-section-dark::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: calc(var(--spacing) * 0);
  background-image: linear-gradient(	to bottom right,	var(--color-foreground),	var(--color-foreground),	var(--color-primary-dark)	);
}
@supports (color: color-mix(in lab, red, red)) {
  .kgco-section-dark::before {
    background-image: linear-gradient(	to bottom right,	var(--color-foreground),	var(--color-foreground),	color-mix(in srgb, var(--color-primary-dark) 20%, transparent)	);
  }
}
.kgco-section-cream {
  background-color: #f8efe9;
}
.kgco-eyebrow {
  margin-bottom: calc(var(--spacing) * 4);
  color: var(--color-primary);
  text-transform: uppercase;
}
.kgco-eyebrow-on-cream {
  color: var(--color-primary-dark);
}
.kgco-display-h2 {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
@media (width >= 48rem) {
  .kgco-display-h2 {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.kgco-display-h2 {
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: normal;
}
.kgco-stat-label {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
  color: var(--color-muted-foreground);
  text-transform: uppercase;
}
.kgco-card {
  display: block;
  align-self: flex-start;
  border-style: var(--tw-border-style);
  border-width: 1px;
  padding: calc(var(--spacing) * 2);
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.kgco-card-image-frame {
  position: relative;
  aspect-ratio: var(--aspect-video);
  overflow: hidden;
}
.kgco-card-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  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));
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
@media (hover: hover) {
  .kgco-card-image: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);
  }
}
.kgco-card-arrow {
  position: absolute;
  top: calc(var(--spacing) * 3);
  right: calc(var(--spacing) * 3);
  display: flex;
  height: calc(var(--spacing) * 9);
  width: calc(var(--spacing) * 9);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  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));
}
.kgco-card-content {
  display: flex;
  flex-direction: column;
  padding: calc(var(--spacing) * 4);
}
.kgco-card-title {
  margin-bottom: calc(var(--spacing) * 3);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  color: var(--color-foreground);
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: normal;
}
.kgco-card-muted {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-muted-foreground);
}
.kgco-card-cta {
  margin-top: calc(var(--spacing) * 4);
  display: inline-block;
  align-self: flex-start;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-primary-dark);
  padding-bottom: calc(var(--spacing) * 1);
  color: var(--color-primary-dark);
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
@media (hover: hover) {
  .kgco-card-cta:hover {
    opacity: 70%;
  }
}
.kgco-card-cta {
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.kgco-card-cta-on-dark {
  border-color: var(--color-primary) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .kgco-card-cta-on-dark {
    border-color: color-mix(in oklab, var(--color-primary) 40%, transparent) !important;
  }
}
.kgco-card-cta-on-dark {
  color: var(--color-primary) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .kgco-card-cta-on-dark {
    color: color-mix(in oklab, var(--color-primary) 70%, transparent) !important;
  }
}
@media (hover: hover) {
  .kgco-card-cta-on-dark:hover {
    border-color: var(--color-primary) !important;
  }
}
@media (hover: hover) {
  .kgco-card-cta-on-dark:hover {
    color: var(--color-primary) !important;
  }
}
@media (hover: hover) {
  .kgco-card-cta-on-dark:hover {
    opacity: 100% !important;
  }
}
.kgco-map {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary);
  padding: calc(var(--spacing) * 2);
}
.kgco-map-canvas {
  height: 600px;
  width: 100%;
  background-color: #ececec;
}
.kgco-map-info-card {
  max-width: 320px;
  min-width: 260px;
  margin-bottom: 20px;
  margin-right: 16px;
}
.kgco-map-info-card .kgco-card-content {
  padding: calc(var(--spacing) * 0);
}
.kgco-map-info-card .kgco-eyebrow {
  margin-bottom: calc(var(--spacing) * 2);
}
.kgco-map-info-card .kgco-card-title {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.kgco-map-info-card .kgco-card-muted {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
:is(.kgco-map-info-card .kgco-card-cta):focus {
  --tw-outline-style: none;
  outline-style: none;
}
.gm-style-iw-c:has(.kgco-map-info-card) {
  padding-top: 4px !important;
}
.gm-style-iw-c:has(.kgco-map-info-card) .gm-style-iw-d {
  overflow: hidden !important;
}
.pll-parent-menu-item > a, .menu-item.lang-item > a, li.lang-item > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Gelasio", Georgia, serif;
  font-size: inherit;
  color: var(--color-primary);
  transition: color 0.2s ease;
}
.pll-parent-menu-item > a:hover, .pll-parent-menu-item > a:focus, .menu-item.lang-item > a:hover, .menu-item.lang-item > a:focus, li.lang-item > a:hover, li.lang-item > a:focus {
  color: #fff;
}
.menu-item.lang-item.current-lang > a, li.lang-item.current-lang > a {
  color: rgba(255, 255, 255, 0.8);
}
.pll-parent-menu-item > a > img, .menu-item.lang-item > a > img, li.lang-item > a > img {
  display: inline-block;
  width: auto;
  height: 0.875rem;
  margin: 0;
  vertical-align: middle;
  flex-shrink: 0;
}
.pll-parent-menu-item > a > span, .menu-item.lang-item > a > span, li.lang-item > a > span {
  margin-left: 0 !important;
}
.pll-parent-menu-item > a::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.15rem;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}
.pll-parent-menu-item.is-open > a::after {
  transform: rotate(-135deg) translateY(2px);
}
.pll-parent-menu-item .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pll-parent-menu-item.is-open > .sub-menu {
  display: block;
}
.pll-parent-menu-item .sub-menu > li {
  margin: 0;
}
.pll-parent-menu-item .sub-menu > li > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-family: "Gelasio", Georgia, serif;
  font-size: inherit;
  color: var(--color-primary);
  transition: color 0.2s ease;
}
.pll-parent-menu-item .sub-menu > li > a:hover, .pll-parent-menu-item .sub-menu > li > a:focus {
  color: #fff;
}
.pll-parent-menu-item .sub-menu .current-lang > a {
  color: rgba(255, 255, 255, 0.8);
}
.pll-parent-menu-item .sub-menu > li > a > img {
  height: 0.875rem;
  width: auto;
  flex-shrink: 0;
}
.pll-parent-menu-item .sub-menu > li > a > span {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .pll-parent-menu-item {
    position: relative;
  }
  .pll-parent-menu-item .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 50;
    min-width: 9rem;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    background-color: #24170e;
  }
  .pll-parent-menu-item .sub-menu > li > a {
    padding: 0.4rem 1rem;
  }
  #primary-menu-left .pll-parent-menu-item .sub-menu {
    right: auto;
    left: 0;
  }
}
#mobile-menu .pll-parent-menu-item .sub-menu {
  padding-left: 1rem;
  margin-top: 0.5rem;
}
#mobile-menu .pll-parent-menu-item.is-open > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pll-switcher-select, select.pll-switcher-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none' stroke='%23D39758' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 0.625rem 0.375rem;
  border: 0;
  border-radius: 0;
  color: var(--color-primary);
  cursor: pointer;
  font-family: "Gelasio", Georgia, serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.25rem 1.25rem 0.25rem 0;
  transition: color 0.2s ease;
  outline: none;
}
.pll-switcher-select:hover, .pll-switcher-select:focus {
  color: #fff;
}
.pll-switcher-select option {
  background-color: #24170e;
  color: var(--color-primary);
  font-family: "Gelasio", Georgia, serif;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .prose :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 2.5rem;
  }
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  line-height: 1.5;
}
.pointer-events-none {
  pointer-events: none;
}
.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;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.-top-80 {
  top: calc(var(--spacing) * -80);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-auto {
  top: auto;
}
.-right-80 {
  right: calc(var(--spacing) * -80);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-3 {
  right: calc(var(--spacing) * 3);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-3 {
  bottom: calc(var(--spacing) * 3);
}
.bottom-4 {
  bottom: calc(var(--spacing) * 4);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-4 {
  left: calc(var(--spacing) * 4);
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-full {
  grid-column: 1 / -1;
}
.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;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-4 {
  margin-block: calc(var(--spacing) * 4);
}
.my-6 {
  margin-block: calc(var(--spacing) * 6);
}
.my-10 {
  margin-block: calc(var(--spacing) * 10);
}
.me-1 {
  margin-inline-end: calc(var(--spacing) * 1);
}
.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 > *) {
  margin-top: 0;
  margin-bottom: 0;
}
: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\.5 {
  margin-top: calc(var(--spacing) * 0.5);
}
.mt-1\.5 {
  margin-top: calc(var(--spacing) * 1.5);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.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-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-14 {
  margin-bottom: calc(var(--spacing) * 14);
}
.mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.h-0\.5 {
  height: calc(var(--spacing) * 0.5);
}
.h-2 {
  height: calc(var(--spacing) * 2);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-64 {
  height: calc(var(--spacing) * 64);
}
.h-80 {
  height: calc(var(--spacing) * 80);
}
.h-\[300px\] {
  height: 300px;
}
.h-\[356px\] {
  height: 356px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[800px\] {
  height: 800px;
}
.h-full {
  height: 100%;
}
.max-h-16 {
  max-height: calc(var(--spacing) * 16);
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-2 {
  width: calc(var(--spacing) * 2);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-\[800px\] {
  width: 800px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.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-6xl {
  max-width: var(--container-6xl);
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-lg {
  max-width: var(--container-lg);
}
.max-w-md {
  max-width: var(--container-md);
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: var(--container-xl);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-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-ew-resize {
  cursor: ew-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.snap-start {
  scroll-snap-align: start;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-\[auto_auto_auto_auto\] {
  grid-template-rows: auto auto auto auto;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
:where(.space-y-1 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
: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)));
}
:where(.space-y-4 > :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)));
}
:where(.space-y-8 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-10 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-12 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-0 {
  column-gap: calc(var(--spacing) * 0);
}
.gap-x-8 {
  column-gap: calc(var(--spacing) * 8);
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
.gap-y-3 {
  row-gap: calc(var(--spacing) * 3);
}
.self-start {
  align-self: flex-start;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-xs {
  border-radius: var(--radius-xs);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}
.border-\[\#FFFAFA\]\/15 {
  border-color: color-mix(in oklab, #FFFAFA 15%, transparent);
}
.border-foreground\/10 {
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-foreground\/10 {
    border-color: color-mix(in oklab, var(--color-foreground) 10%, transparent);
  }
}
.border-foreground\/15 {
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-foreground\/15 {
    border-color: color-mix(in oklab, var(--color-foreground) 15%, transparent);
  }
}
.border-foreground\/20 {
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-foreground\/20 {
    border-color: color-mix(in oklab, var(--color-foreground) 20%, transparent);
  }
}
.border-foreground\/30 {
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-foreground\/30 {
    border-color: color-mix(in oklab, var(--color-foreground) 30%, transparent);
  }
}
.border-primary {
  border-color: var(--color-primary);
}
.border-primary-dark {
  border-color: var(--color-primary-dark);
}
.border-primary-dark\/30 {
  border-color: var(--color-primary-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary-dark\/30 {
    border-color: color-mix(in oklab, var(--color-primary-dark) 30%, transparent);
  }
}
.border-primary\/15 {
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary\/15 {
    border-color: color-mix(in oklab, var(--color-primary) 15%, transparent);
  }
}
.border-primary\/20 {
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary\/20 {
    border-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
  }
}
.border-primary\/45 {
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary\/45 {
    border-color: color-mix(in oklab, var(--color-primary) 45%, transparent);
  }
}
.border-primary\/50 {
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary\/50 {
    border-color: color-mix(in oklab, var(--color-primary) 50%, transparent);
  }
}
.border-white {
  border-color: var(--color-white);
}
.bg-\[\#160E0C\] {
  background-color: #160E0C;
}
.bg-\[\#24170E\] {
  background-color: #24170E;
}
.bg-\[\#85441E\]\/70 {
  background-color: color-mix(in oklab, #85441E 70%, transparent);
}
.bg-\[\#FFFCFA\] {
  background-color: #FFFCFA;
}
.bg-\[\#c4c4c4\] {
  background-color: #c4c4c4;
}
.bg-background-alert {
  background-color: var(--color-background-alert);
}
.bg-black\/50 {
  background-color: color-mix(in srgb, #000 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/50 {
    background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
  }
}
.bg-black\/60 {
  background-color: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/60 {
    background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.bg-black\/80 {
  background-color: color-mix(in srgb, #000 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/80 {
    background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
  }
}
.bg-foreground {
  background-color: var(--color-foreground);
}
.bg-foreground\/5 {
  background-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-foreground\/5 {
    background-color: color-mix(in oklab, var(--color-foreground) 5%, transparent);
  }
}
.bg-foreground\/50 {
  background-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-foreground\/50 {
    background-color: color-mix(in oklab, var(--color-foreground) 50%, transparent);
  }
}
.bg-foreground\/75 {
  background-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-foreground\/75 {
    background-color: color-mix(in oklab, var(--color-foreground) 75%, transparent);
  }
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-primary-dark {
  background-color: var(--color-primary-dark);
}
.bg-primary-dark\/30 {
  background-color: var(--color-primary-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary-dark\/30 {
    background-color: color-mix(in oklab, var(--color-primary-dark) 30%, transparent);
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/80 {
  background-color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/80 {
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.bg-gradient-to-l {
  --tw-gradient-position: to left in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  --tw-gradient-position: to top right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-\[\#160E0C\]\/50 {
  --tw-gradient-from: color-mix(in oklab, #160E0C 50%, transparent);
  --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));
}
.from-foreground {
  --tw-gradient-from: var(--color-foreground);
  --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-foreground {
  --tw-gradient-via: var(--color-foreground);
  --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-\[\#000000\]\/95 {
  --tw-gradient-to: color-mix(in oklab, #000000 95%, transparent);
  --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));
}
.to-primary-dark {
  --tw-gradient-to: var(--color-primary-dark);
  --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));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-10 {
  padding: calc(var(--spacing) * 10);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.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-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-1\.5 {
  padding-block: calc(var(--spacing) * 1.5);
}
.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-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-24 {
  padding-block: calc(var(--spacing) * 24);
}
.py-32 {
  padding-block: calc(var(--spacing) * 32);
}
.pe-2 {
  padding-inline-end: calc(var(--spacing) * 2);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-32 {
  padding-top: calc(var(--spacing) * 32);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pb-20 {
  padding-bottom: calc(var(--spacing) * 20);
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: var(--font-sans);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--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-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.4\] {
  --tw-leading: 1.4;
  line-height: 1.4;
}
.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-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[0\.16px\] {
  --tw-tracking: 0.16px;
  letter-spacing: 0.16px;
}
.tracking-tight {
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.tracking-widest {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
}
.break-words {
  overflow-wrap: break-word;
}
.hyphens-auto {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.\!text-primary {
  color: var(--color-primary) !important;
}
.text-\[\#FFFAFA\] {
  color: #FFFAFA;
}
.text-\[\#FFFAFA\]\/60 {
  color: color-mix(in oklab, #FFFAFA 60%, transparent);
}
.text-\[\#FFFAFA\]\/80 {
  color: color-mix(in oklab, #FFFAFA 80%, transparent);
}
.text-foreground {
  color: var(--color-foreground);
}
.text-muted-foreground {
  color: var(--color-muted-foreground);
}
.text-primary {
  color: var(--color-primary);
}
.text-primary-dark {
  color: var(--color-primary-dark);
}
.text-primary\/60 {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary\/60 {
    color: color-mix(in oklab, var(--color-primary) 60%, transparent);
  }
}
.text-primary\/75 {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary\/75 {
    color: color-mix(in oklab, var(--color-primary) 75%, transparent);
  }
}
.text-white {
  color: var(--color-white);
}
.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\/60 {
  color: color-mix(in srgb, #fff 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/60 {
    color: color-mix(in oklab, var(--color-white) 60%, 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\/75 {
  color: color-mix(in srgb, #fff 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/75 {
    color: color-mix(in oklab, var(--color-white) 75%, transparent);
  }
}
.text-white\/90 {
  color: color-mix(in srgb, #fff 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/90 {
    color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-80 {
  opacity: 80%;
}
.opacity-85 {
  opacity: 85%;
}
.opacity-90 {
  opacity: 90%;
}
.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);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur-\[200px\] {
  --tw-blur: blur(200px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.brightness-0 {
  --tw-brightness: brightness(0%);
  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,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, 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-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-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-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.prose-kgco {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary-dark);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-primary-dark);
  --tw-prose-bullets: var(--color-primary-dark);
  --tw-prose-hr: var(--color-primary);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary-dark);
  --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-primary-dark);
  --tw-prose-td-borders: var(--color-primary-dark);
  --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);
}
.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\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
@media (hover: hover) {
  .hover\:scale-105: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) {
  .hover\:border-foreground\/30:hover {
    border-color: var(--color-foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:border-foreground\/30:hover {
      border-color: color-mix(in oklab, var(--color-foreground) 30%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:border-primary:hover {
    border-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:border-primary-dark:hover {
    border-color: var(--color-primary-dark);
  }
}
@media (hover: hover) {
  .hover\:border-primary\/40:hover {
    border-color: var(--color-primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:border-primary\/40:hover {
      border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:border-white\/70:hover {
    border-color: color-mix(in srgb, #fff 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:border-white\/70:hover {
      border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-foreground\/10:hover {
    background-color: var(--color-foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-foreground\/10:hover {
      background-color: color-mix(in oklab, var(--color-foreground) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-primary-dark:hover {
    background-color: var(--color-primary-dark);
  }
}
@media (hover: hover) {
  .hover\:bg-primary-dark\/10:hover {
    background-color: var(--color-primary-dark);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-primary-dark\/10:hover {
      background-color: color-mix(in oklab, var(--color-primary-dark) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-primary-dark:hover {
    color: var(--color-primary-dark);
  }
}
@media (hover: hover) {
  .hover\:text-primary-dark\/80:hover {
    color: var(--color-primary-dark);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:text-primary-dark\/80:hover {
      color: color-mix(in oklab, var(--color-primary-dark) 80%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:text-white\/70:hover {
    color: color-mix(in srgb, #fff 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:text-white\/70:hover {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:opacity-90:hover {
    opacity: 90%;
  }
}
@media (width < 40rem) {
  .max-sm\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
}
@media (width >= 40rem) {
  .sm\:aspect-square {
    aspect-ratio: 1 / 1;
  }
}
@media (width >= 40rem) {
  .sm\:h-full {
    height: 100%;
  }
}
@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\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
@media (width >= 40rem) {
  .sm\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
}
@media (width >= 40rem) {
  .sm\:p-4 {
    padding: calc(var(--spacing) * 4);
  }
}
@media (width >= 40rem) {
  .sm\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 40rem) {
  .sm\:py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
}
@media (width >= 40rem) {
  .sm\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:order-last {
    order: 9999;
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:grid {
    display: grid;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[5\/4\] {
    aspect-ratio: 5/4;
  }
}
@media (width >= 48rem) {
  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }
}
@media (width >= 48rem) {
  .md\:h-\[260px\] {
    height: 260px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[560px\] {
    height: 560px;
  }
}
@media (width >= 48rem) {
  .md\:h-full {
    height: 100%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-xs {
    max-width: var(--container-xs);
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[2fr_3fr\] {
    grid-template-columns: 2fr 3fr;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:gap-3 {
    gap: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:self-end {
    align-self: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
}
@media (width >= 48rem) {
  .md\:pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
}
@media (width >= 48rem) {
  .md\:text-center {
    text-align: center;
  }
}
@media (width >= 48rem) {
  .md\:text-end {
    text-align: end;
  }
}
@media (width >= 48rem) {
  .md\:text-left {
    text-align: left;
  }
}
@media (width >= 48rem) {
  .md\:text-right {
    text-align: right;
  }
}
@media (width >= 48rem) {
  .md\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:order-1 {
    order: 1;
  }
}
@media (width >= 64rem) {
  .lg\:order-2 {
    order: 2;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (width >= 64rem) {
  .lg\:grid {
    display: grid;
  }
}
@media (width >= 64rem) {
  .lg\:aspect-auto {
    aspect-ratio: auto;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[456px\] {
    height: 456px;
  }
}
@media (width >= 64rem) {
  .lg\:h-full {
    height: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@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-\[2fr_3fr\] {
    grid-template-columns: 2fr 3fr;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:ps-24 {
    padding-inline-start: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 80rem) {
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-5xl {
    max-width: var(--container-5xl);
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
}
.\[\&_\.current-menu-item\]\:text-white\/80 .current-menu-item {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .\[\&_\.current-menu-item\]\:text-white\/80 .current-menu-item {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.\[\&_a\]\:text-primary\/60 a {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .\[\&_a\]\:text-primary\/60 a {
    color: color-mix(in oklab, var(--color-primary) 60%, transparent);
  }
}
.\[\&_a\]\:transition-colors a {
  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));
}
.\[\&_a\]\:duration-300 a {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
@media (hover: hover) {
  :is(.\[\&_a\]\:hover\:text-primary a):hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  :is(.\[\&_a\]\:hover\:text-white a):hover {
    color: var(--color-white);
  }
}
.\[\&_li\]\:transition-colors li {
  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));
}
.\[\&_li\]\:duration-200 li {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
@media (hover: hover) {
  :is(.\[\&_li\]\:hover\:text-white li):hover {
    color: var(--color-white);
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  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-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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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;
}
@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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-ease {
  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-font-weight: initial;
      --tw-border-style: solid;
      --tw-duration: 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-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-outline-style: solid;
      --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-ease: initial;
    }
  }
}
