/* frontend/styles/index.css */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      "Roboto Flex",
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      sans-serif;
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-complementary: #7EBAB5;
    --color-dark: #1F2123;
    --color-light: #F6F6F3;
    --text-136: clamp(4.5rem, 10vw + 1rem, 8.5rem);
    --text-136--line-height: 1;
    --text-136--font-weight: 800;
    --text-72: clamp(2.75rem, 6vw + 1rem, 4.5rem);
    --text-72--line-height: 1.05;
    --text-72--font-weight: 700;
    --text-50: clamp(2rem, 4vw + 1rem, 3.125rem);
    --text-50--line-height: 1.2;
    --text-50--font-weight: 700;
    --text-36: clamp(1.5rem, 3vw + 0.5rem, 2.25rem);
    --text-36--line-height: 1.15;
    --text-36--font-weight: 700;
    --text-32: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
    --text-32--line-height: 1.15;
    --text-32--font-weight: 700;
    --text-25: clamp(1.25rem, 2vw + 0.25rem, 1.5625rem);
    --text-25--line-height: 1.3;
    --text-25--font-weight: 500;
    --text-18: clamp(1rem, 0.13vw + 0.97rem, 1.125rem);
    --text-18--line-height: 1.6;
    --text-18--font-weight: 400;
    --text-12: 0.75rem;
    --text-12--line-height: 1.5;
    --text-12--font-weight: 400;
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family:
      "Roboto Flex",
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      sans-serif;
    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: normal;
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-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:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: normal;
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: normal;
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    -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-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(0.25rem * 0);
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(0.25rem * 0);
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .right-0 {
    right: calc(0.25rem * 0);
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(0.25rem * 0);
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-12 {
    bottom: calc(0.25rem * 12);
    bottom: calc(var(--spacing) * 12);
  }
  .bottom-48 {
    bottom: calc(0.25rem * 48);
    bottom: calc(var(--spacing) * 48);
  }
  .left-0 {
    left: calc(0.25rem * 0);
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-12 {
    left: calc(0.25rem * 12);
    left: calc(var(--spacing) * 12);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-start-9 {
    grid-column-start: 9;
  }
  .container {
    width: 100%;
    @media (min-width: 40rem) {
      max-width: 40rem;
    }
    @media (min-width: 48rem) {
      max-width: 48rem;
    }
    @media (min-width: 64rem) {
      max-width: 64rem;
    }
    @media (min-width: 80rem) {
      max-width: 80rem;
    }
    @media (min-width: 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(0.25rem * 0);
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(0.25rem * 8);
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(0.25rem * 10);
    margin-block: calc(var(--spacing) * 10);
  }
  .prose {
    color: oklch(37.3% 0.034 259.733);
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201c""\201d""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
      content: none;
    }
    :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 0;
    }
  }
  .prose-lg {
    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;
    }
    :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;
      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: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: 0.6666667em;
      line-height: 1.5;
    }
    :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    :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;
      padding-inline-end: 0.4444444em;
      padding-bottom: 0.2222222em;
      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;
      padding-inline-end: 1.5em;
      padding-bottom: 1em;
      padding-inline-start: 1.5em;
    }
    :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      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] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(.prose-lg > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(.prose-lg > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.3333333em;
    }
    :where(.prose-lg > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(.prose-lg > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 1.3333333em;
    }
    :where(.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;
      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] *)) {
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-top: 0.75em;
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 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(.prose-lg > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-top: 0;
    }
    :where(.prose-lg > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
      margin-bottom: 0;
    }
  }
  .-mt-6 {
    margin-top: calc(0.25rem * -6);
    margin-top: calc(var(--spacing) * -6);
  }
  .-mt-96 {
    margin-top: calc(0.25rem * -96);
    margin-top: calc(var(--spacing) * -96);
  }
  .mt-0 {
    margin-top: calc(0.25rem * 0);
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(0.25rem * 1);
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(0.25rem * 2);
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(0.25rem * 4);
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(0.25rem * 6);
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(0.25rem * 8);
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(0.25rem * 9);
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-12 {
    margin-top: calc(0.25rem * 12);
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(0.25rem * 16);
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-40 {
    margin-top: calc(0.25rem * 40);
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mb-2 {
    margin-bottom: calc(0.25rem * 2);
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(0.25rem * 3);
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(0.25rem * 4);
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(0.25rem * 6);
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(0.25rem * 8);
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(0.25rem * 10);
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(0.25rem * 12);
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(0.25rem * 16);
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(0.25rem * 20);
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-24 {
    margin-bottom: calc(0.25rem * 24);
    margin-bottom: calc(var(--spacing) * 24);
  }
  .ml-\[50\%\] {
    margin-left: 50%;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-3\/4 {
    height: calc(3/4 * 100%);
  }
  .h-4 {
    height: calc(0.25rem * 4);
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(0.25rem * 8);
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(0.25rem * 10);
    height: calc(var(--spacing) * 10);
  }
  .h-16 {
    height: calc(0.25rem * 16);
    height: calc(var(--spacing) * 16);
  }
  .h-40 {
    height: calc(0.25rem * 40);
    height: calc(var(--spacing) * 40);
  }
  .h-\[60\%\] {
    height: 60%;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[75\%\] {
    height: 75%;
  }
  .h-\[90\%\] {
    height: 90%;
  }
  .h-\[90vh\] {
    height: 90vh;
  }
  .h-\[112px\] {
    height: 112px;
  }
  .h-\[150\%\] {
    height: 150%;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-72 {
    max-height: calc(0.25rem * 72);
    max-height: calc(var(--spacing) * 72);
  }
  .max-h-80 {
    max-height: calc(0.25rem * 80);
    max-height: calc(var(--spacing) * 80);
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-4 {
    width: calc(0.25rem * 4);
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(0.25rem * 5);
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(0.25rem * 8);
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(0.25rem * 10);
    width: calc(var(--spacing) * 10);
  }
  .w-40 {
    width: calc(0.25rem * 40);
    width: calc(var(--spacing) * 40);
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[39vw\] {
    width: 39vw;
  }
  .w-\[50vw\] {
    width: 50vw;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[72\%\] {
    width: 72%;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[96\%\] {
    width: 96%;
  }
  .w-\[112px\] {
    width: 112px;
  }
  .w-\[121\%\] {
    width: 121%;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: 42rem;
    max-width: var(--container-2xl);
  }
  .max-w-\[42vw\] {
    max-width: 42vw;
  }
  .max-w-\[45\%\] {
    max-width: 45%;
  }
  .max-w-\[58vw\] {
    max-width: 58vw;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-site {
    max-width: 1500px;
  }
  .max-w-site-wide {
    max-width: 1920px;
  }
  .max-w-xl {
    max-width: 36rem;
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(0.25rem * 0);
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: calc(calc(1/2 * 100%) * -1) var(--tw-translate-y);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-\[1\.5\] {
    scale: 1.5;
  }
  .rotate-\[30deg\] {
    rotate: 30deg;
  }
  .transform {
    transform:;
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-\[5fr_7fr\] {
    grid-template-columns: 5fr 7fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(0.25rem * 1);
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(0.25rem * 1.5);
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(0.25rem * 2);
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(0.25rem * 3);
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(0.25rem * 4);
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(0.25rem * 6);
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(0.25rem * 8);
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(0.25rem * 12);
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(0.25rem * 16);
    gap: calc(var(--spacing) * 16);
  }
  .gap-24 {
    gap: calc(0.25rem * 24);
    gap: calc(var(--spacing) * 24);
  }
  .gap-32 {
    gap: calc(0.25rem * 32);
    gap: calc(var(--spacing) * 32);
  }
  .gap-x-16 {
    -moz-column-gap: calc(0.25rem * 16);
    column-gap: calc(0.25rem * 16);
    -moz-column-gap: calc(var(--spacing) * 16);
    column-gap: calc(var(--spacing) * 16);
  }
  .gap-y-2 {
    row-gap: calc(0.25rem * 2);
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-32 {
    row-gap: calc(0.25rem * 32);
    row-gap: calc(var(--spacing) * 32);
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * 0);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - 0));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: 1rem;
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: 1.5rem;
    border-radius: var(--radius-3xl);
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: 0.5rem;
    border-radius: var(--radius-lg);
  }
  .rounded-tl-2xl {
    border-top-left-radius: 1rem;
    border-top-left-radius: var(--radius-2xl);
  }
  .rounded-br-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-right-radius: var(--radius-2xl);
  }
  .rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
    border-bottom-left-radius: var(--radius-2xl);
  }
  .rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b-\[12px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 12px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-\[12px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 12px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#3a3f47\] {
    border-color: #3a3f47;
  }
  .border-complementary {
    border-color: #7EBAB5;
    border-color: var(--color-complementary);
  }
  .border-dark\/10 {
    border-color: color-mix(in srgb, #1F2123 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, #1F2123 10%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-dark) 10%, transparent);
      }
    }
  }
  .border-light {
    border-color: #F6F6F3;
    border-color: var(--color-light);
  }
  .border-red-500 {
    border-color: oklch(63.7% 0.237 25.331);
    border-color: var(--color-red-500);
  }
  .border-white {
    border-color: #fff;
    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, #fff 10%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, #fff 30%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
      }
    }
  }
  .bg-\[\#111\] {
    background-color: #111;
  }
  .bg-\[\#F6F6F3\] {
    background-color: #F6F6F3;
  }
  .bg-black {
    background-color: #000;
    background-color: var(--color-black);
  }
  .bg-dark {
    background-color: #1F2123;
    background-color: var(--color-dark);
  }
  .bg-light {
    background-color: #F6F6F3;
    background-color: var(--color-light);
  }
  .bg-white {
    background-color: #fff;
    background-color: var(--color-white);
  }
  .object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .object-bottom {
    -o-object-position: bottom;
    object-position: bottom;
  }
  .object-center {
    -o-object-position: center;
    object-position: center;
  }
  .object-top {
    -o-object-position: top;
    object-position: top;
  }
  .p-0 {
    padding: calc(0.25rem * 0);
    padding: calc(var(--spacing) * 0);
  }
  .p-6 {
    padding: calc(0.25rem * 6);
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(0.25rem * 8);
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(0.25rem * 12);
    padding: calc(var(--spacing) * 12);
  }
  .px-4 {
    padding-inline: calc(0.25rem * 4);
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(0.25rem * 5);
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(0.25rem * 6);
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(0.25rem * 8);
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(0.25rem * 12);
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-16 {
    padding-inline: calc(0.25rem * 16);
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-1\.5 {
    padding-block: calc(0.25rem * 1.5);
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(0.25rem * 2);
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(0.25rem * 3);
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(0.25rem * 4);
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(0.25rem * 6);
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(0.25rem * 12);
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(0.25rem * 16);
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(0.25rem * 24);
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-0 {
    padding-top: calc(0.25rem * 0);
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(0.25rem * 2);
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-10 {
    padding-top: calc(0.25rem * 10);
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(0.25rem * 12);
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(0.25rem * 16);
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(0.25rem * 24);
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-32 {
    padding-top: calc(0.25rem * 32);
    padding-top: calc(var(--spacing) * 32);
  }
  .pt-48 {
    padding-top: calc(0.25rem * 48);
    padding-top: calc(var(--spacing) * 48);
  }
  .pr-12 {
    padding-right: calc(0.25rem * 12);
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-0 {
    padding-bottom: calc(0.25rem * 0);
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(0.25rem * 1);
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-8 {
    padding-bottom: calc(0.25rem * 8);
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(0.25rem * 12);
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(0.25rem * 16);
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(0.25rem * 20);
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-48 {
    padding-bottom: calc(0.25rem * 48);
    padding-bottom: calc(var(--spacing) * 48);
  }
  .pl-4 {
    padding-left: calc(0.25rem * 4);
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-12 {
    font-size: 0.75rem;
    font-size: var(--text-12);
    line-height: 1.5;
    line-height: var(--tw-leading, var(--text-12--line-height));
    font-weight: 400;
    font-weight: var(--tw-font-weight, var(--text-12--font-weight));
  }
  .text-18 {
    font-size: clamp(1rem, 0.13vw + 0.97rem, 1.125rem);
    font-size: var(--text-18);
    line-height: 1.6;
    line-height: var(--tw-leading, var(--text-18--line-height));
    font-weight: 400;
    font-weight: var(--tw-font-weight, var(--text-18--font-weight));
  }
  .text-25 {
    font-size: clamp(1.25rem, 2vw + 0.25rem, 1.5625rem);
    font-size: var(--text-25);
    line-height: 1.3;
    line-height: var(--tw-leading, var(--text-25--line-height));
    font-weight: 500;
    font-weight: var(--tw-font-weight, var(--text-25--font-weight));
  }
  .text-32 {
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
    font-size: var(--text-32);
    line-height: 1.15;
    line-height: var(--tw-leading, var(--text-32--line-height));
    font-weight: 700;
    font-weight: var(--tw-font-weight, var(--text-32--font-weight));
  }
  .text-36 {
    font-size: clamp(1.5rem, 3vw + 0.5rem, 2.25rem);
    font-size: var(--text-36);
    line-height: 1.15;
    line-height: var(--tw-leading, var(--text-36--line-height));
    font-weight: 700;
    font-weight: var(--tw-font-weight, var(--text-36--font-weight));
  }
  .text-50 {
    font-size: clamp(2rem, 4vw + 1rem, 3.125rem);
    font-size: var(--text-50);
    line-height: 1.2;
    line-height: var(--tw-leading, var(--text-50--line-height));
    font-weight: 700;
    font-weight: var(--tw-font-weight, var(--text-50--font-weight));
  }
  .text-72 {
    font-size: clamp(2.75rem, 6vw + 1rem, 4.5rem);
    font-size: var(--text-72);
    line-height: 1.05;
    line-height: var(--tw-leading, var(--text-72--line-height));
    font-weight: 700;
    font-weight: var(--tw-font-weight, var(--text-72--font-weight));
  }
  .text-136 {
    font-size: clamp(4.5rem, 10vw + 1rem, 8.5rem);
    font-size: var(--text-136);
    line-height: 1;
    line-height: var(--tw-leading, var(--text-136--line-height));
    font-weight: 800;
    font-weight: var(--tw-font-weight, var(--text-136--font-weight));
  }
  .text-2xl {
    font-size: 1.5rem;
    font-size: var(--text-2xl);
    line-height: calc(2 / 1.5);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-xl {
    font-size: 1.25rem;
    font-size: var(--text-xl);
    line-height: calc(1.75 / 1.25);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: 300;
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: 500;
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: 400;
    font-weight: var(--font-weight-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: 0.025em;
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: 0.05em;
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\.\.\.\] {
    color: ...;
  }
  .text-complementary {
    color: #7EBAB5;
    color: var(--color-complementary);
  }
  .text-dark {
    color: #1F2123;
    color: var(--color-dark);
  }
  .text-dark\/50 {
    color: color-mix(in srgb, #1F2123 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #1F2123 50%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-dark) 50%, transparent);
      }
    }
  }
  .text-dark\/60 {
    color: color-mix(in srgb, #1F2123 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #1F2123 60%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-dark) 60%, transparent);
      }
    }
  }
  .text-dark\/70 {
    color: color-mix(in srgb, #1F2123 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #1F2123 70%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-dark) 70%, transparent);
      }
    }
  }
  .text-white {
    color: #fff;
    color: var(--color-white);
  }
  .text-white\/30 {
    color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #fff 30%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 30%, transparent);
      }
    }
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #fff 40%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 40%, transparent);
      }
    }
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #fff 60%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #fff 70%, transparent);
    }
    @supports (color: color-mix(in lch, red, blue)) {
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 70%, transparent);
      }
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      0 1px 3px 0 rgb(0 0 0 / 0.1),
      0 1px 2px -1px 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-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),
      0 10px 15px -3px rgb(0 0 0 / 0.1),
      0 4px 6px -4px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter:;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: 150ms;
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: 150ms;
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: 150ms;
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property:
      transform,
      translate,
      scale,
      rotate;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: 150ms;
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .group-hover\:translate-x-\[3px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 3px;
        translate: 3px var(--tw-translate-y);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-y-\[3px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(3px * -1);
        translate: var(--tw-translate-x) calc(3px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:text-dark {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #1F2123;
        color: var(--color-dark);
      }
    }
  }
  .hover\:bg-complementary {
    &:hover {
      @media (hover: hover) {
        background-color: #7EBAB5;
        background-color: var(--color-complementary);
      }
    }
  }
  .hover\:bg-complementary\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #7EBAB5 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, #7EBAB5 10%, transparent);
        }
        @supports (color: color-mix(in lch, red, blue)) {
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-complementary) 10%, transparent);
          }
        }
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, #fff 10%, transparent);
        }
        @supports (color: color-mix(in lch, red, blue)) {
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
          }
        }
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: #000;
        color: var(--color-black);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: #fff;
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:\[text-shadow\:0_0_24px_rgba\(255\,255\,255\,0\.9\)\] {
    &:hover {
      @media (hover: hover) {
        text-shadow: 0 0 24px rgba(255, 255, 255, 0.9);
      }
    }
  }
  .min-\[1920px\]\:max-h-none {
    @media (min-width: 1920px) {
      max-height: none;
    }
  }
  .min-\[1920px\]\:w-\[39vw\] {
    @media (min-width: 1920px) {
      width: 39vw;
    }
  }
  .sm\:h-\[200px\] {
    @media (min-width: 40rem) {
      height: 200px;
    }
  }
  .sm\:w-\[200px\] {
    @media (min-width: 40rem) {
      width: 200px;
    }
  }
  .md\:absolute {
    @media (min-width: 48rem) {
      position: absolute;
    }
  }
  .md\:bottom-12 {
    @media (min-width: 48rem) {
      bottom: calc(0.25rem * 12);
      bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:bottom-18 {
    @media (min-width: 48rem) {
      bottom: calc(0.25rem * 18);
      bottom: calc(var(--spacing) * 18);
    }
  }
  .md\:bottom-32 {
    @media (min-width: 48rem) {
      bottom: calc(0.25rem * 32);
      bottom: calc(var(--spacing) * 32);
    }
  }
  .md\:bottom-64 {
    @media (min-width: 48rem) {
      bottom: calc(0.25rem * 64);
      bottom: calc(var(--spacing) * 64);
    }
  }
  .md\:left-18 {
    @media (min-width: 48rem) {
      left: calc(0.25rem * 18);
      left: calc(var(--spacing) * 18);
    }
  }
  .md\:left-\[22px\] {
    @media (min-width: 48rem) {
      left: 22px;
    }
  }
  .md\:order-1 {
    @media (min-width: 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (min-width: 48rem) {
      order: 2;
    }
  }
  .md\:-mt-96 {
    @media (min-width: 48rem) {
      margin-top: calc(0.25rem * -96);
      margin-top: calc(var(--spacing) * -96);
    }
  }
  .md\:mt-8 {
    @media (min-width: 48rem) {
      margin-top: calc(0.25rem * 8);
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-24 {
    @media (min-width: 48rem) {
      margin-top: calc(0.25rem * 24);
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .md\:mt-40 {
    @media (min-width: 48rem) {
      margin-top: calc(0.25rem * 40);
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .md\:mb-28 {
    @media (min-width: 48rem) {
      margin-bottom: calc(0.25rem * 28);
      margin-bottom: calc(var(--spacing) * 28);
    }
  }
  .md\:ml-\[45\%\] {
    @media (min-width: 48rem) {
      margin-left: 45%;
    }
  }
  .md\:block {
    @media (min-width: 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (min-width: 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (min-width: 48rem) {
      display: inline;
    }
  }
  .md\:h-1\/2 {
    @media (min-width: 48rem) {
      height: calc(1/2 * 100%);
    }
  }
  .md\:h-20 {
    @media (min-width: 48rem) {
      height: calc(0.25rem * 20);
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-\[58\%\] {
    @media (min-width: 48rem) {
      height: 58%;
    }
  }
  .md\:h-\[400px\] {
    @media (min-width: 48rem) {
      height: 400px;
    }
  }
  .md\:w-1\/2 {
    @media (min-width: 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (min-width: 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-8\/12 {
    @media (min-width: 48rem) {
      width: calc(8/12 * 100%);
    }
  }
  .md\:w-\[96\%\] {
    @media (min-width: 48rem) {
      width: 96%;
    }
  }
  .md\:w-auto {
    @media (min-width: 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[45\%\] {
    @media (min-width: 48rem) {
      max-width: 45%;
    }
  }
  .md\:scale-100 {
    @media (min-width: 48rem) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: 100% 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:grid-cols-2 {
    @media (min-width: 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (min-width: 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (min-width: 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[2fr_3fr\] {
    @media (min-width: 48rem) {
      grid-template-columns: 2fr 3fr;
    }
  }
  .md\:grid-cols-\[5fr_7fr\] {
    @media (min-width: 48rem) {
      grid-template-columns: 5fr 7fr;
    }
  }
  .md\:flex-row {
    @media (min-width: 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (min-width: 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-start {
    @media (min-width: 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-start {
    @media (min-width: 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-12 {
    @media (min-width: 48rem) {
      gap: calc(0.25rem * 12);
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-24 {
    @media (min-width: 48rem) {
      gap: calc(0.25rem * 24);
      gap: calc(var(--spacing) * 24);
    }
  }
  .md\:gap-x-4 {
    @media (min-width: 48rem) {
      -moz-column-gap: calc(0.25rem * 4);
      column-gap: calc(0.25rem * 4);
      -moz-column-gap: calc(var(--spacing) * 4);
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-y-1 {
    @media (min-width: 48rem) {
      row-gap: calc(0.25rem * 1);
      row-gap: calc(var(--spacing) * 1);
    }
  }
  .md\:overflow-hidden {
    @media (min-width: 48rem) {
      overflow: hidden;
    }
  }
  .md\:rounded-\[40px\] {
    @media (min-width: 48rem) {
      border-radius: 40px;
    }
  }
  .md\:p-8 {
    @media (min-width: 48rem) {
      padding: calc(0.25rem * 8);
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (min-width: 48rem) {
      padding: calc(0.25rem * 10);
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-12 {
    @media (min-width: 48rem) {
      padding: calc(0.25rem * 12);
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:p-18 {
    @media (min-width: 48rem) {
      padding: calc(0.25rem * 18);
      padding: calc(var(--spacing) * 18);
    }
  }
  .md\:px-12 {
    @media (min-width: 48rem) {
      padding-inline: calc(0.25rem * 12);
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-18 {
    @media (min-width: 48rem) {
      padding-inline: calc(0.25rem * 18);
      padding-inline: calc(var(--spacing) * 18);
    }
  }
  .md\:py-18 {
    @media (min-width: 48rem) {
      padding-block: calc(0.25rem * 18);
      padding-block: calc(var(--spacing) * 18);
    }
  }
  .md\:py-24 {
    @media (min-width: 48rem) {
      padding-block: calc(0.25rem * 24);
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:py-32 {
    @media (min-width: 48rem) {
      padding-block: calc(0.25rem * 32);
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:py-\[12rem\] {
    @media (min-width: 48rem) {
      padding-block: 12rem;
    }
  }
  .md\:pt-6 {
    @media (min-width: 48rem) {
      padding-top: calc(0.25rem * 6);
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-14 {
    @media (min-width: 48rem) {
      padding-top: calc(0.25rem * 14);
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .md\:pt-24 {
    @media (min-width: 48rem) {
      padding-top: calc(0.25rem * 24);
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-64 {
    @media (min-width: 48rem) {
      padding-top: calc(0.25rem * 64);
      padding-top: calc(var(--spacing) * 64);
    }
  }
  .md\:pr-18 {
    @media (min-width: 48rem) {
      padding-right: calc(0.25rem * 18);
      padding-right: calc(var(--spacing) * 18);
    }
  }
  .md\:pb-0 {
    @media (min-width: 48rem) {
      padding-bottom: calc(0.25rem * 0);
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-24 {
    @media (min-width: 48rem) {
      padding-bottom: calc(0.25rem * 24);
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:pb-28 {
    @media (min-width: 48rem) {
      padding-bottom: calc(0.25rem * 28);
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .md\:pb-32 {
    @media (min-width: 48rem) {
      padding-bottom: calc(0.25rem * 32);
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .md\:pb-64 {
    @media (min-width: 48rem) {
      padding-bottom: calc(0.25rem * 64);
      padding-bottom: calc(var(--spacing) * 64);
    }
  }
  .md\:pb-120 {
    @media (min-width: 48rem) {
      padding-bottom: calc(0.25rem * 120);
      padding-bottom: calc(var(--spacing) * 120);
    }
  }
  .md\:text-left {
    @media (min-width: 48rem) {
      text-align: left;
    }
  }
  .lg\:bottom-\[122px\] {
    @media (min-width: 64rem) {
      bottom: 122px;
    }
  }
  .lg\:col-span-1 {
    @media (min-width: 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-4 {
    @media (min-width: 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (min-width: 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (min-width: 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (min-width: 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-start-9 {
    @media (min-width: 64rem) {
      grid-column-start: 9;
    }
  }
  .lg\:mt-0 {
    @media (min-width: 64rem) {
      margin-top: calc(0.25rem * 0);
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (min-width: 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (min-width: 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (min-width: 64rem) {
      display: none;
    }
  }
  .lg\:h-10 {
    @media (min-width: 64rem) {
      height: calc(0.25rem * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .lg\:h-20 {
    @media (min-width: 64rem) {
      height: calc(0.25rem * 20);
      height: calc(var(--spacing) * 20);
    }
  }
  .lg\:h-\[45\%\] {
    @media (min-width: 64rem) {
      height: 45%;
    }
  }
  .lg\:w-9\/12 {
    @media (min-width: 64rem) {
      width: calc(9/12 * 100%);
    }
  }
  .lg\:w-10\/12 {
    @media (min-width: 64rem) {
      width: calc(10/12 * 100%);
    }
  }
  .lg\:w-11\/12 {
    @media (min-width: 64rem) {
      width: calc(11/12 * 100%);
    }
  }
  .lg\:grid-cols-2 {
    @media (min-width: 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (min-width: 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (min-width: 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (min-width: 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:gap-24 {
    @media (min-width: 64rem) {
      gap: calc(0.25rem * 24);
      gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:self-end {
    @media (min-width: 64rem) {
      align-self: flex-end;
    }
  }
  .lg\:rounded-\[40px\] {
    @media (min-width: 64rem) {
      border-radius: 40px;
    }
  }
  .lg\:px-16 {
    @media (min-width: 64rem) {
      padding-inline: calc(0.25rem * 16);
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .xl\:gap-8 {
    @media (min-width: 80rem) {
      gap: calc(0.25rem * 8);
      gap: calc(var(--spacing) * 8);
    }
  }
  .\32xl\:bottom-0 {
    @media (min-width: 96rem) {
      bottom: calc(0.25rem * 0);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .\32xl\:bottom-18 {
    @media (min-width: 96rem) {
      bottom: calc(0.25rem * 18);
      bottom: calc(var(--spacing) * 18);
    }
  }
  .\32xl\:bottom-auto {
    @media (min-width: 96rem) {
      bottom: auto;
    }
  }
  .\32xl\:flex {
    @media (min-width: 96rem) {
      display: flex;
    }
  }
  .\32xl\:h-\[60\%\] {
    @media (min-width: 96rem) {
      height: 60%;
    }
  }
  .\32xl\:h-\[90\%\] {
    @media (min-width: 96rem) {
      height: 90%;
    }
  }
  .\32xl\:h-\[90vh\] {
    @media (min-width: 96rem) {
      height: 90vh;
    }
  }
  .\32xl\:h-\[150\%\] {
    @media (min-width: 96rem) {
      height: 150%;
    }
  }
  .\32xl\:h-full {
    @media (min-width: 96rem) {
      height: 100%;
    }
  }
  .\32xl\:max-h-full {
    @media (min-width: 96rem) {
      max-height: 100%;
    }
  }
  .\32xl\:w-\[50vw\] {
    @media (min-width: 96rem) {
      width: 50vw;
    }
  }
  .\32xl\:max-w-none {
    @media (min-width: 96rem) {
      max-width: none;
    }
  }
  .\32xl\:flex-col {
    @media (min-width: 96rem) {
      flex-direction: column;
    }
  }
  .\32xl\:justify-end {
    @media (min-width: 96rem) {
      justify-content: flex-end;
    }
  }
  .\32xl\:p-18 {
    @media (min-width: 96rem) {
      padding: calc(0.25rem * 18);
      padding: calc(var(--spacing) * 18);
    }
  }
  .\32xl\:py-\[24rem\] {
    @media (min-width: 96rem) {
      padding-block: 24rem;
    }
  }
  .\32xl\:pt-0 {
    @media (min-width: 96rem) {
      padding-top: calc(0.25rem * 0);
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .\32xl\:pb-0 {
    @media (min-width: 96rem) {
      padding-bottom: calc(0.25rem * 0);
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .prose-headings\:font-bold {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: 700;
      font-weight: var(--font-weight-bold);
    }
  }
  .prose-headings\:text-dark {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
      color: #1F2123;
      color: var(--color-dark);
    }
  }
  .prose-h2\:mt-0 {
    & :is(:where(h2):not(:where([class~=not-prose], [class~=not-prose] *))) {
      margin-top: calc(0.25rem * 0);
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .prose-h2\:mb-4 {
    & :is(:where(h2):not(:where([class~=not-prose], [class~=not-prose] *))) {
      margin-bottom: calc(0.25rem * 4);
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .prose-h2\:text-32 {
    & :is(:where(h2):not(:where([class~=not-prose], [class~=not-prose] *))) {
      font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
      font-size: var(--text-32);
      line-height: 1.15;
      line-height: var(--tw-leading, var(--text-32--line-height));
      font-weight: 700;
      font-weight: var(--tw-font-weight, var(--text-32--font-weight));
    }
  }
  .prose-p\:text-18 {
    & :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
      font-size: clamp(1rem, 0.13vw + 0.97rem, 1.125rem);
      font-size: var(--text-18);
      line-height: 1.6;
      line-height: var(--tw-leading, var(--text-18--line-height));
      font-weight: 400;
      font-weight: var(--tw-font-weight, var(--text-18--font-weight));
    }
  }
  .prose-p\:text-dark {
    & :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
      color: #1F2123;
      color: var(--color-dark);
    }
  }
  .prose-strong\:font-bold {
    & :is(:where(strong):not(:where([class~=not-prose], [class~=not-prose] *))) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: 700;
      font-weight: var(--font-weight-bold);
    }
  }
  .prose-strong\:text-dark {
    & :is(:where(strong):not(:where([class~=not-prose], [class~=not-prose] *))) {
      color: #1F2123;
      color: var(--color-dark);
    }
  }
  .prose-li\:text-18 {
    & :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
      font-size: clamp(1rem, 0.13vw + 0.97rem, 1.125rem);
      font-size: var(--text-18);
      line-height: 1.6;
      line-height: var(--tw-leading, var(--text-18--line-height));
      font-weight: 400;
      font-weight: var(--tw-font-weight, var(--text-18--font-weight));
    }
  }
  .prose-li\:text-dark {
    & :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
      color: #1F2123;
      color: var(--color-dark);
    }
  }
  .\[\&\>p\]\:text-36 {
    & > p {
      font-size: clamp(1.5rem, 3vw + 0.5rem, 2.25rem);
      font-size: var(--text-36);
      line-height: 1.15;
      line-height: var(--tw-leading, var(--text-36--line-height));
      font-weight: 700;
      font-weight: var(--tw-font-weight, var(--text-36--font-weight));
    }
  }
  .\[\&\>p\]\:font-normal {
    & > p {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: 400;
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&\>p\]\:text-white {
    & > p {
      color: #fff;
      color: var(--color-white);
    }
  }
  .\[\&\>p\:not\(\:last-child\)\]\:mb-4 {
    & > p:not(:last-child) {
      margin-bottom: calc(0.25rem * 4);
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
}
@font-face {
  font-family: "Roboto Flex";
  src: url(/fonts/RobotoFlex-Variable-latin.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@layer base {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
    @media (min-width: 1024px) {
      scroll-padding-top: 80px;
    }
  }
}
.freeprivacypolicy-com---nb-interstitial {
  top: auto !important;
  bottom: 3vh;
}
@media (min-width: 576px) {
  .freeprivacypolicy-com---palette-dark {
    max-width: 760px !important;
    left: calc(50vw - 380px) !important;
  }
}
.freeprivacypolicy-com---palette-dark .cc-nb-main-container .cc-nb-title {
  color: #ffffff !important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-reject {
  background-color: transparent !important;
  color: #f2f2f2 !important;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .freeprivacypolicy-com---palette-dark .cc-nb-reject {
    position: absolute;
    top: 3rem;
    right: 2rem;
    text-align: right;
  }
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree {
  float: right;
  background-color: #7EBAB5 !important;
  background-color: var(--color-complementary) !important;
  color: #ffffff !important;
  border-radius: 4px;
  margin-left: 3rem !important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
  background-color: #7EBAB5 !important;
  background-color: var(--color-complementary) !important;
  color: #ffffff !important;
  opacity: 1 !important;
}
@layer components {
  .prose ul > li {
    list-style: none;
    position: relative;
  }
  .prose ul > li::before {
    content: "";
    position: absolute;
    left: -1.25rem;
    top: 0.55em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1F2123;
    background-color: var(--color-dark);
  }
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-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-divide-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@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-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@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; }
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-x-reverse: 0;
      --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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/* frontend/styles/syntax-highlighting.css */
pre.highlight {
  padding: 16px;
  background-color: #F6F8FA;
}
.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #999988;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  color: #000000;
  font-weight: bold;
}
.highlight .o {
  color: #000000;
  font-weight: bold;
}
.highlight .cm {
  color: #999988;
  font-style: italic;
}
.highlight .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
.highlight .c1 {
  color: #999988;
  font-style: italic;
}
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}
.highlight .ge {
  color: #000000;
  font-style: italic;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .kc {
  color: #000000;
  font-weight: bold;
}
.highlight .kd {
  color: #000000;
  font-weight: bold;
}
.highlight .kn {
  color: #000000;
  font-weight: bold;
}
.highlight .kp {
  color: #000000;
  font-weight: bold;
}
.highlight .kr {
  color: #000000;
  font-weight: bold;
}
.highlight .kt {
  color: #445588;
  font-weight: bold;
}
.highlight .m {
  color: #009999;
}
.highlight .s {
  color: #d01040;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #445588;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #990000;
  font-weight: bold;
}
.highlight .nf {
  color: #990000;
  font-weight: bold;
}
.highlight .nl {
  color: #990000;
  font-weight: bold;
}
.highlight .nn {
  color: #555555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  color: #000000;
  font-weight: bold;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .mf {
  color: #009999;
}
.highlight .mh {
  color: #009999;
}
.highlight .mi {
  color: #009999;
}
.highlight .mo {
  color: #009999;
}
.highlight .sb {
  color: #d01040;
}
.highlight .sc {
  color: #d01040;
}
.highlight .sd {
  color: #d01040;
}
.highlight .s2 {
  color: #d01040;
}
.highlight .se {
  color: #d01040;
}
.highlight .sh {
  color: #d01040;
}
.highlight .si {
  color: #d01040;
}
.highlight .sx {
  color: #d01040;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d01040;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #009999;
}
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
/*# sourceMappingURL=/_bridgetown/static/index.7PFKQ2P5.css.map */
