/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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-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;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #38a8c7;
    --color-primary-500: #38a8c7;
    --color-secondary-200: #e2e8f0;
    --color-secondary-500: #64748b;
    --color-secondary-600: #475569;
    --color-secondary-700: #334155;
    --color-neutral: #171717;
  }
}
@layer base {
  *, ::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)) {
        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;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .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-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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
[x-cloak] {
  display: none !important;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.vm-site {
  margin: 0;
  background: #fff;
  color: #30363b;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.55;
  font-size: 15px;
}
a {
  color: #238aa8;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  color: #165f75;
}
img {
  max-width: 100%;
  height: auto;
}
.vm-shell {
  width: min(1180px,calc(100% - 40px));
  margin-inline: auto;
}
.vm-main {
  min-height: 55vh;
}
.vm-eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #38a8c7;
}
.vm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 2px;
  background: #38a8c7;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 12px;
}
.vm-button:hover {
  background: #238aa8;
  color: #fff !important;
}
.vm-button-small {
  min-height: 38px;
  padding: 0 18px;
  font-size: 11px;
}
.vm-topbar {
  background: #24292d;
  color: #bdc3c7;
  font-size: 12px;
}
.vm-topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.vm-header {
  background: #fff;
  position: relative;
  z-index: 30;
  border-bottom: 1px solid #e6e8ea;
}
.vm-header-main {
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.vm-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #24292d;
  min-width: max-content;
}
.vm-brand:hover {
  color: #24292d;
}
.vm-brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #38a8c7;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  font-family: Georgia,serif;
}
.vm-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.vm-brand-copy strong {
  font-size: 23px;
  letter-spacing: .07em;
}
.vm-brand-copy small {
  margin-top: 5px;
  color: #8a939a;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.vm-search {
  height: 42px;
  display: flex;
  max-width: 480px;
  width: 100%;
  margin: auto;
  border: 1px solid #dfe3e6;
  background: #fafafa;
}
.vm-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 14px;
  outline: 0;
}
.vm-search button {
  width: 46px;
  border: 0;
  border-left: 1px solid #dfe3e6;
  background: #fff;
  color: #4b5359;
  font-size: 21px;
  cursor: pointer;
}
.vm-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  text-transform: uppercase;
}
.vm-header-actions>a {
  color: #5f686f;
}
.vm-cart-link span {
  display: inline-grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  margin-left: 4px;
  border-radius: 10px;
  background: #38a8c7;
  color: #fff;
  font-size: 10px;
}
.vm-menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 23px;
  cursor: pointer;
}
.vm-platform-nav {
  background: #31383d;
  border-top: 1px solid #272d31;
}
.vm-platform-nav-inner {
  display: flex;
  align-items: stretch;
  min-height: 48px;
}
.vm-platform-nav a {
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: #e7eaec;
  font-size: 12px;
  text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,.06);
}
.vm-platform-nav a:first-child {
  border-left: 1px solid rgba(255,255,255,.06);
}
.vm-platform-nav a:hover {
  background: #38a8c7;
  color: #fff;
}
.vm-home-hero {
  min-height: 470px;
  background-color: #29343a;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}
.vm-home-hero-copy {
  max-width: 620px;
  padding: 74px 0;
}
.vm-home-hero .vm-eyebrow {
  color: #9cdced;
}
.vm-home-hero h1 {
  margin: 0 0 18px;
  font-family: Georgia,serif;
  font-weight: 400;
  font-size: clamp(38px,5.2vw,68px);
  line-height: 1.02;
}
.vm-home-hero-copy>p:not(.vm-eyebrow) {
  font-size: 18px;
  max-width: 560px;
  margin: 0 0 28px;
  color: #f1f3f4;
}
.vm-benefits {
  background: #f4f5f6;
  border-bottom: 1px solid #e1e4e6;
}
.vm-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.vm-benefits-grid>div {
  padding: 25px 24px;
  border-right: 1px solid #dfe3e6;
}
.vm-benefits strong,.vm-benefits span {
  display: block;
}
.vm-benefits strong {
  color: #31383d;
  text-transform: uppercase;
  font-size: 14px;
}
.vm-benefits span {
  font-size: 12px;
  color: #788188;
}
.vm-section {
  padding: 66px 0;
}
.vm-section-heading {
  margin-bottom: 30px;
  text-align: center;
}
.vm-section-heading h2 {
  font-family: Georgia,serif;
  font-size: 34px;
  font-weight: 400;
  color: #30363a;
  margin: 0;
}
.vm-section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  text-align: left;
  border-bottom: 1px solid #e3e6e8;
  padding-bottom: 15px;
}
.vm-platform-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.vm-platform-card {
  height: 180px;
  background: #4b555c center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.vm-platform-card:hover {
  transform: translateY(-2px);
}
.vm-platform-card span {
  display: block;
  width: 100%;
  padding: 18px 20px;
  color: #fff;
  font-family: Georgia,serif;
  font-size: 25px;
  text-shadow: 0 1px 2px #000;
}
.vm-parallax {
  min-height: 360px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.vm-parallax-inner {
  width: min(900px,calc(100% - 40px));
  margin: auto;
  padding: 60px 20px;
}
.vm-parallax-inner p {
  font-family: Georgia,serif;
  font-size: clamp(28px,4vw,48px);
  line-height: 1.22;
  margin: 0;
  text-shadow: 0 2px 4px #000;
}
.vm-parallax-small {
  min-height: 280px;
}
.vm-product-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
  border-bottom: 1px solid #dfe3e6;
}
.vm-product-tabs button {
  position: relative;
  border: 0;
  background: none;
  padding: 14px 22px;
  color: #737c83;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.vm-product-tabs button.is-active {
  color: #24292d;
  font-weight: 700;
}
.vm-product-tabs button.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #38a8c7;
}
.vm-product-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}
.vm-product-card {
  border: 1px solid #e2e5e7;
  background: #fff;
  transition: .2s;
}
.vm-product-card:hover {
  box-shadow: 0 8px 26px rgba(36,42,46,.10);
  transform: translateY(-2px);
}
.vm-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-bottom: 1px solid #edf0f1;
  padding: 14px;
}
.vm-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vm-product-card-body {
  padding: 18px;
}
.vm-product-card h3 {
  font-size: 15px;
  margin: 0 0 10px;
  min-height: 38px;
}
.vm-product-card h3 a {
  color: #343b40;
}
.vm-price {
  color: #38a8c7;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.vm-price del {
  color: #999;
  font-weight: 400;
  font-size: 12px;
}
.vm-price ins {
  text-decoration: none;
}
.vm-quote {
  background: #31383d;
  color: #fff;
  text-align: center;
  padding: 65px 20px;
}
.vm-quote blockquote {
  margin: 0 auto 12px;
  max-width: 850px;
  font-family: Georgia,serif;
  font-size: 30px;
  line-height: 1.35;
}
.vm-quote cite {
  font-size: 12px;
  color: #aab1b6;
  text-transform: uppercase;
  font-style: normal;
}
.vm-news-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
}
.vm-news-card {
  border: 1px solid #e2e5e7;
}
.vm-news-image {
  display: block;
  aspect-ratio: 16/9;
  background: #eef0f1;
  overflow: hidden;
}
.vm-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vm-news-body {
  padding: 20px;
}
.vm-news-body time {
  font-size: 11px;
  color: #959da3;
}
.vm-news-body h3 {
  font-family: Georgia,serif;
  font-size: 19px;
  line-height: 1.25;
  margin: 8px 0 10px;
  font-weight: 400;
}
.vm-news-body h3 a {
  color: #343a3f;
}
.vm-news-body p {
  font-size: 13px;
  color: #727b82;
  margin: 0;
}
.vm-category-hero {
  min-height: 330px;
  justify-content: flex-start;
  text-align: left;
}
.vm-category-hero-inner {
  padding: 65px 0;
  color: #fff;
}
.vm-category-hero h1 {
  font-family: Georgia,serif;
  font-weight: 400;
  font-size: clamp(38px,5vw,58px);
  margin: 0;
  max-width: 780px;
}
.vm-category-layout {
  padding-bottom: 28px;
}
.vm-category-copy {
  max-width: 900px;
  margin: auto;
}
.vm-category-products {
  padding-top: 20px;
}
.vm-page {
  padding: 65px 0 75px;
  max-width: 900px;
}
.vm-page-header {
  border-bottom: 1px solid #e2e5e7;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.vm-page-header h1 {
  font-family: Georgia,serif;
  font-weight: 400;
  font-size: 42px;
  margin: 0;
}
.vm-prose {
  font-size: 15px;
  color: #4f575d;
}
.vm-prose h1,.vm-prose h2,.vm-prose h3,.vm-prose h4 {
  font-family: Georgia,serif;
  font-weight: 400;
  color: #30363a;
}
.vm-prose h2 {
  font-size: 29px;
  margin-top: 35px;
}
.vm-prose h3 {
  font-size: 23px;
  margin-top: 30px;
}
.vm-prose p {
  margin: 0 0 18px;
}
.vm-prose a {
  text-decoration: underline;
}
.vm-prose table {
  width: 100%;
  border-collapse: collapse;
}
.vm-prose td,.vm-prose th {
  border: 1px solid #dfe3e6;
  padding: 8px 10px;
}
.vm-footer {
  background: #2d3338;
  color: #aeb5ba;
}
.vm-footer-main {
  padding: 52px 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}
