/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Kvarnstad Servicepartner
Theme URI: https://kvarnstad.se
Description: A custom theme based on _tw
Version: 0.1.0
Author: kvarnstad.se
Author URI: https://kvarnstad.se
Text Domain: kvarnstad-servicepartner
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

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

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

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Inter", 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-600: oklch(57.7% 0.245 27.325);
  --color-amber-100: oklch(96.2% 0.059 95.617);
  --color-amber-800: oklch(47.3% 0.137 46.201);
  --color-green-600: oklch(62.7% 0.194 149.214);
  --color-emerald-50: oklch(97.9% 0.021 166.113);
  --color-emerald-100: oklch(95% 0.052 163.051);
  --color-emerald-200: oklch(90.5% 0.093 164.15);
  --color-emerald-800: oklch(43.2% 0.095 166.913);
  --color-emerald-900: oklch(37.8% 0.077 168.94);
  --color-blue-50: oklch(97% 0.014 254.604);
  --color-blue-200: oklch(88.2% 0.059 254.128);
  --color-blue-900: oklch(37.9% 0.146 265.522);
  --color-rose-50: oklch(96.9% 0.015 12.422);
  --color-rose-100: oklch(94.1% 0.03 12.58);
  --color-rose-200: oklch(89.2% 0.058 10.001);
  --color-rose-800: oklch(45.5% 0.188 13.697);
  --color-rose-900: oklch(41% 0.159 10.272);
  --color-slate-100: oklch(96.8% 0.007 247.896);
  --color-slate-800: oklch(27.9% 0.041 260.031);
  --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-white: #fff;
  --spacing: 0.25rem;
  --container-2xl: 42rem;
  --container-4xl: 56rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-tight: -0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-relaxed: 1.625;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --blur-md: 12px;
  --aspect-video: 16 / 9;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --radius: var(--radius);
  --color-background: hsl(var(--background));
  --color-foreground: hsl(var(--foreground));
  --color-card: hsl(var(--card));
  --color-primary: hsl(var(--primary));
  --color-primary-foreground: hsl(var(--primary-foreground));
  --color-secondary: hsl(var(--secondary));
  --color-secondary-foreground: hsl(var(--secondary-foreground));
  --color-muted: hsl(var(--muted));
  --color-muted-foreground: hsl(var(--muted-foreground));
  --color-accent: hsl(var(--accent));
  --color-accent-foreground: hsl(var(--accent-foreground));
  --color-border: hsl(var(--border));
  --color-input: hsl(var(--input));
  --color-ring: hsl(var(--ring));
  --color-teal-light: hsl(var(--teal-light));
  --color-navy: hsl(var(--navy));
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --font-display: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
@layer components {
  .woocommerce-message, .woocommerce-info, .woocommerce-error {
    margin-bottom: calc(var(--spacing) * 6);
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .woocommerce-message {
    border-color: var(--color-emerald-200);
    background-color: var(--color-emerald-50);
    color: var(--color-emerald-900);
  }
  .woocommerce-info {
    border-color: var(--color-blue-200);
    background-color: var(--color-blue-50);
    color: var(--color-blue-900);
  }
  .woocommerce-error {
    border-color: var(--color-rose-200);
    background-color: var(--color-rose-50);
    color: var(--color-rose-900);
  }
  .woocommerce span.onsale {
    position: absolute;
    top: calc(var(--spacing) * 3);
    left: calc(var(--spacing) * 3);
    z-index: 10;
    border-radius: var(--radius-md);
    background-color: var(--color-primary);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary-foreground);
  }
  .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    background-color: var(--color-primary);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    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-foreground);
  }
  @media (hover: hover) {
    :is(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit):hover {
      opacity: 90%;
    }
  }
  :is(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit):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);
  }
  :is(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit):focus {
    --tw-ring-color: color-mix(in srgb, hsl(var(--primary)) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :is(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit):focus {
      --tw-ring-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
    }
  }
  :is(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit):focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  :is(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit):focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .woocommerce ul.products li.product a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @media (hover: hover) {
    :is(.woocommerce ul.products li.product a img):is(:where(.group):hover *) {
      scale: 1.02;
    }
  }
  .woocommerce span.price, .woocommerce span.price ins, .woocommerce-Price-amount {
    color: var(--color-foreground);
  }
  .woocommerce span.price del {
    color: var(--color-muted-foreground);
  }
  .woocommerce .quantity .qty {
    width: calc(var(--spacing) * 20);
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    background-color: var(--color-background);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  :is(.woocommerce .quantity .qty):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);
  }
  :is(.woocommerce .quantity .qty):focus {
    --tw-ring-color: color-mix(in srgb, hsl(var(--primary)) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :is(.woocommerce .quantity .qty):focus {
      --tw-ring-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
    }
  }
  :is(.woocommerce .quantity .qty):focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .woocommerce table.shop_table {
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
  }
  .woocommerce table.shop_table th {
    background-color: var(--color-muted);
    padding: calc(var(--spacing) * 4);
    text-align: left;
    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);
  }
  .woocommerce table.shop_table td {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--color-border);
    padding: calc(var(--spacing) * 4);
    vertical-align: middle;
  }
  .woocommerce form .form-row label {
    margin-bottom: calc(var(--spacing) * 1);
    display: block;
    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-foreground);
  }
  .woocommerce nav.woocommerce-pagination ul {
    margin-top: calc(var(--spacing) * 10);
    display: flex;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
  }
  .woocommerce nav.woocommerce-pagination ul li {
    list-style-type: none;
  }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    min-width: calc(var(--spacing) * 10);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    padding-inline: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: calc(var(--spacing) * 6);
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-border);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: calc(var(--spacing) * 0);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-flex;
    align-items: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    background-color: var(--color-background);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    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);
  }
  @media (hover: hover) {
    :is(.woocommerce div.product .woocommerce-tabs ul.tabs li a):hover {
      background-color: var(--color-accent);
    }
  }
}
.woocommerce #masthead a.flex-shrink-0 > img, .woocommerce-page #masthead a.flex-shrink-0 > img {
  height: 2.25rem !important;
  width: auto !important;
  max-width: none !important;
}
@media (min-width: 768px) {
  .woocommerce #masthead a.flex-shrink-0 > img, .woocommerce-page #masthead a.flex-shrink-0 > img {
    height: 2.5rem !important;
  }
}
@layer utilities {
  body.single-product :is(#primary, #content, .site-content) .woocommerce {
    width: 100% !important;
    max-width: clamp(60rem, 92vw, 74rem) !important;
    margin-inline: auto !important;
    padding-inline: clamp(1rem, 2vw, 2rem) !important;
    box-sizing: border-box;
  }
}
@layer components {
  body.single-product .aspect-square .woocommerce-product-gallery, body.single-product .aspect-square .woocommerce-product-gallery__wrapper, body.single-product .aspect-square .woocommerce-product-gallery__image, body.single-product .aspect-square .woocommerce-product-gallery__image a {
    width: 100%;
    height: 100%;
  }
  body.single-product .aspect-square .woocommerce-product-gallery__image img.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  body.single-product .aspect-square .flex-control-thumbs {
    display: none;
  }
  body.single-product img.zoomImg {
    object-fit: cover;
  }
}
@layer components {
  body.single-product .woocommerce form.cart {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    flex-wrap: wrap;
  }
  body.single-product .woocommerce form.cart .quantity {
    margin: 0 !important;
  }
  body.single-product .woocommerce form.cart .single_add_to_cart_button {
    white-space: nowrap;
  }
}
@layer components {
  body.single-product .ksp-media .woocommerce-product-gallery {
    height: 100%;
  }
  body.single-product .ksp-media .woocommerce-product-gallery__wrapper, body.single-product .ksp-media .woocommerce-product-gallery__image, body.single-product .ksp-media .woocommerce-product-gallery__image > a {
    height: 100%;
  }
  body.single-product .ksp-media .woocommerce-product-gallery__image img.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  body.single-product .ksp-media .flex-control-thumbs {
    display: block;
  }
}
@layer components {
  body.single-product .ksp-addtocart form.cart {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    flex-wrap: wrap;
  }
  body.single-product .ksp-addtocart form.cart .quantity {
    margin: 0 !important;
  }
  body.single-product .ksp-addtocart form.cart .single_add_to_cart_button {
    white-space: nowrap;
  }
}
@layer components {
  body.single-product .woocommerce div.product div.images, body.single-product .woocommerce-page div.product div.images {
    float: none;
    width: auto;
    margin: 0;
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery {
    display: grid;
    gap: calc(var(--spacing) * 4);
    position: relative;
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__wrapper {
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-border);
    background: var(--color-card);
    box-shadow: var(--shadow-card);
    position: relative;
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__image {
    margin: 0 !important;
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery img.wp-post-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: cover;
    object-position: center center;
    transition: transform 300ms var(--ease-out);
  }
  @media (hover: hover) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__wrapper:hover img.wp-post-image {
      transform: scale(1.015);
    }
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery img.zoomImg {
    object-fit: cover;
    object-position: center center;
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: calc(var(--spacing) * 3);
    right: calc(var(--spacing) * 3);
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    border-radius: calc(infinity * 1px);
    border: 1px solid var(--color-border);
    background: hsl(var(--background));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger {
      background: color-mix(in srgb, hsl(var(--background)) 85%, transparent);
    }
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger {
    backdrop-filter: blur(var(--blur-md));
    -webkit-backdrop-filter: blur(var(--blur-md));
    box-shadow: var(--shadow-card);
    transition: all 200ms var(--ease-out);
    color: var(--color-foreground);
  }
  @supports (color: color-mix(in oklab, red, red)) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger {
      background: color-mix(in srgb, hsl(var(--background)) 85%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger {
        background: color-mix(in oklab, var(--color-background) 85%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger:hover {
      transform: translateY(-1px);
      box-shadow: var(--shadow-card-hover);
      border-color: hsl(var(--primary));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger:hover {
        border-color: color-mix(in srgb, hsl(var(--primary)) 30%, transparent);
      }
    }
  }
  @supports (color: color-mix(in oklab, red, red)) {
    @media (hover: hover) {
      .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger:hover {
        border-color: color-mix(in srgb, hsl(var(--primary)) 30%, transparent);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger:hover {
          border-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
        }
      }
    }
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger:focus {
    outline: none;
    box-shadow: var(--shadow-card), 0 0 0 2px hsl(var(--primary));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger:focus {
      box-shadow: var(--shadow-card), 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
  }
  @supports (color: color-mix(in oklab, red, red)) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger:focus {
      box-shadow: var(--shadow-card), 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger:focus {
        box-shadow: var(--shadow-card), 0 0 0 2px color-mix(in oklab, var(--color-primary) 35%, transparent);
      }
    }
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger img.emoji {
    display: none;
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__trigger::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21l-4.3-4.3m1.8-5.2a7 7 0 11-14 0 7 7 0 0114 0z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21l-4.3-4.3m1.8-5.2a7 7 0 11-14 0 7 7 0 0114 0z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs {
    margin-top: calc(var(--spacing) * 4) !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(var(--spacing) * 3);
  }
  @media (min-width: 640px) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs li {
    margin: 0 !important;
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    background: var(--color-card);
    opacity: 0.9;
    transition: transform 200ms var(--ease-out), box-shadow 200ms var(--ease-out), border-color 200ms var(--ease-out), opacity 200ms var(--ease-out);
  }
  @media (hover: hover) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img:hover {
      opacity: 1;
      transform: translateY(-1px);
      box-shadow: var(--shadow-card-hover);
      border-color: hsl(var(--primary));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img:hover {
        border-color: color-mix(in srgb, hsl(var(--primary)) 22%, transparent);
      }
    }
  }
  @supports (color: color-mix(in oklab, red, red)) {
    @media (hover: hover) {
      .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img:hover {
        border-color: color-mix(in srgb, hsl(var(--primary)) 22%, transparent);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img:hover {
          border-color: color-mix(in oklab, var(--color-primary) 22%, transparent);
        }
      }
    }
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img.flex-active {
    opacity: 1;
    border-color: var(--color-primary);
    border-width: 2px;
    box-shadow: var(--shadow-button);
    transform: none;
  }
  .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img:focus {
    outline: none;
    box-shadow: var(--shadow-card), 0 0 0 2px hsl(var(--primary));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img:focus {
      box-shadow: var(--shadow-card), 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
  }
  @supports (color: color-mix(in oklab, red, red)) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img:focus {
      box-shadow: var(--shadow-card), 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img:focus {
        box-shadow: var(--shadow-card), 0 0 0 2px color-mix(in oklab, var(--color-primary) 35%, transparent);
      }
    }
  }
  @media (min-width: 1024px) {
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery {
      grid-template-columns: 132px 1fr;
      align-items: start;
      column-gap: calc(var(--spacing) * 5);
      row-gap: 0;
    }
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .woocommerce-product-gallery__wrapper {
      grid-column: 2;
      grid-row: 1;
    }
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs {
      grid-column: 1;
      grid-row: 1;
      margin-top: 0 !important;
      display: grid;
      grid-template-columns: 1fr;
      gap: calc(var(--spacing) * 3);
      max-height: 70vh;
      overflow: auto;
      padding-right: calc(var(--spacing) * 1);
    }
    .woocommerce div.product .woocommerce-product-gallery.ksp-gallery .flex-control-thumbs img {
      border-radius: var(--radius-lg);
    }
  }
}
@layer components {
  body.single-product .ksp-quote-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  body.single-product .ksp-quote-cart .ksp-qty-label {
    display: block;
    width: 100%;
    font-size: var(--text-sm);
    line-height: var(--text-sm--line-height);
    font-weight: var(--font-weight-semibold);
    color: var(--color-foreground);
    margin-bottom: calc(var(--spacing) * 1.5);
    order: 1;
  }
  body.single-product .ksp-quote-cart .qty, body.single-product .ksp-quote-cart .yith-ywraq-add-to-quote {
    order: 2;
  }
  @media (min-width: 1024px) {
    body.single-product .ksp-quote-cart .ksp-qty-label {
      width: auto;
      margin-bottom: 0;
      margin-right: calc(var(--spacing) * 2);
      display: inline-flex;
      align-items: center;
      order: initial;
    }
    body.single-product .ksp-quote-cart .qty, body.single-product .ksp-quote-cart .yith-ywraq-add-to-quote {
      order: initial;
    }
  }
  body.single-product .ksp-quote-cart .yith-ywraq-add-to-quote {
    margin-top: 0 !important;
  }
  body.single-product .ksp-quote-cart .clear {
    display: none !important;
  }
  body.single-product .ksp-quote-cart .qty {
    width: calc(var(--spacing) * 22);
    min-height: calc(var(--spacing) * 11);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    border-radius: calc(infinity * 1px);
    border: 1px solid var(--color-border);
    background-color: var(--color-white);
    color: var(--color-foreground);
    font-size: var(--text-base);
    line-height: var(--text-base--line-height);
    font-weight: var(--font-weight-semibold);
    box-shadow: var(--shadow-card);
  }
  body.single-product .ksp-quote-cart .qty::placeholder {
    color: var(--color-muted-foreground);
  }
  body.single-product .ksp-quote-cart .qty:focus {
    outline: none;
    border-color: hsl(var(--primary));
  }
  @supports (color: color-mix(in lab, red, red)) {
    body.single-product .ksp-quote-cart .qty:focus {
      border-color: color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
  }
  body.single-product .ksp-quote-cart .qty:focus {
    box-shadow: var(--shadow-card), 0 0 0 2px hsl(var(--primary));
  }
  @supports (color: color-mix(in lab, red, red)) {
    body.single-product .ksp-quote-cart .qty:focus {
      box-shadow: var(--shadow-card), 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
  }
  @supports (color: color-mix(in oklab, red, red)) {
    body.single-product .ksp-quote-cart .qty:focus {
      border-color: color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      body.single-product .ksp-quote-cart .qty:focus {
        border-color: color-mix(in oklab, var(--color-primary) 35%, transparent);
      }
    }
    body.single-product .ksp-quote-cart .qty:focus {
      box-shadow: var(--shadow-card), 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      body.single-product .ksp-quote-cart .qty:focus {
        box-shadow: var(--shadow-card), 0 0 0 2px color-mix(in oklab, var(--color-primary) 35%, transparent);
      }
    }
  }
  body.single-product .ksp-quote-cart .qty::-webkit-outer-spin-button, body.single-product .ksp-quote-cart .qty::-webkit-inner-spin-button {
    opacity: 0.9;
  }
  body.single-product .ksp-quote-cart a.add-request-quote-button.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: calc(var(--spacing) * 11);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 2);
    border-radius: calc(infinity * 1px);
    border: 1px solid transparent;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground) !important;
    font-weight: var(--font-weight-semibold);
    white-space: nowrap;
    box-shadow: var(--shadow-button);
    transition: all 200ms var(--ease-out);
  }
  @media (hover: hover) {
    body.single-product .ksp-quote-cart a.add-request-quote-button.button:hover {
      background-color: var(--color-teal-light);
      transform: translateY(-1px);
      box-shadow: 0 6px 20px 0 hsl(var(--teal) / 0.4);
    }
  }
  body.single-product .ksp-quote-cart a.add-request-quote-button.button:focus {
    outline: none;
    box-shadow: var(--shadow-button), 0 0 0 2px hsl(var(--primary));
  }
  @supports (color: color-mix(in lab, red, red)) {
    body.single-product .ksp-quote-cart a.add-request-quote-button.button:focus {
      box-shadow: var(--shadow-button), 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
  }
  @supports (color: color-mix(in oklab, red, red)) {
    body.single-product .ksp-quote-cart a.add-request-quote-button.button:focus {
      box-shadow: var(--shadow-button), 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      body.single-product .ksp-quote-cart a.add-request-quote-button.button:focus {
        box-shadow: var(--shadow-button), 0 0 0 2px color-mix(in oklab, var(--color-primary) 35%, transparent);
      }
    }
  }
  body.single-product .ksp-quote-cart .ajax-loading {
    margin-left: calc(var(--spacing) * 2) !important;
    display: inline-flex;
    align-items: center;
  }
}
@layer utilities {
  body.single-product .ksp-quote-cart input.input-text.qty.text {
    box-shadow: none !important;
    border-color: hsl(var(--foreground)) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    body.single-product .ksp-quote-cart input.input-text.qty.text {
      border-color: color-mix(in srgb, hsl(var(--foreground)) 18%, transparent) !important;
    }
  }
  @supports (color: color-mix(in oklab, red, red)) {
    body.single-product .ksp-quote-cart input.input-text.qty.text {
      border-color: color-mix(in srgb, hsl(var(--foreground)) 18%, transparent) !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      body.single-product .ksp-quote-cart input.input-text.qty.text {
        border-color: color-mix(in oklab, var(--color-foreground) 18%, transparent) !important;
      }
    }
  }
  body.single-product .ksp-quote-cart input.input-text.qty.text:focus {
    box-shadow: 0 0 0 2px hsl(var(--primary)) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    body.single-product .ksp-quote-cart input.input-text.qty.text:focus {
      box-shadow: 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent) !important;
    }
  }
  body.single-product .ksp-quote-cart input.input-text.qty.text:focus {
    border-color: hsl(var(--primary)) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    body.single-product .ksp-quote-cart input.input-text.qty.text:focus {
      border-color: color-mix(in srgb, hsl(var(--primary)) 45%, transparent) !important;
    }
  }
  body.single-product .ksp-quote-cart input.input-text.qty.text:focus {
    outline: none !important;
  }
  @supports (color: color-mix(in oklab, red, red)) {
    body.single-product .ksp-quote-cart input.input-text.qty.text:focus {
      box-shadow: 0 0 0 2px color-mix(in srgb, hsl(var(--primary)) 35%, transparent) !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      body.single-product .ksp-quote-cart input.input-text.qty.text:focus {
        box-shadow: 0 0 0 2px color-mix(in oklab, var(--color-primary) 35%, transparent) !important;
      }
    }
    body.single-product .ksp-quote-cart input.input-text.qty.text:focus {
      border-color: color-mix(in srgb, hsl(var(--primary)) 45%, transparent) !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      body.single-product .ksp-quote-cart input.input-text.qty.text:focus {
        border-color: color-mix(in oklab, var(--color-primary) 45%, transparent) !important;
      }
    }
  }
}
.ajax-loading, .product-remove a.yith-ywraq-item-remove.remove {
  display: inline-block;
}
.product-remove .ajax-loading {
  vertical-align: text-bottom;
}
.yith-ywraq-add-to-quote a, .yith_ywraq_add_item_browse_message a {
  font-size: var(--text-sm) !important;
  font-weight: var(--font-weight-semibold);
  margin: 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--spacing) * 11);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  border: 1px solid transparent;
  background-color: var(--color-primary);
  color: var(--color-primary-foreground) !important;
  white-space: nowrap;
  box-shadow: var(--shadow-button);
  transition: all 200ms var(--ease-out);
  text-decoration: none;
}
@media (hover: hover) {
  .yith-ywraq-add-to-quote a:hover, .yith_ywraq_add_item_browse_message a:hover {
    background-color: var(--color-teal-light);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px 0 hsl(var(--teal) / 0.4);
  }
}
.yith-ywraq-add-to-quote a:focus, .yith_ywraq_add_item_browse_message a:focus {
  outline: none;
  box-shadow: var(--shadow-button), 0 0 0 2px hsl(var(--primary) / 0.35);
}
.yith_ywraq_add_item_browse_message a::after {
  display: none !important;
}
.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img.ajax-loading {
  width: auto;
}
.ywraq-form-table-wrapper.wide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(var(--spacing) * 8);
}
.ywraq-form-table-wrapper.wide form#yith-ywraq-form {
  flex: 1 1 45%;
}
.ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
  flex: 1 1 45%;
  margin-left: 0;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
  padding: calc(var(--spacing) * 6);
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  background-color: var(--color-card);
  box-shadow: var(--shadow-card);
}
table#yith-ywrq-table-list, .woocommerce table.ywraq-table, table.ywraq-table {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  border-collapse: collapse;
}
table#yith-ywrq-table-list th, .woocommerce table.ywraq-table th, table.ywraq-table th {
  background-color: var(--color-muted);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2.5);
  text-align: left;
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  color: var(--color-muted-foreground);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
table#yith-ywrq-table-list td, .woocommerce table.ywraq-table td, table.ywraq-table td {
  border-top: 1px solid var(--color-border);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2.5);
  vertical-align: middle;
}
table#yith-ywrq-table-list td.product-thumbnail {
  width: calc(var(--spacing) * 14);
  padding-right: 0;
}
table#yith-ywrq-table-list td.product-thumbnail a {
  display: block;
  width: calc(var(--spacing) * 12);
  height: calc(var(--spacing) * 12);
  flex-shrink: 0;
}
table#yith-ywrq-table-list td.product-thumbnail img {
  width: calc(var(--spacing) * 12);
  height: calc(var(--spacing) * 12);
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  display: block;
}
table#yith-ywrq-table-list td.product-name {
  padding-left: calc(var(--spacing) * 3);
}
table#yith-ywrq-table-list td.product-name a {
  font-size: var(--text-base);
  font-weight: var(--font-weight-semibold);
  color: var(--color-foreground);
  text-decoration: none;
  line-height: var(--leading-tight);
}
@media (hover: hover) {
  table#yith-ywrq-table-list td.product-name a:hover {
    color: var(--color-primary);
  }
}
table#yith-ywrq-table-list td.product-quantity {
  width: calc(var(--spacing) * 32);
}
table#yith-ywrq-table-list td.product-quantity .quantity {
  display: flex;
  align-items: center;
}
table#yith-ywrq-table-list td.product-quantity input.qty {
  width: calc(var(--spacing) * 22);
  min-height: calc(var(--spacing) * 10);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1.5);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background-color: var(--color-background);
  color: var(--color-foreground);
  font-size: var(--text-base);
  font-weight: var(--font-weight-semibold);
  text-align: center;
  transition: border-color 150ms var(--ease-out), box-shadow 150ms var(--ease-out);
}
table#yith-ywrq-table-list td.product-quantity input.qty:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px hsl(var(--primary) / 0.25);
}
table#yith-ywrq-table-list td.product-remove {
  width: calc(var(--spacing) * 10);
  padding-right: calc(var(--spacing) * 2);
}
.product-remove a.yith-ywraq-item-remove.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--spacing) * 7);
  height: calc(var(--spacing) * 7);
  border-radius: calc(infinity * 1px);
  background-color: var(--color-muted);
  color: var(--color-muted-foreground);
  font-size: var(--text-base);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
  transition: all 150ms var(--ease-out);
}
@media (hover: hover) {
  .product-remove a.yith-ywraq-item-remove.remove:hover {
    background-color: var(--color-rose-100);
    color: var(--color-rose-800);
  }
}
#yith-ywraq-form .form-row label, .yith-ywraq-mail-form-wrapper label {
  display: block;
  margin-bottom: calc(var(--spacing) * 1);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  color: var(--color-foreground);
}
#yith-ywraq-form input[type="text"], #yith-ywraq-form input[type="email"], #yith-ywraq-form input[type="tel"], #yith-ywraq-form textarea, #yith-ywraq-form select, .yith-ywraq-mail-form-wrapper input[type="text"], .yith-ywraq-mail-form-wrapper input[type="email"], .yith-ywraq-mail-form-wrapper textarea, #rqa-phone {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background-color: var(--color-background);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  color: var(--color-foreground);
  transition: border-color 150ms var(--ease-out), box-shadow 150ms var(--ease-out);
}
#yith-ywraq-form input[type="text"]:focus, #yith-ywraq-form input[type="email"]:focus, #yith-ywraq-form input[type="tel"]:focus, #yith-ywraq-form textarea:focus, #yith-ywraq-form select:focus, .yith-ywraq-mail-form-wrapper input[type="text"]:focus, .yith-ywraq-mail-form-wrapper input[type="email"]:focus, .yith-ywraq-mail-form-wrapper textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px hsl(var(--primary) / 0.25);
}
#yith-ywraq-form textarea, .yith-ywraq-mail-form-wrapper textarea {
  min-height: calc(var(--spacing) * 28);
  resize: vertical;
}
input#rqa_privacy {
  display: inline;
  width: auto;
  margin-right: calc(var(--spacing) * 2);
  accent-color: var(--color-primary);
}
#rqa_privacy_row {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  margin-block: calc(var(--spacing) * 4);
}
#rqa_privacy_row label {
  display: inline;
  margin-left: 0;
  padding-left: 0;
  vertical-align: middle;
  font-size: var(--text-sm);
  color: var(--color-foreground);
}
#yith-ywraq-form input[type="submit"], #yith-ywraq-form button[type="submit"], input.raq-send-request, .raq-send-request[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--spacing) * 11);
  padding-inline: calc(var(--spacing) * 8);
  padding-block: calc(var(--spacing) * 2.5);
  border-radius: calc(infinity * 1px);
  border: 1px solid transparent;
  background-color: var(--color-primary);
  color: var(--color-primary-foreground);
  font-size: var(--text-base);
  font-weight: var(--font-weight-semibold);
  white-space: nowrap;
  box-shadow: var(--shadow-button);
  transition: all 200ms var(--ease-out);
  cursor: pointer;
}
@media (hover: hover) {
  #yith-ywraq-form input[type="submit"]:hover, #yith-ywraq-form button[type="submit"]:hover, input.raq-send-request:hover, .raq-send-request[type="submit"]:hover {
    background-color: var(--color-teal-light);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px 0 hsl(var(--teal) / 0.4);
  }
}
#yith-ywraq-form input[type="submit"]:focus, #yith-ywraq-form button[type="submit"]:focus, input.raq-send-request:focus, .raq-send-request[type="submit"]:focus {
  outline: none;
  box-shadow: var(--shadow-button), 0 0 0 2px hsl(var(--primary) / 0.35);
}
.woocommerce-message.ywraq-message, p.ywraq-message {
  margin-bottom: calc(var(--spacing) * 6);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-emerald-200);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-sm);
  background-color: var(--color-emerald-50);
  color: var(--color-emerald-900);
}
@media (max-width: 768px) {
  .ywraq-form-table-wrapper.wide {
    display: block;
  }
  .ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper, .ywraq-form-table-wrapper.wide form#yith-ywraq-form {
    width: 100%;
    margin-left: 0;
  }
  .ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
    margin-top: calc(var(--spacing) * 6);
  }
}
.wpcf7 form input[type="submit"].cf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #0f766e;
  color: #ffffff;
  cursor: pointer;
  transition: background-color .2s ease, transform .05s ease, box-shadow .2s ease;
}
.wpcf7 form input[type="submit"].cf7-submit:hover {
  background: #115e59;
}
.wpcf7 form input[type="submit"].cf7-submit:active {
  transform: translateY(1px);
}
.wpcf7 form input[type="submit"].cf7-submit:focus, .wpcf7 form input[type="submit"].cf7-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.25);
}
.wpcf7 form.submitting input[type="submit"].cf7-submit {
  opacity: 0.7;
  cursor: wait;
}
@layer components {
  .kvarnstad-hero-page > .wp-block-cover__background {
    background-color: hsl(var(--navy));
    opacity: 0.8;
  }
}
*, ::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);
}
:root {
  --teal: 170 50% 30%;
  --teal-light: 170 45% 40%;
  --teal-dark: 170 55% 22%;
  --navy: 210 55% 15%;
  --navy-light: 210 45% 25%;
  --navy-dark: 210 60% 10%;
  --background: 0 0% 100%;
  --foreground: 210 55% 15%;
  --card: 0 0% 100%;
  --card-foreground: 210 55% 15%;
  --popover: 0 0% 100%;
  --popover-foreground: 210 55% 15%;
  --primary: 170 50% 30%;
  --primary-foreground: 0 0% 100%;
  --secondary: 210 20% 96%;
  --secondary-foreground: 210 55% 15%;
  --muted: 210 15% 95%;
  --muted-foreground: 210 20% 45%;
  --accent: 170 45% 95%;
  --accent-foreground: 170 50% 25%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 210 20% 90%;
  --input: 210 20% 90%;
  --ring: 170 50% 30%;
  --radius: 0.5rem;
  --gradient-primary: linear-gradient(135deg, hsl(var(--teal)) 0%, hsl(var(--teal-dark)) 100%);
  --gradient-navy: linear-gradient(135deg, hsl(var(--navy)) 0%, hsl(var(--navy-dark)) 100%);
  --gradient-hero: linear-gradient(135deg, hsl(var(--navy) / 0.95) 0%, hsl(var(--teal-dark) / 0.85) 100%);
  --shadow-card: 0 4px 20px -4px hsl(var(--navy) / 0.1);
  --shadow-card-hover: 0 8px 30px -4px hsl(var(--navy) / 0.15);
  --shadow-button: 0 4px 14px 0 hsl(var(--teal) / 0.3);
  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 210 20% 30%;
  --sidebar-primary: 170 50% 30%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 170 45% 95%;
  --sidebar-accent-foreground: 170 50% 25%;
  --sidebar-border: 210 20% 90%;
  --sidebar-ring: 170 50% 30%;
}
.dark {
  --background: 210 55% 8%;
  --foreground: 210 15% 95%;
  --card: 210 50% 12%;
  --card-foreground: 210 15% 95%;
  --popover: 210 50% 12%;
  --popover-foreground: 210 15% 95%;
  --primary: 170 45% 40%;
  --primary-foreground: 0 0% 100%;
  --secondary: 210 40% 18%;
  --secondary-foreground: 210 15% 95%;
  --muted: 210 40% 18%;
  --muted-foreground: 210 15% 60%;
  --accent: 170 40% 18%;
  --accent-foreground: 170 45% 70%;
  --destructive: 0 62% 40%;
  --destructive-foreground: 0 0% 100%;
  --border: 210 40% 20%;
  --input: 210 40% 20%;
  --ring: 170 45% 40%;
  --sidebar-background: 210 50% 10%;
  --sidebar-foreground: 210 15% 90%;
  --sidebar-primary: 170 45% 40%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 210 40% 15%;
  --sidebar-accent-foreground: 170 45% 70%;
  --sidebar-border: 210 40% 18%;
  --sidebar-ring: 170 45% 40%;
}
* {
  border-color: var(--color-border);
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "cv11", "ss01";
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
  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);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.container-section {
  margin-inline: auto;
  max-width: var(--container-7xl);
  padding-inline: calc(var(--spacing) * 4);
}
@media (width >= 40rem) {
  .container-section {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .container-section {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.section-padding {
  padding-block: calc(var(--spacing) * 16);
}
@media (width >= 48rem) {
  .section-padding {
    padding-block: calc(var(--spacing) * 24);
  }
}
.gradient-text {
  background-clip: text;
  color: transparent;
  background-image: var(--gradient-primary);
}
.card-hover {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  box-shadow: var(--shadow-card);
}
.card-hover:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}
.btn-primary {
  border-radius: var(--radius-lg);
  background-color: var(--color-primary);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary-foreground);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  box-shadow: var(--shadow-button);
}
.btn-primary:hover {
  background-color: var(--color-teal-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px 0 hsl(var(--teal) / 0.4);
}
.btn-secondary {
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  background-color: var(--color-secondary);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-secondary-foreground);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.btn-secondary:hover {
  border-color: color-mix(in srgb, hsl(var(--primary)) 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .btn-secondary:hover {
    border-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
  }
}
.btn-secondary:hover {
  background-color: var(--color-muted);
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-x-0 {
  inset-inline: calc(var(--spacing) * 0);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-3 {
  top: calc(var(--spacing) * 3);
}
.top-\[73px\] {
  top: 73px;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-6 {
  right: calc(var(--spacing) * 6);
}
.right-8 {
  right: calc(var(--spacing) * 8);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-3 {
  bottom: calc(var(--spacing) * 3);
}
.bottom-8 {
  bottom: calc(var(--spacing) * 8);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-3 {
  left: calc(var(--spacing) * 3);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 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-2 {
  margin-inline: calc(var(--spacing) * 2);
}
.mx-auto {
  margin-inline: auto;
}
.\!my-0 {
  margin-block: calc(var(--spacing) * 0) !important;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.mt-0\.5 {
  margin-top: calc(var(--spacing) * 0.5);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-auto {
  margin-top: auto;
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.ml-1 {
  margin-left: calc(var(--spacing) * 1);
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.h-1\.5 {
  height: calc(var(--spacing) * 1.5);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-\[40vh\] {
  height: 40vh;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[82vh\] {
  min-height: 82vh;
}
.min-h-\[92vh\] {
  min-height: 92vh;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: calc(var(--spacing) * 1.5);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-16 {
  width: calc(var(--spacing) * 16);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-7xl {
  max-width: var(--container-7xl);
}
.max-w-\[72rem\] {
  max-width: 72rem;
}
.max-w-none {
  max-width: none;
}
.min-w-5 {
  min-width: calc(var(--spacing) * 5);
}
.min-w-10 {
  min-width: calc(var(--spacing) * 10);
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-bottom-right {
  transform-origin: 100% 100%;
}
.origin-center {
  transform-origin: center;
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-2 {
  --tw-translate-y: calc(var(--spacing) * 2);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-75 {
  --tw-scale-x: 75%;
  --tw-scale-y: 75%;
  --tw-scale-z: 75%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-90 {
  rotate: 90deg;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-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-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)));
}
.gap-x-4 {
  column-gap: calc(var(--spacing) * 4);
}
.gap-y-1 {
  row-gap: calc(var(--spacing) * 1);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded {
  border-radius: var(--radius);
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-border {
  border-color: var(--color-border);
}
.border-input {
  border-color: var(--color-input);
}
.border-primary {
  border-color: var(--color-primary);
}
.border-primary-foreground\/10 {
  border-color: color-mix(in srgb, hsl(var(--primary-foreground)) 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary-foreground\/10 {
    border-color: color-mix(in oklab, var(--color-primary-foreground) 10%, transparent);
  }
}
.border-primary-foreground\/20 {
  border-color: color-mix(in srgb, hsl(var(--primary-foreground)) 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary-foreground\/20 {
    border-color: color-mix(in oklab, var(--color-primary-foreground) 20%, transparent);
  }
}
.border-primary-foreground\/30 {
  border-color: color-mix(in srgb, hsl(var(--primary-foreground)) 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary-foreground\/30 {
    border-color: color-mix(in oklab, var(--color-primary-foreground) 30%, transparent);
  }
}
.border-teal-light {
  border-color: var(--color-teal-light);
}
.border-transparent {
  border-color: transparent;
}
.bg-accent {
  background-color: var(--color-accent);
}
.bg-amber-100 {
  background-color: var(--color-amber-100);
}
.bg-background {
  background-color: var(--color-background);
}
.bg-card {
  background-color: var(--color-card);
}
.bg-emerald-100 {
  background-color: var(--color-emerald-100);
}
.bg-muted {
  background-color: var(--color-muted);
}
.bg-muted-foreground\/50 {
  background-color: color-mix(in srgb, hsl(var(--muted-foreground)) 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-muted-foreground\/50 {
    background-color: color-mix(in oklab, var(--color-muted-foreground) 50%, transparent);
  }
}
.bg-muted\/50 {
  background-color: color-mix(in srgb, hsl(var(--muted)) 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-muted\/50 {
    background-color: color-mix(in oklab, var(--color-muted) 50%, transparent);
  }
}
.bg-navy {
  background-color: var(--color-navy);
}
.bg-navy\/80 {
  background-color: color-mix(in srgb, hsl(var(--navy)) 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-navy\/80 {
    background-color: color-mix(in oklab, var(--color-navy) 80%, transparent);
  }
}
.bg-navy\/98 {
  background-color: color-mix(in srgb, hsl(var(--navy)) 98%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-navy\/98 {
    background-color: color-mix(in oklab, var(--color-navy) 98%, transparent);
  }
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-primary-foreground\/20 {
  background-color: color-mix(in srgb, hsl(var(--primary-foreground)) 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary-foreground\/20 {
    background-color: color-mix(in oklab, var(--color-primary-foreground) 20%, transparent);
  }
}
.bg-primary\/10 {
  background-color: color-mix(in srgb, hsl(var(--primary)) 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/10 {
    background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.bg-rose-100 {
  background-color: var(--color-rose-100);
}
.bg-slate-100 {
  background-color: var(--color-slate-100);
}
.bg-teal-light {
  background-color: var(--color-teal-light);
}
.bg-transparent {
  background-color: transparent;
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-2\.5 {
  padding-inline: calc(var(--spacing) * 2.5);
}
.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-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-40 {
  padding-top: calc(var(--spacing) * 40);
}
.pb-1 {
  padding-bottom: calc(var(--spacing) * 1);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-20 {
  padding-bottom: calc(var(--spacing) * 20);
}
.pl-10 {
  padding-left: calc(var(--spacing) * 10);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-display {
  font-family: var(--font-display);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--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-\[11px\] {
  font-size: 11px;
}
.leading-\[1\.05\] {
  --tw-leading: 1.05;
  line-height: 1.05;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[0\.2em\] {
  --tw-tracking: 0.2em;
  letter-spacing: 0.2em;
}
.tracking-\[0\.15em\] {
  --tw-tracking: 0.15em;
  letter-spacing: 0.15em;
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.tracking-widest {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-amber-800 {
  color: var(--color-amber-800);
}
.text-emerald-800 {
  color: var(--color-emerald-800);
}
.text-foreground {
  color: var(--color-foreground);
}
.text-foreground\/80 {
  color: color-mix(in srgb, hsl(var(--foreground)) 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/80 {
    color: color-mix(in oklab, var(--color-foreground) 80%, transparent);
  }
}
.text-green-600 {
  color: var(--color-green-600);
}
.text-muted-foreground {
  color: var(--color-muted-foreground);
}
.text-navy {
  color: var(--color-navy);
}
.text-primary {
  color: var(--color-primary);
}
.text-primary-foreground {
  color: var(--color-primary-foreground);
}
.text-primary-foreground\/40 {
  color: color-mix(in srgb, hsl(var(--primary-foreground)) 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary-foreground\/40 {
    color: color-mix(in oklab, var(--color-primary-foreground) 40%, transparent);
  }
}
.text-primary-foreground\/60 {
  color: color-mix(in srgb, hsl(var(--primary-foreground)) 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary-foreground\/60 {
    color: color-mix(in oklab, var(--color-primary-foreground) 60%, transparent);
  }
}
.text-primary-foreground\/70 {
  color: color-mix(in srgb, hsl(var(--primary-foreground)) 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary-foreground\/70 {
    color: color-mix(in oklab, var(--color-primary-foreground) 70%, transparent);
  }
}
.text-primary-foreground\/75 {
  color: color-mix(in srgb, hsl(var(--primary-foreground)) 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary-foreground\/75 {
    color: color-mix(in oklab, var(--color-primary-foreground) 75%, transparent);
  }
}
.text-primary-foreground\/80 {
  color: color-mix(in srgb, hsl(var(--primary-foreground)) 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary-foreground\/80 {
    color: color-mix(in oklab, var(--color-primary-foreground) 80%, transparent);
  }
}
.text-red-600 {
  color: var(--color-red-600);
}
.text-rose-800 {
  color: var(--color-rose-800);
}
.text-slate-800 {
  color: var(--color-slate-800);
}
.text-teal-light {
  color: var(--color-teal-light);
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.underline {
  text-decoration-line: underline;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-90 {
  opacity: 90%;
}
.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);
}
.ring-2 {
  --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);
}
.ring-primary\/30 {
  --tw-ring-color: color-mix(in srgb, hsl(var(--primary)) 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .ring-primary\/30 {
    --tw-ring-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
  }
}
.ring-offset-background {
  --tw-ring-offset-color: var(--color-background);
}
.brightness-0 {
  --tw-brightness: brightness(0%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.drop-shadow-sm {
  --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
  --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(var(--blur-md));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}
@media (hover: hover) {
  .group-hover\:-translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:text-primary:is(:where(.group):hover *) {
    color: var(--color-primary);
  }
}
.placeholder\:text-muted-foreground::placeholder {
  color: var(--color-muted-foreground);
}
@media (hover: hover) {
  .hover\:border-primary-foreground:hover {
    border-color: var(--color-primary-foreground);
  }
}
@media (hover: hover) {
  .hover\:border-primary-foreground\/60:hover {
    border-color: color-mix(in srgb, hsl(var(--primary-foreground)) 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:border-primary-foreground\/60:hover {
      border-color: color-mix(in oklab, var(--color-primary-foreground) 60%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:border-teal-light:hover {
    border-color: var(--color-teal-light);
  }
}
@media (hover: hover) {
  .hover\:bg-accent:hover {
    background-color: var(--color-accent);
  }
}
@media (hover: hover) {
  .hover\:bg-muted:hover {
    background-color: var(--color-muted);
  }
}
@media (hover: hover) {
  .hover\:bg-teal-light:hover {
    background-color: var(--color-teal-light);
  }
}
@media (hover: hover) {
  .hover\:text-accent-foreground:hover {
    color: var(--color-accent-foreground);
  }
}
@media (hover: hover) {
  .hover\:text-foreground:hover {
    color: var(--color-foreground);
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-primary-foreground:hover {
    color: var(--color-primary-foreground);
  }
}
@media (hover: hover) {
  .hover\:text-teal-light:hover {
    color: var(--color-teal-light);
  }
}
@media (hover: hover) {
  .hover\:no-underline:hover {
    text-decoration-line: none;
  }
}
@media (hover: hover) {
  .hover\:opacity-90:hover {
    opacity: 90%;
  }
}
@media (hover: hover) {
  .hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-primary\/40:focus {
  --tw-ring-color: color-mix(in srgb, hsl(var(--primary)) 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .focus\:ring-primary\/40:focus {
    --tw-ring-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
  }
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.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-ring:focus-visible {
  --tw-ring-color: var(--color-ring);
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.focus-visible\:outline-none:focus-visible {
  --tw-outline-style: none;
  outline-style: none;
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:opacity-50:disabled {
  opacity: 50%;
}
@media (width >= 40rem) {
  .sm\:inline {
    display: inline;
  }
}
@media (width >= 40rem) {
  .sm\:h-20 {
    height: calc(var(--spacing) * 20);
  }
}
@media (width >= 40rem) {
  .sm\:w-20 {
    width: calc(var(--spacing) * 20);
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
}
@media (width >= 48rem) {
  .md\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:h-12 {
    height: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:w-64 {
    width: calc(var(--spacing) * 64);
  }
}
@media (width >= 48rem) {
  .md\:w-96 {
    width: calc(var(--spacing) * 96);
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-20 {
    column-gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:gap-x-24 {
    column-gap: calc(var(--spacing) * 24);
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}
.\[\&_svg\]\:size-4 svg {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}
.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}
.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}
.text-balance {
  text-wrap: balance;
}
.animate-fade-up {
  animation: fadeUp 0.6s ease-out forwards;
}
.animate-fade-in {
  animation: fadeIn 0.5s ease-out forwards;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  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-border-style: solid;
      --tw-font-weight: 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-duration: initial;
      --tw-tracking: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-leading: 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;
    }
  }
}
