/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
:root {
  --nr-green: #117b5f;
  --nr-dark: #0a604a;
  --nr-lime: #d9f24c;
  --nr-paper: #f6f7f4;
  --nr-ink: #121512;
  --nr-muted: #52635b;
  --nr-line: #dfe5df;
  --nr-head: 'Anton','Impact',sans-serif;
  --nr-body: 'DM Sans',sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
body.nr-site {
  margin: 0;
  background: var(--nr-paper);
  color: var(--nr-ink);
  font: 400 17px/1.65 var(--nr-body);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,textarea,select {
  font: inherit;
}
button,a,input,textarea,select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
}
h1,h2,h3,p {
  margin: 0;
}
h1,h2 {
  font-family: var(--nr-head);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -.018em;
  line-height: 1.04;
}
h1 {
  font-size: clamp(54px,5.9vw,100px);
}
h2 {
  font-size: clamp(40px,4.15vw,68px);
}
h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.035em;
}
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
address {
  font-style: normal;
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline: 3px solid var(--nr-green);
  outline-offset: 5px;
}
input:focus,textarea:focus,select:focus {
  outline: 2px solid var(--nr-green);
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
.nr-wrap {
  width: min(1392px,calc(100% - 96px));
  margin-inline: auto;
}
.nr-section {
  padding: 100px 0;
}
.eyebrow {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--nr-green);
  margin-bottom: 22px;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  background: var(--nr-lime);
  padding: 12px;
  z-index: 999999;
}
.skip-link:focus {
  top: 10px;
}
.nr-header-shell {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--nr-green);
  padding: 22px 0;
}
.admin-bar .nr-header-shell {
  top: 32px;
}
.nr-header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px 14px 22px;
  border-radius: 22px;
  box-shadow: 0 14px 28px #063e2920;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  flex-shrink: 0;
}
.brand-mark {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--nr-green);
  color: var(--nr-lime);
  width: 45px;
  height: 45px;
  border-radius: 14px;
  font: 400 25px/1 var(--nr-head);
}
.brand-name {
  font: 400 clamp(22px,2vw,30px)/1 var(--nr-head);
  letter-spacing: -.025em;
}
.brand-name>span {
  color: var(--nr-green);
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px,1.8vw,28px);
  font-size: 16px;
  font-weight: 600;
}
.primary-nav>a:not(.nr-button) {
  position: relative;
  padding-block: 12px;
  white-space: nowrap;
}
.primary-nav>a:not(.nr-button)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 2px;
  background: var(--nr-lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s;
}
.primary-nav>a:hover::after,.primary-nav>a[aria-current]::after {
  transform: scaleX(1);
}
.primary-nav>a[aria-current] {
  color: var(--nr-green);
}
.nr-button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 23px;
  border: 1.5px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  transition: background .2s,transform .2s,box-shadow .2s;
  text-decoration: none !important;
}
.nr-button svg {
  width: 21px;
  height: 21px;
  transition: transform .2s;
}
.nr-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px #03211713;
}
.nr-button:hover svg {
  transform: translateX(3px);
}
.nr-button.primary {
  color: var(--nr-ink);
  background: var(--nr-lime);
}
.nr-button.primary:hover {
  background: #e3fa6a;
}
.nr-button.outline {
  border-color: var(--nr-ink);
  background: transparent;
  color: var(--nr-ink);
}
.nr-button.outline:hover {
  background: #fff;
}
.nr-button.outline-light {
  border-color: #ffffff75;
  color: #fff;
  background: transparent;
}
.nr-button.outline-light:hover {
  background: #ffffff13;
}
.nr-button.dark {
  background: var(--nr-ink);
  color: #fff;
}
.nav-cta {
  padding-inline: 20px;
  min-height: 52px;
}
.menu-toggle {
  display: none;
}
.nr-hero {
  background: var(--nr-green);
  color: #fff;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  gap: 65px;
  align-items: center;
  padding-block: 64px 84px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff16;
  border: 1px solid #ffffff42;
  border-radius: 99px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: none;
  padding: 8px 16px;
  margin-bottom: 25px;
  color: #fff;
}
.lime-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--nr-lime);
  flex-shrink: 0;
}
.hero-intro {
  font-size: 19px;
  line-height: 1.65;
  color: #e0eee6;
  margin-top: 28px;
  max-width: 620px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-notes {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 26px;
  font-size: 14px;
  color: #d1e7dc;
}
.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-notes svg {
  width: 18px;
  height: 18px;
  color: var(--nr-lime);
}
.hero-visual {
  position: relative;
  isolation: isolate;
  padding: 16px 10px 16px 0;
  margin-top: 40px;
}
.hero-visual::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: var(--nr-dark);
  border-radius: 50% 50% 45% 48%;
  inset: 32px -18px -12px 22px;
  transform: rotate(-7deg);
}
.hero-arch {
  border-radius: 50% 48% 44% 44%/39% 43% 48% 50%;
  overflow: hidden;
  aspect-ratio: .79;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  transition: transform .8s;
}
.hero-visual:hover .hero-photo {
  transform: scale(1.035);
}
.floating-note {
  display: flex;
  align-items: center;
  gap: 13px;
  position: absolute;
  right: -5px;
  top: 13%;
  padding: 15px 20px;
  border-radius: 17px;
  background: #fff;
  color: var(--nr-ink);
  box-shadow: 0 20px 45px #001e2925;
  animation: float 5.5s ease-in-out infinite;
}
.note-icon {
  background: var(--nr-lime);
  color: var(--nr-ink);
  border-radius: 13px;
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
}
.floating-note strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}
.floating-note small {
  font-size: 14px;
  color: var(--nr-muted);
}
.orbit-spark {
  position: absolute;
  bottom: 13%;
  left: -28px;
  color: var(--nr-lime);
  animation: slow-spin 24s linear infinite;
}
.orbit-spark svg {
  width: 78px;
  height: 78px;
}
.photo-label {
  position: absolute;
  bottom: 1%;
  right: 12%;
  background: #0a604aed;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 99px;
  white-space: nowrap;
}
.service-ribbon {
  background: var(--nr-lime);
  overflow: hidden;
  position: relative;
  padding: 22px 0;
}
.ribbon-track {
  display: flex;
  width: max-content;
  animation: marquee 44s linear infinite;
}
.ribbon-set {
  display: flex;
  align-items: center;
  gap: 42px;
  padding-right: 42px;
}
.ribbon-set span {
  font: 400 26px/1.3 var(--nr-head);
  text-transform: uppercase;
  white-space: nowrap;
}
.ribbon-set svg {
  width: 22px;
  height: 22px;
}
.service-ribbon:hover .ribbon-track,.service-ribbon:focus-within .ribbon-track {
  animation-play-state: paused;
}
.motion-toggle {
  position: absolute;
  right: 10px;
  bottom: 8px;
  border: 1px solid #12151266;
  background: var(--nr-lime);
  border-radius: 7px;
  min-width: 32px;
  min-height: 30px;
  font-size: 14px;
}
.motion-paused * {
  animation-play-state: paused !important;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 46px;
}
.section-heading .nr-button {
  flex-shrink: 0;
}
.section-intro {
  max-width: 380px;
  color: var(--nr-muted);
  font-size: 18px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}