.vm-footer h3 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.vm-footer p,.vm-footer li,.vm-footer a {
  font-size: 12px;
  color: #aeb5ba;
}
.vm-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vm-footer li {
  margin: 8px 0;
}
.vm-footer-bottom {
  background: #24292d;
  padding: 16px 0;
  font-size: 11px;
  color: #879098;
}
@media (max-width:1000px) {
  .vm-header-main {
    grid-template-columns: 1fr auto;
  }
  .vm-search {
    grid-column: 1/-1;
    grid-row: 2;
    margin: 0 0 18px;
    max-width: none;
  }
  .vm-product-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .vm-footer-main {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:760px) {
  .vm-shell {
    width: min(100% - 28px,1180px);
  }
  .vm-topbar-inner {
    justify-content: center;
  }
  .vm-topbar-inner span:nth-child(n+2) {
    display: none;
  }
  .vm-header-actions>a:not(.vm-cart-link) {
    display: none;
  }
  .vm-menu-toggle {
    display: block;
  }
  .vm-platform-nav {
    display: none;
  }
  .vm-platform-nav.is-open {
    display: block;
  }
  .vm-platform-nav-inner {
    display: block;
  }
  .vm-platform-nav a {
    height: 40px;
  }
  .vm-benefits-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .vm-platform-grid,.vm-product-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .vm-news-grid {
    grid-template-columns: 1fr;
  }
  .vm-parallax {
    background-attachment: scroll;
  }
  .vm-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:500px) {
  .vm-brand-copy small {
    display: none;
  }
  .vm-platform-grid,.vm-product-grid {
    grid-template-columns: 1fr;
  }
  .vm-benefits-grid {
    grid-template-columns: 1fr;
  }
  .vm-footer-main {
    grid-template-columns: 1fr;
  }
  .vm-home-hero h1 {
    font-size: 39px;
  }
}
.vm-woocommerce-main {
  padding: 52px 0 75px;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 11px;
  color: #8a939a;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.woocommerce div.product div.images {
  width: 47%;
}
.woocommerce div.product div.summary {
  width: 48%;
}
.woocommerce div.product .product_title {
  font-family: Georgia,serif;
  font-size: 38px;
  font-weight: 400;
  color: #30363a;
  line-height: 1.15;
  margin: 0 0 15px;
}
.woocommerce div.product p.price,.woocommerce div.product span.price {
  color: #38a8c7;
  font-size: 24px;
  font-weight: 700;
}
.woocommerce-product-details__short-description {
  color: #626b72;
  margin: 20px 0;
}
.woocommerce div.product form.cart {
  margin-top: 25px;
}
.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
  padding: 7px 8px 7px 0;
}
.woocommerce div.product form.cart .variations label {
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .variations select {
  min-width: 220px;
  max-width: 100%;
  height: 42px;
  border: 1px solid #ced4d8;
  background: #fff;
  padding: 0 11px;
}
.woocommerce .quantity .qty {
  height: 44px;
  border: 1px solid #d2d7da;
  width: 70px;
}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit {
  background: #38a8c7 !important;
  color: #fff !important;
  border-radius: 2px !important;
  text-transform: uppercase;
  font-size: 12px !important;
  min-height: 42px;
}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
  background: #238aa8 !important;
  color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 28px;
  border-bottom: 1px solid #dfe3e6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 12px 16px !important;
  text-transform: uppercase;
  font-size: 11px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #238aa8 !important;
  border-bottom: 3px solid #38a8c7;
}
.woocommerce div.product .related.products>h2 {
  font-family: Georgia,serif;
  font-size: 30px;
  font-weight: 400;
  margin: 45px 0 25px;
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  margin: 0 !important;
}
.woocommerce ul.products:before,.woocommerce ul.products:after {
  display: none !important;
}
.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  border: 1px solid #e2e5e7;
  padding: 15px;
  background: #fff;
}
.woocommerce ul.products li.product a img {
  margin: 0 0 15px !important;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px !important;
  color: #343b40;
  padding: 0 !important;
}
.woocommerce ul.products li.product .price {
  color: #38a8c7 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
.woocommerce-message,.woocommerce-info,.woocommerce-error {
  border-top-color: #38a8c7 !important;
  background: #f6fafb !important;
}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select {
  border: 1px solid #cfd5d9;
  border-radius: 0;
  min-height: 42px;
  padding: 8px 10px;
}
.woocommerce table.shop_table {
  border-radius: 0;
  border-color: #dfe3e6;
}
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review {
  background: #f8f9fa;
  padding: 24px;
  border: 1px solid #e0e4e6;
}
.woocommerce-checkout h3,.woocommerce-cart .cart_totals h2,.woocommerce-account h2 {
  font-family: Georgia,serif;
  font-weight: 400;
}
.viral-link-fields,.vm-link-fields {
  margin: 20px 0;
  padding: 18px;
  background: #f7f8f9;
  border: 1px solid #e0e4e6;
}
.viral-link-fields input,.vm-link-fields input {
  width: 100%;
  height: 42px;
  border: 1px solid #ccd2d6;
  padding: 0 10px;
  margin-top: 6px;
}
@media (max-width:1000px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width:760px) {
  .woocommerce div.product div.images,.woocommerce div.product div.summary {
    float: none !important;
    width: 100% !important;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:500px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
.vm-promotion-links {
  margin: 22px 0;
  padding: 18px;
  background: #f7f8f9;
  border: 1px solid #e0e4e6;
}
.vm-promotion-links h3 {
  font-family: Georgia,serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px;
  color: #30363a;
}
.vm-promotion-links .form-row {
  margin: 0 0 12px;
}
.vm-promotion-links label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #4d555b;
  margin-bottom: 5px;
}
.vm-promotion-links input {
  width: 100%;
  height: 42px;
  border: 1px solid #ccd2d6;
  padding: 0 10px;
  background: #fff;
}
.vm-blog-index {
  max-width: 1180px;
}
.vm-blog-grid .vm-news-body h2 {
  font-family: Georgia,serif;
  font-size: 20px;
  line-height: 1.25;
  margin: 8px 0 10px;
  font-weight: 400;
}
.vm-blog-grid .vm-news-body h2 a {
  color: #343a3f;
}
.vm-read-more {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.vm-pagination {
  margin-top: 38px;
  text-align: center;
}
.vm-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.vm-pagination .page-numbers {
  padding: 7px 11px;
  border: 1px solid #dfe3e6;
}
.vm-pagination .current {
  background: #38a8c7;
  color: #fff;
  border-color: #38a8c7;
}
.vm-post {
  max-width: 900px;
}
.vm-post-header h1 {
  font-size: 46px;
  line-height: 1.12;
}
.vm-post-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #929aa0;
  margin: 13px 0 0;
}
.vm-post-featured {
  margin: 0 0 32px;
}
.vm-post-featured img {
  width: 100%;
  display: block;
}
.vm-post-content {
  font-size: 16px;
  line-height: 1.7;
}
.vm-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 45px;
  padding-top: 24px;
  border-top: 1px solid #e2e5e7;
  font-size: 12px;
}
.vm-post-nav div:last-child {
  text-align: right;
}
@media (max-width:760px) {
  .vm-post-header h1 {
    font-size: 36px;
  }
  .vm-post-nav {
    grid-template-columns: 1fr;
  }
  .vm-post-nav div:last-child {
    text-align: left;
  }
}
.vm-contact-form {
  margin-top: 10px;
}
.vm-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}
.vm-contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #4d555b;
  margin-bottom: 6px;
}
.vm-contact-form input,.vm-contact-form select,.vm-contact-form textarea {
  width: 100%;
  border: 1px solid #ccd2d6;
  background: #fff;
  padding: 10px;
}
.vm-contact-form input,.vm-contact-form select {
  height: 44px;
}
.vm-contact-form textarea {
  resize: vertical;
}
.vm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width:650px) {
  .vm-form-grid {
    grid-template-columns: 1fr;
  }
}
:root {
  --vm-ink: #2f3235;
  --vm-ink-2: #44484c;
  --vm-muted: #767b80;
  --vm-line: #dedede;
  --vm-soft: #f5f5f3;
  --vm-accent: #e77f22;
  --vm-accent-dark: #c76512;
}
html,body,.vm-site,button,input,select,textarea,.vm-site h1,.vm-site h2,.vm-site h3,.vm-site h4,.vm-site h5,.vm-site h6,.vm-section-heading h2,.vm-parallax-inner p,.vm-quote blockquote,.vm-product-card h3,.vm-news-body h3,.vm-blog-grid .vm-news-body h2,.vm-post-header h1,.woocommerce div.product .product_title,.woocommerce div.product .related.products>h2,.woocommerce-checkout h3,.woocommerce-cart .cart_totals h2,.woocommerce-account h2,.vm-promotion-links h3 {
  font-family: Arial,Helvetica,sans-serif !important;
}
body.vm-site {
  color: #3e4246;
  background: #fff;
}
.vm-shell {
  width: min(1170px,calc(100% - 34px));
}
.vm-topbar {
  background: #292b2d;
  color: #c6c6c6;
  border: 0;
}
.vm-topbar-inner {
  min-height: 32px;
  font-size: 11px;
  letter-spacing: .01em;
}
.vm-header {
  border-bottom: 1px solid #dedede;
  box-shadow: none;
}
.vm-header-main {
  min-height: 112px;
  grid-template-columns: 350px minmax(240px,1fr) auto;
  gap: 26px;
}
.vm-brand {
  display: block;
  min-width: 0;
}
.vm-logo {
  display: block;
  width: 350px;
  max-width: 100%;
  height: auto;
}
.vm-brand-mark,.vm-brand-copy {
  display: none !important;
}
.vm-search {
  border: 1px solid #d8d8d8;
  background: #fff;
  height: 40px;
}
.vm-search button {
  color: #4e4e4e;
  background: #f7f7f7;
  border-left: 1px solid #d8d8d8;
}
.vm-search button:hover {
  background: #ececec;
}
.vm-header-actions {
  font-size: 11px;
  gap: 16px;
}
.vm-header-actions>a {
  color: #464a4d;
}
.vm-header-actions>a:hover {
  color: var(--vm-accent);
}
.vm-cart-link span {
  background: var(--vm-accent);
  color: #fff;
}
.vm-platform-nav {
  background: #343638;
  border-top: 0;
  border-bottom: 3px solid var(--vm-accent);
}
.vm-platform-nav-inner {
  min-height: 45px;
}
.vm-platform-nav a {
  font-size: 11px;
  letter-spacing: .02em;
  padding: 0 13px;
  border-color: rgba(255,255,255,.07);
}
.vm-platform-nav a:hover {
  background: var(--vm-accent);
  color: #fff;
}
.vm-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit {
  background: var(--vm-ink) !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: background .25s ease,transform .25s ease !important;
}
.vm-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
  background: var(--vm-accent) !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.vm-eyebrow {
  color: var(--vm-accent);
}
.vm-home-slider-wrap {
  padding: 30px 0 20px;
  background: #fff;
}
.vm-home-slider {
  position: relative;
  height: 310px;
  overflow: hidden;
  background: #202224;
  box-shadow: 0 1px 4px rgba(0,0,0,.16);
}
.vm-home-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vm-slide-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.38) 44%,rgba(0,0,0,.07) 72%,rgba(0,0,0,0) 100%);
}
.vm-slide-copy {
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 440px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.vm-slide-kicker {
  display: block;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 11px;
  color: #f0f0f0;
}
.vm-slide-copy h1 {
  margin: 0 0 4px;
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.vm-slide-copy p {
  margin: 0 0 22px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 300;
  color: #fff;
}
.vm-slider-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 56px;
  border: 0;
  background: rgba(0,0,0,.34);
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transition: .2s;
}
.vm-slider-arrow:hover {
  background: var(--vm-accent);
}
.vm-slider-prev {
  left: 0;
}
.vm-slider-next {
  right: 0;
}
.vm-slider-dots {
  position: absolute;
  z-index: 6;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}
.vm-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255,255,255,.3);
  cursor: pointer;
}
.vm-slider-dots button.is-active {
  background: #fff;
}
.vm-legacy-benefits {
  padding: 34px 0 38px;
  background: #fff;
}
.vm-legacy-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
}
.vm-legacy-benefits article {
  padding: 28px 24px 24px;
  border-right: 1px solid var(--vm-line);
  min-height: 205px;
}
.vm-legacy-benefits article:last-child {
  border-right: 0;
}
.vm-legacy-benefits h2 {
  margin: 0 0 5px;
  color: #383b3e;
  font-size: 18px;
  line-height: 1.18;
  text-transform: none;
  font-weight: 700;
}
.vm-legacy-benefits h3 {
  margin: 0 0 14px;
  color: var(--vm-accent);
  font-size: 15px;
  font-weight: 600;
  min-height: 18px;
}
.vm-legacy-benefits p {
  margin: 0;
  color: #777;
  font-size: 12px;
  line-height: 1.55;
}
.vm-category-strip {
  padding: 0 0 38px;
}
.vm-category-strip h2 {
  margin: 0 0 14px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #373a3c;
}
.vm-category-links {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  background: #f8f8f8;
}
.vm-category-links a {
  display: block;
  padding: 12px 17px;
  color: #484c4f;
  font-size: 12px;
  text-transform: uppercase;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}
