/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: iluzjonistay
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: BeeWeb
Author URI: https://underscoretw.com/
Text Domain: iluzjonistay
Requires at least: 6.8
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.

iluzjonistay is based on _tw https://underscoretw.com/, (C) 2021-2025 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-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Montserrat", "sans-serif";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-medium: 500;
  --font-weight-extrabold: 800;
  --leading-snug: 1.375;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --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-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-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;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
}
*, ::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;
}
body {
  background-color: #101010 !important;
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
main > p:first-child {
  display: none;
}
html {
  scroll-behavior: smooth;
}
input, select, label {
  font-size: 13px !important;
}
label {
  color: color-mix(in oklab, #101010 40%, transparent) !important;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 10%, transparent);
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: color-mix(in oklab, #B5791100 25%, transparent);
  --tw-gradient-to: #B579110A;
  --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));
  padding: 24px;
}
.wpcf7-form p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  row-gap: 16px;
  color: #F8F8F8;
}
.wpcf7-form p span:not(.wpcf7-not-valid-tip, :has(> input, > textarea)) {
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #DC2B34;
}
.wpcf7-form p span:has(> input), .wpcf7-form p span:has(> select) {
  width: 48%;
}
.wpcf7-form p span:has(> textarea) {
  width: 100%;
}
.wpcf7-form input[type="checkbox"] {
  display: none;
  width: auto;
}
.wpcf7-form label:has(input[type="checkbox"]) {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
  padding-left: 32px;
}
.wpcf7-form label:has(input[type="checkbox"])::before {
  position: absolute;
  top: calc(1/2 * 100%);
  left: calc(var(--spacing) * 0);
  height: 20px;
  width: 20px;
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  border-radius: 2px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  background-size: 74%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  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;
  --tw-content: "";
  content: var(--tw-content);
}
.wpcf7-form label:has(input[type="checkbox"]:checked)::before {
  background-color: color-mix(in oklab, #F8F8F8 70%, transparent);
  background-image: url("/wp-content/uploads/2025/11/Vector-2-1.svg");
}
.wpcf7-form .wpcf7-list-item:has(input[type="checkbox"]) {
  margin: calc(var(--spacing) * 0);
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form select {
  appearance: none;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  width: 100%;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  padding-block: 12px;
  --tw-outline-style: none;
  outline-style: none;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder, .wpcf7-form select {
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.wpcf7-form input[type="submit"]:hover {
  border-color: color-mix(in oklab, #F8F8F8 40%, transparent);
  --tw-gradient-from: color-mix(in oklab, #B5791100 0%, transparent);
  --tw-gradient-to: #B5791180;
  --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));
}
.wpcf7-form input[type="submit"] {
  width: auto;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .wpcf7-form input[type="submit"] {
    --tw-gradient-position: to bottom in oklab;
  }
}
.wpcf7-form input[type="submit"] {
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: color-mix(in oklab, #B5791100 0%, transparent);
  --tw-gradient-to: #B5791140;
  --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));
  padding-inline: 20px;
  padding-block: 12px;
}
.flatpickr-input, .wpcf7-form select {
  background-image: url("/wp-content/uploads/2025/11/Vector-6.svg");
  background-position: right;
  background-repeat: no-repeat;
}
.wpcf7-form select:not(:invalid) {
  color: #F8F8F8;
}
.wpcf7-form textarea {
  height: 160px;
}
.admin-bar header#masthead > div.sticky {
  margin-top: 48px;
}
@media (width >= 64rem) {
  .admin-bar header#masthead > div.sticky {
    margin-top: 32px;
  }
}
header#masthead > div.sticky {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  background-color: #101010;
}
.main-button:hover {
  border-color: color-mix(in oklab, #F8F8F8 40%, transparent);
  --tw-gradient-from: #101010;
  --tw-gradient-to: #B5791180;
  --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));
}
.main-button {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .main-button {
    --tw-gradient-position: to bottom in oklab;
  }
}
.main-button {
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #101010;
  --tw-gradient-to: #B5791140;
  --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));
  padding-inline: 20px;
  padding-block: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.second-button {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #F8F8F833;
  background-color: #101010;
  padding-inline: 20px;
  padding-block: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.menu-item-has-children > a::after {
  margin-left: 6px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url("/wp-content/uploads/2025/12/Vector.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (width >= 64rem) {
  .menu-item-has-children > a::after {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.menu-item-has-children:hover ul.sub-menu {
  margin-left: calc(13px * -1);
  flex-direction: column;
}
@media (width >= 64rem) {
  .menu-item-has-children:hover ul.sub-menu {
    display: flex;
  }
}
.menu-item-has-children:hover ul.sub-menu li {
  padding-inline: 13px;
  padding-block: 8px;
}
.sticky .menu-item-has-children:hover ul.sub-menu {
  background-color: #101010;
}
.menu-item-has-children ul.sub-menu {
  display: none;
  padding-top: 13px;
}
@media (width >= 64rem) {
  .menu-item-has-children ul.sub-menu {
    position: absolute;
  }
}
#nav-hamburger.active {
  background-image: url("/wp-content/uploads/2025/12/cross-svgrepo-com.svg");
}
#nav-mobile.active {
  background-color: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  #nav-mobile.active {
    background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
#nav-mobile.active > div {
  height: 100vh;
  width: 80%;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.woocommerce.single .woocommerce-notices-wrapper {
  padding-top: 52px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin: calc(var(--spacing) * 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background-color: #F8F8F8;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #101010;
}
.woocommerce-notices-wrapper .woocommerce-message::after {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
  display: none;
}
.woocommerce.archive .products, .related.products .products {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
  row-gap: 16px;
  padding-inline: 24px;
}
@media (width >= 64rem) {
  .woocommerce.archive .products, .related.products .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .woocommerce.archive .products, .related.products .products {
    row-gap: 64px;
  }
}
.related.products .products {
  padding-inline: calc(var(--spacing) * 0);
}
.woocommerce.archive .products li {
  width: 100% !important;
}
.woocommerce.archive .products::before, .woocommerce.archive .products::after, .related.products .products::before, .related.products .products::after {
  display: none;
}
.woocommerce.archive .product {
  height: 570px;
  width: 339px;
}
.woocommerce.archive .product a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce.archive .product img {
  min-height: 508px;
  border-radius: 8px;
  object-fit: cover;
}
.woocommerce.archive .product h2, .related.products .product h2 {
  padding: calc(var(--spacing) * 0) !important;
}
.woocommerce.archive .product .title_and_categories, .related.products .product .title_and_categories {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #F8F8F8;
}
.onsale {
  display: none;
}
.woocommerce.archive .product .product-categories, .related.products .product .product-categories {
  font-size: 13px;
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.woocommerce.archive .product .add_to_cart_button, .related.products .product .add_to_cart_button {
  display: none !important;
}
.woocommerce.archive .product .star-rating, .related.products .product .star-rating {
  display: none;
}
.woocommerce.archive .product .product_meta, .related.products .product .product_meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-inline: 8px;
}
.woocommerce.archive .woocommerce-pagination ul.page-numbers {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 15px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #F8F8F8 40%, transparent);
}
.woocommerce.archive .woocommerce-pagination ul {
  margin: calc(var(--spacing) * 0);
  --tw-border-style: none;
  border-style: none;
}
.woocommerce.archive .woocommerce-pagination .page-numbers.current {
  color: #F8F8F8;
}
.woocommerce.archive .yith-wcan-filters {
  background-color: unset;
}
.woocommerce.archive .archive-header {
  padding-inline: 24px;
}
@media (width >= 64rem) {
  .woocommerce.archive .archive-header {
    margin-bottom: 64px;
  }
}
.woocommerce.archive .page-numbers .prev:before {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url(/wp-content/uploads/2025/11/iconoir_nav-arrow-right.svg);
}
.woocommerce.archive .page-numbers .next:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url(/wp-content/uploads/2025/11/iconoir_nav-arrow-right-2.svg);
}
.woocommerce.archive .page-numbers .next, .woocommerce.archive .page-numbers .prev {
  font-size: 0px;
}
.woocommerce.archive .page-numbers li {
  --tw-border-style: none;
  border-style: none;
}
.woocommerce.archive .page-numbers li span {
  background-color: transparent !important;
  padding: calc(var(--spacing) * 0);
}
.woocommerce.archive .page-numbers li a:hover {
  background-color: transparent;
}
.woocommerce.archive .page-numbers li a {
  padding: calc(var(--spacing) * 0);
}
.woocommerce.single-product .woocommerce-tabs {
  padding-inline: 140px;
  padding-block: 110px;
}
.woocommerce.single-product .related.products {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-inline: 24px;
}
.woocommerce.single-product .woocommerce-product-gallery {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.woocommerce.single-product .woocommerce-product-gallery img {
  border-radius: 8px;
}
.woocommerce.single-product .woocommerce-product-gallery .flex-control-nav {
  order: 1;
  display: flex;
  width: 20%;
  flex-direction: column;
  gap: 12px;
}
.woocommerce.single-product .woocommerce-product-gallery .flex-control-nav li {
  width: 100% !important;
}
.woocommerce.single-product .woocommerce-product-gallery .flex-viewport {
  order: 2;
  width: 80%;
}
.woocommerce.single-product .product_title {
  font-size: 26px;
  --tw-font-weight: 500;
  font-weight: 500;
  color: #F8F8F8;
}
.woocommerce.single-product .button:hover {
  border-color: color-mix(in oklab, #F8F8F8 40%, transparent) !important;
  --tw-gradient-from: #101010 !important;
  --tw-gradient-to: #B5791180 !important;
  --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)) !important;
}
.woocommerce.single-product .button {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  background-color: transparent !important;
  --tw-gradient-position: to bottom !important;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .woocommerce.single-product .button {
    --tw-gradient-position: to bottom in oklab !important;
  }
}
.woocommerce.single-product .button {
  background-image: linear-gradient(var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #101010;
  --tw-gradient-to: #B5791140;
  --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));
  padding-inline: 110px !important;
  padding-block: 17px !important;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.quantity .qty-wrapper {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  padding: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.quantity .qty-wrapper button {
  --tw-border-style: none !important;
  border-style: none !important;
  background-color: transparent !important;
}
.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 12px;
  color: #F8F8F8 !important;
}
.product .summary .price del, .product .summary .price ins {
  font-size: 26px;
  --tw-font-weight: 500 !important;
  font-weight: 500 !important;
}
.product .summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (width >= 64rem) {
  .product .summary {
    gap: 64px;
  }
}
.product .summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
@media (width >= 64rem) {
  .product .summary .woocommerce-variation-add-to-cart {
    flex-direction: row;
  }
}
.price del {
  opacity: 100% !important;
}
.price ins {
  color: #DC2B34;
  text-decoration-line: none;
}
.woocommerce.archive .product .price, .related.products .product .price {
  display: flex !important;
  flex-direction: column-reverse;
  gap: calc(var(--spacing) * 0);
  text-align: right;
}
.related.products h2 {
  font-size: 26px;
  --tw-font-weight: 500;
  font-weight: 500;
  color: #F8F8F8;
}
.related.products .products li {
  margin: calc(var(--spacing) * 0) !important;
  width: 339px !important;
}
.related.products .products li img {
  border-radius: 8px;
}
.item-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.item-list .item {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 10%, transparent);
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .item-list .item {
    --tw-gradient-position: to bottom in oklab;
  }
}
.item-list .item {
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: color-mix(in oklab, #B5791100 25%, transparent);
  --tw-gradient-to: #B579110A;
  --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));
  padding: 24px;
  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;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.item-list .item .title {
  color: #F8F8F8;
}
.item-list .item .content {
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.product-rating {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.woocommerce .star-rating::before, .woocommerce .star-rating {
  color: #B57911;
}
.archive-header .filters-container form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
}
@media (width >= 64rem) {
  .archive-header .filters-container form {
    justify-content: flex-end;
  }
}
.archive-header .filters-container form div {
  width: 144px;
}
.archive-header .filters-container .filter-title {
  display: none;
}
.archive-header .filters-container .filter-content .yith-wcan-dropdown:focus {
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.archive-header .filters-container .filter-content .yith-wcan-dropdown {
  border-radius: 0 !important;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.archive-header .filters-container .filter-content .dropdown-wrapper {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 10%, transparent);
  background-color: #141414;
  padding: 8px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.archive-header .filters-container .filter-content .search-field-container {
  display: none;
}
.archive-header .filters-container .filter-content .dropdown-wrapper ul {
  overflow: auto !important;
}
.archive-header .filters-container .filter-content .dropdown-wrapper ul li.active label {
  background-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.archive-header .filters-container .filter-content .dropdown-wrapper ul li label {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: space-between;
  padding: 8px;
}
.archive-header .filters-container .filter-content .dropdown-wrapper ul li a {
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8 !important;
}
.woocommerce-product-gallery__trigger {
  --tw-shadow: 0 0 #0000;
  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;
}
.variations .label {
  display: none;
}
.variations .reset_variations {
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.wvb-single-variation-button {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent) !important;
  background-color: transparent !important;
  padding-inline: 28px !important;
  padding-block: 8px !important;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
  text-transform: uppercase;
}
.wvb-single-variation-button:hover, .wvb-single-variation-button.selected {
  background-color: #2A2A2A !important;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.woocommerce-checkout #main {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
}
.woocommerce-checkout #main > div {
  width: 90%;
}
@media (width >= 64rem) {
  .woocommerce-checkout #main > div {
    width: 68%;
  }
}
.woocommerce-checkout header#masthead > div {
  background-color: #101010;
}
.woocommerce-checkout section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (width >= 64rem) {
  .woocommerce-checkout section {
    padding-top: 152px;
  }
}
@media (width >= 64rem) {
  .woocommerce-checkout section {
    padding-bottom: 140px;
  }
}
.woocommerce-checkout .woocommerce {
  width: 90%;
}
@media (width >= 64rem) {
  .woocommerce-checkout .woocommerce {
    width: 68%;
  }
}
.woocommerce-checkout h2 {
  font-size: 26px;
  --tw-font-weight: 500;
  font-weight: 500;
  color: #101010;
}
.woocommerce-checkout .wc-block-components-checkout-step__content {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #101010 10%, transparent);
  padding: 24px;
}
.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout input[type="email"], .woocommerce-checkout select {
  border-radius: 0 !important;
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 1px !important;
  border-color: color-mix(in oklab, #101010 20%, transparent) !important;
  background-color: transparent !important;
  --tw-outline-style: none;
  outline-style: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  display: none;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: color-mix(in oklab, #101010 20%, transparent) !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block {
  padding-top: 16px;
}
.woocommerce-checkout .wc-block-components-order-summary {
  padding: 0px;
}
.woocommerce-checkout .wc-block-components-order-summary img {
  height: 108px;
  width: 81px;
  max-width: 81px;
  border-radius: 8px;
  object-fit: cover;
}
.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: auto;
}
.woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-checkout .wc-block-components-product-metadata {
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #101010 70%, transparent);
}
.woocommerce-checkout .wc-block-components-product-price__value.is-discounted {
  margin: calc(var(--spacing) * 0);
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content .wc-block-components-product-price__value.is-discounted {
  color: color-mix(in oklab, #101010 70%, transparent);
}
.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  display: none;
}
.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #101010 70%, transparent) !important;
}
.woocommerce-checkout .wc-block-components-product-name {
  font-size: 13px;
  --tw-leading: 2;
  line-height: 2;
  --tw-font-weight: 450;
  font-weight: 450;
}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  display: none;
}
.woocommerce-checkout .wp-element-button {
  border-radius: 8px;
  background-color: #101010;
  padding-inline: 20px;
  padding-block: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.woocommerce-checkout .wp-element-button > div {
  opacity: 100% !important;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content div {
  padding-left: 0px;
}
.woocommerce-checkout div.wc-block-components-order-summary-item__description {
  padding-left: 16px;
}
.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  border-radius: 0px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in oklab, #101010 20%, transparent);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.woocommerce-checkout .wc-block-components-totals-item__label {
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #101010 40%, transparent);
}
.woocommerce-checkout .wc-block-components-totals-item__value {
  color: #101010;
}
.woocommerce-checkout .wc-block-components-totals-footer-item span {
  font-size: 17px;
  --tw-font-weight: 400;
  font-weight: 400;
  color: #101010;
}
.woocommerce-checkout .wc-blocks-components-select__container {
  background-color: transparent;
}
.woocommerce-checkout .wc-block-components-radio-control__option {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after, .woocommerce-checkout .wc-block-components-radio-control--highlight-checked:after, .woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after {
  display: none;
}
.woocommerce-checkout .wc-block-components-radio-control-accordion-option, .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 1px !important;
  border-color: color-mix(in oklab, #252525 20%, transparent);
}
.woocommerce-checkout .thankyou-product-image img {
  height: 108px;
  width: 81px;
}
.woocommerce-checkout .wc-block-components-totals-item {
  justify-content: space-between;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content .screen-reader-text {
  display: none;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content .wc-block-components-product-price__regular {
  display: none;
}
.woocommerce-checkout .woocommerce-thankyou-order-received {
  font-size: 15px;
  --tw-font-weight: 450;
  font-weight: 450;
}
.custom-cart {
  position: relative;
  display: inline-block;
}
.cart-dropdown {
  position: absolute;
  top: 100%;
  right: calc(var(--spacing) * 0);
  z-index: 9999;
  display: none;
  width: 480px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  padding: 24px;
}
.custom-cart:hover .cart-dropdown {
  display: block;
}
.cart-count {
  position: absolute;
  top: calc(6px * -1);
  right: calc(6px * -1);
  border-radius: 999px;
  background-color: #101010;
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #B5791100;
  --tw-gradient-to: #B57911;
  --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));
  padding-inline: 7px;
  padding-block: 2px;
  font-size: 12px;
  color: #fff;
}
.cart-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #F8F8F8;
  padding-inline: 12px;
  padding-block: 8px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.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;
}
.fixed\! {
  position: fixed !important;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[8px\] {
  right: 8px;
}
.-bottom-\[90px\] {
  bottom: calc(90px * -1);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.-left-\[140px\] {
  left: calc(140px * -1);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-\[8px\] {
  left: 8px;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-9999 {
  z-index: 9999;
}
.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;
}
.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-\[20px\] {
  margin-top: 20px;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.-ml-\[10px\] {
  margin-left: calc(10px * -1);
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.block\! {
  display: block !important;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0 {
  height: calc(var(--spacing) * 0);
}
.h-\[38px\] {
  height: 38px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[310px\] {
  height: 310px;
}
.h-\[352px\] {
  height: 352px;
}
.h-\[424px\] {
  height: 424px;
}
.h-\[572px\] {
  height: 572px;
}
.h-\[800px\] {
  height: 800px;
}
.h-full {
  height: 100%;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-1\/3 {
  width: calc(1/3 * 100%);
}
.w-2\/3 {
  width: calc(2/3 * 100%);
}
.w-\[38px\] {
  width: 38px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[167px\] {
  width: 167px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[239px\] {
  width: 239px;
}
.w-\[339px\] {
  width: 339px;
}
.w-\[424px\] {
  width: 424px;
}
.w-full {
  width: 100%;
}
.max-w-\[339px\] {
  max-width: 339px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-\[72px\] {
  gap: 72px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.self-stretch {
  align-self: stretch;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[200px\] {
  border-radius: 200px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[1px\] {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t-\[1px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#101010\]\/10 {
  border-color: color-mix(in oklab, #101010 10%, transparent);
}
.border-\[\#F8F8F8\]\/10 {
  border-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.border-y-\[\#F8F8F8\]\/10 {
  border-block-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.border-t-\[\#F8F8F8\]\/10 {
  border-top-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.border-t-\[\#F8F8F8\]\/20 {
  border-top-color: color-mix(in oklab, #F8F8F8 20%, transparent);
}
.border-b-\[\#F8F8F8\]\/10 {
  border-bottom-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.border-b-\[F8F8F8\]\/20 {
  border-bottom-color: color-mix(in oklab, F8F8F8 20%, transparent);
}
.bg-\[\#0E0E0E\] {
  background-color: #0E0E0E;
}
.bg-\[\#101010\] {
  background-color: #101010;
}
.bg-\[\#101010\]\/10 {
  background-color: color-mix(in oklab, #101010 10%, transparent);
}
.bg-\[\#131313\] {
  background-color: #131313;
}
.bg-\[\#141414\] {
  background-color: #141414;
}
.bg-\[\#141414\]\/90 {
  background-color: color-mix(in oklab, #141414 90%, transparent);
}
.bg-\[\#B57911\] {
  background-color: #B57911;
}
.bg-\[\#F8F8F8\] {
  background-color: #F8F8F8;
}
.bg-linear-to-b {
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-b {
    --tw-gradient-position: to bottom in oklab;
  }
}
.bg-linear-to-b {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[url\(\/wp-content\/uploads\/2025\/12\/hamburger-md-svgrepo-com\.svg\)\] {
  background-image: url(/wp-content/uploads/2025/12/hamburger-md-svgrepo-com.svg);
}
.from-\[\#B5791100\]\/25 {
  --tw-gradient-from: color-mix(in oklab, #B5791100 25%, 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-\[\#B579110A\]\/100 {
  --tw-gradient-to: #B579110A;
  --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-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  object-fit: cover;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[32px\] {
  padding: 32px;
}
.px-\[12px\] {
  padding-inline: 12px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[24px\] {
  padding-inline: 24px;
}
.px-\[38px\] {
  padding-inline: 38px;
}
.px-\[140px\] {
  padding-inline: 140px;
}
.py-\[8px\] {
  padding-block: 8px;
}
.py-\[12px\] {
  padding-block: 12px;
}
.py-\[16px\] {
  padding-block: 16px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[54px\] {
  padding-block: 54px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[54px\] {
  font-size: 54px;
}
.text-\[66px\] {
  font-size: 66px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.font-\[400\] {
  --tw-font-weight: 400;
  font-weight: 400;
}
.font-\[450\] {
  --tw-font-weight: 450;
  font-weight: 450;
}
.font-\[500\] {
  --tw-font-weight: 500;
  font-weight: 500;
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.text-\[\#101010\] {
  color: #101010;
}
.text-\[\#101010\]\/40 {
  color: color-mix(in oklab, #101010 40%, transparent);
}
.text-\[\#101010\]\/70 {
  color: color-mix(in oklab, #101010 70%, transparent);
}
.text-\[\#F0F0F0\]\/70 {
  color: color-mix(in oklab, #F0F0F0 70%, transparent);
}
.text-\[\#F8F8F8\] {
  color: #F8F8F8;
}
.text-\[\#F8F8F8\]\/20 {
  color: color-mix(in oklab, #F8F8F8 20%, transparent);
}
.text-\[\#F8F8F8\]\/70 {
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.text-\[\#f8f8f8\] {
  color: #f8f8f8;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.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,);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.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));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.\[hostname\:port\] {
  hostname: port;
}
.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  inset: calc(var(--spacing) * 0);
}
.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:bg-linear-50::before {
  content: var(--tw-content);
  --tw-gradient-position: 50deg;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .before\:bg-linear-50::before {
    --tw-gradient-position: 50deg in oklab;
  }
}
.before\:bg-linear-50::before {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.before\:from-\[\#000000\]::before {
  content: var(--tw-content);
  --tw-gradient-from: #000000;
  --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));
}
.before\:to-\[\#000000\]\/0::before {
  content: var(--tw-content);
  --tw-gradient-to: color-mix(in oklab, #000000 0%, 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));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
@media (hover: hover) {
  .hover\:cursor-pointer:hover {
    cursor: pointer;
  }
}
@media (hover: hover) {
  .hover\:text-\[\#101010\]:hover {
    color: #101010;
  }
}
@media (hover: hover) {
  .hover\:text-black:hover {
    color: var(--color-black);
  }
}
@media (width >= 64rem) {
  .lg\:right-\[140px\] {
    right: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:left-\[140px\] {
    left: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:-mr-\[300px\] {
    margin-right: calc(300px * -1);
  }
}
@media (width >= 64rem) {
  .lg\:grid {
    display: grid;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:inline {
    display: inline;
  }
}
@media (width >= 64rem) {
  .lg\:inline-block {
    display: inline-block;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[452px\] {
    height: 452px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[704px\] {
    height: 704px;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/3 {
    width: calc(2/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[35\%\] {
    width: 35%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[40\%\] {
    width: 40%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[65\%\] {
    width: 65%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[220px\] {
    width: 220px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[339px\] {
    width: 339px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[456px\] {
    width: 456px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[573px\] {
    width: 573px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[690px\] {
    width: 690px;
  }
}
@media (width >= 64rem) {
  .lg\:w-full {
    width: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 64rem) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 64rem) {
  .lg\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[12px\] {
    gap: 12px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[14px\] {
    gap: 14px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[24px\] {
    gap: 24px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[32px\] {
    gap: 32px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[40px\] {
    gap: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[64px\] {
    gap: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[90px\] {
    gap: 90px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[120px\] {
    gap: 120px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[130px\] {
    gap: 130px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[140px\] {
    gap: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[220px\] {
    gap: 220px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-\[50px\] {
    row-gap: 50px;
  }
}
@media (width >= 64rem) {
  .lg\:p-\[140px\] {
    padding: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[140px\] {
    padding-inline: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[260px\] {
    padding-inline: 260px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[70px\] {
    padding-block: 70px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[100px\] {
    padding-block: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[110px\] {
    padding-block: 110px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[64px\] {
    padding-top: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[20px\] {
    padding-bottom: 20px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[24px\] {
    padding-bottom: 24px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }
}
@media (width >= 64rem) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[54px\] {
    font-size: 54px;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-leading {
  syntax: "*";
  inherits: false;
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
      --tw-content: "";
      --tw-font-weight: initial;
      --tw-ease: 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-leading: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --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;
    }
  }
}