.service-card {
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid var(--nr-line);
  border-radius: 24px;
  padding: 15px;
  transition: transform .3s,box-shadow .3s;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px #063e2910;
}
.card-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.35;
  border-radius: 16px;
  background: #e1e8df;
}
.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}
.service-card:hover img {
  transform: scale(1.05);
}
.service-number {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #fff;
  border-radius: 9px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  font-weight: 700;
}
.card-copy {
  padding: 23px 9px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-copy h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.card-copy p {
  font-size: 16px;
  color: var(--nr-muted);
  line-height: 1.6;
}
.card-link {
  margin-top: auto;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--nr-green);
}
.about-section {
  padding-top: 20px;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.about-photo {
  position: relative;
}
.about-photo>img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 25px;
}
.round-stamp {
  position: absolute;
  right: -35px;
  bottom: 40px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 8px solid var(--nr-paper);
  background: var(--nr-lime);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: rotate(-12deg);
}
.round-stamp span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
}
.round-stamp svg {
  width: 37px;
  height: 37px;
}
.split-copy h2 {
  margin-bottom: 26px;
}
.split-copy>p:not(.eyebrow) {
  font-size: 18px;
  color: var(--nr-muted);
}
.split-copy .nr-button {
  margin-top: 12px;
}
.steps-section {
  background: #e9eee7;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 45px;
}
.step {
  position: relative;
  border-top: 1px solid #b6c9ba;
  padding-top: 26px;
}
.step-number {
  display: block;
  font: 400 76px/1 var(--nr-head);
  color: var(--nr-green);
  margin-bottom: 27px;
}
.step h3 {
  margin-bottom: 15px;
}
.step p {
  color: var(--nr-muted);
  font-size: 17px;
}
.business-section {
  padding: 95px 0;
  background: var(--nr-green);
  color: #fff;
}
.business-section .eyebrow {
  color: var(--nr-lime);
}
.business-section .split-copy>p:not(.eyebrow) {
  color: #d2e7dc;
}
.business-photo {
  overflow: hidden;
  border-radius: 180px 22px 22px 22px;
}
.business-photo img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 100px;
}
.faq-grid>div>p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--nr-muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  color: var(--nr-green);
}
.text-link:hover {
  text-decoration: underline;
}
.faq-list details {
  border-bottom: 1px solid #d1dcd2;
  padding: 22px 0;
}
.faq-list details:first-child {
  border-top: 1px solid #d1dcd2;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary>span {
  display: grid;
  place-items: center;
  border: 1px solid #a6b9a9;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 400;
  transition: transform .2s;
}
.faq-list details[open] summary>span {
  transform: rotate(45deg);
  background: var(--nr-lime);
}
.faq-list details p {
  font-size: 17px;
  color: var(--nr-muted);
  padding-top: 16px;
  padding-right: 25px;
}
.cta-section {
  padding: 20px 0 100px;
}
.cta-panel {
  position: relative;
  background: var(--nr-lime);
  border-radius: 27px;
  padding: 65px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
}
.cta-panel .eyebrow {
  color: var(--nr-dark);
}
.cta-panel h2 {
  font-size: clamp(45px,4.5vw,74px);
  margin-bottom: 20px;
}
.cta-panel p:last-child {
  font-size: 18px;
}
.cta-panel>.nr-button {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.cta-spark {
  position: absolute;
  right: 24%;
  top: -38px;
  color: #bdd52b;
  transform: rotate(14deg);
}
.cta-spark svg {
  width: 170px;
  height: 170px;
}
.nr-footer {
  background: var(--nr-dark);
  color: #c0d9ca;
  padding: 72px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr .95fr 1.13fr;
  gap: 46px;
}
.nr-footer .brand {
  color: white;
  margin-bottom: 24px;
}
.nr-footer .brand-mark {
  background: var(--nr-lime);
  color: var(--nr-dark);
}
.nr-footer .brand-name>span {
  color: var(--nr-lime);
}
.footer-brand p {
  max-width: 295px;
  font-size: 17px;
}
.nr-footer h2 {
  font: 700 14px/1.4 var(--nr-body);
  letter-spacing: .13em;
  color: var(--nr-lime);
  margin-bottom: 19px;
}
.nr-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nr-footer li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.nr-footer a:hover {
  color: var(--nr-lime);
}
.nr-footer .footer-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  color: var(--nr-lime);
}
.footer-contact .email {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  overflow-wrap: anywhere;
}
.footer-contact address {
  margin-top: 22px;
}
.footer-contact>p {
  margin-top: 12px;
}
.footer-contact .nr-button {
  margin-top: 10px;
  padding: 14px 18px;
  gap: 10px;
  font-size: 15px;
}
.footer-contact .nr-button:hover {
  color: var(--nr-ink);
}
.footer-bottom {
  border-top: 1px solid #ffffff25;
  margin-top: 60px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
}
.footer-bottom>div {
  display: flex;
  gap: 25px;
}
.inner-hero .hero-grid {
  padding-block: 35px 65px;
  gap: 65px;
  grid-template-columns: 1.3fr .8fr;
}
.inner-hero h1 {
  font-size: clamp(48px,5.2vw,80px);
}
.inner-hero .hero-visual {
  margin-top: 10px;
}
.inner-hero .hero-arch {
  aspect-ratio: 1;
}
.inner-hero .hero-intro {
  font-size: 18px;
}
.inner-hero .floating-note {
  right: -12px;
  transform: scale(.9);
  top: 18%;
}
.breadcrumb {
  display: block;
  font-size: 14px;
  color: #d3e6dc;
  margin-bottom: 30px;
}
.breadcrumb span {
  margin: 0 10px;
  color: #91bdab;
}
.inner-hero .eyebrow {
  color: var(--nr-lime);
  margin-bottom: 20px;
}
.inner-hero .hero-grid:has(>.hero-copy:only-child) {
  grid-template-columns: 1fr;
}
.inner-hero .hero-copy:only-child {
  max-width: 920px;
}
.inner-hero .hero-copy:only-child .hero-intro {
  max-width: 760px;
}
.prose-body {
  padding-top: 75px;
}
.prose-body>h2,.prose-body>p {
  max-width: 850px;
  width: calc(100% - 96px);
  margin-inline: auto;
}
.prose-body>h2 {
  font-family: var(--nr-body);
  font-size: 27px;
  line-height: 1.35;
  letter-spacing: -.03em;
  text-transform: none;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}