.vm-category-links a:hover {
  background: var(--vm-ink);
  color: #fff;
}
.vm-parallax {
  min-height: 350px;
  background-position: center 50%;
  background-size: cover;
  background-attachment: fixed;
}
.vm-parallax-inner {
  padding: 72px 20px;
}
.vm-parallax-inner p {
  font-size: clamp(27px,3.3vw,45px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .005em;
  text-shadow: 0 2px 8px rgba(0,0,0,.55);
}
.vm-section {
  padding: 54px 0;
}
.vm-section-heading h2 {
  font-size: 29px;
  font-weight: 600;
}
.vm-product-tabs {
  justify-content: flex-start;
  margin-bottom: 28px;
  border-bottom: 1px solid #ddd;
}
.vm-product-tabs button {
  font-size: 12px;
  padding: 12px 20px;
  color: #6c6f72;
}
.vm-product-tabs button.is-active {
  color: #222;
}
.vm-product-tabs button.is-active:after {
  background: var(--vm-accent);
  height: 2px;
}
.vm-product-grid {
  gap: 20px;
}
.vm-product-card {
  border: 1px solid #ddd;
  box-shadow: none;
  overflow: hidden;
}
.vm-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  border-color: #cfcfcf;
}
.vm-product-image {
  padding: 11px;
  background: #fff;
}
.vm-product-image img {
  transition: transform .35s ease;
}
.vm-product-card:hover .vm-product-image img {
  transform: scale(1.035);
}
.vm-product-card-body {
  padding: 15px;
}
.vm-product-card h3 {
  font-size: 14px;
  min-height: 34px;
}
.vm-product-card h3 a {
  color: #333;
}
.vm-price {
  color: #333;
  font-size: 15px;
}
.vm-price ins {
  color: var(--vm-accent);
}
.vm-quote {
  background: #333638;
  padding: 55px 20px;
  border-top: 3px solid var(--vm-accent);
}
.vm-quote blockquote {
  font-size: 28px;
  font-weight: 400;
}
.vm-news-grid {
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.vm-news-card {
  border: 1px solid #ddd;
  transition: transform .3s ease,box-shadow .3s ease;
}
.vm-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,.1);
}
.vm-news-body h3 {
  font-size: 17px;
  font-weight: 600;
}
.vm-news-body time {
  color: var(--vm-accent);
  font-weight: 700;
}
.vm-read-more {
  color: var(--vm-accent);
}
.vm-category-hero h1,.vm-page-header h1,.vm-post-header h1 {
  font-family: Arial,Helvetica,sans-serif !important;
  font-weight: 600;
}
.vm-category-hero h1 {
  font-size: clamp(34px,4vw,51px);
}
.vm-footer {
  border-top: 3px solid var(--vm-accent);
}
.vm-js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .62s ease,transform .62s cubic-bezier(.22,.61,.36,1);
}
.vm-js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
.vm-header {
  animation: vmHeaderIn .55s ease both;
}
.vm-home-slider {
  animation: vmHeroIn .75s .1s ease both;
}
@keyframes vmHeaderIn {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes vmHeroIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.995);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width:1000px) {
  .vm-header-main {
    grid-template-columns: 260px 1fr auto;
  }
  .vm-logo {
    width: 260px;
  }
  .vm-legacy-benefits-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .vm-legacy-benefits article:nth-child(2) {
    border-right: 0;
  }
  .vm-legacy-benefits article:nth-child(-n+2) {
    border-bottom: 1px solid #ddd;
  }
  .vm-news-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:760px) {
  .vm-header-main {
    grid-template-columns: 1fr auto;
  }
  .vm-logo {
    width: 235px;
  }
  .vm-home-slider {
    height: 300px;
  }
  .vm-slide-copy {
    left: 9%;
    right: 9%;
    max-width: none;
  }
  .vm-slide-copy h1 {
    font-size: 34px;
  }
  .vm-slide-copy p {
    font-size: 18px;
  }
  .vm-legacy-benefits-grid {
    grid-template-columns: 1fr;
  }
  .vm-legacy-benefits article {
    border-right: 0 !important;
    border-bottom: 1px solid #ddd;
  }
  .vm-legacy-benefits article:last-child {
    border-bottom: 0;
  }
  .vm-category-links a {
    flex: 1 1 50%;
    text-align: center;
  }
  .vm-parallax {
    background-attachment: scroll;
  }
  .vm-news-grid {
    grid-template-columns: 1fr;
  }
  .vm-slider-arrow {
    width: 34px;
    height: 48px;
    font-size: 29px;
  }
}
@media (max-width:500px) {
  .vm-logo {
    width: 205px;
  }
  .vm-home-slider-wrap {
    padding-top: 18px;
  }
  .vm-home-slider {
    height: 280px;
  }
  .vm-slide-copy h1 {
    font-size: 29px;
  }
  .vm-slide-copy p {
    font-size: 16px;
  }
  .vm-slide-kicker {
    font-size: 9px;
  }
  .vm-category-links a {
    flex-basis: 100%;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .vm-parallax {
    background-attachment: scroll;
  }
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
a {
  color: #505356;
}
.vm-site a:hover {
  color: var(--vm-accent);
}
.vm-platform-nav-inner {
  position: relative;
  align-items: stretch;
}
.vm-category-menu {
  position: relative;
  display: flex;
}
.vm-category-trigger {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.07);
  border-right: 1px solid rgba(255,255,255,.07);
  background: var(--vm-accent);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .03em;
  cursor: pointer;
}
.vm-category-trigger span {
  font-size: 9px;
}
.vm-category-dropdown {
  position: absolute;
  z-index: 60;
  top: 45px;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top: 0;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}
.vm-category-dropdown a {
  display: block !important;
  height: auto !important;
  padding: 11px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #ececec !important;
  color: #444 !important;
  background: #fff !important;
  font-size: 12px !important;
  text-transform: none !important;
}
.vm-category-dropdown a:last-child {
  border-bottom: 0 !important;
}
.vm-category-dropdown a:hover {
  padding-left: 20px !important;
  background: #f4f4f4 !important;
  color: var(--vm-accent) !important;
}
.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price {
  color: #333 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--vm-accent) !important;
  border-bottom-color: var(--vm-accent) !important;
}
.woocommerce-message,.woocommerce-info,.woocommerce-error {
  border-top-color: var(--vm-accent) !important;
}
.woocommerce a.remove {
  color: var(--vm-accent) !important;
}
.woocommerce a.remove:hover {
  background: var(--vm-accent) !important;
  color: #fff !important;
}
.woocommerce .star-rating span::before {
  color: var(--vm-accent);
}
.vm-product-card .vm-button,.vm-news-card .vm-button {
  background: var(--vm-ink) !important;
}
.vm-product-card .vm-button:hover,.vm-news-card .vm-button:hover {
  background: var(--vm-accent) !important;
}
@media (max-width:760px) {
  .vm-platform-nav-inner {
    display: block;
  }
  .vm-category-menu {
    display: block;
  }
  .vm-category-trigger {
    width: 100%;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .vm-category-dropdown {
    position: static;
    min-width: 0;
    box-shadow: none;
    border: 0;
  }
  .vm-category-dropdown a {
    padding-left: 28px !important;
  }
  .vm-platform-nav a {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
}
.vm-slide-copy {
  background: rgba(28,29,30,.78);
  padding: 24px 28px 26px;
  max-width: 470px;
  text-shadow: none;
}
.vm-slide-shade {
  background: linear-gradient(90deg,rgba(0,0,0,.12),rgba(0,0,0,.02));
}
.vm-button:after {
  content: '›';
  display: inline-block;
  margin-left: 9px;
  font-size: 17px;
  line-height: 1;
  transform: translateX(0);
  transition: transform .2s ease;
}
.vm-button:hover:after {
  transform: translateX(3px);
}
.vm-product-tabs button {
  transition: color .2s ease,background .2s ease;
}
.vm-product-tabs button:hover {
  color: var(--vm-accent);
  background: #faf7f3;
}
@media (max-width:760px) {
  .vm-slide-copy {
    padding: 20px 22px 22px;
    background: rgba(28,29,30,.82);
  }
}
.vm-legacy-hero {
  position: relative;
  min-height: 430px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.vm-legacy-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.56) 0%,rgba(0,0,0,.28) 48%,rgba(0,0,0,.05) 78%,rgba(0,0,0,0) 100%);
}
.vm-legacy-hero .vm-home-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.vm-legacy-hero .vm-home-hero-copy {
  max-width: 590px;
  padding: 70px 0;
}
.vm-legacy-hero .vm-home-hero-copy h1 {
  margin: 0 0 11px;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,.28);
}
.vm-legacy-hero .vm-home-hero-copy p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0,0,0,.28);
}
.vm-products-home {
  padding-top: 38px;
}
.vm-legacy-product-card {
  position: relative;
}
.vm-new-badge {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  background: var(--vm-accent);
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.vm-legacy-product-card .vm-product-card-body {
  padding: 14px 15px 16px;
}
.vm-legacy-product-card .vm-price {
  margin: 0 0 8px;
  color: #333 !important;
  font-size: 16px;
  font-weight: 700;
}
.vm-legacy-product-card h3 {
  min-height: auto;
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 1.25;
}
.vm-product-excerpt {
  min-height: 72px;
  margin: 0 0 13px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
}
.vm-more-details {
  display: inline-block;
  color: #555 !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.vm-more-details:after {
  content: '›';
  display: inline-block;
  margin-left: 6px;
  transition: transform .2s ease;
}
.vm-more-details:hover {
  color: var(--vm-accent) !important;
}
.vm-more-details:hover:after {
  transform: translateX(3px);
}
.vm-legacy-parallax {
  position: relative;
  background-position: center 50%;
  background-size: cover;
}
.vm-legacy-parallax:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.28);
}
.vm-legacy-parallax .vm-parallax-inner {
  position: relative;
  z-index: 2;
}
.vm-legacy-parallax .vm-parallax-inner p {
  font-family: Arial,Helvetica,sans-serif !important;
  font-weight: 600;
}
.vm-legacy-news-card .vm-news-body {
  padding: 16px;
}
.vm-legacy-news-card .vm-news-body h3 {
  margin: 0 0 9px;
  font-size: 15px;
  line-height: 1.3;
}
.vm-legacy-news-card .vm-news-body p {
  font-size: 12px;
  line-height: 1.5;
}
.vm-news-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
  color: #777;
  font-size: 11px;
}
.vm-news-meta time {
  color: var(--vm-accent);
  font-weight: 700;
}
.vm-legacy-footer {
  background: #2f3133;
  border-top: 0;
}
.vm-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.vm-footer-top h3,.vm-footer-main h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
}
.vm-newsletter-form {
  display: flex;
  max-width: 340px;
}
.vm-newsletter-form input {
  flex: 1;
  min-width: 0;
  height: 38px;
  border: 1px solid #4d5053;
  background: #252729;
  color: #ddd;
  padding: 0 11px;
}
.vm-newsletter-form button {
  width: 52px;
  border: 0;
  background: var(--vm-accent);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.vm-footer-social ul {
  display: flex;
  gap: 16px;
}
.vm-footer-main {
  padding: 34px 0 44px;
  grid-template-columns: 1fr 1fr 1.45fr 1fr;
}
.vm-footer-main p,.vm-footer-main li,.vm-footer-main a,.vm-footer-top li,.vm-footer-top a {
  font-size: 12px;
  color: #b5b8bb;
}
.vm-footer-main a:hover,.vm-footer-top a:hover {
  color: #fff;
}
.vm-store-information p {
  line-height: 1.65;
}
@media (max-width:760px) {
  .vm-legacy-hero {
    min-height: 330px;
  }
  .vm-legacy-hero .vm-home-hero-copy {
    padding: 52px 0;
  }
  .vm-legacy-hero .vm-home-hero-copy h1 {
    font-size: 32px;
  }
  .vm-legacy-hero .vm-home-hero-copy p {
    font-size: 17px;
  }
  .vm-footer-top,.vm-footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .vm-product-excerpt {
    min-height: 0;
  }
}
@media (max-width:500px) {
  .vm-legacy-hero {
    min-height: 285px;
  }
  .vm-legacy-hero .vm-home-hero-copy h1 {
    font-size: 27px;
  }
  .vm-legacy-hero .vm-home-hero-copy p {
    font-size: 15px;
  }
  .vm-footer-top,.vm-footer-main {
    grid-template-columns: 1fr;
  }
}
.vm-userbar {
  background: #2c2e30;
  color: #d3d3d3;
  font-size: 11px;
}
.vm-userbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}
.vm-user-links {
  display: flex;
  gap: 15px;
}
.vm-userbar a {
  color: #d3d3d3 !important;
}
.vm-userbar a:hover {
  color: #fff !important;
}
.vm-userbar .vm-cart-link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.vm-userbar .vm-cart-link span {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--vm-accent);
  color: #fff;
  border-radius: 0;
  font-size: 10px;
}
.vm-header-main {
  min-height: 108px;
  grid-template-columns: 350px minmax(260px,1fr) auto;
  gap: 35px;
}
.vm-header-main .vm-search {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0;
}
.vm-header-main .vm-search button {
  width: auto;
  min-width: 72px;
  padding: 0 14px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.vm-header-main>.vm-menu-toggle {
  display: none;
}
@media (max-width:760px) {
  .vm-userbar-inner {
    justify-content: space-between;
  }
  .vm-header-main {
    grid-template-columns: 1fr auto;
    gap: 16px;
    min-height: 90px;
  }
  .vm-header-main .vm-search {
    grid-column: 1/-1;
    grid-row: 2;
    max-width: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .vm-header-main>.vm-menu-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }
  .vm-brand {
    grid-column: 1;
    grid-row: 1;
  }
  .vm-user-links {
    gap: 10px;
  }
}
.vm-cookie-bar {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  background: #252729;
  color: #d6d6d6;
  border-top: 1px solid #444;
}
.vm-cookie-bar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  text-align: center;
}
.vm-cookie-bar a {
  color: #fff !important;
  text-decoration: underline;
}
.vm-cookie-bar button {
  border: 0;
  background: transparent;
  color: var(--vm-accent);
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 10px;
}
.vm-legacy-category-page {
  display: grid;
  grid-template-columns: 240px minmax(0,1fr);
  gap: 30px;
  padding: 32px 0 58px;
}
.vm-legacy-sidebar {
  align-self: start;
}
.vm-sidebar-box {
  border: 1px solid #d9d9d9;
  margin-bottom: 22px;
  background: #fff;
}
.vm-sidebar-box>h3 {
  margin: 0;
  padding: 11px 13px;
  background: #343638;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.vm-sidebar-body {
  padding: 14px;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}
