/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
/*!
Theme Name: LaraSystems
Theme URI: https://_
Description: LaraSystems
Version: 0.1.0
Author: LaraSystems
Author URI: https://underscoretw.com/
Text Domain: larasystems
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.

LaraSystems 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: 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-600: oklch(57.7% 0.245 27.325);
  --color-blue-500: oklch(62.3% 0.214 259.815);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-neutral-50: oklch(98.5% 0 0);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-lg: 32rem;
  --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);
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --leading-tight: 1.25;
  --leading-relaxed: 1.625;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --blur-sm: 8px;
  --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: #17B8D1;
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
}
*, ::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: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.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);
}
.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-product-gallery__image img {
  border-radius: var(--radius-xl);
}
.woocommerce	div.product	div.images	.woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 22%;
  margin-right: calc(var(--spacing) * 2);
  margin-top: calc(var(--spacing) * 2);
}
.single_add_to_cart_button.single_add_to_cart_button.button.alt {
  background-color: #17b8d1;
  color: white;
  border: 2px solid #17b8d1;
  border-radius: 80px;
  padding: clamp(0.5rem, 1.5vw, 0.7rem) clamp(1rem, 3vw, 2rem);
  cursor: pointer;
  font-weight: 500;
  font-size: clamp(14px, 3.5vw, 20px);
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: clamp(6px, 1.5vw, 10px);
  box-shadow: inset -5px 5px 10px 0px rgba(255, 255, 255, 0.25), inset 3px -3px 5px 0px rgba(0, 0, 0, 0.25), 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  transition: all 200ms ease;
}
.single_add_to_cart_button.single_add_to_cart_button.button.alt:hover {
  background-color: transparent;
  color: #17b8d1;
  box-shadow: none;
}
.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-button.button.woocommerce-form-register__submit {
  background-color: #17b8d1;
  color: white;
  border: 2px solid #17b8d1;
  border-radius: 80px;
  padding: clamp(0.5rem, 1.5vw, 0.7rem) clamp(1rem, 3vw, 2rem);
  cursor: pointer;
  font-weight: 500;
  font-size: clamp(14px, 3.5vw, 20px);
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  box-shadow: inset -5px 5px 10px 0px rgba(255, 255, 255, 0.25), inset 3px -3px 5px 0px rgba(0, 0, 0, 0.25), 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  transition: all 200ms ease;
  width: 100%;
  text-align: center;
}
.woocommerce-button.button.woocommerce-form-login__submit:hover, .woocommerce-button.button.woocommerce-form-register__submit:hover {
  background-color: transparent;
  color: #17b8d1;
  box-shadow: none;
}
#password_strength {
  margin-top: -20px;
  padding-top: 20px;
  border-radius: 0 0 20px 20px;
  font-family: Montserrat;
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  padding-inline: 1rem;
}
.woocommerce-cart.wp-theme-larasystemstheme .woocommerce {
  width: 100%;
  max-width: none;
  padding-inline: calc(var(--spacing) * 4);
}
@media (width >= 64rem) {
  .woocommerce-cart.wp-theme-larasystemstheme .woocommerce {
    padding-inline: calc(var(--spacing) * 6);
  }
}
.woocommerce-cart.wp-theme-larasystemstheme .larasystems-cart-page {
  width: 100%;
  max-width: none;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .woocommerce-cart.wp-theme-larasystemstheme .cart-layout {
    grid-template-columns: minmax(0, 1fr) 380px;
  }
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-info-card {
  min-height: 220px;
}
.woocommerce-cart.wp-theme-larasystemstheme .woocommerce-Price-amount.amount {
  font-size: inherit;
  font-weight: inherit !important;
}
.woocommerce-cart.wp-theme-larasystemstheme .quantity {
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 0.5);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-neutral-200);
  background-color: var(--color-neutral-100);
  padding-inline: calc(var(--spacing) * 0);
  padding-block: calc(var(--spacing) * 0.5);
}
.woocommerce-cart.wp-theme-larasystemstheme .quantity .qty-minus, .woocommerce-cart.wp-theme-larasystemstheme .quantity .qty-plus {
  display: inline-flex;
  height: calc(var(--spacing) * 7);
  width: calc(var(--spacing) * 7);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-neutral-300);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 0);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  --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);
  cursor: pointer;
  flex: 0 0 auto;
}
.woocommerce-cart.wp-theme-larasystemstheme .quantity .qty-minus:hover, .woocommerce-cart.wp-theme-larasystemstheme .quantity .qty-plus:hover {
  border-color: var(--color-neutral-400);
  background-color: var(--color-neutral-50);
  --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);
}
.woocommerce-cart.wp-theme-larasystemstheme .quantity .qty {
  width: calc(var(--spacing) * 8);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding-block: calc(var(--spacing) * 0);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-neutral-700);
}
:is(.woocommerce-cart.wp-theme-larasystemstheme .quantity .qty):focus {
  --tw-outline-style: none;
  outline-style: none;
}
.woocommerce-cart.wp-theme-larasystemstheme .quantity .qty {
  appearance: textfield;
  -moz-appearance: textfield;
}
.woocommerce-cart.wp-theme-larasystemstheme	.quantity	.qty::-webkit-outer-spin-button, .woocommerce-cart.wp-theme-larasystemstheme	.quantity	.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-thumbnail {
  height: calc(var(--spacing) * 20);
  width: calc(var(--spacing) * 20);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  background-color: var(--color-neutral-100);
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item {
  border-radius: 0;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  border-right-style: var(--tw-border-style);
  border-right-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-left-style: var(--tw-border-style);
  border-left-width: 0px;
  border-color: var(--color-neutral-300);
  background-color: transparent;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 6);
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item:first-child {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: var(--color-neutral-300);
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-items {
  overflow: hidden;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name a {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-neutral-800);
  text-decoration-line: none;
}
@media (hover: hover) {
  :is(.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name a):hover {
    color: var(--color-primary);
  }
}
@media (width >= 64rem) {
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item-name a {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name .variation, .woocommerce-cart.wp-theme-larasystemstheme .cart-item-name dl.variation, .woocommerce-cart.wp-theme-larasystemstheme .cart-item-name .wc-item-meta {
  margin-top: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-neutral-600);
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name .wc-item-meta li {
  margin-bottom: calc(var(--spacing) * 1);
}
.woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	.wc-item-meta-label {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-neutral-700);
}
.woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	.larasystems-details-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease,	opacity 0.25s ease;
}
.woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	.prad-show-more-btn {
  display: none !important;
}
.woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	.larasystems-details-toggle {
  margin-top: calc(var(--spacing) * 2);
  display: inline-block;
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding: calc(var(--spacing) * 0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-primary);
  text-decoration-line: underline;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name dl.variation {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.5rem;
  row-gap: 0.35rem;
  margin: 0.5rem 0 0;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name dl.variation dt {
  margin: 0;
  clear: none;
  float: none;
  font-weight: 500;
  color: rgb(64 64 64);
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name dl.variation dd {
  margin: 0;
  color: rgb(38 38 38);
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name dl.variation dd p, .woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	dl.variation	dd	.prad-label, .woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	dl.variation	dd	.woocommerce-Price-amount {
  margin: 0;
  font-size: inherit !important;
  font-weight: 500 !important;
  display: inline;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name ul.wc-item-meta, .woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	ul.wc-block-components-product-details {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name ul.wc-item-meta li, .woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	ul.wc-block-components-product-details	li {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.5rem;
  row-gap: 0;
  align-items: baseline;
  margin-bottom: 0.35rem;
}
.woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	ul.wc-item-meta	li	> p, .woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	ul.wc-block-components-product-details	li	> p {
  margin: 0;
  min-width: 0;
  overflow-wrap: break-word;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name, .woocommerce-cart.wp-theme-larasystemstheme .cart-item-name dl.variation dd {
  min-width: 0;
  overflow-wrap: break-word;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-name .prad-label {
  font-size: inherit !important;
  font-weight: 500 !important;
  line-height: inherit !important;
  display: inline !important;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-price {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-neutral-800);
}
@media (width >= 64rem) {
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item-price {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-item-remove .remove-item {
  padding: calc(var(--spacing) * 0);
  color: var(--color-red-400);
}
@media (hover: hover) {
  :is(.woocommerce-cart.wp-theme-larasystemstheme .cart-item-remove .remove-item):hover {
    color: var(--color-red-600);
  }
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-summary {
  height: fit-content;
  border-radius: 28px;
  background-color: var(--color-neutral-100);
  padding: calc(var(--spacing) * 8);
  position: sticky;
  top: 7rem;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-summary .summary-rows {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.woocommerce-cart.wp-theme-larasystemstheme	.cart-summary	.summary-rows	> div	span:first-child {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-neutral-500);
}
@media (width >= 64rem) {
  .woocommerce-cart.wp-theme-larasystemstheme	.cart-summary	.summary-rows	> div	span:first-child {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.woocommerce-cart.wp-theme-larasystemstheme	.cart-summary	.summary-rows	> div	span:last-child {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-neutral-800);
}
@media (width >= 64rem) {
  .woocommerce-cart.wp-theme-larasystemstheme	.cart-summary	.summary-rows	> div	span:last-child {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.woocommerce-cart.wp-theme-larasystemstheme .checkout-button {
  border-radius: calc(infinity * 1px);
  background-color: rgb(58, 217, 245);
  color: white !important;
  text-decoration: none !important;
}
.woocommerce-cart.wp-theme-larasystemstheme .checkout-button:hover {
  background-color: rgb(38, 197, 225) !important;
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-table-header {
  margin-bottom: calc(var(--spacing) * 0);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-neutral-300);
  padding-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-neutral-600);
}
@media (width >= 64rem) {
  .woocommerce-cart.wp-theme-larasystemstheme .cart-table-header {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.woocommerce-cart.wp-theme-larasystemstheme .cart-table-header, .woocommerce-cart.wp-theme-larasystemstheme .cart-item {
  grid-template-columns: minmax(0, 2.4fr) minmax(84px, 1fr) minmax(	120px,	1fr	) auto;
}
@media (max-width: 1023px) {
  .woocommerce-cart.wp-theme-larasystemstheme .cart-top-cards {
    display: none;
  }
  .woocommerce-cart.wp-theme-larasystemstheme .woocommerce,	.woocommerce-cart.wp-theme-larasystemstheme .larasystems-cart-page,	.woocommerce-cart.wp-theme-larasystemstheme .cart-layout,	.woocommerce-cart.wp-theme-larasystemstheme .cart-main,	.woocommerce-cart.wp-theme-larasystemstheme .cart-products {
    min-width: 0;
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-summary {
    position: static;
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-table-header {
    display: none;
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "info info"	"price price"	"qty remove";
    gap: 0.5rem 0.75rem;
    min-width: 0;
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item > :first-child {
    grid-area: info;
  }
  .woocommerce-cart.wp-theme-larasystemstheme	.cart-item	.cart-item-thumbnail {
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 16);
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item-price {
    grid-area: price;
    text-align: left;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item-quantity {
    grid-area: qty;
    justify-content: flex-start;
    align-self: end;
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item-remove {
    grid-area: remove;
    justify-self: end;
    align-self: end;
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item-name a {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item-name dl.variation {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.75rem;
  }
  .woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	ul.wc-item-meta	li,	.woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	ul.wc-block-components-product-details	li {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.75rem;
  }
  .woocommerce-cart.wp-theme-larasystemstheme .cart-item-name dl.variation dd,	.woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	ul.wc-item-meta	li	> *:last-child,	.woocommerce-cart.wp-theme-larasystemstheme	.cart-item-name	ul.wc-block-components-product-details	li	> *:last-child {
    text-align: right;
    white-space: nowrap;
  }
  .woocommerce-cart.wp-theme-larasystemstheme	.cart-summary	.summary-rows	> div	span:first-child {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .woocommerce-cart.wp-theme-larasystemstheme	.cart-summary	.summary-rows	> div	span:last-child {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.prad-blocks-container.prad-relative span.woocommerce-Price-amount.amount {
  display: none;
}
.attachment-thumbnail.size-thumbnail {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#prad-bid-mjd6-4osnjv {
  display: none;
}
.prad-button-item.prad-button-item {
  width: 100%;
  border-radius: 12px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
}
.prad-button-item.prad-button-item:hover, .prad-button-item.prad-button-item.prad-active, .prad-button-container.prad-active .prad-button-item.prad-button-item {
  background-color: #ffffff !important;
  color: #0b0e04 !important;
  border-color: #17b8d1 !important;
}
.prad-button-container {
  flex-grow: 1;
}
.prad-relative.prad-w-fit .prad-block-title {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
}
.prad-d-flex.prad-flex-column.prad-mb-12.prad-gap-2 .prad-block-description {
  color: #17b8d1 !important;
  font-weight: lighter !important;
  font-size: 12px !important;
}
.prad-d-flex.prad-flex-column.prad-mb-12.prad-gap-2	.prad-block-description::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 21C7.8 21 4 17.2 4 12.5C4 7.8 7.8 4 12.5 4C17.2 4 21 7.8 21 12.5C21 17.2 17.2 21 12.5 21ZM12.5 5C8.35 5 5 8.35 5 12.5C5 16.65 8.35 20 12.5 20C16.65 20 20 16.65 20 12.5C20 8.35 16.65 5 12.5 5Z' fill='%2317B8D1'/%3E%3Cpath d='M8 12H17V13H8V12Z' fill='%2317B8D1'/%3E%3Cpath d='M12 8H13V17H12V8Z' fill='%2317B8D1'/%3E%3C/svg%3E");
  vertical-align: middle;
  margin-left: 2px;
}
.prad-block-range	.prad-range-input-container	input[type="range"].prad-block-range-input.prad-block-range-input {
  background: linear-gradient(	90deg,	#17b8d1 var(--range-value, 50%),	#d5f2f6 var(--range-value, 50%)	) !important;
}
.prad-label {
  font-weight: 200 !important;
  font-size: 23px;
  display: block;
}
.woocommerce-Price-amount.amount {
  font-size: 23px;
  font-weight: 700 !important;
}
.product_title.entry-title {
  border-bottom: 2px solid #b3b3b3;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 2.5rem;
  padding-bottom: 12px !important;
  width: 100%;
  max-width: unset;
}
.product_title.entry-title::before {
  content: "Customize your ";
}
#mw7a-7pn3nr-prad-range-field[type="number"] {
  pointer-events: none;
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  bottom: 27px;
  left: 0;
}
#mw7a-7pn3nr-prad-range-field[type="range"] {
  margin-top: 10px !important;
}
.prad-range-input-container {
  border-radius: 12px !important;
  border: 1px solid #9fa79d;
  padding-block: 22px;
  padding-inline: 12px;
}
.prad-range-input-container:focus-within {
  border: 1px solid #17b8d1 !important;
}
.price .woocommerce-Price-amount.amount {
  display: none;
}
.prad-product-price-summary.prad-mt-48 {
  margin-top: 17px !important;
}
.woocommerce-account.wp-theme-larasystemstheme .woocommerce {
  width: 100%;
  max-width: none;
  padding-inline: calc(var(--spacing) * 4);
}
@media (width >= 64rem) {
  .woocommerce-account.wp-theme-larasystemstheme .woocommerce {
    padding-inline: calc(var(--spacing) * 6);
  }
}
.woocommerce-account.wp-theme-larasystemstheme .larasystems-myaccount {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-account.wp-theme-larasystemstheme	.larasystems-myaccount	.woocommerce-MyAccount-navigation, .woocommerce-account.wp-theme-larasystemstheme	.larasystems-myaccount	.woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce-account.wp-theme-larasystemstheme	.larasystems-myaccount	.woocommerce-MyAccount-navigation {
  min-width: 0;
}
.woocommerce-account.wp-theme-larasystemstheme	.larasystems-myaccount	.myaccount-nav-link	span {
  white-space: normal;
  word-break: normal;
}
.woocommerce-account.wp-theme-larasystemstheme	.woocommerce-MyAccount-navigation	ul {
  margin: calc(var(--spacing) * 0);
  list-style-type: none;
  padding: calc(var(--spacing) * 0);
}
.woocommerce-account.wp-theme-larasystemstheme	.woocommerce-MyAccount-navigation	.is-active	.myaccount-nav-link {
  color: var(--color-primary);
}
.woocommerce-account.wp-theme-larasystemstheme .woocommerce-MyAccount-content {
  min-height: 520px;
}
.woocommerce-account.wp-theme-larasystemstheme	.woocommerce-MyAccount-content	.woocommerce-notices-wrapper {
  margin-bottom: calc(var(--spacing) * 4);
}
.woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	.form-row	label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2937;
}
.woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	.form-row-first, .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	.form-row-last {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	.input-text, .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	input[type="email"], .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	input[type="text"], .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	input[type="tel"], .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	input[type="password"] {
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border: 1px solid #b8bec7;
  border-radius: 9999px;
  background-color: #fff;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #111827;
  transition: border-color 0.2s ease,	box-shadow 0.2s ease;
}
.woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	.input-text:focus, .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	input[type="email"]:focus, .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	input[type="text"]:focus, .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	input[type="tel"]:focus, .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	input[type="password"]:focus {
  outline: none;
  border-color: #17b8d1;
  box-shadow: 0 0 0 2px rgba(23, 184, 209, 0.16);
}
.woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	.show-password-input {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.woocommerce-account.wp-theme-larasystemstheme	.woocommerce-EditAccountForm	button[name="save_account_details"] {
  border-radius: 9999px !important;
  padding: 0.7rem 1.5rem !important;
  font-weight: 700;
  border: 0;
}
@media (max-width: 1023px) {
  .woocommerce-account.wp-theme-larasystemstheme	.woocommerce-MyAccount-content {
    padding: calc(var(--spacing) * 4);
  }
}
.woocommerce-checkout.wp-theme-larasystemstheme .woocommerce {
  width: 100%;
  max-width: none;
  padding-inline: calc(var(--spacing) * 4);
}
@media (width >= 64rem) {
  .woocommerce-checkout.wp-theme-larasystemstheme .woocommerce {
    padding-inline: calc(var(--spacing) * 6);
  }
}
.woocommerce-checkout.wp-theme-larasystemstheme form.checkout {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 1.5rem;
  align-items: start;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-checkout-main, .woocommerce-checkout.wp-theme-larasystemstheme .ls-checkout-sidebar {
  min-width: 0;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-checkout-sidebar {
  width: 100%;
}
.woocommerce-checkout.wp-theme-larasystemstheme #customer_details {
  float: none;
  width: 100%;
  margin: 0;
  display: block !important;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.woocommerce-checkout.wp-theme-larasystemstheme #customer_details::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout.wp-theme-larasystemstheme #customer_details .col-1, .woocommerce-checkout.wp-theme-larasystemstheme #customer_details .col-2 {
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 1.5rem;
  border-radius: 28px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}
.woocommerce-checkout.wp-theme-larasystemstheme #customer_details .col-2 {
  margin-top: 1rem;
}
.woocommerce-checkout.wp-theme-larasystemstheme #order_review_heading {
  float: none !important;
  clear: both !important;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 1.5rem 1.5rem 0;
  border-radius: 28px 28px 0 0;
  background: #f3f4f6;
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2937;
}
.woocommerce-checkout.wp-theme-larasystemstheme #order_review {
  float: none !important;
  clear: both !important;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  border-radius: 0 0 28px 28px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-top: 0;
}
.woocommerce-checkout.wp-theme-larasystemstheme .woocommerce-billing-fields h3, .woocommerce-checkout.wp-theme-larasystemstheme .woocommerce-shipping-fields h3, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-additional-fields	h3, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout-review-order-table	th {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 1.25rem;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	.form-row-first, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	.form-row-last, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	.form-row-wide {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-billing-fields__field-wrapper, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-billing-fields__field-wrapper	.form-row-wide, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-shipping-fields__field-wrapper	.form-row-wide, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-additional-fields__field-wrapper	.form-row-wide {
  grid-column: 1 / -1;
}
.woocommerce-checkout.wp-theme-larasystemstheme .woocommerce-checkout label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	.input-text, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	input[type="text"], .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	input[type="email"], .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	input[type="tel"], .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	input[type="number"], .woocommerce-checkout.wp-theme-larasystemstheme .woocommerce-checkout select, .woocommerce-checkout.wp-theme-larasystemstheme .woocommerce-checkout textarea {
  width: 100%;
  border: 1px solid #b8bec7;
  background: #fff;
  font-size: 1rem;
  color: #111827;
  padding: 0.75rem 1rem;
  line-height: 1.25;
  transition: border-color 0.2s ease,	box-shadow 0.2s ease;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	.input-text, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	input[type="text"], .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	input[type="email"], .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	input[type="tel"], .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	input[type="number"], .woocommerce-checkout.wp-theme-larasystemstheme .woocommerce-checkout select {
  height: 3rem;
  border-radius: 9999px;
}
.woocommerce-checkout.wp-theme-larasystemstheme .woocommerce-checkout textarea {
  min-height: 7.5rem;
  border-radius: 18px;
  resize: vertical;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	textarea.input-text {
  height: auto !important;
  min-height: 7.5rem !important;
  border-radius: 18px !important;
  padding: 0.85rem 1rem !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	.input-text:focus, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	input:focus, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	select:focus, .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-checkout	textarea:focus {
  outline: none;
  border-color: #17b8d1;
  box-shadow: 0 0 0 2px rgba(23, 184, 209, 0.16);
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-order {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  margin: 0 0 1rem;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-items {
  padding: 0;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #eef0f3;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item:last-child {
  border-bottom: 0;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__thumb {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__body {
  flex: 1 1 0%;
  min-width: 0;
  overflow: hidden;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.35;
  margin: 0;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__name	.product-quantity {
  font-weight: 700;
  white-space: nowrap;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #4b5563;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta dl, .woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta ul, .woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta dt {
  float: none;
  clear: none;
  margin: 0.3rem 0 0;
  font-weight: 600;
  color: #374151;
  font-size: 0.85rem;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta dd {
  margin: 0;
  color: #374151;
  font-size: 0.85rem;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta dd p {
  margin: 0;
  display: inline;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta li {
  margin: 0.2rem 0 0;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.prad-label, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.woocommerce-Price-amount {
  display: inline !important;
  font-size: 0.85rem !important;
  font-weight: normal !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.prad-label	strong, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.prad-label	b {
  font-weight: 600 !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	div[class*="prad-"] {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  position: static !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 0.85rem !important;
  line-height: 1.45 !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	div[class*="prad-"]	span, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	div[class*="prad-"]	p, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	div[class*="prad-"]	label, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	div[class*="prad-"]	a {
  display: inline !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.prad-collapsed-hidden {
  display: revert !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	dt.prad-collapsed-hidden, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	dd.prad-collapsed-hidden {
  display: block !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	li.prad-collapsed-hidden {
  display: list-item !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.prad-variation-container, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.prad-variation-container	.prad-processed, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	dl.variation, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.larasystems-details-panel {
  max-height: none !important;
  height: auto !important;
  opacity: 1 !important;
  overflow: visible !important;
  transition: none !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.prad-show-more-btn, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__meta	.larasystems-details-toggle, .woocommerce-checkout.wp-theme-larasystemstheme .prad-show-more-btn, .woocommerce-checkout.wp-theme-larasystemstheme .larasystems-details-toggle {
  display: none !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__price {
  flex-shrink: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f2937;
  white-space: nowrap;
  text-align: right;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__price--mobile {
  display: none;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__price--desktop {
  display: block;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__price	.woocommerce-Price-amount {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-totals {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-totals th, .woocommerce-checkout.wp-theme-larasystemstheme .ls-review-totals td {
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
  border-top: 1px solid #eef0f3;
  text-align: left;
}
.woocommerce-checkout.wp-theme-larasystemstheme .ls-review-totals td {
  text-align: right;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-totals	.order-total	th, .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-totals	.order-total	td {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  border-top: 2px solid #e5e7eb;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.woocommerce-checkout.wp-theme-larasystemstheme .wc_payment_methods {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  list-style: none;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.wc_payment_methods	.wc_payment_method {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #eef0f3;
  cursor: pointer;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.wc_payment_methods	.wc_payment_method:last-child {
  border-bottom: 0;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.wc_payment_methods	.wc_payment_method	> input[type="radio"] {
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.woocommerce-checkout.wp-theme-larasystemstheme .wc_payment_methods label {
  display: inline;
  margin-bottom: 0;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.woocommerce-checkout.wp-theme-larasystemstheme	.wc_payment_methods	.wc_payment_method	.payment_box {
  flex-basis: 100%;
}
.woocommerce-checkout.wp-theme-larasystemstheme .payment_box {
  margin-top: 0.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: #f9fafb;
  font-size: 0.9rem;
  color: #4b5563;
}
.woocommerce-checkout.wp-theme-larasystemstheme .place-order {
  margin-top: 0.5rem;
}
.woocommerce-checkout.wp-theme-larasystemstheme #place_order {
  width: 100%;
  height: 3.1rem;
  border: 0;
  border-radius: 9999px;
  background: #3ad9f5;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  transition: background-color 0.2s ease,	box-shadow 0.2s ease;
}
.woocommerce-checkout.wp-theme-larasystemstheme #place_order:hover {
  background: #26c5e1;
  box-shadow: 0 6px 14px rgba(58, 217, 245, 0.28);
}
.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-terms-and-conditions-wrapper {
  margin: 0.75rem 0 1rem;
  font-size: 0.86rem;
  color: #4b5563;
}
.woocommerce-checkout.wp-theme-larasystemstheme #ship-to-different-address {
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .woocommerce-checkout.wp-theme-larasystemstheme .ls-checkout-layout {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme .ls-checkout-main {
    order: 1;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme .ls-checkout-sidebar {
    order: 2;
    margin-top: 0.5rem;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme #order_review_heading,	.woocommerce-checkout.wp-theme-larasystemstheme #order_review {
    float: none !important;
    clear: both !important;
    position: static !important;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-billing-fields__field-wrapper,	.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-billing-fields	h3,	.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-shipping-fields	h3,	.woocommerce-checkout.wp-theme-larasystemstheme	.woocommerce-additional-fields	h3,	.woocommerce-checkout.wp-theme-larasystemstheme #order_review_heading {
    font-size: 1.45rem;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.75rem 0.85rem;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__thumb {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 10px;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__price--desktop {
    display: none !important;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme	.ls-review-item__price--mobile {
    display: block !important;
    margin-top: 0.35rem;
    padding-top: 0.45rem;
    border-top: 1px dashed #e5e7eb;
    text-align: left;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta {
    font-size: 0.8rem;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta dt {
    font-size: 0.8rem;
  }
  .woocommerce-checkout.wp-theme-larasystemstheme .ls-review-item__meta dd {
    font-size: 0.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1320px) {
  .woocommerce-checkout.wp-theme-larasystemstheme .ls-checkout-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  }
}
.woocommerce-notices-wrapper {
  margin-bottom: 1rem;
}
.woocommerce-error, .woocommerce-message, .woocommerce-info {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem 1.25rem 1rem 3.1rem !important;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  background: #ffffff;
  color: #1f2937;
  list-style: none;
  line-height: 1.5;
}
.woocommerce-error::before, .woocommerce-message::before, .woocommerce-info::before {
  position: absolute;
  left: 0.95rem;
  top: 1rem;
  line-height: 1;
  font-size: 0.95rem;
}
.woocommerce-error {
  border-color: #fca5a5;
  background: #fef2f2;
  color: #7f1d1d;
}
.woocommerce-message {
  border-color: var(--color-primary) !important;
  background: #f7f7f7 !important;
  color: #000000;
  line-height: 2.4rem;
  vertical-align: middle;
  padding: 0 1rem !important;
  border-radius: 17px !important;
}
.woocommerce-message .button.wc-forward {
  background: none;
  border-radius: 25px;
  border: 2px solid transparent;
  font-size: smaller;
  margin-top: 1.8px;
}
.woocommerce-message .button.wc-forward:hover {
  background: none;
  border: 2px solid var(--color-primary);
  transition: border 0.2s ease-in-out;
}
.woocommerce-message .button.wc-forward::after {
  margin-left: 5px;
  vertical-align: middle;
  content: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7L1 7M15 7L9 13M15 7L9 1' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.woocommerce-message:focus, .woocommerce-message:focus-visible {
  border-color: var(--color-primary) !important;
  background: #f7f7f7;
  color: #000000;
  outline: none;
}
.woocommerce-message::before {
  display: none !important;
}
.woocommerce-info {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1e3a8a;
}
.woocommerce-error li, .woocommerce-message li, .woocommerce-info li {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  display: block !important;
}
.woocommerce-error li + li, .woocommerce-message li + li, .woocommerce-info li + li {
  margin-top: 0.35rem;
}
.woocommerce-error a, .woocommerce-message a, .woocommerce-info a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce-error .button, .woocommerce-message .button, .woocommerce-info .button {
  float: none;
  display: inline-flex;
  margin: 0 0 0.5rem 0;
  border-radius: 9999px;
  padding: 0.5rem 0.95rem;
}
.ls-review-item__thumb img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout-payment#payment {
  background-color: transparent !important;
}
.woocommerce div.product div.images img {
  width: 85%;
  max-width: 1300px;
}
.newsletter-submit-btn.newsletter-submit-btn.newsletter-submit-btn {
  font-family: Montserrat;
}
.newsletter-form-container {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.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;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-top-2 {
  top: calc(var(--spacing) * -2);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-28 {
  top: calc(var(--spacing) * 28);
}
.-right-2 {
  right: calc(var(--spacing) * -2);
}
.z-50 {
  z-index: 50;
}
.col-1 {
  grid-column: 1;
}
.col-2 {
  grid-column: 2;
}
.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-8 {
  margin-inline: calc(var(--spacing) * 8);
}
.mx-auto {
  margin-inline: auto;
}
.my-10 {
  margin-block: calc(var(--spacing) * 10);
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.\!mt-0 {
  margin-top: calc(var(--spacing) * 0) !important;
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-7 {
  margin-top: calc(var(--spacing) * 7);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mr-2 {
  margin-right: calc(var(--spacing) * 2);
}
.\!mb-0 {
  margin-bottom: calc(var(--spacing) * 0) !important;
}
.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);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-fit {
  height: fit-content;
}
.max-h-10 {
  max-height: calc(var(--spacing) * 10);
}
.max-h-14 {
  max-height: calc(var(--spacing) * 14);
}
.max-h-\[130px\] {
  max-height: 130px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-16 {
  width: calc(var(--spacing) * 16);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-6xl {
  max-width: var(--container-6xl);
}
.max-w-\[70rem\] {
  max-width: 70rem;
}
.max-w-lg {
  max-width: var(--container-lg);
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[2fr_1fr_1fr_auto\] {
  grid-template-columns: 2fr 1fr 1fr auto;
}
.grid-cols-\[minmax\(0\,2\.4fr\)_minmax\(84px\,1fr\)_minmax\(120px\,1fr\)_auto\] {
  grid-template-columns: minmax(0,2.4fr) minmax(84px,1fr) minmax(120px,1fr) auto;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.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);
}
: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-6 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
: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)));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.prose .wp-block-table td {
  border: 0;
}
.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.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;
}
.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-none {
  --tw-border-style: none !important;
  border-style: none !important;
}
.border-gray-300 {
  border-color: var(--color-gray-300);
}
.border-neutral-200 {
  border-color: var(--color-neutral-200);
}
.border-neutral-300 {
  border-color: var(--color-neutral-300);
}
.border-neutral-400 {
  border-color: var(--color-neutral-400);
}
.border-primary {
  border-color: var(--color-primary);
}
.border-white\/20 {
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/20 {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.\!bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-\[\#1A1A1A\] {
  background-color: #1A1A1A;
}
.bg-\[\#ECECEC\] {
  background-color: #ECECEC;
}
.bg-\[\#f7f7f7\] {
  background-color: #f7f7f7;
}
.bg-neutral-100 {
  background-color: var(--color-neutral-100);
}
.bg-neutral-800 {
  background-color: var(--color-neutral-800);
}
.bg-primary {
  background-color: var(--color-primary);
}
.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);
  }
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-1 {
  padding: calc(var(--spacing) * 1);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.\!px-0 {
  padding-inline: calc(var(--spacing) * 0) !important;
}
.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-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.\!pb-0 {
  padding-bottom: calc(var(--spacing) * 0) !important;
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--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-\[10px\] {
  font-size: 10px;
}
.leading-\[20px\] {
  --tw-leading: 20px;
  line-height: 20px;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[0\.5em\] {
  --tw-tracking: 0.5em;
  letter-spacing: 0.5em;
}
.tracking-\[0\.35em\] {
  --tw-tracking: 0.35em;
  letter-spacing: 0.35em;
}
.\!text-white {
  color: var(--color-white) !important;
}
.text-black {
  color: var(--color-black);
}
.text-neutral-300 {
  color: var(--color-neutral-300);
}
.text-neutral-500 {
  color: var(--color-neutral-500);
}
.text-neutral-600 {
  color: var(--color-neutral-600);
}
.text-neutral-700 {
  color: var(--color-neutral-700);
}
.text-neutral-800 {
  color: var(--color-neutral-800);
}
.text-primary {
  color: var(--color-primary);
}
.text-red-400 {
  color: var(--color-red-400);
}
.text-white {
  color: var(--color-white);
}
.text-white\/70 {
  color: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.normal-case {
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.accent-primary {
  accent-color: var(--color-primary);
}
.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);
}
.shadow-\[0px_4px_4px_0px_rgba\(0\,_0\,_0\,_0\.25\)\] {
  --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[inset_0px_1px_4px_1px_rgba\(0\,_0\,_0\,_0\.25\)\] {
  --tw-shadow: inset 0px 1px 4px 1px var(--tw-shadow-color, rgba(0, 0, 0, 0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.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));
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
@media (hover: hover) {
  .hover\:bg-neutral-100:hover {
    background-color: var(--color-neutral-100);
  }
}
@media (hover: hover) {
  .hover\:bg-white:hover {
    background-color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:text-\[\#3ad9f5\]:hover {
    color: #3ad9f5;
  }
}
@media (hover: hover) {
  .hover\:text-gray-700:hover {
    color: var(--color-gray-700);
  }
}
@media (hover: hover) {
  .hover\:text-neutral-900:hover {
    color: var(--color-neutral-900);
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-red-600:hover {
    color: var(--color-red-600);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:shadow-lg:hover {
    --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);
  }
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-blue-500:focus {
  --tw-ring-color: var(--color-blue-500);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus-visible\:ring-neutral-400:focus-visible {
  --tw-ring-color: var(--color-neutral-400);
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:text-left {
    text-align: left;
  }
}
@media (width >= 48rem) {
  .md\:text-right {
    text-align: right;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[1fr_320px\] {
    grid-template-columns: 1fr 320px;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[280px_minmax\(0\,1fr\)\] {
    grid-template-columns: 280px minmax(0,1fr);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[minmax\(0\,1fr\)_380px\] {
    grid-template-columns: minmax(0,1fr) 380px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-space-y-reverse: 0;
      --tw-tracking: initial;
      --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;
    }
  }
}