.prose-body>h2:first-child {
  margin-top: 0;
}
.prose-body>p {
  font-size: 18px;
  color: var(--nr-muted);
  margin-bottom: 22px;
}
.prose-body>p a {
  color: var(--nr-green);
  text-decoration: underline;
}
.prose-body>p:last-child {
  padding-bottom: 70px;
}
.prose-body>.cta-section {
  margin-top: 70px;
}
.service-checklist {
  width: min(850px,calc(100% - 96px));
  margin: 50px auto 0;
  background: #e9eee7;
  border-radius: 20px;
  padding: 38px;
}
.service-checklist h2 {
  font-family: var(--nr-body);
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 15px;
}
.service-checklist p {
  color: var(--nr-muted);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
}
.contact-card {
  background: #fff;
  border: 1px solid var(--nr-line);
  padding: 40px;
  border-radius: 24px;
}
.contact-card h2 {
  font-size: 38px;
  margin: 25px 0 20px;
}
.contact-card p {
  color: var(--nr-muted);
}
.contact-email {
  display: block;
  font-weight: 700;
  font-size: clamp(18px,2.3vw,28px);
  color: var(--nr-green);
  margin: 22px 0;
  overflow-wrap: anywhere;
}
.contact-card address {
  margin-bottom: 20px;
}
.quote-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  align-items: start;
  gap: 40px;
}
.quote-form {
  padding: 40px;
  background: #fff;
  border: 1px solid var(--nr-line);
  border-radius: 25px;
}
.quote-form h2 {
  font-size: 39px;
  margin-bottom: 20px;
}
.quote-form>p:not(.eyebrow) {
  color: var(--nr-muted);
  font-size: 15px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-block: 30px 22px;
}
.quote-form label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
}
.quote-form input,.quote-form textarea,.quote-form select {
  background: #f8faf6;
  border: 1px solid #c8d5ca;
  border-radius: 9px;
  min-height: 48px;
  width: 100%;
  padding: 12px 14px;
  color: var(--nr-ink);
  font-size: 16px;
}
.quote-form textarea {
  resize: vertical;
}
.quote-form .form-privacy {
  font-size: 14px;
  margin: 16px 0 25px;
}
.form-privacy a {
  text-decoration: underline;
}
.quote-aside {
  padding: 40px;
  background: var(--nr-dark);
  color: #fff;
  border-radius: 25px;
  position: sticky;
  top: 145px;
}
.quote-aside h3 {
  font-family: var(--nr-head);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  margin-block: 25px;
}
.quote-aside>p {
  color: #d1e4d9;
}
.aside-line {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  margin-top: 17px;
}
.aside-line svg {
  color: var(--nr-lime);
  width: 20px;
}
.quote-aside hr {
  border: 0;
  border-top: 1px solid #ffffff30;
  margin-block: 28px;
}
.quote-aside>a {
  color: var(--nr-lime);
  font-weight: 600;
  overflow-wrap: anywhere;
}
.form-result {
  padding: 25px;
  background: #eef5d8;
  border-radius: 12px;
  margin-top: 24px;
  font-size: 15px;
}
.form-result textarea {
  margin-bottom: 15px;
}
.empty-state {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  padding: 35px;
}
.empty-state h2 {
  font-size: 42px;
  margin: 24px 0;
}
.generic-page h1 {
  margin-bottom: 40px;
}
.generic-page {
  min-height: 55vh;
}
.entry-content {
  max-width: 100%;
}
.woocommerce ul.products li.product {
  border-radius: 20px;
  padding: 18px;
  background: white;
}
.woocommerce a.button,.woocommerce button.button {
  background: var(--nr-lime);
  color: var(--nr-ink);
  border-radius: 10px;
}
.will-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s,transform .6s;
}
.will-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.service-grid .will-reveal:nth-child(3n+2) {
  transition-delay: 70ms;
}
.service-grid .will-reveal:nth-child(3n+3) {
  transition-delay: 140ms;
}
@keyframes float {
  0%,100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}