.vm-sidebar-body h4 {
  margin: 14px 0 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  color: #444;
  font-size: 12px;
}
.vm-sidebar-body label {
  display: block;
  color: #666;
}
.vm-sidebar-body input {
  margin-right: 7px;
}
.vm-category-services-box .vm-sidebar-body {
  padding: 0;
}
.vm-sidebar-service {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-top: 1px solid #e7e7e7;
  color: #444 !important;
  text-decoration: none !important;
  transition: background .18s ease,color .18s ease;
}
.vm-sidebar-service:first-child {
  border-top: 0;
}
.vm-sidebar-service:hover {
  background: #f6f6f6;
  color: #000 !important;
}
.vm-sidebar-service-thumb {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ececec;
}
.vm-sidebar-service-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vm-sidebar-service-thumb .fa {
  font-size: 18px;
  color: #777;
}
.vm-sidebar-service-name {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}
.vm-special-name {
  display: block;
  margin-bottom: 6px;
  color: #444 !important;
  font-weight: 700;
}
.vm-special-box .vm-price {
  margin: 7px 0 10px;
}
.vm-category-banner {
  margin: 0 0 18px;
}
.vm-category-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.vm-category-title {
  margin-bottom: 17px;
}
.vm-category-title h1 {
  margin: 0;
  color: #333;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
}
.vm-legacy-category-main .vm-category-copy {
  max-width: none;
  margin: 0 0 24px;
  color: #4f555a;
  font-family: "Roboto",Arial,Helvetica,sans-serif !important;
  font-size: 15px;
  line-height: 1.72;
}
.vm-legacy-category-main .vm-category-copy p {
  margin: 0 0 18px;
}
.vm-legacy-category-main .vm-category-copy h2 {
  font-family: "Roboto",Arial,Helvetica,sans-serif !important;
  font-size: 24px;
  line-height: 1.3;
  margin: 28px 0 14px;
  color: #333;
}
.vm-legacy-category-main .vm-category-copy h3 {
  font-family: "Roboto",Arial,Helvetica,sans-serif !important;
  font-size: 20px;
  line-height: 1.35;
  margin: 24px 0 12px;
  color: #333;
}
.vm-category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 28px 0 18px;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.vm-sort-form {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}
.vm-sort-form select {
  height: 34px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 9px;
  color: #555;
}
.vm-results-count,.vm-results-bottom {
  color: #777;
  font-size: 11px;
}
.vm-category-product-grid {
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.vm-results-bottom {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  text-align: right;
}
@media (max-width:950px) {
  .vm-legacy-category-page {
    grid-template-columns: 200px minmax(0,1fr);
  }
  .vm-category-product-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:760px) {
  .vm-legacy-category-page {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vm-legacy-sidebar {
    order: 2;
  }
  .vm-legacy-category-main {
    order: 1;
  }
  .vm-category-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .vm-category-product-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:500px) {
  .vm-category-product-grid {
    grid-template-columns: 1fr;
  }
}
.vm-legacy-blog-page {
  display: grid;
  grid-template-columns: 240px minmax(0,1fr);
  gap: 30px;
  padding: 32px 0 58px;
}
.vm-recent-posts article {
  padding: 0 0 11px;
  margin: 0 0 11px;
  border-bottom: 1px solid #e7e7e7;
}
.vm-recent-posts article:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.vm-recent-posts a {
  display: block;
  color: #444 !important;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}
.vm-recent-posts time {
  display: block;
  margin-top: 4px;
  color: #888;
  font-size: 10px;
}
.vm-blog-search {
  display: flex;
}
.vm-blog-search input {
  min-width: 0;
  flex: 1;
  height: 35px;
  border: 1px solid #ccc;
  padding: 0 8px;
  font-size: 12px;
}
.vm-blog-search button {
  border: 0;
  background: #343638;
  color: #fff;
  padding: 0 12px;
  font-size: 11px;
  text-transform: uppercase;
}
.vm-smartblog-item {
  display: grid;
  grid-template-columns: 265px minmax(0,1fr);
  gap: 22px;
  padding: 0 0 25px;
  margin: 0 0 26px;
  border-bottom: 1px solid #ddd;
}
.vm-smartblog-image {
  display: block;
}
.vm-smartblog-image img {
  display: block;
  width: 100%;
  height: auto;
}
.vm-smartblog-content h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}
.vm-smartblog-content h2 a {
  color: #333 !important;
}
.vm-smartblog-content p {
  margin: 0 0 12px;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}
.vm-smartblog-readmore {
  white-space: nowrap;
  color: var(--vm-accent) !important;
}
.vm-smartblog-meta {
  font-size: 11px;
  color: #888;
}
.vm-smartblog-meta span,.vm-smartblog-meta a {
  margin-left: 8px;
}
.vm-smartblog-pagination {
  margin-top: 20px;
}
@media (max-width:900px) {
  .vm-legacy-blog-page {
    grid-template-columns: 200px minmax(0,1fr);
  }
  .vm-smartblog-item {
    grid-template-columns: 210px minmax(0,1fr);
  }
}
@media (max-width:760px) {
  .vm-legacy-blog-page {
    grid-template-columns: 1fr;
  }
  .vm-legacy-blog-sidebar {
    order: 2;
  }
  .vm-legacy-blog-main {
    order: 1;
  }
  .vm-smartblog-item {
    grid-template-columns: 1fr;
  }
}
.vm-blog-breadcrumb {
  padding: 18px 0 0;
  color: #777;
  font-size: 11px;
}
.vm-blog-breadcrumb span {
  margin: 0 7px;
  color: #aaa;
}
.vm-blog-breadcrumb a {
  color: #666 !important;
}
.vm-blog-breadcrumb strong {
  font-weight: 400;
  color: #888;
}
.vm-legacy-blog-single {
  padding-top: 22px;
}
.vm-smartblog-single-header h1 {
  margin: 0 0 18px;
  color: #333;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
.vm-smartblog-single-image {
  margin: 0 0 20px;
}
.vm-smartblog-single-image img {
  display: block;
  width: 100%;
  height: auto;
}
.vm-smartblog-single-content {
  max-width: none;
  color: #555;
  font-size: 13px;
  line-height: 1.68;
}
.vm-smartblog-single-content h2,.vm-smartblog-single-content h3,.vm-smartblog-single-content h4,.vm-smartblog-single-content h5 {
  font-family: Arial,Helvetica,sans-serif !important;
  color: #3a3a3a;
}
.vm-smartblog-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin: 24px 0;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 11px;
}
.vm-smartblog-single-meta a {
  color: #777 !important;
}
.vm-related-posts {
  margin: 28px 0;
}
.vm-related-posts>h3,.vm-smartblog-comments>h3 {
  margin: 0 0 16px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.vm-related-post-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.vm-related-post-grid article {
  border: 1px solid #ddd;
  background: #fff;
}
.vm-related-post-image {
  display: block;
}
.vm-related-post-image img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.vm-related-post-title {
  display: block;
  padding: 10px 10px 4px;
  color: #444 !important;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}
.vm-related-post-grid time {
  display: block;
  padding: 0 10px 10px;
  color: #888;
  font-size: 10px;
}
.vm-smartblog-comments {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.vm-comment-note {
  color: #777;
  font-size: 11px;
}
.vm-smartblog-comments label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 12px;
}
.vm-smartblog-comments input[type=text],.vm-smartblog-comments input[type=email],.vm-smartblog-comments textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
  background: #fff;
}
.vm-smartblog-comments .form-submit input {
  border: 0;
  background: #343638;
  color: #fff;
  padding: 10px 18px;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.vm-smartblog-comments .form-submit input:hover {
  background: var(--vm-accent);
}
@media (max-width:760px) {
  .vm-related-post-grid {
    grid-template-columns: 1fr;
  }
}
html,body,.vm-site,button,input,select,textarea,.vm-site h1,.vm-site h2,.vm-site h3,.vm-site h4,.vm-site h5,.vm-site h6 {
  font-family: "Roboto",Arial,Helvetica,sans-serif !important;
}
body.vm-site {
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background: #fff;
}
.vm-shell {
  width: min(1170px,calc(100% - 30px));
  margin-inline: auto;
}
.vm-header {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  animation: none !important;
}
.vm-header-shell {
  position: relative;
  padding-top: 18px;
}
.vm-header-links {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 4;
  display: flex;
  gap: 19px;
}
.vm-header-links a {
  color: #777 !important;
  font-size: 12px;
  line-height: 1;
  text-transform: none;
}
.vm-header-links a:hover {
  color: #000 !important;
  text-decoration: none;
}
.vm-header-main {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 126px !important;
  grid-template-columns: none !important;
  gap: 30px !important;
}
.vm-brand {
  display: block;
  flex: 0 0 auto;
}
.vm-logo {
  display: block;
  width: 332px !important;
  max-width: 100%;
  height: auto;
}
.vm-header-tools {
  margin-left: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.vm-search {
  display: flex;
  width: 286px !important;
  max-width: none !important;
  height: 39px !important;
  margin: 0 !important;
  border: 1px solid #e2e2e2 !important;
  background: #fff !important;
}
.vm-search input {
  flex: 1;
  min-width: 0;
  border: 0 !important;
  background: #fff !important;
  padding: 0 13px !important;
  color: #777;
  font-size: 12px;
  outline: 0;
}
.vm-search button {
  width: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid #e2e2e2 !important;
  background: #f5f5f5 !important;
  color: #555 !important;
  font-size: 13px !important;
}
.vm-search button:hover {
  background: #ececec !important;
}
.vm-cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  color: #000 !important;
  font-size: 31px;
}
.vm-cart-icon:hover {
  color: #000 !important;
  text-decoration: none;
}
.vm-cart-icon span {
  position: absolute;
  right: 0;
  top: 1px;
  display: grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: #000;
  color: #fff;
  font-size: 9px;
  line-height: 1;
}
.vm-menu-toggle {
  display: none !important;
}
.vm-platform-nav {
  display: block !important;
  background: #fff !important;
  border: 0 !important;
  border-top: 3px solid #111 !important;
  margin: 0 !important;
}
.vm-platform-nav-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 55px !important;
  gap: 0;
}
.vm-platform-nav a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto;
  height: 55px !important;
  padding: 0 13px !important;
  border: 0 !important;
  background: #fff !important;
  color: #444 !important;
  font-size: 12px !important;
  line-height: 1;
  text-transform: none !important;
  white-space: nowrap;
}
.vm-platform-nav a:hover {
  background: #fff !important;
  color: #000 !important;
  text-decoration: none;
}
.vm-original-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/590;
  overflow: hidden;
  background-color: #000;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.vm-original-hero-track {
  position: absolute;
  inset: 0;
  will-change: transform;
  pointer-events: none;
}
.vm-original-hero-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.vm-original-hero-img-main {
  top: 0;
}
.vm-original-hero-img-top {
  top: -100%;
  transform: scaleY(-1);
}
.vm-original-hero-img-bottom {
  top: 100%;
  transform: scaleY(-1);
}
.vm-home-clone {
  overflow: hidden;
}
.vm-social-banners {
  padding-top: 58px;
  padding-bottom: 0;
}
.vm-social-banner-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 30px;
}
.vm-social-banner {
  display: block;
  color: #000 !important;
  text-decoration: none !important;
  padding-bottom: 0;
}
.vm-social-banner-box {
  position: relative;
  border: 1px solid #eaeaea;
  overflow: hidden;
  transition: box-shadow .2s ease;
}
.vm-social-banner-box>img {
  display: block;
  width: 100%;
  height: auto;
}
.vm-social-banner-copy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 17px 29px 0;
  color: #000;
}
.vm-social-banner-copy h2 {
  margin: 0 !important;
  font: 400 89px/1 "Roboto",sans-serif !important;
  color: #000 !important;
}
.vm-social-banner-copy h3 {
  margin: -7px 0 7px !important;
  font: 100 49px/1 "Roboto",sans-serif !important;
  color: #000 !important;
}
.vm-shop-now {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 18px 29px 21px 30px;
  background: #000;
  color: #fff;
  font: 400 19px/1.1 "Roboto",sans-serif;
  transition: color .15s ease;
}
.vm-shop-now:after {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  margin-top: -13px;
  text-align: center;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 30px;
  content: "\f07a";
  transition: top .2s ease;
}
.vm-social-banner:hover .vm-social-banner-box {
  box-shadow: 0 0 18px rgba(0,0,0,.09);
}
.vm-social-banner:hover .vm-shop-now {
  color: #000;
}
.vm-social-banner:hover .vm-shop-now:after {
  top: 50%;
}
.vm-benefit-parallax {
  margin-top: 59px;
  background-position: center 50%;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.vm-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0;
  padding: 100px 0 60px;
}
.vm-benefit-item {
  display: flex;
  align-items: flex-start;
  padding: 0 15px 40px;
  color: #fff;
}
.vm-benefit-item>i.fa {
  flex: 0 0 170px;
  width: 170px;
  height: 170px;
  margin-right: 29px;
  background: rgba(0,0,0,.7);
  color: #fff;
  text-align: center;
  font-size: 97px;
  line-height: 170px;
  transition: all .2s ease;
}
.vm-benefit-item:hover>i.fa {
  background: rgba(255,255,255,.7);
  color: #000;
}
.vm-benefit-item>div {
  min-width: 0;
}
.vm-benefit-item h2 {
  margin: 0 !important;
  padding: 15px 0 14px !important;
  color: #fff !important;
  font: 300 25px/30px "Roboto",sans-serif !important;
}
.vm-benefit-item p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  padding-right: 20px;
}
.vm-home-products {
  padding-top: 55px;
  padding-bottom: 52px;
}
.vm-home-tabs {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 58px;
  margin: 0 0 58px;
  border: 1px solid #eaeaea;
  background: #fff;
}
.vm-home-tabs button {
  position: relative;
  border: 0;
  border-right: 1px solid #eaeaea;
  background: #fff;
  padding: 0 28px;
  color: #777;
  font: 400 12px/56px "Roboto",sans-serif;
  text-transform: none;
  cursor: pointer;
}
.vm-home-tabs button.is-active {
  color: #000;
  font-weight: 500;
}
.vm-home-tabs button.is-active:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 5px;
  background: #000;
}
.vm-home-tabs button:hover {
  color: #000;
}
.vm-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 30px;
}
.vm-home-product {
  position: relative;
  min-width: 0;
}
.vm-home-product-image {
  display: block;
  overflow: hidden;
  background: #fff;
}
.vm-home-product-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform .25s ease;
}
.vm-home-product:hover .vm-home-product-image img {
  transform: scale(1.025);
}
.vm-home-product-price {
  margin: 15px 0 4px;
  color: #000;
  font: 400 28px/1.1 "Roboto",sans-serif;
}
.vm-home-product h3 {
  margin: 0 0 24px !important;
  min-height: 18px;
  color: #333 !important;
  font: 400 13px/1.3 "Roboto",sans-serif !important;
}
.vm-home-product h3 a {
  color: #333 !important;
  text-decoration: none;
}
.vm-home-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  background: #000;
  color: #fff !important;
  font: 400 12px/58px "Roboto",sans-serif;
  text-transform: none;
  text-decoration: none !important;
  transition: background .2s ease;
}
.vm-home-more span {
  margin-left: 8px;
  font-size: 18px;
}
.vm-home-more:hover {
  background: #222;
  color: #fff !important;
}
.vm-home-quote {
  background-position: center 50%;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
.vm-home-quote-inner {
  padding: 103px 15px 99px;
}
.vm-home-quote i.fa {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: 97px;
  line-height: 1;
}
.vm-home-quote h2 {
  max-width: 920px;
  margin: 0 auto !important;
  padding: 15px 0 35px !important;
  color: #fff !important;
  font: 700 25px/30px "Roboto",sans-serif !important;
}
.vm-home-quote p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.vm-home-news {
  background: #000;
  color: #fff;
}
.vm-home-news-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 30px;
  padding: 100px 15px 42px;
}
.vm-home-news-card {
  padding: 0 0 37px;
  color: #fff;
}
.vm-home-news-image {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.vm-home-news-image img {
  display: block;
  width: 100%;
  height: auto;
}
.vm-home-news-card h3 {
  margin: 20px 0 10px !important;
  color: #fff !important;
  font: 300 25px/30px "Roboto",sans-serif !important;
}
.vm-home-news-card h3 a {
  color: #fff !important;
  text-decoration: none;
}
.vm-home-news-card h3 a:hover {
  color: #888 !important;
}
.vm-home-news-card>p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857;
}
.vm-home-news-more {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-left: 20px;
  background: #fff;
  color: #000 !important;
  vertical-align: -17px;
  font-size: 26px;
  line-height: 34px;
  text-decoration: none !important;
  transition: all .2s ease;
}
.vm-home-news-more:hover {
  background: rgba(255,255,255,.2);
  color: #fff !important;
}
.vm-home-news-meta {
  display: flex;
  gap: 24px;
  padding-top: 12px;
  color: #fff;
  font: 400 15px/19px "Lato",sans-serif;
}
.vm-home-news-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.vm-footer-original {
  background: #fff;
  color: #777;
  padding: 48px 0 54px;
}
.vm-footer-newsletter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.vm-footer-newsletter,.vm-footer-follow {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vm-footer-original h4 {
  margin: 0 !important;
  color: #555 !important;
  font: 500 13px/1.2 "Roboto",sans-serif !important;
}
.vm-footer-newsletter form {
  display: flex;
  width: 300px;
  height: 34px;
}
.vm-footer-newsletter input {
  flex: 1;
  min-width: 0;
  border: 1px solid #e4e4e4;
  background: #fafafa;
  padding: 0 10px;
  color: #888;
  font-size: 11px;
}
.vm-footer-newsletter button {
  width: 42px;
  border: 1px solid #e4e4e4;
  border-left: 0;
  background: #f2f2f2;
  color: #777;
  font-size: 18px;
}
.vm-footer-social-icons {
  display: flex;
  gap: 10px;
}
.vm-footer-social-icons a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ececec;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none !important;
}
.vm-footer-social-icons a:hover {
  background: #ddd;
}
.vm-footer-divider {
  height: 1px;
  margin-top: 38px;
  margin-bottom: 41px;
  background: #111;
}
.vm-footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: 30px;
}
.vm-footer-columns section {
  min-width: 0;
}
.vm-footer-columns h4 {
  margin-bottom: 16px !important;
}
.vm-footer-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vm-footer-columns li {
  margin: 0;
}
.vm-footer-columns li a {
  display: block;
  padding: 7px 0;
  border-bottom: 1px solid #ececec;
  color: #888 !important;
  font-size: 11px;
  line-height: 1.2;
  text-decoration: none;
}
.vm-footer-columns li a:hover {
  color: #000 !important;
}
.vm-footer-store {
  padding-left: 30px;
  border-left: 1px solid #eee;
}
.vm-footer-store p {
  margin: 0 0 13px;
  color: #888;
  font-size: 11px;
  line-height: 1.55;
}
.vm-footer-store a {
  color: #888 !important;
}
@media (max-width:1199px) {
  .vm-social-banner-copy {
    padding: 15px 20px 0;
  }
  .vm-social-banner-copy h2 {
    font-size: 60px !important;
  }
  .vm-social-banner-copy h3 {
    font-size: 30px !important;
    margin: -3px 0 3px !important;
  }
  .vm-shop-now {
    font-size: 15px;
    padding: 8px 15px 11px;
  }
  .vm-benefit-item>i.fa {
    width: 130px;
    height: 130px;
    flex-basis: 130px;
    font-size: 72px;
    line-height: 130px;
  }
  .vm-benefit-item h2 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}
