/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: aktiv-grotesk, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-teal-600: oklch(60% 0.118 184.704);
    --color-teal-800: oklch(43.7% 0.078 188.216);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-5xl: 64rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --blur-3xl: 64px;
    --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);
    --vru-spacing-2xl: 3.75rem;
    --vru-spacing-xl: 2.8125rem;
    --vru-spacing-lg: 1.875rem;
    --vru-spacing-sm: 1.25rem;
    --radius-5xl: 2.8125rem;
    --radius-6xl: 3.75rem;
    --radius-7xl: 5.625rem;
    --radius-8xl: 7.5rem;
    --font-display: aktiv-grotesk-extended, serif;
  }
}
@layer base {
  ::-webkit-file-upload-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  *, ::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%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    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;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  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 {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
  ::-webkit-file-upload-button {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
  }
  ::file-selector-button {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .\!top-auto {
    top: auto !important;
  }
  .top-\(--vru-spacing-lg\) {
    top: var(--vru-spacing-lg);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .right-\(--vru-spacing-lg\) {
    right: var(--vru-spacing-lg);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-full {
    left: 100%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-4 {
    grid-column-start: 4;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .prose {
    color: inherit;
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      font-family: var(--font-display);
      font-size: var(--vru-body-m);
      line-height: 1.25;
    }
    :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: inherit;
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      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;
      -webkit-padding-start: 1.625em;
      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;
      -webkit-padding-start: 1.625em;
      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: 1;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: inherit;
      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;
      -webkit-padding-start: 1em;
      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: inherit;
      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: inherit;
      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: var(--vru-h3);
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
      line-height: 0.94;
      letter-spacing: -0.05em;
    }
    :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;
      font-size: var(--vru-h4);
      line-height: 0.94;
      letter-spacing: -0.05em;
    }
    :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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      -webkit-padding-end: 0.375em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      -webkit-padding-start: 0.375em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      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;
      -webkit-padding-end: 1.1428571em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      -webkit-padding-start: 1.1428571em;
      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;
      -webkit-padding-end: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      -webkit-padding-start: 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: NaN NaN NaN;
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :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"] *)) {
      -webkit-padding-start: 0.375em;
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      -webkit-padding-start: 0.375em;
      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;
      -webkit-padding-start: 1.625em;
      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"] *)) {
      -webkit-padding-start: 0;
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      -webkit-padding-end: 0;
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      -webkit-padding-end: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      -webkit-padding-start: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      -webkit-padding-start: 0;
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      -webkit-padding-end: 0;
      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;
    }
    text-align: center;
    :where(p, h1, h2, h3, h4, h5, h6, li, blockquote, pre, code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin: 0;
    }
    :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin: 0;
      padding: 0;
    }
    :where(p + p:not(:first-of-type)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1lh;
    }
    :where(p.has-small-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-family: var(--font-sans);
      font-size: var(--vru-body-s);
    }
    :where(p.has-large-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      letter-spacing: -0.04em;
      font-size: var(--vru-h5);
      line-height: 0.94;
    }
    :where(p.has-large-font-size strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      font-size: var(--vru-h4);
    }
    :where(h1, h2, h3, h4, h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-family: var(--font-display);
      -webkit-hyphens: none;
      hyphens: none;
      word-break: keep-all;
      letter-spacing: -0.05em;
    }
    :where(h1, h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: var(--vru-h2);
      line-height: 0.93;
    }
    :where(cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: var(--vru-label);
    }
    :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: var(--vru-h4);
      font-weight: 700;
    }
    :where(p:has(+ h2) em):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: var(--vru-nav);
      color: var(--color-vru-grey1);
    }
  }
  .\!mx-auto {
    margin-inline: auto !important;
  }
  .mx-2\.5 {
    margin-inline: calc(var(--spacing) * 2.5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-6\.25 {
    margin-top: calc(var(--spacing) * 6.25);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-\(--vru-spacing-sm\) {
    margin-right: calc(var(--vru-spacing-sm) * -1);
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .-mb-\(--vru-spacing-sm\) {
    margin-bottom: calc(var(--vru-spacing-sm) * -1);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-\[27\%\] {
    margin-bottom: 27%;
  }
  .-ml-0\.5 {
    margin-left: calc(var(--spacing) * -0.5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-2\.5 {
    margin-left: calc(var(--spacing) * 2.5);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .\!aspect-square {
    aspect-ratio: 1 / 1 !important;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .\!h-\[4\.375rem\] {
    height: 4.375rem !important;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[3\.125rem\] {
    height: 3.125rem;
  }
  .h-\[3\.875rem\] {
    height: 3.875rem;
  }
  .h-\[4\.375rem\] {
    height: 4.375rem;
  }
  .h-\[5\.625rem\] {
    height: 5.625rem;
  }
  .h-\[5\.3125rem\] {
    height: 5.3125rem;
  }
  .h-\[6\.0625rem\] {
    height: 6.0625rem;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-20 {
    max-height: calc(var(--spacing) * 20);
  }
  .max-h-\[3\.0625rem\] {
    max-height: 3.0625rem;
  }
  .max-h-\[4\.125rem\] {
    max-height: 4.125rem;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .min-h-20 {
    min-height: calc(var(--spacing) * 20);
  }
  .min-h-\[5\.625rem\] {
    min-height: 5.625rem;
  }
  .min-h-\[9\.125rem\] {
    min-height: 9.125rem;
  }
  .min-h-\[27\.5rem\] {
    min-height: 27.5rem;
  }
  .min-h-\[33rem\] {
    min-height: 33rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[4\.375rem\] {
    width: 4.375rem !important;
  }
  .\!w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-11\/12 {
    width: calc(11/12 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-19 {
    width: calc(var(--spacing) * 19);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-\[1\.875rem\] {
    width: 1.875rem;
  }
  .w-\[2\.625rem\] {
    width: 2.625rem;
  }
  .w-\[3\.875rem\] {
    width: 3.875rem;
  }
  .w-\[3\.4375rem\] {
    width: 3.4375rem;
  }
  .w-\[4\.375rem\] {
    width: 4.375rem;
  }
  .w-\[6\.625rem\] {
    width: 6.625rem;
  }
  .w-\[12\.8125rem\] {
    width: 12.8125rem;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-64 {
    max-width: calc(var(--spacing) * 64);
  }
  .max-w-\[10\.5rem\] {
    max-width: 10.5rem;
  }
  .max-w-\[58\.75rem\] {
    max-width: 58.75rem;
  }
  .max-w-\[none\] {
    max-width: none;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .flex-1 {
    flex: 1;
  }
  .\!shrink-0 {
    flex-shrink: 0 !important;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-x-5 {
    -moz-column-gap: calc(var(--spacing) * 5);
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-10 {
    -moz-column-gap: calc(var(--spacing) * 10);
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-20 {
    -moz-column-gap: calc(var(--spacing) * 20);
    column-gap: calc(var(--spacing) * 20);
  }
  .gap-x-\[2\.625rem\] {
    -moz-column-gap: 2.625rem;
    column-gap: 2.625rem;
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-7 {
    row-gap: calc(var(--spacing) * 7);
  }
  .gap-y-9 {
    row-gap: calc(var(--spacing) * 9);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
  .gap-y-\[9px\] {
    row-gap: 9px;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-5xl {
    border-radius: var(--radius-5xl);
  }
  .rounded-6xl {
    border-radius: var(--radius-6xl);
  }
  .rounded-7xl {
    border-radius: var(--radius-7xl);
  }
  .rounded-\[6vw\] {
    border-radius: 6vw;
  }
  .rounded-\[10vw\] {
    border-radius: 10vw;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-black\/30 {
    border-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/28 {
    border-color: color-mix(in srgb, #fff 28%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 28%, transparent);
    }
  }
  .border-white\/50 {
    border-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-\[\#4BA564\] {
    background-color: #4BA564;
  }
  .bg-\[\#648AC8\] {
    background-color: #648AC8;
  }
  .bg-\[\#B6AAFA\] {
    background-color: #B6AAFA;
  }
  .bg-\[\#D7D7D6\] {
    background-color: #D7D7D6;
  }
  .bg-\[\#E74328\] {
    background-color: #E74328;
  }
  .bg-\[\#FF7F44\] {
    background-color: #FF7F44;
  }
  .bg-\[\#FFA88F\] {
    background-color: #FFA88F;
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/55 {
    background-color: color-mix(in srgb, #000 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 55%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/65 {
    background-color: color-mix(in srgb, #000 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 65%, transparent);
    }
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-cyan-500 {
    background-color: var(--color-cyan-500);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-pink-500 {
    background-color: var(--color-pink-500);
  }
  .bg-purple-500 {
    background-color: var(--color-purple-500);
  }
  .bg-red-400\/50 {
    background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-400) 50%, transparent);
    }
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-sky-500 {
    background-color: var(--color-sky-500);
  }
  .bg-vru-brown {
    background-color: #280019;
  }
  .bg-vru-grey2 {
    background-color: #EBEDF0;
  }
  .bg-vru-highlight {
    background-color: #B2F700;
  }
  .bg-vru-red2 {
    background-color: #FF8289;
  }
  .bg-vru-white {
    background-color: #FFFFFA;
  }
  .bg-vru-white\/85 {
    background-color: color-mix(in oklab, #FFFFFA 85%, transparent);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/88 {
    background-color: color-mix(in srgb, #fff 88%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 88%, transparent);
    }
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-repeat-x {
    background-repeat: repeat-x;
  }
  .mask-repeat {
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
  }
  .fill-current {
    fill: currentcolor;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-\(--vru-spacing-2xl\) {
    padding: var(--vru-spacing-2xl);
  }
  .p-\(--vru-spacing-lg\) {
    padding: var(--vru-spacing-lg);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[0\.625rem\] {
    padding: 0.625rem;
  }
  .p-\[1\.375rem\] {
    padding: 1.375rem;
  }
  .p-\[5\.4\%\] {
    padding: 5.4%;
  }
  .p-\[6\.75\%\] {
    padding: 6.75%;
  }
  .px-\(--vru-spacing-lg\) {
    padding-inline: var(--vru-spacing-lg);
  }
  .px-\(--vru-spacing-sm\) {
    padding-inline: var(--vru-spacing-sm);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .py-\[1\.5625rem\] {
    padding-block: 1.5625rem;
  }
  .pt-\(--vru-spacing-2xl\) {
    padding-top: var(--vru-spacing-2xl);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5\.5 {
    padding-top: calc(var(--spacing) * 5.5);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pt-\[4\.375rem\] {
    padding-top: 4.375rem;
  }
  .pb-\(--vru-spacing-2xl\) {
    padding-bottom: var(--vru-spacing-2xl);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[3\.125rem\] {
    padding-bottom: 3.125rem;
  }
  .pl-\(--vru-spacing-lg\) {
    padding-left: var(--vru-spacing-lg);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[0\.6875rem\] {
    font-size: 0.6875rem;
  }
  .text-vru-display {
    font-size: var(--vru-display);
  }
  .text-vru-h2 {
    font-size: var(--vru-h2);
  }
  .text-vru-label {
    font-size: var(--vru-label);
  }
  .text-vru-label-s {
    font-size: var(--vru-label-s);
  }
  .leading-\[1\.125em\] {
    --tw-leading: 1.125em;
    line-height: 1.125em;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.05em\] {
    --tw-tracking: -0.05em;
    letter-spacing: -0.05em;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/40 {
    color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .text-black\/60 {
    color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-teal-600 {
    color: var(--color-teal-600);
  }
  .text-vru-red2 {
    color: #FF8289;
  }
  .text-vru-white {
    color: #FFFFFA;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow-2xl\/3 {
    --tw-shadow-alpha: 3%;
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.25) l a b / 3%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur-2xl {
    --tw-backdrop-blur: blur(var(--blur-2xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-3xl {
    --tw-backdrop-blur: blur(var(--blur-3xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:bg-vru-highlight {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #B2F700;
      }
    }
  }
  .group-hover\:bg-vru-text {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #000000;
      }
    }
  }
  .group-hover\:bg-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .group-hover\:text-vru-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #FFFFFA;
      }
    }
  }
  .after\:hidden {
    &::after {
      content: var(--tw-content);
      display: none;
    }
  }
  .first\:bg-vru-highlight {
    &:first-child {
      background-color: #B2F700;
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-white\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
        }
      }
    }
  }
  .hover\:text-teal-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-teal-800);
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  .nth-2\:bg-vru-grey2 {
    &:nth-child(2) {
      background-color: #EBEDF0;
    }
  }
  .max-md\:mb-42 {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 42);
    }
  }
  .sm\:container {
    @media (width >= 640px) {
      width: 100%;
      @media (width >= 640px) {
        max-width: 640px;
      }
      @media (width >= 768px) {
        max-width: 768px;
      }
      @media (width >= 1024px) {
        max-width: 1024px;
      }
      @media (width >= 1280px) {
        max-width: 1280px;
      }
      @media (width >= 1440px) {
        max-width: 1440px;
      }
    }
  }
  .sm\:inline-flex {
    @media (width >= 640px) {
      display: inline-flex;
    }
  }
  .sm\:h-12 {
    @media (width >= 640px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 640px) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-auto {
    @media (width >= 640px) {
      width: auto;
    }
  }
  .sm\:justify-center {
    @media (width >= 640px) {
      justify-content: center;
    }
  }
  .sm\:rounded-full {
    @media (width >= 640px) {
      border-radius: calc(infinity * 1px);
    }
  }
  .sm\:border-t {
    @media (width >= 640px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .sm\:border-t-0 {
    @media (width >= 640px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .sm\:border-r {
    @media (width >= 640px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .sm\:border-b {
    @media (width >= 640px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .sm\:border-l {
    @media (width >= 640px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .sm\:px-10 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:text-3xl {
    @media (width >= 640px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 640px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 640px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:font-light {
    @media (width >= 640px) {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
  }
  .md\:relative {
    @media (width >= 768px) {
      position: relative;
    }
  }
  .md\:col-span-1 {
    @media (width >= 768px) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-6 {
    @media (width >= 768px) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-start-2 {
    @media (width >= 768px) {
      grid-column-start: 2;
    }
  }
  .md\:prose-md {
    @media (width >= 768px) {
      :where(p, h1, h2, h3, h4, h5, h6, li, blockquote, pre, code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin: 0 auto;
        max-width: 56.25rem;
      }
      :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin: 0;
        padding: 0;
      }
      :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-family: var(--font-display);
        font-size: var(--vru-body-m);
        line-height: 1.25;
      }
      :where(p + p:not(:first-of-type)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1lh;
      }
      :where(p.has-small-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-family: var(--font-sans);
        font-size: var(--vru-body-s);
      }
      :where(p.has-large-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        letter-spacing: -0.04em;
        font-size: var(--vru-h5);
        line-height: 0.94;
      }
      :where(p.has-large-font-size strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        font-size: var(--vru-h4);
      }
      :where(h1, h2, h3, h4, h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-family: var(--font-display);
        -webkit-hyphens: none;
        hyphens: none;
        word-break: keep-all;
        letter-spacing: -0.05em;
      }
      :where(h1, h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h2);
        line-height: 0.93;
      }
      :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h3);
        line-height: 0.94;
        letter-spacing: -0.05em;
      }
      :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h4);
        line-height: 0.94;
        letter-spacing: -0.05em;
      }
      :where(cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-label);
      }
      :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h4);
        font-weight: 700;
      }
    }
  }
  .md\:mx-\(--vru-spacing-sm\) {
    @media (width >= 768px) {
      margin-inline: var(--vru-spacing-sm);
    }
  }
  .md\:mx-auto {
    @media (width >= 768px) {
      margin-inline: auto;
    }
  }
  .md\:-my-1 {
    @media (width >= 768px) {
      margin-block: calc(var(--spacing) * -1);
    }
  }
  .md\:mt-6 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-10 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:-mr-\[0\.625rem\] {
    @media (width >= 768px) {
      margin-right: calc(0.625rem * -1);
    }
  }
  .md\:-mb-2 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * -2);
    }
  }
  .md\:-mb-\[0\.625rem\] {
    @media (width >= 768px) {
      margin-bottom: calc(0.625rem * -1);
    }
  }
  .md\:mb-3 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-6 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-56 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 56);
    }
  }
  .md\:mb-\[45\%\] {
    @media (width >= 768px) {
      margin-bottom: 45%;
    }
  }
  .md\:ml-\(--vru-spacing-sm\) {
    @media (width >= 768px) {
      margin-left: var(--vru-spacing-sm);
    }
  }
  .md\:ml-6 {
    @media (width >= 768px) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:inline-flex {
    @media (width >= 768px) {
      display: inline-flex;
    }
  }
  .md\:aspect-\[4\/5\] {
    @media (width >= 768px) {
      aspect-ratio: 4/5;
    }
  }
  .md\:h-10 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-24 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 24);
    }
  }
  .md\:h-\[5\.0625rem\] {
    @media (width >= 768px) {
      height: 5.0625rem;
    }
  }
  .md\:h-\[503px\] {
    @media (width >= 768px) {
      height: 503px;
    }
  }
  .md\:min-h-24 {
    @media (width >= 768px) {
      min-height: calc(var(--spacing) * 24);
    }
  }
  .md\:min-h-\[30rem\] {
    @media (width >= 768px) {
      min-height: 30rem;
    }
  }
  .md\:min-h-\[46rem\] {
    @media (width >= 768px) {
      min-height: 46rem;
    }
  }
  .md\:w-10 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 10);
    }
  }
  .md\:w-\[3\.75rem\] {
    @media (width >= 768px) {
      width: 3.75rem;
    }
  }
  .md\:w-\[5\.5625rem\] {
    @media (width >= 768px) {
      width: 5.5625rem;
    }
  }
  .md\:w-\[6\.625rem\] {
    @media (width >= 768px) {
      width: 6.625rem;
    }
  }
  .md\:w-\[503px\] {
    @media (width >= 768px) {
      width: 503px;
    }
  }
  .md\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .md\:max-w-72 {
    @media (width >= 768px) {
      max-width: calc(var(--spacing) * 72);
    }
  }
  .md\:shrink-0 {
    @media (width >= 768px) {
      flex-shrink: 0;
    }
  }
  .md\:grow-0 {
    @media (width >= 768px) {
      flex-grow: 0;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:items-end {
    @media (width >= 768px) {
      align-items: flex-end;
    }
  }
  .md\:justify-center {
    @media (width >= 768px) {
      justify-content: center;
    }
  }
  .md\:gap-5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-y-9 {
    @media (width >= 768px) {
      row-gap: calc(var(--spacing) * 9);
    }
  }
  .md\:overflow-clip {
    @media (width >= 768px) {
      overflow: clip;
    }
  }
  .md\:rounded-7xl {
    @media (width >= 768px) {
      border-radius: var(--radius-7xl);
    }
  }
  .md\:rounded-8xl {
    @media (width >= 768px) {
      border-radius: var(--radius-8xl);
    }
  }
  .md\:rounded-\[3\.2em\] {
    @media (width >= 768px) {
      border-radius: 3.2em;
    }
  }
  .md\:p-7\.5 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 7.5);
    }
  }
  .md\:p-10 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-12 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:p-\[4\.375rem\] {
    @media (width >= 768px) {
      padding: 4.375rem;
    }
  }
  .md\:p-\[27px\] {
    @media (width >= 768px) {
      padding: 27px;
    }
  }
  .md\:px-\(--vru-spacing-2xl\) {
    @media (width >= 768px) {
      padding-inline: var(--vru-spacing-2xl);
    }
  }
  .md\:px-\(--vru-spacing-xl\) {
    @media (width >= 768px) {
      padding-inline: var(--vru-spacing-xl);
    }
  }
  .md\:px-10 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-28 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 28);
    }
  }
  .md\:py-\(--vru-spacing-xl\) {
    @media (width >= 768px) {
      padding-block: var(--vru-spacing-xl);
    }
  }
  .md\:py-7 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .md\:pt-24 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pb-\[5\.625rem\] {
    @media (width >= 768px) {
      padding-bottom: 5.625rem;
    }
  }
  .md\:pl-16 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .md\:text-4xl {
    @media (width >= 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:-left-2\.5 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * -2.5);
    }
  }
  .lg\:left-5 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * 5);
    }
  }
  .lg\:col-span-3 {
    @media (width >= 1024px) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-10 {
    @media (width >= 1024px) {
      grid-column: span 10 / span 10;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 1024px) {
      grid-column-start: 2;
    }
  }
  .lg\:prose-lg {
    @media (width >= 1024px) {
      font-size: 1.125rem;
      line-height: 1.7777778;
      :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        font-family: var(--font-display);
        font-size: var(--vru-body-m);
        line-height: 1.25;
      }
      :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
      }
      :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        -webkit-padding-start: 1em;
        padding-inline-start: 1em;
      }
      :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
      }
      :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
      }
      :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h3);
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
        line-height: 0.94;
        letter-spacing: -0.05em;
      }
      :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
        font-size: var(--vru-h4);
        line-height: 0.94;
        letter-spacing: -0.05em;
      }
      :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
      }
      :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        border-radius: 0.3125rem;
        padding-top: 0.2222222em;
        -webkit-padding-end: 0.4444444em;
        padding-inline-end: 0.4444444em;
        padding-bottom: 0.2222222em;
        -webkit-padding-start: 0.4444444em;
        padding-inline-start: 0.4444444em;
      }
      :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
      }
      :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8666667em;
      }
      :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.875em;
      }
      :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        -webkit-padding-end: 1.5em;
        padding-inline-end: 1.5em;
        padding-bottom: 1em;
        -webkit-padding-start: 1.5em;
        padding-inline-start: 1.5em;
      }
      :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        -webkit-padding-start: 1.5555556em;
        padding-inline-start: 1.5555556em;
      }
      :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        -webkit-padding-start: 1.5555556em;
        padding-inline-start: 1.5555556em;
      }
      :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
      }
      :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0.4444444em;
        padding-inline-start: 0.4444444em;
      }
      :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0.4444444em;
        padding-inline-start: 0.4444444em;
      }
      :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
      }
      :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
      }
      :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
      }
      :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
      }
      :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
      }
      :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
      }
      :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
      }
      :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
      }
      :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        -webkit-padding-start: 1.5555556em;
        padding-inline-start: 1.5555556em;
      }
      :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
      }
      :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(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
      }
      :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0.75em;
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        -webkit-padding-start: 0.75em;
        padding-inline-start: 0.75em;
      }
      :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
      }
      :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
      }
      :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.75em;
        -webkit-padding-end: 0.75em;
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        -webkit-padding-start: 0.75em;
        padding-inline-start: 0.75em;
      }
      :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
      }
      :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
      }
      :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :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"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
      }
      :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
      }
      :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
      }
      :where(p, h1, h2, h3, h4, h5, h6, li, blockquote, pre, code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin: 0 auto;
        max-width: 56.25rem;
      }
      :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin: 0;
        padding: 0;
      }
      :where(p + p:not(:first-of-type)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1lh;
      }
      :where(p.has-small-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-family: var(--font-sans);
        font-size: var(--vru-body-s);
      }
      :where(p.has-large-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        letter-spacing: -0.04em;
        font-size: var(--vru-h5);
        line-height: 0.94;
      }
      :where(p.has-large-font-size strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        font-size: var(--vru-h4);
      }
      :where(h1, h2, h3, h4, h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-family: var(--font-display);
        -webkit-hyphens: none;
        hyphens: none;
        word-break: keep-all;
        letter-spacing: -0.05em;
      }
      :where(h1, h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h2);
        line-height: 0.93;
      }
      :where(cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-label);
      }
      :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h4);
        font-weight: 700;
      }
    }
  }
  .lg\:mx-10 {
    @media (width >= 1024px) {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-7 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .lg\:mt-8 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-9 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .lg\:mt-14 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:mt-36 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 36);
    }
  }
  .lg\:mt-42 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 42);
    }
  }
  .lg\:-mb-4 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * -4);
    }
  }
  .lg\:mb-0 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-auto {
    @media (width >= 1024px) {
      margin-bottom: auto;
    }
  }
  .lg\:ml-10 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:h-\[6\.0625rem\] {
    @media (width >= 1024px) {
      height: 6.0625rem;
    }
  }
  .lg\:h-full {
    @media (width >= 1024px) {
      height: 100%;
    }
  }
  .lg\:max-h-24 {
    @media (width >= 1024px) {
      max-height: calc(var(--spacing) * 24);
    }
  }
  .lg\:min-h-30 {
    @media (width >= 1024px) {
      min-height: calc(var(--spacing) * 30);
    }
  }
  .lg\:min-h-\[38rem\] {
    @media (width >= 1024px) {
      min-height: 38rem;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[4\.375rem\] {
    @media (width >= 1024px) {
      width: 4.375rem;
    }
  }
  .lg\:w-\[6\.625rem\] {
    @media (width >= 1024px) {
      width: 6.625rem;
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:max-w-80 {
    @media (width >= 1024px) {
      max-width: calc(var(--spacing) * 80);
    }
  }
  .lg\:flex-1 {
    @media (width >= 1024px) {
      flex: 1;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:gap-x-32 {
    @media (width >= 1024px) {
      -moz-column-gap: calc(var(--spacing) * 32);
      column-gap: calc(var(--spacing) * 32);
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 1024px) {
      overflow: hidden;
    }
  }
  .lg\:rounded-8xl {
    @media (width >= 1024px) {
      border-radius: var(--radius-8xl);
    }
  }
  .lg\:rounded-lg {
    @media (width >= 1024px) {
      border-radius: var(--radius-lg);
    }
  }
  .lg\:p-\(--vru-spacing-2xl\) {
    @media (width >= 1024px) {
      padding: var(--vru-spacing-2xl);
    }
  }
  .lg\:p-8 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-11 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 11);
    }
  }
  .lg\:px-\[3\.125rem\] {
    @media (width >= 1024px) {
      padding-inline: 3.125rem;
    }
  }
  .lg\:py-8 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-40 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  .lg\:pt-20 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-\[4\.38rem\] {
    @media (width >= 1024px) {
      padding-bottom: 4.38rem;
    }
  }
  .lg\:shadow-2xl {
    @media (width >= 1024px) {
      --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .xl\:prose-lg {
    @media (width >= 1280px) {
      font-size: 1.125rem;
      line-height: 1.7777778;
      :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        font-family: var(--font-display);
        font-size: var(--vru-body-m);
        line-height: 1.25;
      }
      :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
      }
      :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        -webkit-padding-start: 1em;
        padding-inline-start: 1em;
      }
      :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
      }
      :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
      }
      :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h3);
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
        line-height: 0.94;
        letter-spacing: -0.05em;
      }
      :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
        font-size: var(--vru-h4);
        line-height: 0.94;
        letter-spacing: -0.05em;
      }
      :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
      }
      :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        border-radius: 0.3125rem;
        padding-top: 0.2222222em;
        -webkit-padding-end: 0.4444444em;
        padding-inline-end: 0.4444444em;
        padding-bottom: 0.2222222em;
        -webkit-padding-start: 0.4444444em;
        padding-inline-start: 0.4444444em;
      }
      :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
      }
      :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8666667em;
      }
      :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.875em;
      }
      :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        -webkit-padding-end: 1.5em;
        padding-inline-end: 1.5em;
        padding-bottom: 1em;
        -webkit-padding-start: 1.5em;
        padding-inline-start: 1.5em;
      }
      :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        -webkit-padding-start: 1.5555556em;
        padding-inline-start: 1.5555556em;
      }
      :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        -webkit-padding-start: 1.5555556em;
        padding-inline-start: 1.5555556em;
      }
      :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
      }
      :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0.4444444em;
        padding-inline-start: 0.4444444em;
      }
      :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0.4444444em;
        padding-inline-start: 0.4444444em;
      }
      :where(.xl\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
      }
      :where(.xl\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
      }
      :where(.xl\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
      }
      :where(.xl\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
      }
      :where(.xl\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
      }
      :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
      }
      :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
      }
      :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
      }
      :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        -webkit-padding-start: 1.5555556em;
        padding-inline-start: 1.5555556em;
      }
      :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
      }
      :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(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
      }
      :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0.75em;
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        -webkit-padding-start: 0.75em;
        padding-inline-start: 0.75em;
      }
      :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
      }
      :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
      }
      :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.75em;
        -webkit-padding-end: 0.75em;
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        -webkit-padding-start: 0.75em;
        padding-inline-start: 0.75em;
      }
      :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
      }
      :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
      }
      :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :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"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
      }
      :where(.xl\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
      }
      :where(.xl\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
      }
      :where(p, h1, h2, h3, h4, h5, h6, li, blockquote, pre, code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin: 0 auto;
        max-width: 56.25rem;
      }
      :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin: 0;
        padding: 0;
      }
      :where(p + p:not(:first-of-type)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1lh;
      }
      :where(p.has-small-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-family: var(--font-sans);
        font-size: var(--vru-body-s);
      }
      :where(p.has-large-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        letter-spacing: -0.04em;
        font-size: var(--vru-h5);
        line-height: 0.94;
      }
      :where(p.has-large-font-size strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        font-size: var(--vru-h4);
      }
      :where(h1, h2, h3, h4, h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-family: var(--font-display);
        -webkit-hyphens: none;
        hyphens: none;
        word-break: keep-all;
        letter-spacing: -0.05em;
      }
      :where(h1, h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h2);
        line-height: 0.93;
      }
      :where(cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-label);
      }
      :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h4);
        font-weight: 700;
      }
    }
  }
  .xl\:block {
    @media (width >= 1280px) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
}
@font-face {
  font-family: "Trailers";
  src: url("../fonts/woff2/TT_Trailers2_DemiBold_Italic.woff2") format("woff2"),
	 url("../fonts/woff/TT_Trailers2_DemiBold_Italic.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@layer base {
  ::-moz-selection {
    background-color: color-mix(in oklab, #B2F700 60%, transparent);
    color: var(--color-black);
  }
  ::selection {
    background-color: color-mix(in oklab, #B2F700 60%, transparent);
    color: var(--color-black);
  }
  :focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-style: var(--tw-outline-style);
    outline-width: 3px;
    outline-color: var(--color-black);
  }
  .bg-vru-brown {
    :focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-style: var(--tw-outline-style);
      outline-width: 3px;
      outline-color: var(--color-white);
    }
  }
  :root {
    --font-size-heading: 1.5rem;
    --vru-h2: 2.75rem;
    --vru-h3: 2.3125rem;
    --vru-h4: 1.8125rem;
    --vru-h5: 1.375rem;
    --vru-body-m: 1.125rem;
    --vru-body-s: 1rem;
    --vru-label: 0.9375rem;
    --vru-label-s: 0.875rem;
    --vru-nav: 1.0625rem;
    --vru-display: 9.75rem;
  }
  @media (min-width: 768px) {
    :root {
      --font-size-heading: 2rem;
      --vru-h2: 4.125rem;
      --vru-h3: 3.4375rem;
      --vru-h4: 2.1875rem;
      --vru-h5: 1.6875rem;
      --vru-body-m: 1.3125rem;
      --vru-body-s: 1.125rem;
      --vru-label: 1rem;
      --vru-label-s: 0.9375rem;
      --vru-nav: 1.1875rem;
      --vru-display: 8.75rem;
    }
  }
  @media (min-width: 1024px) {
    :root {
      --font-size-heading: 2.5rem;
      --vru-h2: 4.8125rem;
      --vru-h3: 3.9375rem;
      --vru-h4: 2.375rem;
      --vru-h5: 1.9375rem;
      --vru-body-m: 1.4375rem;
      --vru-body-s: 1.25rem;
      --vru-label: 1.0625rem;
      --vru-label-s: 1rem;
      --vru-nav: 1.25rem;
      //--vru-display: 12rem;
      --vru-display: 11rem;
    }
  }
  @media (min-width: 1280px) {
    :root {
      --font-size-heading: 2.5rem;
      --vru-h2: 4.8125rem;
      --vru-h3: 3.9375rem;
      --vru-h4: 2.375rem;
      --vru-h5: 1.9375rem;
      --vru-body-m: 1.4375rem;
      --vru-body-s: 1.25rem;
      --vru-label: 1.0625rem;
      --vru-label-s: 1rem;
      --vru-nav: 1.25rem;
      --vru-display: 15.625rem;
    }
  }
}
@layer components {
  .sw-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(var(--spacing) * 2.5);
    @media (width >= 768px) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 5);
    }
    @media (width >= 1024px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .vru-transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .vru-nav {
    font-family: var(--font-display);
    font-size: var(--vru-nav);
  }
  .vru-label {
    font-family: var(--font-display);
    font-size: var(--vru-label);
  }
  .vru-label-s {
    font-size: var(--vru-label-s);
  }
  .vru-body-m {
    font-size: var(--vru-body-m);
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .vru-body-s {
    font-size: var(--vru-body-s);
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .vru-h3 {
    font-family: var(--font-display);
    font-size: var(--vru-h3);
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    --tw-tracking: -0.05em;
    letter-spacing: -0.05em;
  }
  .vru-h4 {
    font-family: var(--font-display);
    font-size: var(--vru-h4);
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    --tw-tracking: -0.05em;
    letter-spacing: -0.05em;
  }
  .vru-h5 {
    font-family: var(--font-display);
    font-size: var(--vru-h5);
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  .nav-glass {
    background: linear-gradient(0deg, rgba(217, 217, 217, 0.38), rgba(217, 217, 217, 0.38)), rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  .button-gradient {
    background: linear-gradient(90deg, rgba(132, 132, 132, 0.23) 0%, rgba(204, 204, 204, 0.115) 100%), rgba(217, 217, 217, 0.68) !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  margin-inline: auto;
  padding-inline: calc(var(--spacing) * 2.5);
  @media (width >= 768px) {
    padding-inline: var(--vru-spacing-lg);
  }
  @media (width >= 1024px) {
    padding-inline: calc(var(--spacing) * 10);
  }
}
#overlay-inner .container {
  padding-inline: calc(var(--spacing) * 0);
}
header {
  ul#menu-main-menu {
    li {
      a {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
        text-decoration-thickness: 3px;
        text-underline-offset: 5px;
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
        &:hover {
          -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
          -webkit-text-decoration-color: currentcolor;
          text-decoration-color: currentcolor;
          @supports (color: color-mix(in lab, red, red)) {
            -webkit-text-decoration-color: color-mix(in oklab, currentcolor 25%, transparent);
            text-decoration-color: color-mix(in oklab, currentcolor 25%, transparent);
          }
          text-decoration-thickness: 3px;
          text-underline-offset: 5px;
        }
      }
      &.current-menu-item {
        a {
          -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
          -webkit-text-decoration-color: currentcolor !important;
          text-decoration-color: currentcolor !important;
          text-decoration-thickness: 3px;
          text-underline-offset: 5px;
        }
      }
    }
  }
}
body.nav-open {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
h1 {
  word-break: break-word;
  overflow-wrap: break-word;
}
hr {
  margin-inline: auto;
  max-width: 56rem;
  border-color: color-mix(in srgb, #000 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
em {
  font-style: normal;
}
h2.wp-block-heading {
  margin-bottom: var(--vru-spacing-xl);
}
p:has(em) + h2.wp-block-heading {
  margin-block: var(--vru-spacing-xl);
}
h3.wp-block-heading {
  margin-bottom: var(--vru-spacing-lg);
  @media (width >= 768px) {
    margin-bottom: var(--vru-spacing-xl);
  }
}
h4.wp-block-heading {
  margin-bottom: var(--vru-spacing-lg);
  @media (width >= 768px) {
    margin-bottom: var(--vru-spacing-xl);
  }
}
h2.has-small-font-size {
  font-family: var(--font-display);
  font-size: var(--vru-h4);
  --tw-leading: 0.94;
  line-height: 0.94;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  --tw-tracking: -0.05em;
  letter-spacing: -0.05em;
}
.wp-block-group {
  div.block-images-grid {
    margin-bottom: var(--vru-spacing-xl);
    background-color: transparent !important;
  }
  .wp-block-group__inner-container {
    > div + div {
      margin-top: calc(var(--spacing) * 20);
      &.block-carousel-explainer {
        margin-top: calc(var(--spacing) * 10);
        @media (width >= 768px) {
          margin-top: calc(var(--spacing) * 12);
        }
        @media (width >= 1024px) {
          margin-top: calc(var(--spacing) * 16);
        }
      }
    }
  }
}
.has-lilac-background-color {
  background-color: #B6AAFA;
}
.has-light-grey-background-color {
  background-color: #EBEDF0;
}
.has-blue-background-color {
  background-color: #7DC4BD;
}
.has-red-background-color {
  background-color: #FF8289;
}
.wp-block-group {
  padding-block: calc(var(--spacing) * 20);
  @media (width >= 768px) {
    padding-block: calc(var(--spacing) * 24);
  }
  @media (width >= 1024px) {
    padding-block: calc(var(--spacing) * 28);
  }
}
.the-content {
  > div, figure {
    margin-bottom: calc(var(--spacing) * 20);
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 24);
    }
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 28);
    }
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .block-images-grid:has(+ .outer-wrapper > .inner-wrapper > p:first-child > em:first-child) {
    margin-bottom: calc(var(--spacing) * 12);
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
}
blockquote {
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--spacing) * 6);
  --tw-border-style: none;
  border-style: none;
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 3.75rem;
  font-style: normal;
  @media (width >= 1024px) {
    padding-block: calc(var(--spacing) * 20);
  }
  cite {
    order: -9999;
    font-family: var(--font-display);
    font-style: normal;
  }
  p {
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
    &::before {
      content: var(--tw-content);
      --tw-content: none;
      content: none;
    }
    &::after {
      content: var(--tw-content);
      --tw-content: none;
      content: none;
    }
  }
}
.testy {
  font-size: var(--vru-h2);
}
.sidebyside:nth-of-type(odd) {
  > a {
    background-color: #B2F700;
  }
}
.sidebyside:nth-of-type(even) {
  @media (width >= 1024px) {
    flex-direction: row-reverse;
  }
}
.block-logos {
  div.flex-col {
    &:last-of-type {
      max-width: calc(var(--spacing) * 50);
    }
  }
}
.block-images-grid {
  > div:has(:nth-child(2)) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    @media (width >= 768px) {
      display: inline-flex;
    }
  }
  .image-portrait:only-child {
    margin-inline: auto;
    max-width: 27.5rem;
  }
}
header .vru-nav > ul {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #FFFFFA 50%, transparent);
  background-color: color-mix(in oklab, #FFFFFA 85%, transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
header .vru-nav {
  transition: top 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
body footer {
  nav {
    li {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0.5px;
      border-color: #FFFFFA;
      padding-block: calc(var(--spacing) * 2);
      &:last-child {
        --tw-border-style: none;
        border-style: none;
      }
      @media (width >= 768px) {
        padding-block: calc(var(--spacing) * 1.5);
      }
    }
  }
}
html body .swiperpeople.swiper-initialized {
  height: 21.875rem;
  overflow: visible !important;
  .swiper-slide {
    width: calc(var(--spacing) * 64);
    @media (width >= 768px) {
      width: calc(var(--spacing) * 80);
    }
  }
}
html body .swiperresources.swiper-initialized ,
html body .swiperdrivers.swiper-initialized {
  margin-bottom: calc(var(--spacing) * 20);
  overflow: visible !important;
  .swiper-slide {
    width: 19.3125rem;
    @media (width >= 768px) {
      width: 23.125rem;
    }
    @media (width >= 1024px) {
      width: 25rem;
    }
  }
  .swiper-slide a {
    height: 29rem;
    @media (width >= 768px) {
      height: 34.6875rem;
    }
    @media (width >= 1024px) {
      height: 37.5rem;
    }
  }
}
html body .swipercards.swiper-initialized {
  overflow: visible !important;
  .swiper-slide {
    height: 23.5rem;
    width: 17.1875rem;
    @media (width >= 768px) {
      height: 27.5rem;
    }
    @media (width >= 768px) {
      width: 20.125rem;
    }
    @media (width >= 1024px) {
      height: 32.75rem;
    }
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 96);
    }
  }
}
html body .swipersteps.swiper-initialized {
  overflow: visible !important;
  .swiper-slide {
    height: 25.25rem;
    width: 18.25rem;
    @media (width >= 768px) {
      height: 27.5rem;
    }
    @media (width >= 768px) {
      width: 28.125rem;
    }
    @media (width >= 1024px) {
      height: 30rem;
    }
    @media (width >= 1024px) {
      width: 34.75rem;
    }
    &:nth-child(4n+1) > a {
      background-color: #B6CC8B;
    }
    &:nth-child(4n+2) > a {
      background-color: #FFA88F;
    }
    &:nth-child(4n+3) > a {
      background-color: #7DC4BD;
    }
    &:nth-child(4n+4) > a {
      background-color: #B6AAFA;
    }
  }
}
html body .swiperexplainer.swiper-initialized {
  overflow: visible !important;
  .swiper-slide {
    height: 30.625rem;
    width: 18.25rem;
    @media (width >= 768px) {
      height: 36rem;
    }
    @media (width >= 768px) {
      width: 28.125rem;
    }
    @media (width >= 1024px) {
      height: 40rem;
    }
    @media (width >= 1024px) {
      width: 34.75rem;
    }
    ul {
      color: inherit;
      max-width: 65ch;
      :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        font-family: var(--font-display);
        font-size: var(--vru-body-m);
        line-height: 1.25;
      }
      :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: inherit;
        text-decoration: underline;
        font-weight: 500;
      }
      :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
        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;
        -webkit-padding-start: 1.625em;
        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;
        -webkit-padding-start: 1.625em;
        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: 1;
        margin-top: 3em;
        margin-bottom: 3em;
      }
      :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 500;
        font-style: italic;
        color: inherit;
        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;
        -webkit-padding-start: 1em;
        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: inherit;
        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: inherit;
        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: var(--vru-h3);
        margin-top: 1.6em;
        margin-bottom: 0.6em;
        line-height: 1.6;
        line-height: 0.94;
        letter-spacing: -0.05em;
      }
      :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;
        font-size: var(--vru-h4);
        line-height: 0.94;
        letter-spacing: -0.05em;
      }
      :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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
        font-size: 0.875em;
        border-radius: 0.3125rem;
        padding-top: 0.1875em;
        -webkit-padding-end: 0.375em;
        padding-inline-end: 0.375em;
        padding-bottom: 0.1875em;
        -webkit-padding-start: 0.375em;
        padding-inline-start: 0.375em;
      }
      :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
        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;
        -webkit-padding-end: 1.1428571em;
        padding-inline-end: 1.1428571em;
        padding-bottom: 0.8571429em;
        -webkit-padding-start: 1.1428571em;
        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;
        -webkit-padding-end: 0.5714286em;
        padding-inline-end: 0.5714286em;
        padding-bottom: 0.5714286em;
        -webkit-padding-start: 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: NaN NaN NaN;
      --tw-prose-code: oklch(21% 0.034 264.665);
      --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
      --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
      --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
      --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
      --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
      --tw-prose-invert-headings: #fff;
      --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
      --tw-prose-invert-links: #fff;
      --tw-prose-invert-bold: #fff;
      --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
      --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
      --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
      --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
      --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
      --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
      --tw-prose-invert-kbd: #fff;
      --tw-prose-invert-kbd-shadows: 255 255 255;
      --tw-prose-invert-code: #fff;
      --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
      --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
      --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
      --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
      font-size: 1rem;
      line-height: 1.75;
      :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"] *)) {
        -webkit-padding-start: 0.375em;
        padding-inline-start: 0.375em;
      }
      :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0.375em;
        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;
        -webkit-padding-start: 1.625em;
        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"] *)) {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
      }
      :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
      }
      :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.5714286em;
        -webkit-padding-end: 0.5714286em;
        padding-inline-end: 0.5714286em;
        padding-bottom: 0.5714286em;
        -webkit-padding-start: 0.5714286em;
        padding-inline-start: 0.5714286em;
      }
      :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
      }
      :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        -webkit-padding-end: 0;
        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;
      }
      text-align: center;
      :where(p, h1, h2, h3, h4, h5, h6, li, blockquote, pre, code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin: 0;
      }
      :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin: 0;
        padding: 0;
      }
      :where(p + p:not(:first-of-type)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1lh;
      }
      :where(p.has-small-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-family: var(--font-sans);
        font-size: var(--vru-body-s);
      }
      :where(p.has-large-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        letter-spacing: -0.04em;
        font-size: var(--vru-h5);
        line-height: 0.94;
      }
      :where(p.has-large-font-size strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        font-size: var(--vru-h4);
      }
      :where(h1, h2, h3, h4, h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-family: var(--font-display);
        -webkit-hyphens: none;
        hyphens: none;
        word-break: keep-all;
        letter-spacing: -0.05em;
      }
      :where(h1, h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h2);
        line-height: 0.93;
      }
      :where(cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-label);
      }
      :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-h4);
        font-weight: 700;
      }
      :where(p:has(+ h2) em):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: var(--vru-nav);
        color: var(--color-vru-grey1);
      }
      margin-top: calc(var(--spacing) * 8);
      @media (width >= 768px) {
        :where(p, h1, h2, h3, h4, h5, h6, li, blockquote, pre, code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin: 0 auto;
          max-width: 56.25rem;
        }
        :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin: 0;
          padding: 0;
        }
        :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-family: var(--font-display);
          font-size: var(--vru-body-m);
          line-height: 1.25;
        }
        :where(p + p:not(:first-of-type)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1lh;
        }
        :where(p.has-small-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-family: var(--font-sans);
          font-size: var(--vru-body-s);
        }
        :where(p.has-large-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          letter-spacing: -0.04em;
          font-size: var(--vru-h5);
          line-height: 0.94;
        }
        :where(p.has-large-font-size strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-weight: 700;
          font-size: var(--vru-h4);
        }
        :where(h1, h2, h3, h4, h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-family: var(--font-display);
          -webkit-hyphens: none;
          hyphens: none;
          word-break: keep-all;
          letter-spacing: -0.05em;
        }
        :where(h1, h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h2);
          line-height: 0.93;
        }
        :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h3);
          line-height: 0.94;
          letter-spacing: -0.05em;
        }
        :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h4);
          line-height: 0.94;
          letter-spacing: -0.05em;
        }
        :where(cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-label);
        }
        :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h4);
          font-weight: 700;
        }
      }
      @media (width >= 1024px) {
        font-size: 1.125rem;
        line-height: 1.7777778;
        :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
          margin-bottom: 1.3333333em;
          font-family: var(--font-display);
          font-size: var(--vru-body-m);
          line-height: 1.25;
        }
        :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 1.2222222em;
          line-height: 1.4545455;
          margin-top: 1.0909091em;
          margin-bottom: 1.0909091em;
        }
        :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.6666667em;
          margin-bottom: 1.6666667em;
          -webkit-padding-start: 1em;
          padding-inline-start: 1em;
        }
        :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 2.6666667em;
          margin-top: 0;
          margin-bottom: 0.8333333em;
          line-height: 1;
        }
        :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 1.6666667em;
          margin-top: 1.8666667em;
          margin-bottom: 1.0666667em;
          line-height: 1.3333333;
        }
        :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h3);
          margin-top: 1.6666667em;
          margin-bottom: 0.6666667em;
          line-height: 1.5;
          line-height: 0.94;
          letter-spacing: -0.05em;
        }
        :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 0.4444444em;
          line-height: 1.5555556;
          font-size: var(--vru-h4);
          line-height: 0.94;
          letter-spacing: -0.05em;
        }
        :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 1.7777778em;
        }
        :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 1.7777778em;
        }
        :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0;
          margin-bottom: 0;
        }
        :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 1.7777778em;
        }
        :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8888889em;
          border-radius: 0.3125rem;
          padding-top: 0.2222222em;
          -webkit-padding-end: 0.4444444em;
          padding-inline-end: 0.4444444em;
          padding-bottom: 0.2222222em;
          -webkit-padding-start: 0.4444444em;
          padding-inline-start: 0.4444444em;
        }
        :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8888889em;
        }
        :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8666667em;
        }
        :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.875em;
        }
        :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8888889em;
          line-height: 1.75;
          margin-top: 2em;
          margin-bottom: 2em;
          border-radius: 0.375rem;
          padding-top: 1em;
          -webkit-padding-end: 1.5em;
          padding-inline-end: 1.5em;
          padding-bottom: 1em;
          -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
        }
        :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
          margin-bottom: 1.3333333em;
          -webkit-padding-start: 1.5555556em;
          padding-inline-start: 1.5555556em;
        }
        :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
          margin-bottom: 1.3333333em;
          -webkit-padding-start: 1.5555556em;
          padding-inline-start: 1.5555556em;
        }
        :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0.6666667em;
          margin-bottom: 0.6666667em;
        }
        :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-start: 0.4444444em;
          padding-inline-start: 0.4444444em;
        }
        :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-start: 0.4444444em;
          padding-inline-start: 0.4444444em;
        }
        :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0.8888889em;
          margin-bottom: 0.8888889em;
        }
        :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
        }
        :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-bottom: 1.3333333em;
        }
        :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
        }
        :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-bottom: 1.3333333em;
        }
        :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0.8888889em;
          margin-bottom: 0.8888889em;
        }
        :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
          margin-bottom: 1.3333333em;
        }
        :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
        }
        :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0.6666667em;
          -webkit-padding-start: 1.5555556em;
          padding-inline-start: 1.5555556em;
        }
        :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 3.1111111em;
          margin-bottom: 3.1111111em;
        }
        :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(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8888889em;
          line-height: 1.5;
        }
        :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-end: 0.75em;
          padding-inline-end: 0.75em;
          padding-bottom: 0.75em;
          -webkit-padding-start: 0.75em;
          padding-inline-start: 0.75em;
        }
        :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-start: 0;
          padding-inline-start: 0;
        }
        :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-end: 0;
          padding-inline-end: 0;
        }
        :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          padding-top: 0.75em;
          -webkit-padding-end: 0.75em;
          padding-inline-end: 0.75em;
          padding-bottom: 0.75em;
          -webkit-padding-start: 0.75em;
          padding-inline-start: 0.75em;
        }
        :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-start: 0;
          padding-inline-start: 0;
        }
        :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-end: 0;
          padding-inline-end: 0;
        }
        :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 1.7777778em;
        }
        :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"] *)) {
          font-size: 0.8888889em;
          line-height: 1.5;
          margin-top: 1em;
        }
        :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0;
        }
        :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-bottom: 0;
        }
        :where(p, h1, h2, h3, h4, h5, h6, li, blockquote, pre, code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin: 0 auto;
          max-width: 56.25rem;
        }
        :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin: 0;
          padding: 0;
        }
        :where(p + p:not(:first-of-type)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1lh;
        }
        :where(p.has-small-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-family: var(--font-sans);
          font-size: var(--vru-body-s);
        }
        :where(p.has-large-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          letter-spacing: -0.04em;
          font-size: var(--vru-h5);
          line-height: 0.94;
        }
        :where(p.has-large-font-size strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-weight: 700;
          font-size: var(--vru-h4);
        }
        :where(h1, h2, h3, h4, h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-family: var(--font-display);
          -webkit-hyphens: none;
          hyphens: none;
          word-break: keep-all;
          letter-spacing: -0.05em;
        }
        :where(h1, h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h2);
          line-height: 0.93;
        }
        :where(cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-label);
        }
        :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h4);
          font-weight: 700;
        }
      }
      @media (width >= 1280px) {
        font-size: 1.125rem;
        line-height: 1.7777778;
        :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
          margin-bottom: 1.3333333em;
          font-family: var(--font-display);
          font-size: var(--vru-body-m);
          line-height: 1.25;
        }
        :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 1.2222222em;
          line-height: 1.4545455;
          margin-top: 1.0909091em;
          margin-bottom: 1.0909091em;
        }
        :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.6666667em;
          margin-bottom: 1.6666667em;
          -webkit-padding-start: 1em;
          padding-inline-start: 1em;
        }
        :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 2.6666667em;
          margin-top: 0;
          margin-bottom: 0.8333333em;
          line-height: 1;
        }
        :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 1.6666667em;
          margin-top: 1.8666667em;
          margin-bottom: 1.0666667em;
          line-height: 1.3333333;
        }
        :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h3);
          margin-top: 1.6666667em;
          margin-bottom: 0.6666667em;
          line-height: 1.5;
          line-height: 0.94;
          letter-spacing: -0.05em;
        }
        :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 0.4444444em;
          line-height: 1.5555556;
          font-size: var(--vru-h4);
          line-height: 0.94;
          letter-spacing: -0.05em;
        }
        :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 1.7777778em;
        }
        :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 1.7777778em;
        }
        :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0;
          margin-bottom: 0;
        }
        :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 1.7777778em;
        }
        :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8888889em;
          border-radius: 0.3125rem;
          padding-top: 0.2222222em;
          -webkit-padding-end: 0.4444444em;
          padding-inline-end: 0.4444444em;
          padding-bottom: 0.2222222em;
          -webkit-padding-start: 0.4444444em;
          padding-inline-start: 0.4444444em;
        }
        :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8888889em;
        }
        :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8666667em;
        }
        :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.875em;
        }
        :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8888889em;
          line-height: 1.75;
          margin-top: 2em;
          margin-bottom: 2em;
          border-radius: 0.375rem;
          padding-top: 1em;
          -webkit-padding-end: 1.5em;
          padding-inline-end: 1.5em;
          padding-bottom: 1em;
          -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
        }
        :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
          margin-bottom: 1.3333333em;
          -webkit-padding-start: 1.5555556em;
          padding-inline-start: 1.5555556em;
        }
        :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
          margin-bottom: 1.3333333em;
          -webkit-padding-start: 1.5555556em;
          padding-inline-start: 1.5555556em;
        }
        :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0.6666667em;
          margin-bottom: 0.6666667em;
        }
        :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-start: 0.4444444em;
          padding-inline-start: 0.4444444em;
        }
        :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-start: 0.4444444em;
          padding-inline-start: 0.4444444em;
        }
        :where(.xl\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0.8888889em;
          margin-bottom: 0.8888889em;
        }
        :where(.xl\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
        }
        :where(.xl\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-bottom: 1.3333333em;
        }
        :where(.xl\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
        }
        :where(.xl\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-bottom: 1.3333333em;
        }
        :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0.8888889em;
          margin-bottom: 0.8888889em;
        }
        :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
          margin-bottom: 1.3333333em;
        }
        :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.3333333em;
        }
        :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0.6666667em;
          -webkit-padding-start: 1.5555556em;
          padding-inline-start: 1.5555556em;
        }
        :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 3.1111111em;
          margin-bottom: 3.1111111em;
        }
        :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(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: 0.8888889em;
          line-height: 1.5;
        }
        :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-end: 0.75em;
          padding-inline-end: 0.75em;
          padding-bottom: 0.75em;
          -webkit-padding-start: 0.75em;
          padding-inline-start: 0.75em;
        }
        :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-start: 0;
          padding-inline-start: 0;
        }
        :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-end: 0;
          padding-inline-end: 0;
        }
        :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          padding-top: 0.75em;
          -webkit-padding-end: 0.75em;
          padding-inline-end: 0.75em;
          padding-bottom: 0.75em;
          -webkit-padding-start: 0.75em;
          padding-inline-start: 0.75em;
        }
        :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-start: 0;
          padding-inline-start: 0;
        }
        :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          -webkit-padding-end: 0;
          padding-inline-end: 0;
        }
        :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1.7777778em;
          margin-bottom: 1.7777778em;
        }
        :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"] *)) {
          font-size: 0.8888889em;
          line-height: 1.5;
          margin-top: 1em;
        }
        :where(.xl\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 0;
        }
        :where(.xl\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-bottom: 0;
        }
        :where(p, h1, h2, h3, h4, h5, h6, li, blockquote, pre, code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin: 0 auto;
          max-width: 56.25rem;
        }
        :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin: 0;
          padding: 0;
        }
        :where(p + p:not(:first-of-type)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          margin-top: 1lh;
        }
        :where(p.has-small-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-family: var(--font-sans);
          font-size: var(--vru-body-s);
        }
        :where(p.has-large-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          letter-spacing: -0.04em;
          font-size: var(--vru-h5);
          line-height: 0.94;
        }
        :where(p.has-large-font-size strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-weight: 700;
          font-size: var(--vru-h4);
        }
        :where(h1, h2, h3, h4, h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-family: var(--font-display);
          -webkit-hyphens: none;
          hyphens: none;
          word-break: keep-all;
          letter-spacing: -0.05em;
        }
        :where(h1, h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h2);
          line-height: 0.93;
        }
        :where(cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-label);
        }
        :where(blockquote p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
          font-size: var(--vru-h4);
          font-weight: 700;
        }
      }
    }
    li {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
      border-color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
      padding-block: calc(var(--spacing) * 2);
      text-align: left;
      font-size: var(--vru-body-s);
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
}
div.swiper-button-next, div.swiper-button-prev,
div.vru-button-next, div.vru-button-prev {
  background: #767676;
}
div.vru-pagination {
  background: linear-gradient(90deg, rgba(132, 132, 132, 0.23) 0%, rgba(204, 204, 204, 0.115) 100%), rgba(217, 217, 217, 0.68);
  border: 1px solid rgba(234, 234, 234, 0.2);
  .swiper-pagination-bullet {
    margin-inline: calc(var(--spacing) * 2) !important;
    height: calc(var(--spacing) * 3);
    width: calc(var(--spacing) * 3);
    border-radius: var(--radius-md);
    background-color: color-mix(in srgb, #000 48%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 48%, transparent);
    }
    opacity: 100%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .swiper-pagination-bullet-active {
    width: calc(var(--spacing) * 16);
  }
}
.vru-button div {
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.08));
}
.statistic:last-of-type {
  background: linear-gradient(90deg, rgba(132, 132, 132, 0.23) 0%, rgba(204, 204, 204, 0.115) 100%), rgba(217, 217, 217, 0.68);
}
.statistic strong {
  font-family: "Trailers";
  font-weight: 600;
  font-style: normal;
}
#overlay-inner {
  position: relative;
  p {
    font-size: var(--vru-body-s);
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  p + p {
    margin-top: 1.125em;
  }
  ul, ol {
    margin-top: calc(var(--spacing) * 6);
    margin-bottom: calc(var(--spacing) * 4);
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
    border-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
    padding-top: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 1);
    font-size: var(--vru-body-s);
    li {
      margin-bottom: calc(var(--spacing) * 5);
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
  ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: calc(var(--spacing) * 6);
    column-gap: calc(var(--spacing) * 6);
    row-gap: calc(var(--spacing) * 3);
  }
  h2 {
    margin-top: 3em;
    margin-bottom: 1.5em;
    display: inline-flex;
    border-radius: calc(infinity * 1px);
    background-color: #B2F700;
    padding: 0.625rem;
    font-size: var(--vru-body-s);
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    &:before {
      position: absolute;
      left: calc(var(--spacing) * 0);
      margin-top: calc(1.75em * -1);
      display: block;
      height: 1px;
      width: 100%;
      background-color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  ol li {
    > span:first-child {
      margin-bottom: calc(var(--spacing) * 3);
      display: flex;
      height: 2.875rem;
      width: 4.25rem;
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      background-color: #B2F700;
    }
  }
  .vru-download {
    svg {
      rotate: 90deg;
    }
  }
}
#overlay-content {
  position: relative;
}
#overlay-close {
  svg {
    max-width: calc(var(--spacing) * 6);
  }
}
.vru-submenu a.active {
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  color: var(--color-black);
}
@media (max-width: 330px) {
  h2.wp-block-heading {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.page-accessibility {
  .the-content {
    text-align: left;
    p, ul, ol {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    ul, ol {
      margin-block: 1lh;
      margin-left: calc(var(--spacing) * 8);
    }
    a {
      font-weight: inherit;
    }
  }
}
@layer base {
  :root {
    --color-brand-blue: rgb(30 64 175);
    --color-brand-pink: rgb(236 72 153);
    --color-brand-green: rgb(16 185 129);
    --color-vru-red1: #E74328;
    --color-vru-orange: #FF7F44;
    --color-vru-orange2: #FFA88F;
    --color-vru-text: #000000;
    --color-vru-bgdark: #280019;
    --color-vru-bg: #EDEDED;
    --color-vru-green1: #4BA564;
    --color-vru-green2: #B6CC8B;
    --color-vru-purple1: #8E71AF;
    --color-vru-highlight: #B2F700;
    --color-vru-blue1: #648AC8;
    --color-vru-blue2: #7DC4BD;
    --color-vru-purple2: #B6AAFA;
    --color-vru-red2: #FF8289;
    --color-vru-white: #FFFFFA;
    --color-vru-grey1: #696969;
    --color-vru-grey2: #EBEDF0;
    --color-vru-brown: #280019;
  }
  @supports (color: color(display-p3 0 0 0)) {
    :root {
      --color-brand-blue: color(display-p3 0.12 0.25 0.68);
      --color-brand-pink: color(display-p3 0.93 0.28 0.6);
      --color-brand-green: color(display-p3 0.06 0.73 0.5);
    }
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-outline-style: solid;
    }
  }
}





/*# sourceMappingURL=main.css.map */