@keyframes slow-spin {
  to {
    rotate: 360deg;
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@media (min-width:1700px) {
  .nr-wrap {
    width: min(1780px,calc(100% - 140px));
  }
  .hero-grid {
    padding-block: 75px 100px;
    gap: 120px;
  }
  .home-hero h1 {
    font-size: clamp(100px,6.3vw,128px);
  }
  .primary-nav {
    font-size: 19px;
    gap: 30px;
  }
  .brand-name {
    font-size: 34px;
  }
  .brand-mark {
    width: 54px;
    height: 54px;
  }
  .hero-intro {
    font-size: 23px;
  }
  .nr-header {
    padding: 17px 20px 17px 28px;
  }
  .nr-button {
    font-size: 18px;
    padding: 18px 25px;
  }
  .hero-arch {
    max-height: 850px;
  }
  .floating-note {
    padding: 20px;
  }
  .floating-note strong {
    font-size: 21px;
  }
  .floating-note small {
    font-size: 17px;
  }
}
@media (max-width:1200px) {
  .nr-wrap {
    width: calc(100% - 64px);
  }
  .primary-nav {
    gap: 16px;
    font-size: 14px;
  }
  .brand-name {
    font-size: 24px;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 23px;
  }
  .nav-cta {
    font-size: 14px;
    padding: 14px;
  }
  .hero-grid {
    gap: 45px;
  }
  .hero-notes {
    gap: 12px;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-brand .brand-name {
    font-size: 23px;
  }
  .footer-brand .brand {
    gap: 8px;
  }
  .nr-footer {
    font-size: 15px;
  }
  .split-grid {
    gap: 65px;
  }
  .faq-grid {
    gap: 65px;
  }
}
@media (max-width:1050px) {
  .nr-header {
    flex-wrap: wrap;
    position: relative;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--nr-line);
    background: #fff;
    border-radius: 10px;
    padding: 9px 12px;
    font-size: 15px;
    font-weight: 600;
  }
  .primary-nav {
    display: none;
    flex-basis: 100%;
    width: 100%;
    padding: 10px 5px 6px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .primary-nav.is-open {
    display: flex;
  }
  .primary-nav>a:not(.nr-button) {
    padding-inline: 10px;
  }
  .hero-grid {
    gap: 35px;
    padding-top: 45px;
  }
  .home-hero h1 {
    font-size: clamp(58px,6.5vw,75px);
  }
  .hero-intro {
    font-size: 17px;
  }
  .hero-pill {
    font-size: 13px;
    padding-inline: 12px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .nr-button {
    font-size: 14px;
    padding: 14px 16px;
  }
  .floating-note {
    padding: 12px;
    gap: 8px;
    right: -10px;
  }
  .floating-note strong {
    font-size: 14px;
  }
  .floating-note small {
    font-size: 12px;
  }
  .floating-note .note-icon {
    width: 36px;
    height: 36px;
  }
  .hero-notes {
    font-size: 12px;
  }
  .service-grid {
    gap: 18px;
  }
  .card-copy h3 {
    font-size: 21px;
  }
  .card-copy {
    padding: 18px 5px 9px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 65px;
  }
  .footer-brand p {
    max-width: 360px;
  }
  .split-grid {
    gap: 50px;
  }
  .about-photo>img {
    height: 450px;
  }
  .round-stamp {
    right: -20px;
    width: 125px;
    height: 125px;
  }
  .round-stamp span {
    font-size: 8px;
  }
  .quote-grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 24px;
  }
  .quote-form,.quote-aside {
    padding: 28px;
  }
  .form-grid {
    gap: 16px;
  }
  .inner-hero .hero-grid {
    gap: 35px;
  }
  .faq-grid {
    gap: 40px;
  }
}
@media (max-width:800px) {
  .nr-wrap {
    width: calc(100% - 40px);
  }
  .nr-header-shell {
    padding-block: 14px;
  }
  .nr-header {
    padding: 12px 14px;
    border-radius: 18px;
  }
  .admin-bar .nr-header-shell {
    top: 46px;
  }
  .hero-grid,.inner-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 65px;
  }
  .hero-copy {
    max-width: 630px;
  }
  .home-hero h1 {
    font-size: clamp(57px,10vw,78px);
    max-width: 640px;
  }
  .hero-intro {
    font-size: 18px;
    max-width: 600px;
  }
  .hero-pill {
    font-size: 14px;
  }
  .hero-visual {
    width: min(430px,90%);
    margin: 20px auto 0;
  }
  .hero-arch {
    aspect-ratio: .9;
    max-height: 490px;
  }
  .hero-notes {
    font-size: 14px;
  }
  .floating-note {
    right: -12px;
    padding: 15px;
    gap: 10px;
  }
  .floating-note strong {
    font-size: 17px;
  }
  .floating-note small {
    font-size: 14px;
  }
  .floating-note .note-icon {
    width: 43px;
    height: 43px;
  }
  .orbit-spark {
    left: -18px;
  }
  .photo-label {
    font-size: 13px;
  }
  .service-ribbon {
    padding-block: 20px;
  }
  .ribbon-set {
    gap: 25px;
    padding-right: 25px;
  }
  .ribbon-set span {
    font-size: 23px;
  }
  .nr-section {
    padding-block: 70px;
  }
  .section-heading {
    gap: 25px;
    align-items: start;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .section-heading h2 {
    font-size: clamp(38px,6vw,52px);
  }
  .service-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
  }
  .card-copy h3 {
    font-size: 22px;
  }
  .split-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .about-section {
    padding-top: 10px;
  }
  .about-photo>img {
    height: 370px;
  }
  .about-photo {
    margin-right: 15px;
  }
  .round-stamp {
    right: -15px;
  }
  .split-copy h2 {
    font-size: 50px;
  }
  .steps-grid {
    gap: 25px;
  }
  .step-number {
    font-size: 60px;
  }
  .step h3 {
    font-size: 21px;
  }
  .step p {
    font-size: 16px;
  }
  .business-section {
    padding-block: 70px;
  }
  .business-photo {
    border-radius: 110px 20px 20px 20px;
  }
  .business-photo img {
    height: 360px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cta-panel {
    padding: 40px;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .cta-panel h2 {
    font-size: 52px;
  }
  .cta-spark {
    right: 10%;
    top: 20px;
  }
  .cta-section {
    padding-bottom: 70px;
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .quote-aside {
    position: static;
  }
  .quote-form {
    padding: 30px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-card {
    padding: 30px;
  }
  .footer-grid {
    gap: 35px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .inner-hero .hero-visual {
    width: 330px;
  }
  .inner-hero h1 {
    font-size: clamp(45px,8vw,67px);
  }
  .inner-hero .hero-intro {
    font-size: 18px;
  }
  .inner-hero .hero-grid {
    padding-block: 25px 55px;
  }
  .breadcrumb {
    margin-bottom: 25px;
  }
  .prose-body>h2,.prose-body>p {
    width: calc(100% - 40px);
  }
  .service-checklist {
    width: calc(100% - 40px);
    padding: 30px;
  }
  .prose-body {
    padding-top: 50px;
  }
}
@media (max-width:500px) {
  body.nr-site {
    font-size: 16px;
  }
  .nr-wrap {
    width: calc(100% - 32px);
  }
  .brand {
    gap: 9px;
  }
  .brand-name {
    font-size: 23px;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 23px;
  }
  .menu-toggle {
    padding: 8px;
    font-size: 14px;
  }
  .menu-toggle svg {
    width: 20px;
  }
  .primary-nav.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
  .primary-nav .nav-cta {
    grid-column: 1/-1;
    margin-top: 5px;
  }
  .home-hero h1 {
    font-size: clamp(51px,12vw,63px);
    line-height: 1.045;
  }
  .hero-pill {
    font-size: 12px;
    padding: 8px 11px;
    gap: 7px;
    margin-bottom: 22px;
  }
  .hero-intro {
    font-size: 17px;
    margin-top: 24px;
  }
  .hero-actions .nr-button {
    font-size: 14px;
    min-height: 50px;
    padding: 13px 15px;
    gap: 12px;
  }
  .hero-notes {
    font-size: 12px;
    gap: 13px;
    margin-top: 21px;
  }
  .hero-notes svg {
    width: 15px;
  }
  .hero-visual {
    margin-top: 23px;
    width: 88%;
  }
  .floating-note {
    padding: 12px;
    right: -12px;
    top: 12%;
    border-radius: 13px;
  }
  .floating-note strong {
    font-size: 14px;
  }
  .floating-note small {
    font-size: 12px;
  }
  .floating-note .note-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }
  .floating-note .note-icon svg {
    width: 20px;
  }
  .hero-arch {
    aspect-ratio: .84;
  }
  .hero-visual::before {
    inset: 28px -12px -6px 12px;
  }
  .orbit-spark svg {
    width: 55px;
    height: 55px;
  }
  .photo-label {
    font-size: 11px;
    right: 0;
    padding: 10px 13px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 13px;
    border-radius: 22px;
  }
  .card-photo {
    aspect-ratio: 1.5;
  }
  .card-copy {
    padding: 20px 10px 13px;
  }
  .card-copy h3 {
    font-size: 25px;
  }
  .card-copy p {
    font-size: 17px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .nr-section {
    padding-block: 58px;
  }
  .eyebrow {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .step {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 10px 18px;
  }
  .step-number {
    grid-row: 1/3;
    font-size: 51px;
    margin: 0;
  }
  .step h3 {
    font-size: 23px;
    margin: 0;
  }
  .step p {
    grid-column: 2;
    margin: 0;
  }
  .about-photo>img {
    height: 330px;
  }
  .round-stamp {
    bottom: 20px;
  }
  .split-copy h2 {
    font-size: 46px;
  }
  .split-copy>p:not(.eyebrow) {
    font-size: 17px;
  }
  .business-photo img {
    height: 310px;
  }
  .faq-list summary {
    font-size: 17px;
  }
  .faq-list details p {
    font-size: 16px;
  }
  .cta-panel {
    padding: 34px 25px;
  }
  .cta-panel h2 {
    font-size: 46px;
  }
  .cta-spark {
    right: -45px;
    top: 15px;
    opacity: .45;
  }
  .cta-panel>div {
    position: relative;
  }
  .cta-panel p:last-child {
    font-size: 16px;
  }
  .cta-panel .nr-button {
    width: 100%;
  }
  .nr-footer {
    padding-top: 55px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }
  .footer-brand,.footer-contact {
    grid-column: 1/-1;
  }
  .footer-brand .brand-name {
    font-size: 29px;
  }
  .footer-brand p {
    max-width: 100%;
    font-size: 17px;
  }
  .nr-footer h2 {
    font-size: 13px;
  }
  .nr-footer li {
    font-size: 15px;
  }
  .footer-bottom {
    font-size: 12px;
    margin-top: 40px;
  }
  .footer-bottom>div {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer-contact .email {
    font-size: 18px;
  }
  .footer-contact .nr-button {
    width: auto;
  }
  .inner-hero h1 {
    font-size: 47px;
  }
  .inner-hero .hero-visual {
    width: 80%;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .quote-form {
    padding: 25px 20px;
  }
  .quote-form h2 {
    font-size: 34px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .quote-form .nr-button {
    font-size: 14px;
    width: 100%;
    padding-inline: 12px;
  }
  .quote-aside h3 {
    font-size: 36px;
  }
  .contact-card h2 {
    font-size: 34px;
  }
  .contact-card {
    padding: 28px;
  }
  .contact-email {
    font-size: 20px;
  }
  .prose-body>h2 {
    font-size: 25px;
  }
  .prose-body>p {
    font-size: 17px;
  }
  .service-checklist {
    padding: 28px 23px;
  }
  .service-checklist .nr-button {
    font-size: 15px;
  }
  .inner-hero .hero-copy:only-child h1 {
    font-size: 45px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    animation: none !important;
    transition: none !important;
  }
  .will-reveal {
    opacity: 1;
    transform: none;
  }
  .ribbon-track {
    animation: none;
    transform: none;
  }
  .motion-toggle {
    display: none;
  }
}
.profile-photo {
  margin: 0;
  position: relative;
  overflow: visible !important;
}
.profile-photo>img {
  aspect-ratio: 4/4.5;
  object-position: center 25%;
  border-radius: 180px 180px 28px 28px;
}
.profile-photo figcaption {
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 0;
  color: #53655e;
}
.experience-tag {
  position: absolute;
  right: -20px;
  bottom: 85px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--lime,#d9f24c);
  padding: 18px 26px;
  border-radius: 18px;
  box-shadow: 0 12px 40px #093d3b20;
}
.experience-tag strong {
  font-family: Anton,sans-serif;
  font-size: 56px;
  line-height: 1;
}
.experience-tag span {
  font-size: 14px;
  font-weight: 600;
}
.profile-signature {
  font-size: 22px;
  font-weight: 600;
  margin: 24px 0;
}
.profile-signature span {
  display: block;
  font-size: 13px;
  color: #54675f;
  font-weight: 400;
  margin-top: 4px;
}
.profile-inline {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 26px;
  align-items: center;
  background: #e9eee8;
  border-radius: 24px;
  padding: 24px;
  margin: 0 0 50px;
}
.profile-inline img {
  width: 170px;
  height: 200px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 16px;
}
.profile-inline figcaption strong {
  display: block;
  font-size: 26px;
  line-height: 1.2;
}
.profile-inline figcaption span {
  display: block;
  margin: 12px 0;
  font-size: 16px;
}
.profile-inline small {
  display: block;
  font-size: 12px;
  color: #53655e;
  line-height: 1.5;
}
.reviews-section {
  background: #eaf0e8;
}
.review-disclosure {
  font-size: 14px;
  line-height: 1.65;
  border: 1px solid #a9bbb0;
  background: #f5f8f2;
  padding: 16px 20px;
  border-radius: 12px;
  margin: 0 0 26px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.review-card {
  background: white;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 0 #0a604a08;
}
.review-stars {
  color: #117b5f;
  font-size: 25px;
  letter-spacing: 4px;
}
.review-card blockquote {
  font-size: 17px;
  line-height: 1.8;
  margin: 20px 0 30px;
  flex: 1;
  color: #293e34;
}
.review-person {
  display: flex;
  gap: 12px;
  align-items: center;
}
.sample-initial {
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  background: #edf1df;
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
}
.review-person strong {
  display: block;
  font-size: 13px;
}
.review-person small {
  font-size: 12px;
  color: #54675f;
}
.review-invite {
  padding: 32px;
  border: 1px solid #b6c7bc;
  border-radius: 20px;
}
.legal-notice {
  padding: 20px 24px;
  background: #edf3d7;
  border-left: 4px solid #117b5f;
  border-radius: 0 15px 15px 0;
  margin-bottom: 36px;
}
.legal-notice p {
  font-size: 14px;
  margin: 8px 0 0;
}
.nr-form-card {
  padding: clamp(24px,4vw,48px);
  background: #fff;
  border: 1px solid #dce3dc;
  border-radius: 28px;
}
.nr-form-card>p {
  color: #52665b;
  line-height: 1.7;
}
.nr-form-card h2 {
  font-size: clamp(38px,4vw,60px);
  margin-bottom: 20px;
}
.nr-form-card .fluentform {
  margin-top: 28px;
}
.nr-form-card .fluentform form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 22px;
  align-items: flex-start;
}
.nr-form-card .ff-el-group {
  width: 100%;
  margin-bottom: 22px;
}
.nr-form-card .ff-el-group.nr-half {
  width: calc(50% - 11px);
}
.nr-form-card .ff-el-input--label label {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #203a2d;
  margin: 0 0 8px;
}
.nr-form-card .ff-el-form-control {
  font-family: inherit !important;
  font-size: 16px !important;
  width: 100%;
  background: #f8faf6 !important;
  border: 1px solid #b9c9bc !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  line-height: 1.5 !important;
  color: #162c21 !important;
  min-height: 52px;
  box-shadow: none !important;
}
.nr-form-card .ff-el-form-control:focus {
  outline: 3px solid #d9f24c !important;
  outline-offset: 2px;
  border-color: #117b5f !important;
}
.nr-form-card textarea.ff-el-form-control {
  min-height: 150px;
  resize: vertical;
}
.nr-form-card .ff-btn-submit {
  background: #d9f24c !important;
  color: #121512 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  padding: 17px 26px !important;
  border: 0 !important;
  border-radius: 12px !important;
  cursor: pointer;
  transition: transform .2s,box-shadow .2s;
}
.nr-form-card .ff-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px #117b5f20;
}
.nr-form-card .ff-btn-submit:focus-visible {
  outline: 3px solid #117b5f;
  outline-offset: 3px;
}
.nr-form-card .text-danger {
  color: #a52523;
  font-size: 13px;
}
.nr-form-card .ff-message-success {
  border: 1px solid #9ac7ad;
  border-radius: 16px;
  padding: 24px;
  background: #eff7ed;
  box-shadow: none;
  color: #174d35;
}
.nr-form-card .ff-message-success h3 {
  font-size: 26px;
  margin: 0 0 8px;
}
.nr-form-card .form-privacy {
  font-size: 13px !important;
  line-height: 1.7;
  margin: 16px 0 0;
}
.form-privacy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-aside .nr-button {
  margin-top: 16px;
}
.quote-aside .aside-photo {
  margin-top: 28px;
}
.aside-photo img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
}
.contact-aside address {
  font-style: normal;
  line-height: 1.8;
}
@media (max-width:1000px) {
  .review-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .experience-tag {
    right: 0;
  }
}
@media (max-width:650px) {
  .review-grid {
    grid-template-columns: 1fr;
  }
  .nr-form-card .ff-el-group.nr-half {
    width: 100%;
  }
  .profile-inline {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .profile-inline img {
    width: 100%;
    height: 330px;
    object-position: center 23%;
  }
  .review-card {
    padding: 25px;
  }
  .experience-tag {
    right: 10px;
    bottom: 70px;
    padding: 14px 18px;
  }
  .experience-tag strong {
    font-size: 45px;
  }
  .profile-photo figcaption {
    padding: 0 4px;
  }
}
.nr-form-card .fluentform form>fieldset {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 22px;
  align-items: flex-start;
  width: 100%;
}
.nr-form-card .fluentform form>fieldset>legend {
  width: 100%;
}
.nav-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}
.online-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: #117b5f;
  white-space: nowrap;
}
.online-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #159f65;
  box-shadow: 0 0 0 3px #159f6513;
}
.online-dot:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #159f65;
  animation: nr-online-pulse 2.4s ease-out infinite;
}
.promise-card .promise-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #d9f24c;
  color: #0a604a;
  margin-bottom: 24px;
}
.promise-card h3 {
  font-size: 23px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.promise-card>p {
  font-size: 16px;
  line-height: 1.8;
  color: #455e51;
}
.feedback-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}
.feedback-link p {
  margin: 0;
  font-size: 16px;
}
.profile-photo .experience-tag {
  bottom: 35px;
}
@keyframes nr-online-pulse {
  0% {
    transform: scale(1);
    opacity: .55;
  }
  80%,100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
@media (max-width:950px) {
  .nav-action {
    align-items: stretch;
    margin-top: 8px;
  }
  .online-label {
    justify-content: flex-start;
    margin: 5px 0 3px 5px;
  }
}
@media (max-width:650px) {
  .feedback-link {
    align-items: flex-start;
    flex-direction: column;
  }
  .profile-inline {
    margin-inline: 20px;
  }
}
@media (max-width:500px) {
  .primary-nav .nav-action {
    grid-column: 1/-1;
  }
  .primary-nav .nav-action .nav-cta {
    margin-top: 0;
  }
  .online-label {
    justify-content: center;
  }
}
@media (prefers-reduced-motion:reduce) {
  .online-dot:after {
    animation: none;
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-outline-style: solid;
    }
  }
}