@media (max-width:991px) {
  .vm-header-main {
    min-height: 112px !important;
  }
  .vm-logo {
    width: 270px !important;
  }
  .vm-search {
    width: 250px !important;
  }
  .vm-platform-nav a {
    font-size: 11px !important;
    padding: 0 8px !important;
  }
  .vm-social-banner-copy h2 {
    font-size: 50px !important;
  }
  .vm-social-banner-copy h3 {
    font-size: 25px !important;
    margin: 3px 0 18px !important;
  }
  .vm-benefit-item>i.fa {
    width: 100px;
    height: 100px;
    flex-basis: 100px;
    font-size: 57px;
    line-height: 100px;
    margin-right: 19px;
  }
  .vm-benefit-item p {
    display: none;
  }
  .vm-home-product-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .vm-footer-columns {
    grid-template-columns: repeat(2,1fr);
  }
  .vm-footer-store {
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width:767px) {
  .vm-header-shell {
    padding-top: 10px;
  }
  .vm-header-links {
    position: static;
    justify-content: flex-end;
    margin-bottom: 6px;
  }
  .vm-header-main {
    min-height: 82px !important;
  }
  .vm-logo {
    width: 220px !important;
  }
  .vm-header-tools {
    padding-top: 0;
  }
  .vm-search {
    display: none;
  }
  .vm-cart-icon {
    width: 40px;
  }
  .vm-menu-toggle {
    display: block !important;
    border: 0;
    background: #fff;
    font-size: 24px;
  }
  .vm-platform-nav {
    display: none !important;
  }
  .vm-platform-nav.is-open {
    display: block !important;
  }
  .vm-platform-nav-inner {
    display: block !important;
  }
  .vm-platform-nav a {
    height: 40px !important;
    justify-content: flex-start !important;
    border-bottom: 1px solid #eee !important;
  }
  .vm-original-hero {
    min-height: 180px;
    aspect-ratio: auto;
    background-size: cover;
    background-attachment: scroll;
  }
  .vm-social-banners {
    padding-top: 30px;
  }
  .vm-social-banner-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vm-social-banner-copy h2 {
    font-size: 50px !important;
  }
  .vm-benefit-parallax {
    background-attachment: scroll;
  }
  .vm-benefit-grid {
    grid-template-columns: 1fr;
    padding: 60px 0 20px;
  }
  .vm-benefit-item {
    padding-bottom: 40px;
  }
  .vm-home-product-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
  }
  .vm-home-quote {
    background-attachment: scroll;
  }
  .vm-home-news-grid {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }
  .vm-footer-newsletter-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .vm-footer-columns {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:479px) {
  .vm-logo {
    width: 190px !important;
  }
  .vm-header-links {
    gap: 12px;
  }
  .vm-header-links a {
    font-size: 10px;
  }
  .vm-social-banner-copy {
    padding: 10px 20px 0;
  }
  .vm-social-banner-copy h2 {
    font-size: 42px !important;
  }
  .vm-social-banner-copy h3 {
    font-size: 22px !important;
    margin: 3px 0 12px !important;
  }
  .vm-shop-now {
    font-size: 13px;
    padding: 8px 15px 10px;
  }
  .vm-home-product-grid {
    grid-template-columns: 1fr;
  }
  .vm-footer-newsletter,.vm-footer-follow {
    align-items: flex-start;
    flex-direction: column;
  }
  .vm-footer-newsletter form {
    width: min(100%,300px);
  }
  .vm-footer-columns {
    grid-template-columns: 1fr;
  }
}
.vm-header-main {
  min-height: 0 !important;
}
.vm-brand {
  padding: 17px 31px 27px 29px;
}
.vm-header-tools {
  padding-top: 24px;
}
.vm-search {
  width: 271px !important;
  height: 38px !important;
}
.vm-search input {
  height: 38px !important;
  padding: 9px 10px 9px 13px !important;
}
.vm-search button {
  width: 48px !important;
  min-width: 48px !important;
  height: 38px !important;
  font-size: 18px !important;
}
.vm-cart-icon {
  width: 59px;
  height: 59px;
  font-size: 59px;
  line-height: 1;
}
.vm-cart-icon span {
  top: 14px;
  left: 0;
  right: auto;
  width: 100%;
  height: auto;
  background: transparent;
  color: #fff;
  font-size: 19px;
  padding-left: 8px;
  pointer-events: none;
}
.vm-cart-icon:hover {
  color: #ff0000 !important;
}
.vm-platform-nav-inner {
  justify-content: flex-start !important;
}
.vm-platform-nav a {
  flex: 0 1 auto !important;
  height: auto !important;
  padding: 16px 29px 21px !important;
  border-right: 1px solid #eaeaea !important;
  font: 400 18px/23px "Roboto",sans-serif !important;
  color: #333 !important;
}
.vm-platform-nav a:first-child {
  border-left: 0 !important;
}
.vm-platform-nav a:hover {
  color: #000 !important;
}
.vm-home-tabs {
  height: auto !important;
}
.vm-home-tabs button {
  font: 400 19px/22px "Roboto",sans-serif !important;
  padding: 16px 30px 20px !important;
  line-height: 22px !important;
}
.vm-home-tabs button.is-active:after {
  height: 9px !important;
}
.vm-home-tabs button:hover {
  color: #ff0000;
}
.vm-home-tabs button.is-active:hover {
  color: #333;
}
.vm-footer-original {
  padding-top: 0;
}
.vm-footer-newsletter-row {
  align-items: stretch;
  gap: 0;
}
.vm-footer-newsletter,.vm-footer-follow {
  width: 50%;
  min-height: 130px;
  border-bottom: 3px solid #000;
}
.vm-footer-newsletter {
  padding: 54px 0 42px 15px;
}
.vm-footer-follow {
  padding: 42px 70px 35px 0;
  justify-content: flex-end;
}
.vm-footer-original h4 {
  font: 400 19px/26px "Roboto",sans-serif !important;
  color: #333 !important;
}
.vm-footer-newsletter form {
  width: 285px;
  height: 40px;
}
.vm-footer-newsletter input {
  height: 40px;
  max-width: 285px;
  padding: 5px 52px 5px 12px;
}
.vm-footer-newsletter button {
  height: 40px;
  width: 50px;
  margin-left: -50px;
  border: 0;
  background: transparent;
  color: #000;
}
.vm-footer-social-icons a {
  width: 59px;
  height: 59px;
  background: #e5e5e5;
  font-size: 26px;
}
.vm-footer-divider {
  display: none;
}
.vm-footer-columns {
  padding-bottom: 50px;
  grid-template-columns: repeat(3,1fr) 2fr;
  gap: 30px;
}
.vm-footer-columns>section {
  margin-top: 53px;
}
.vm-footer-columns h4 {
  margin-bottom: 11px !important;
}
.vm-footer-columns li a {
  padding: 9px 0 14px;
  border-bottom: 0;
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 18px;
}
.vm-footer-columns li:first-child a {
  border-top: 0;
}
.vm-footer-store {
  position: relative;
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
}
.vm-footer-store p {
  font-size: 14px;
  line-height: 1.42857;
}
@media (max-width:991px) and (min-width:768px) {
  .vm-platform-nav a {
    padding: 12px 15px 17px !important;
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .vm-footer-original h4 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .vm-footer-follow {
    padding-right: 15px;
  }
  .vm-footer-columns li a {
    font-size: 12px;
  }
}
@media (max-width:767px) {
  .vm-brand {
    padding: 10px 0 20px;
  }
  .vm-cart-icon {
    width: 46px;
    height: 46px;
    font-size: 46px;
  }
  .vm-cart-icon span {
    top: 11px;
    font-size: 15px;
  }
  .vm-platform-nav a {
    padding: 12px 15px !important;
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .vm-footer-newsletter,.vm-footer-follow {
    width: 100%;
    min-height: 0;
    border: 0;
    padding: 30px 15px;
  }
  .vm-footer-newsletter-row {
    display: block;
  }
  .vm-footer-columns>section {
    margin-top: 20px;
  }
  .vm-footer-columns li a {
    font-size: 12px;
  }
}
.vm-platform-nav-inner {
  position: relative !important;
}
.vm-platform-nav-inner:after {
  content: "";
  position: absolute;
  left: var(--vm-nav-x,0px);
  bottom: 0;
  width: var(--vm-nav-w,0px);
  height: 7px;
  background: #000;
  opacity: var(--vm-nav-opacity,0);
  pointer-events: none;
  transition: left .34s cubic-bezier(.22,.61,.36,1),width .34s cubic-bezier(.22,.61,.36,1),opacity .16s ease;
}
@media (max-width:767px) {
  .vm-platform-nav-inner:after {
    display: none;
  }
}
.vm-header-links a {
  font-size: 12px !important;
}
.vm-social-banner-x .vm-social-banner-copy h2 {
  font-size: 68px !important;
}
.vm-js .vm-anim-social {
  opacity: 0;
  transition: opacity .72s ease,transform .82s cubic-bezier(.22,.61,.36,1);
  will-change: transform,opacity;
}
.vm-js .vm-social-banner-grid>.vm-anim-social:nth-child(odd) {
  transform: translateX(-120px);
}
.vm-js .vm-social-banner-grid>.vm-anim-social:nth-child(even) {
  transform: translateX(120px);
}
.vm-js .vm-anim-social.is-in {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.vm-js .vm-anim-flip {
  opacity: 0;
  transform: perspective(1000px) rotateY(88deg) scale(.96);
  transform-origin: center center;
  backface-visibility: hidden;
  transition: opacity .58s ease,transform .9s cubic-bezier(.22,.61,.36,1);
  will-change: transform,opacity;
}
.vm-js .vm-benefit-grid>.vm-anim-flip:nth-child(even) {
  transform: perspective(1000px) rotateY(-88deg) scale(.96);
}
.vm-js .vm-anim-flip.is-in {
  opacity: 1 !important;
  transform: perspective(1000px) rotateY(0deg) scale(1) !important;
}
.vm-js .vm-anim-product {
  opacity: 0;
  transform: translateY(95px);
  transition: opacity .62s ease,transform .82s cubic-bezier(.22,.61,.36,1);
  will-change: transform,opacity;
}
.vm-js .vm-anim-product.is-in {
  opacity: 1;
  transform: translateY(0);
}
.vm-js .vm-anim-fade {
  opacity: 0;
  transition: opacity 1.05s ease;
  will-change: opacity;
}
.vm-js .vm-anim-fade.is-in {
  opacity: 1;
}
.vm-js .vm-anim-news {
  opacity: 0;
  transform: translateY(90px);
  transition: opacity .64s ease,transform .84s cubic-bezier(.22,.61,.36,1);
  will-change: transform,opacity;
}
.vm-js .vm-anim-news.is-in {
  opacity: 1;
  transform: translateY(0);
}
.vm-cookie-banner {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(158,158,158,.94);
  color: #fff;
  transition: opacity .22s ease,transform .22s ease;
}
.vm-cookie-banner.is-hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.vm-cookie-banner-inner {
  position: relative;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 80px 10px 20px;
  text-align: center;
  font: 400 12px/1.4 "Roboto",Arial,sans-serif;
}
.vm-cookie-banner a {
  color: #e9e9e9 !important;
  text-decoration: underline;
}
.vm-cookie-banner a:hover {
  color: #fff !important;
}
.vm-cookie-ok {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 34px;
  height: 26px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f4f4f4;
  color: #666;
  font: 600 12px/24px Arial,sans-serif;
  cursor: pointer;
}
.vm-cookie-ok:hover {
  background: #fff;
  color: #222;
}
@media (max-width:767px) {
  .vm-header-links a {
    font-size: 12px !important;
  }
  .vm-social-banner-x .vm-social-banner-copy h2 {
    font-size: 44px !important;
  }
  .vm-cookie-banner-inner {
    padding-right: 65px;
    font-size: 11px;
    text-align: left;
  }
  .vm-cookie-ok {
    right: 16px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .vm-anim-social,.vm-anim-flip,.vm-anim-product,.vm-anim-fade,.vm-anim-news {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.woocommerce div.product .woocommerce-tabs .panel {
  font-family: "Roboto",Arial,Helvetica,sans-serif !important;
  color: #4f555a;
  font-size: 15px;
  line-height: 1.72;
  padding-top: 18px;
  padding-bottom: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  margin: 0 0 16px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin: 24px 0 10px !important;
  color: #333 !important;
  font-family: "Roboto",Arial,Helvetica,sans-serif !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
  margin-top: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel strong {
  font-weight: 700;
  color: #333;
}
.woocommerce div.product .woocommerce-tabs .panel em {
  font-style: italic;
}
.vm-social-banner-x .vm-shop-now {
  transform: translateY(20px);
}
.single-product .woocommerce-product-gallery__trigger {
  display: none !important;
}
.single-product .woocommerce-product-gallery__image>a {
  cursor: default !important;
  text-decoration: none !important;
}
.vm-legacy-product-card .vm-more-details {
  font-size: 13px !important;
  line-height: 1.35;
}
.woocommerce-message,.woocommerce-message:focus,.woocommerce-message:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.vm-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
