/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;500;600;700;800&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --blur-xl: 24px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-x-4 {
    inset-inline: calc(var(--spacing) * 4);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .-top-9\.5 {
    top: calc(var(--spacing) * -9.5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-\[149px\] {
    top: 149px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .-left-14 {
    left: calc(var(--spacing) * -14);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[99999\] {
    z-index: 99999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1025px) {
      max-width: 1025px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .container {
    margin-inline: auto;
    padding-inline: 20px;
    @media (width >= 480px) {
      max-width: none;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1320px) {
      max-width: 1320px;
    }
  }
  .\!mx-auto {
    margin-inline: auto !important;
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!my-0 {
    margin-block: calc(var(--spacing) * 0) !important;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .\!mt-4 {
    margin-top: calc(var(--spacing) * 4) !important;
  }
  .-mt-12 {
    margin-top: calc(var(--spacing) * -12);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-12\.5 {
    margin-bottom: calc(var(--spacing) * 12.5);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-5\/3 {
    aspect-ratio: 5/3;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-4\.5 {
    height: calc(var(--spacing) * 4.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-6\.5 {
    height: calc(var(--spacing) * 6.5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-12\.5 {
    height: calc(var(--spacing) * 12.5);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-17 {
    height: calc(var(--spacing) * 17);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-\[13\.75px\] {
    height: 13.75px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[78\%\] {
    height: 78%;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[87px\] {
    height: 87px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[178px\] {
    height: 178px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[251px\] {
    height: 251px;
  }
  .h-\[302px\] {
    height: 302px;
  }
  .h-\[349px\] {
    height: 349px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[calc\(100\%-54px\)\] {
    height: calc(100% - 54px);
  }
  .h-auto {
    height: auto;
  }
  .h-auto\! {
    height: auto !important;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[457px\] {
    max-height: 457px;
  }
  .max-h-\[calc\(100dvh-130px\)\] {
    max-height: calc(100dvh - 130px);
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }
  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }
  .min-h-64 {
    min-height: calc(var(--spacing) * 64);
  }
  .min-h-96 {
    min-height: calc(var(--spacing) * 96);
  }
  .min-h-\[45px\] {
    min-height: 45px;
  }
  .min-h-\[94px\] {
    min-height: 94px;
  }
  .min-h-\[251px\] {
    min-height: 251px;
  }
  .min-h-\[258px\] {
    min-height: 258px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-\[420px\] {
    min-height: 420px;
  }
  .min-h-\[461px\] {
    min-height: 461px;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\.5 {
    width: calc(var(--spacing) * 4.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-6\.5 {
    width: calc(var(--spacing) * 6.5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-17 {
    width: calc(var(--spacing) * 17);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32\.5 {
    width: calc(var(--spacing) * 32.5);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[62\.4px\] {
    width: 62.4px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[94px\] {
    width: 94px;
  }
  .w-\[99px\] {
    width: 99px;
  }
  .w-\[117px\] {
    width: 117px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[122px\] {
    width: 122px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-52 {
    max-width: calc(var(--spacing) * 52);
  }
  .max-w-58 {
    max-width: calc(var(--spacing) * 58);
  }
  .max-w-64 {
    max-width: calc(var(--spacing) * 64);
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-\[73px\] {
    max-width: 73px;
  }
  .max-w-\[329\.5px\] {
    max-width: 329.5px;
  }
  .max-w-\[352px\] {
    max-width: 352px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[399px\] {
    max-width: 399px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[460px\] {
    max-width: 460px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[484px\] {
    max-width: 484px;
  }
  .max-w-\[496px\] {
    max-width: 496px;
  }
  .max-w-\[532px\] {
    max-width: 532px;
  }
  .max-w-\[592px\] {
    max-width: 592px;
  }
  .max-w-\[679px\] {
    max-width: 679px;
  }
  .max-w-\[728px\] {
    max-width: 728px;
  }
  .max-w-\[736px\] {
    max-width: 736px;
  }
  .max-w-\[796px\] {
    max-width: 796px;
  }
  .max-w-\[808px\] {
    max-width: 808px;
  }
  .max-w-\[812px\] {
    max-width: 812px;
  }
  .max-w-\[818px\] {
    max-width: 818px;
  }
  .max-w-\[907px\] {
    max-width: 907px;
  }
  .max-w-\[990px\] {
    max-width: 990px;
  }
  .max-w-\[1020px\] {
    max-width: 1020px;
  }
  .max-w-\[1040px\] {
    max-width: 1040px;
  }
  .max-w-\[1160px\] {
    max-width: 1160px;
  }
  .max-w-\[1168px\] {
    max-width: 1168px;
  }
  .max-w-\[1182px\] {
    max-width: 1182px;
  }
  .max-w-\[1184px\] {
    max-width: 1184px;
  }
  .max-w-\[calc\(100\%-90px\)\] {
    max-width: calc(100% - 90px);
  }
  .max-w-fit {
    max-width: fit-content;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-3\.5 {
    min-width: calc(var(--spacing) * 3.5);
  }
  .min-w-6 {
    min-width: calc(var(--spacing) * 6);
  }
  .min-w-9 {
    min-width: calc(var(--spacing) * 9);
  }
  .min-w-11 {
    min-width: calc(var(--spacing) * 11);
  }
  .min-w-20 {
    min-width: calc(var(--spacing) * 20);
  }
  .min-w-24 {
    min-width: calc(var(--spacing) * 24);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .min-w-\[28px\] {
    min-width: 28px;
  }
  .min-w-\[73px\] {
    min-width: 73px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[130px\] {
    min-width: 130px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-top-right {
    transform-origin: 100% 0;
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    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) var(--tw-translate-y);
  }
  .scale-60 {
    --tw-scale-x: 60%;
    --tw-scale-y: 60%;
    --tw-scale-z: 60%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-105 {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .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,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .\!flex-col {
    flex-direction: column !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .\!gap-3 {
    gap: calc(var(--spacing) * 3) !important;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-\[103px\] {
    column-gap: 103px;
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-curious-blue-100 {
    :where(& > :not(:last-child)) {
      border-color: #e0f4fe;
    }
  }
  .divide-curious-blue-200 {
    :where(& > :not(:last-child)) {
      border-color: #b9ebfe;
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .\!rounded-lg {
    border-radius: 12px !important;
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: 12px;
  }
  .rounded-md {
    border-radius: 8px;
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-pill {
    border-radius: 100px;
  }
  .rounded-sm {
    border-radius: 4px;
  }
  .rounded-sm2 {
    border-radius: 6px;
  }
  .rounded-xl {
    border-radius: 16px;
  }
  .rounded-t-\[50px\] {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .rounded-tl-\[1px\] {
    border-top-left-radius: 1px;
  }
  .rounded-tl-md {
    border-top-left-radius: 8px;
  }
  .rounded-tr-\[1px\] {
    border-top-right-radius: 1px;
  }
  .rounded-b-lg {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rounded-br-\[10px\] {
    border-bottom-right-radius: 10px;
  }
  .rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;
  }
  .rounded-bl-md {
    border-bottom-left-radius: 8px;
  }
  .\!border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .\!border-2 {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .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-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-5 {
    border-top-style: var(--tw-border-style);
    border-top-width: 5px;
  }
  .border-t-\[5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 5px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-curious-blue-100 {
    border-color: #e0f4fe !important;
  }
  .\!border-primary {
    border-color: #00A1DD !important;
  }
  .border-\[\#D6D6D6\] {
    border-color: #D6D6D6;
  }
  .border-curious-blue-200 {
    border-color: #b9ebfe;
  }
  .border-curious-blue-600 {
    border-color: #00a1dd;
  }
  .border-gray-100 {
    border-color: #F3F3F3;
  }
  .border-gray-300 {
    border-color: #C8C8C8;
  }
  .border-gray-900 {
    border-color: #111111;
  }
  .border-primary {
    border-color: #00A1DD;
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: #FFFFFF;
  }
  .border-white\/50 {
    border-color: color-mix(in oklab, #FFFFFF 50%, transparent);
  }
  .\!bg-curious-blue-50 {
    background-color: #f0faff !important;
  }
  .\!bg-curious-blue-100 {
    background-color: #e0f4fe !important;
  }
  .\!bg-primary {
    background-color: #00A1DD !important;
  }
  .bg-\[\#F2FAFF\] {
    background-color: #F2FAFF;
  }
  .bg-\[\#F8F8F8\] {
    background-color: #F8F8F8;
  }
  .bg-\[rgba\(0\,0\,0\,0\.4\)\] {
    background-color: rgba(0,0,0,0.4);
  }
  .bg-\[rgba\(0\,0\,0\,0\.5\)\] {
    background-color: rgba(0,0,0,0.5);
  }
  .bg-\[rgba\(0\,0\,0\,0\.7\)\] {
    background-color: rgba(0,0,0,0.7);
  }
  .bg-black {
    background-color: #000000;
  }
  .bg-black\/30 {
    background-color: color-mix(in oklab, #000000 30%, transparent);
  }
  .bg-black\/50 {
    background-color: color-mix(in oklab, #000000 50%, transparent);
  }
  .bg-black\/60 {
    background-color: color-mix(in oklab, #000000 60%, transparent);
  }
  .bg-black\/70 {
    background-color: color-mix(in oklab, #000000 70%, transparent);
  }
  .bg-curious-blue-50 {
    background-color: #f0faff;
  }
  .bg-curious-blue-50\/70 {
    background-color: color-mix(in oklab, #f0faff 70%, transparent);
  }
  .bg-curious-blue-100 {
    background-color: #e0f4fe;
  }
  .bg-curious-blue-200 {
    background-color: #b9ebfe;
  }
  .bg-curious-blue-600 {
    background-color: #00a1dd;
  }
  .bg-gray-100 {
    background-color: #F3F3F3;
  }
  .bg-gray-300 {
    background-color: #C8C8C8;
  }
  .bg-gray-300\/80 {
    background-color: color-mix(in oklab, #C8C8C8 80%, transparent);
  }
  .bg-gray-500 {
    background-color: #777777;
  }
  .bg-gray-700 {
    background-color: #333333;
  }
  .bg-gray-900 {
    background-color: #111111;
  }
  .bg-gray-950 {
    background-color: #0D0D0D;
  }
  .bg-primary {
    background-color: #00A1DD;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: #FFFFFF;
  }
  .bg-white\/70 {
    background-color: color-mix(in oklab, #FFFFFF 70%, transparent);
  }
  .bg-yellow {
    background-color: #FFD57C;
  }
  .bg-black-card-gradient {
    background-image: linear-gradient(180.02deg, rgba(17, 17, 17, 0) 17.04%, rgba(0, 0, 0, 0.792) 46.95%);
  }
  .bg-card-gradient {
    background-image: linear-gradient(180.02deg, rgba(17,17,17,0.44) 17.04%, rgba(0,161,221,0.792) 79.5%);
  }
  .bg-hero-overlay {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 26%, rgba(0, 161, 221, 0.8) 63%);;
  }
  .bg-main-heading-gr {
    background-image: linear-gradient(90deg, #36CBFA 0%, #00A1DD 100%);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-center {
    background-position: center;
  }
  .bg-right {
    background-position: right;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-primary {
    fill: #00A1DD;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .\!p-7 {
    padding: calc(var(--spacing) * 7) !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7\.5 {
    padding: calc(var(--spacing) * 7.5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .\!px-6 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-4\.5 {
    padding-inline: calc(var(--spacing) * 4.5);
  }
  .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-11\.5 {
    padding-inline: calc(var(--spacing) * 11.5);
  }
  .px-md {
    padding-inline: 16px;
  }
  .\!py-3 {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-md {
    padding-block: 16px;
  }
  .py-xs {
    padding-block: 4px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-17\.5 {
    padding-top: calc(var(--spacing) * 17.5);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pr-4\.5 {
    padding-right: calc(var(--spacing) * 4.5);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .font-sans {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
  }
  .\!text-lg {
    font-size: 18px !important;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[clamp\(18px\,1vw\,18px\)\] {
    font-size: clamp(18px, 1vw, 18px);
  }
  .text-lg {
    font-size: 18px;
  }
  .text-md {
    font-size: 16px;
  }
  .text-sm {
    font-size: 14px;
  }
  .text-xl {
    font-size: 22px;
  }
  .text-xl36 {
    font-size: 36px;
  }
  .text-xl48 {
    font-size: 48px;
  }
  .text-xs {
    font-size: 12px;
  }
  .text-xxl {
    font-size: 28px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-lg {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-lg1 {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-lg2 {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-lg44 {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-lg56 {
    --tw-leading: 56px;
    line-height: 56px;
  }
  .leading-md {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-sm {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-sm2 {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-xs {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-400 {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-500 {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-600 {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-700 {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-800 {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-tight {
    --tw-tracking: 0.2px;
    letter-spacing: 0.2px;
  }
  .tracking-wide {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-white {
    color: #FFFFFF !important;
  }
  .text-\[\#808080\] {
    color: #808080;
  }
  .text-black {
    color: #000000;
  }
  .text-curious-blue-200 {
    color: #b9ebfe;
  }
  .text-curious-blue-400 {
    color: #36cbfa;
  }
  .text-curious-blue-600 {
    color: #00a1dd;
  }
  .text-curious-blue-700 {
    color: #0174a3;
  }
  .text-curious-blue-800 {
    color: #066286;
  }
  .text-curious-blue-900 {
    color: #0b516f;
  }
  .text-gray-300 {
    color: #C8C8C8;
  }
  .text-gray-500 {
    color: #777777;
  }
  .text-gray-700 {
    color: #333333;
  }
  .text-gray-900 {
    color: #111111;
  }
  .text-gray-950 {
    color: #0D0D0D;
  }
  .text-primary {
    color: #00A1DD;
  }
  .text-primary\/30 {
    color: color-mix(in oklab, #00A1DD 30%, transparent);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: #FFFFFF;
  }
  .\!uppercase {
    text-transform: uppercase !important;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[\#333333\]\/50 {
    text-decoration-color: color-mix(in oklab, #333333 50%, transparent);
  }
  .decoration-gray-700\/30 {
    text-decoration-color: color-mix(in oklab, #333333 30%, transparent);
  }
  .decoration-1 {
    text-decoration-thickness: 1px;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .placeholder-white\/70 {
    &::placeholder {
      color: color-mix(in oklab, #FFFFFF 70%, transparent);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_6px_15px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 6px 15px var(--tw-shadow-color, rgba(0,0,0,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-card-shadow {
    --tw-shadow: 0 2px 12px 0 var(--tw-shadow-color, rgba(0,0,0,0.14));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-soft {
    --tw-shadow: 0 4px 12px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(16,24,40,0.05));
    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-\[1px\] {
    --tw-backdrop-blur: blur(1px);
    -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-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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, 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-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }
  .group-hover\:translate-x-0\.5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-x-\[3px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 3px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:text-gray-700 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #333333;
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #00A1DD;
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-\[\.is-active\]\:\!bg-primary {
    &:is(:where(.group):is(.is-active) *) {
      background-color: #00A1DD !important;
    }
  }
  .group-\[\.is-active\]\:\!text-white {
    &:is(:where(.group):is(.is-active) *) {
      color: #FFFFFF !important;
    }
  }
  .marker\:text-lg {
    & *::marker {
      font-size: 18px;
    }
    &::marker {
      font-size: 18px;
    }
    & *::-webkit-details-marker {
      font-size: 18px;
    }
    &::-webkit-details-marker {
      font-size: 18px;
    }
  }
  .marker\:leading-lg2 {
    & *::marker {
      --tw-leading: 26px;
      line-height: 26px;
    }
    &::marker {
      --tw-leading: 26px;
      line-height: 26px;
    }
    & *::-webkit-details-marker {
      --tw-leading: 26px;
      line-height: 26px;
    }
    &::-webkit-details-marker {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .marker\:text-primary {
    & *::marker {
      color: #00A1DD;
    }
    &::marker {
      color: #00A1DD;
    }
    & *::-webkit-details-marker {
      color: #00A1DD;
    }
    &::-webkit-details-marker {
      color: #00A1DD;
    }
  }
  .placeholder\:font-400 {
    &::placeholder {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .placeholder\:text-gray-500 {
    &::placeholder {
      color: #777777;
    }
  }
  .before\:\!border-curious-blue-100 {
    &::before {
      content: var(--tw-content);
      border-color: #e0f4fe !important;
    }
  }
  .before\:\!border-t-transparent {
    &::before {
      content: var(--tw-content);
      border-top-color: transparent !important;
    }
  }
  .before\:\!border-r-transparent {
    &::before {
      content: var(--tw-content);
      border-right-color: transparent !important;
    }
  }
  .before\:\!border-l-transparent {
    &::before {
      content: var(--tw-content);
      border-left-color: transparent !important;
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-px {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -1px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
  }
  .hover\:border-gray-900 {
    &:hover {
      @media (hover: hover) {
        border-color: #111111;
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: #00A1DD;
      }
    }
  }
  .hover\:border-primary\/30 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #00A1DD 30%, transparent);
      }
    }
  }
  .hover\:border-primary\/50 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #00A1DD 50%, transparent);
      }
    }
  }
  .hover\:\!bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: #00A1DD !important;
      }
    }
  }
  .hover\:\!bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent !important;
      }
    }
  }
  .hover\:bg-\[\#ffdd8b\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ffdd8b;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: #000000;
      }
    }
  }
  .hover\:bg-curious-blue-50 {
    &:hover {
      @media (hover: hover) {
        background-color: #f0faff;
      }
    }
  }
  .hover\:bg-gray-900 {
    &:hover {
      @media (hover: hover) {
        background-color: #111111;
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: #00A1DD;
      }
    }
  }
  .hover\:bg-primary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #00A1DD 90%, transparent);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: #FFFFFF;
      }
    }
  }
  .hover\:\!text-primary {
    &:hover {
      @media (hover: hover) {
        color: #00A1DD !important;
      }
    }
  }
  .hover\:\!text-white {
    &:hover {
      @media (hover: hover) {
        color: #FFFFFF !important;
      }
    }
  }
  .hover\:text-curious-blue-400 {
    &:hover {
      @media (hover: hover) {
        color: #36cbfa;
      }
    }
  }
  .hover\:text-curious-blue-700 {
    &:hover {
      @media (hover: hover) {
        color: #0174a3;
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: #333333;
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: #111111;
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: #00A1DD;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: #FFFFFF;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:decoration-\[\#00A1DD\] {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: #00A1DD;
      }
    }
  }
  .hover\:decoration-2 {
    &:hover {
      @media (hover: hover) {
        text-decoration-thickness: 2px;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-95 {
    &:hover {
      @media (hover: hover) {
        opacity: 95%;
      }
    }
  }
  .hover\:shadow-strong {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 6px 20px var(--tw-shadow-color, rgba(0,0,0,0.12));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:border-curious-blue-500 {
    &:focus {
      border-color: #0cb5eb;
    }
  }
  .has-\[\.woocommerce\]\:max-w-full {
    &:has(*:is(.woocommerce)) {
      max-width: 100%;
    }
  }
  .max-lg\:hidden {
    @media (width < 1025px) {
      display: none;
    }
  }
  .max-lg\:max-h-\[calc\(100vh-280px\)\] {
    @media (width < 1025px) {
      max-height: calc(100vh - 280px);
    }
  }
  .max-lg\:overflow-y-auto {
    @media (width < 1025px) {
      overflow-y: auto;
    }
  }
  .max-md\:fixed {
    @media (width < 768px) {
      position: fixed;
    }
  }
  .max-md\:-top-2\.5 {
    @media (width < 768px) {
      top: calc(var(--spacing) * -2.5);
    }
  }
  .max-md\:-right-2\.5 {
    @media (width < 768px) {
      right: calc(var(--spacing) * -2.5);
    }
  }
  .max-md\:left-0 {
    @media (width < 768px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .max-md\:mx-auto {
    @media (width < 768px) {
      margin-inline: auto;
    }
  }
  .max-md\:line-clamp-2 {
    @media (width < 768px) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
  }
  .max-md\:flex {
    @media (width < 768px) {
      display: flex;
    }
  }
  .max-md\:aspect-video {
    @media (width < 768px) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .max-md\:h-20 {
    @media (width < 768px) {
      height: calc(var(--spacing) * 20);
    }
  }
  .max-md\:h-22 {
    @media (width < 768px) {
      height: calc(var(--spacing) * 22);
    }
  }
  .max-md\:w-36 {
    @media (width < 768px) {
      width: calc(var(--spacing) * 36);
    }
  }
  .max-md\:w-\[40\%\] {
    @media (width < 768px) {
      width: 40%;
    }
  }
  .max-md\:w-\[40vw\] {
    @media (width < 768px) {
      width: 40vw;
    }
  }
  .max-md\:w-\[300px\] {
    @media (width < 768px) {
      width: 300px;
    }
  }
  .max-md\:w-full {
    @media (width < 768px) {
      width: 100%;
    }
  }
  .max-md\:min-w-37\.5 {
    @media (width < 768px) {
      min-width: calc(var(--spacing) * 37.5);
    }
  }
  .max-md\:min-w-\[48\%\] {
    @media (width < 768px) {
      min-width: 48%;
    }
  }
  .max-md\:gap-2\.5 {
    @media (width < 768px) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .max-md\:space-y-2 {
    @media (width < 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-md\:gap-x-2\.5 {
    @media (width < 768px) {
      column-gap: calc(var(--spacing) * 2.5);
    }
  }
  .max-md\:border-b-2 {
    @media (width < 768px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .max-md\:border-b-curious-blue-100 {
    @media (width < 768px) {
      border-bottom-color: #e0f4fe;
    }
  }
  .max-md\:py-2 {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .max-md\:py-3 {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-md\:pr-11 {
    @media (width < 768px) {
      padding-right: calc(var(--spacing) * 11);
    }
  }
  .max-md\:pl-5 {
    @media (width < 768px) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .max-md\:text-sm {
    @media (width < 768px) {
      font-size: 14px;
    }
  }
  .max-md\:text-xs {
    @media (width < 768px) {
      font-size: 12px;
    }
  }
  .max-md\:leading-sm {
    @media (width < 768px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .max-md\:shadow-\[0_6px_15px_rgba\(0\,0\,0\,0\.12\)\] {
    @media (width < 768px) {
      --tw-shadow: 0 6px 15px var(--tw-shadow-color, rgba(0,0,0,0.12));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-sm\:hidden {
    @media (width < 640px) {
      display: none;
    }
  }
  .max-sm\:text-center {
    @media (width < 640px) {
      text-align: center;
    }
  }
  .max-sm\:text-\[24px\] {
    @media (width < 640px) {
      font-size: 24px;
    }
  }
  .max-sm\:text-xl36 {
    @media (width < 640px) {
      font-size: 36px;
    }
  }
  .max-sm\:text-xxl {
    @media (width < 640px) {
      font-size: 28px;
    }
  }
  .max-sm\:leading-lg1 {
    @media (width < 640px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .max-sm\:leading-lg2 {
    @media (width < 640px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .max-sm\:leading-lg44 {
    @media (width < 640px) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }
  .max-sm\:leading-sm {
    @media (width < 640px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .sm\:top-0 {
    @media (width >= 640px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .sm\:top-2\/5 {
    @media (width >= 640px) {
      top: calc(2/5 * 100%);
    }
  }
  .sm\:mt-0 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-4 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .sm\:mt-11\.5 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 11.5);
    }
  }
  .sm\:mt-12 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .sm\:mb-4 {
    @media (width >= 640px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:mb-8 {
    @media (width >= 640px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:mb-10 {
    @media (width >= 640px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:mb-14 {
    @media (width >= 640px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .sm\:block {
    @media (width >= 640px) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 640px) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 640px) {
      display: none;
    }
  }
  .sm\:inline-flex {
    @media (width >= 640px) {
      display: inline-flex;
    }
  }
  .sm\:h-11 {
    @media (width >= 640px) {
      height: calc(var(--spacing) * 11);
    }
  }
  .sm\:h-\[60\%\] {
    @media (width >= 640px) {
      height: 60%;
    }
  }
  .sm\:h-\[80\%\] {
    @media (width >= 640px) {
      height: 80%;
    }
  }
  .sm\:h-\[405px\] {
    @media (width >= 640px) {
      height: 405px;
    }
  }
  .sm\:h-\[488px\] {
    @media (width >= 640px) {
      height: 488px;
    }
  }
  .sm\:h-full {
    @media (width >= 640px) {
      height: 100%;
    }
  }
  .sm\:max-h-\[60vh\] {
    @media (width >= 640px) {
      max-height: 60vh;
    }
  }
  .sm\:min-h-52 {
    @media (width >= 640px) {
      min-height: calc(var(--spacing) * 52);
    }
  }
  .sm\:min-h-\[136px\] {
    @media (width >= 640px) {
      min-height: 136px;
    }
  }
  .sm\:w-auto {
    @media (width >= 640px) {
      width: auto;
    }
  }
  .sm\:max-w-\[242px\] {
    @media (width >= 640px) {
      max-width: 242px;
    }
  }
  .sm\:max-w-\[344px\] {
    @media (width >= 640px) {
      max-width: 344px;
    }
  }
  .sm\:max-w-\[493px\] {
    @media (width >= 640px) {
      max-width: 493px;
    }
  }
  .sm\:max-w-full {
    @media (width >= 640px) {
      max-width: 100%;
    }
  }
  .sm\:min-w-\[129px\] {
    @media (width >= 640px) {
      min-width: 129px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 640px) {
      align-items: center;
    }
  }
  .sm\:justify-center {
    @media (width >= 640px) {
      justify-content: center;
    }
  }
  .sm\:justify-start {
    @media (width >= 640px) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-4 {
    @media (width >= 640px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-12 {
    @media (width >= 640px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .sm\:gap-12\.5 {
    @media (width >= 640px) {
      gap: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:space-y-4 {
    @media (width >= 640px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-6 {
    @media (width >= 640px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-8 {
    @media (width >= 640px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-11\.5 {
    @media (width >= 640px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 11.5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 11.5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:p-3 {
    @media (width >= 640px) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-4 {
    @media (width >= 640px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-6 {
    @media (width >= 640px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-4 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-6 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-0 {
    @media (width >= 640px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .sm\:py-6 {
    @media (width >= 640px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-12 {
    @media (width >= 640px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .sm\:py-16 {
    @media (width >= 640px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .sm\:py-\[171px\] {
    @media (width >= 640px) {
      padding-block: 171px;
    }
  }
  .sm\:text-lg {
    @media (width >= 640px) {
      font-size: 18px;
    }
  }
  .sm\:text-md {
    @media (width >= 640px) {
      font-size: 16px;
    }
  }
  .sm\:text-xl48 {
    @media (width >= 640px) {
      font-size: 48px;
    }
  }
  .sm\:leading-\[72px\] {
    @media (width >= 640px) {
      --tw-leading: 72px;
      line-height: 72px;
    }
  }
  .sm\:leading-lg {
    @media (width >= 640px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .sm\:leading-lg1 {
    @media (width >= 640px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .sm\:leading-lg56 {
    @media (width >= 640px) {
      --tw-leading: 56px;
      line-height: 56px;
    }
  }
  .sm\:leading-md {
    @media (width >= 640px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .md\:sticky {
    @media (width >= 768px) {
      position: sticky;
    }
  }
  .md\:-top-4 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * -4);
    }
  }
  .md\:top-4 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * 4);
    }
  }
  .md\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 768px) {
      order: 2;
    }
  }
  .md\:my-12 {
    @media (width >= 768px) {
      margin-block: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-0 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-2 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .md\:mb-4 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-12 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-10 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-60 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 60);
    }
  }
  .md\:h-\[43px\] {
    @media (width >= 768px) {
      height: 43px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-10 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 10);
    }
  }
  .md\:w-\[178px\] {
    @media (width >= 768px) {
      width: 178px;
    }
  }
  .md\:max-w-\[173px\] {
    @media (width >= 768px) {
      max-width: 173px;
    }
  }
  .md\:max-w-\[329\.5px\] {
    @media (width >= 768px) {
      max-width: 329.5px;
    }
  }
  .md\:max-w-\[349px\] {
    @media (width >= 768px) {
      max-width: 349px;
    }
  }
  .md\:max-w-\[352px\] {
    @media (width >= 768px) {
      max-width: 352px;
    }
  }
  .md\:max-w-\[1150px\] {
    @media (width >= 768px) {
      max-width: 1150px;
    }
  }
  .md\:flex-1 {
    @media (width >= 768px) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 768px) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 768px) {
      justify-content: flex-start;
    }
  }
  .md\:gap-4 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:space-y-0 {
    @media (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-x-8 {
    @media (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:rounded-\[10px\] {
    @media (width >= 768px) {
      border-radius: 10px;
    }
  }
  .md\:bg-none {
    @media (width >= 768px) {
      background-image: none;
    }
  }
  .md\:p-10 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-12 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:px-3\.5 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 3.5);
    }
  }
  .md\:px-4 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-13 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 13);
    }
  }
  .md\:py-2\.5 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:py-12 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-\[26\.5px\] {
    @media (width >= 768px) {
      padding-block: 26.5px;
    }
  }
  .md\:pb-4 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:text-\[100px\] {
    @media (width >= 768px) {
      font-size: 100px;
    }
  }
  .md\:text-md {
    @media (width >= 768px) {
      font-size: 16px;
    }
  }
  .md\:text-xl {
    @media (width >= 768px) {
      font-size: 22px;
    }
  }
  .md\:text-xl36 {
    @media (width >= 768px) {
      font-size: 36px;
    }
  }
  .md\:leading-lg44 {
    @media (width >= 768px) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }
  .md\:text-white {
    @media (width >= 768px) {
      color: #FFFFFF;
    }
  }
  .mdl\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:invisible {
    @media (width >= 1025px) {
      visibility: hidden;
    }
  }
  .lg\:absolute {
    @media (width >= 1025px) {
      position: absolute;
    }
  }
  .lg\:static {
    @media (width >= 1025px) {
      position: static;
    }
  }
  .lg\:inset-auto {
    @media (width >= 1025px) {
      inset: auto;
    }
  }
  .lg\:top-full {
    @media (width >= 1025px) {
      top: 100%;
    }
  }
  .lg\:left-0 {
    @media (width >= 1025px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:z-40 {
    @media (width >= 1025px) {
      z-index: 40;
    }
  }
  .lg\:z-auto {
    @media (width >= 1025px) {
      z-index: auto;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 1025px) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1025px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1025px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:my-12 {
    @media (width >= 1025px) {
      margin-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:mt-0 {
    @media (width >= 1025px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-5 {
    @media (width >= 1025px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mb-0 {
    @media (width >= 1025px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-8 {
    @media (width >= 1025px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:block {
    @media (width >= 1025px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1025px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 1025px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1025px) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 1025px) {
      display: inline-block;
    }
  }
  .lg\:inline-flex {
    @media (width >= 1025px) {
      display: inline-flex;
    }
  }
  .lg\:h-auto {
    @media (width >= 1025px) {
      height: auto;
    }
  }
  .lg\:max-h-max {
    @media (width >= 1025px) {
      max-height: max-content;
    }
  }
  .lg\:max-h-none {
    @media (width >= 1025px) {
      max-height: none;
    }
  }
  .lg\:min-h-\[832px\] {
    @media (width >= 1025px) {
      min-height: 832px;
    }
  }
  .lg\:w-26 {
    @media (width >= 1025px) {
      width: calc(var(--spacing) * 26);
    }
  }
  .lg\:w-44 {
    @media (width >= 1025px) {
      width: calc(var(--spacing) * 44);
    }
  }
  .lg\:w-auto {
    @media (width >= 1025px) {
      width: auto;
    }
  }
  .lg\:max-w-54 {
    @media (width >= 1025px) {
      max-width: calc(var(--spacing) * 54);
    }
  }
  .lg\:max-w-\[496px\] {
    @media (width >= 1025px) {
      max-width: 496px;
    }
  }
  .lg\:max-w-\[860px\] {
    @media (width >= 1025px) {
      max-width: 860px;
    }
  }
  .lg\:min-w-26 {
    @media (width >= 1025px) {
      min-width: calc(var(--spacing) * 26);
    }
  }
  .lg\:-translate-x-0 {
    @media (width >= 1025px) {
      --tw-translate-x: calc(var(--spacing) * -0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 1025px) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-2 {
    @media (width >= 1025px) {
      --tw-translate-y: calc(var(--spacing) * -2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:transform-none {
    @media (width >= 1025px) {
      transform: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1025px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1025px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_352px\] {
    @media (width >= 1025px) {
      grid-template-columns: 1fr 352px;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,481px\)_minmax\(0\,749px\)\] {
    @media (width >= 1025px) {
      grid-template-columns: minmax(0,481px) minmax(0,749px);
    }
  }
  .lg\:flex-row {
    @media (width >= 1025px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1025px) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 1025px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 1025px) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-4 {
    @media (width >= 1025px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-6 {
    @media (width >= 1025px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 1025px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 1025px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-\[103px\] {
    @media (width >= 1025px) {
      gap: 103px;
    }
  }
  .lg\:space-y-8 {
    @media (width >= 1025px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:divide-y-0 {
    @media (width >= 1025px) {
      :where(& > :not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style: var(--tw-border-style);
        border-top-style: var(--tw-border-style);
        border-top-width: calc(0px * var(--tw-divide-y-reverse));
        border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
      }
    }
  }
  .lg\:overflow-visible {
    @media (width >= 1025px) {
      overflow: visible;
    }
  }
  .lg\:rounded-lg {
    @media (width >= 1025px) {
      border-radius: 12px;
    }
  }
  .lg\:rounded-none {
    @media (width >= 1025px) {
      border-radius: 0;
    }
  }
  .lg\:rounded-b-lg {
    @media (width >= 1025px) {
      border-bottom-right-radius: 12px;
      border-bottom-left-radius: 12px;
    }
  }
  .lg\:border {
    @media (width >= 1025px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .lg\:border-none {
    @media (width >= 1025px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:bg-gray-950 {
    @media (width >= 1025px) {
      background-color: #0D0D0D;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 1025px) {
      background-color: transparent;
    }
  }
  .lg\:p-3 {
    @media (width >= 1025px) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-0 {
    @media (width >= 1025px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-3 {
    @media (width >= 1025px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-6 {
    @media (width >= 1025px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 1025px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-3\.5 {
    @media (width >= 1025px) {
      padding-block: calc(var(--spacing) * 3.5);
    }
  }
  .lg\:py-12 {
    @media (width >= 1025px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-16 {
    @media (width >= 1025px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-20 {
    @media (width >= 1025px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-0 {
    @media (width >= 1025px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-4 {
    @media (width >= 1025px) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:pt-12 {
    @media (width >= 1025px) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-0 {
    @media (width >= 1025px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-6 {
    @media (width >= 1025px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-12 {
    @media (width >= 1025px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-md {
    @media (width >= 1025px) {
      font-size: 16px;
    }
  }
  .lg\:font-700 {
    @media (width >= 1025px) {
      --tw-font-weight: 700;
      font-weight: 700;
    }
  }
  .lg\:text-white {
    @media (width >= 1025px) {
      color: #FFFFFF;
    }
  }
  .lg\:opacity-0 {
    @media (width >= 1025px) {
      opacity: 0%;
    }
  }
  .lg\:transition-all {
    @media (width >= 1025px) {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .lg\:duration-200 {
    @media (width >= 1025px) {
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .lg\:duration-300 {
    @media (width >= 1025px) {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .lg\:ease-out {
    @media (width >= 1025px) {
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
  }
  .lg\:group-hover\:visible {
    @media (width >= 1025px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          visibility: visible;
        }
      }
    }
  }
  .lg\:group-hover\:translate-y-0 {
    @media (width >= 1025px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-y: calc(var(--spacing) * 0);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .lg\:group-hover\:opacity-100 {
    @media (width >= 1025px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .xl\:inline {
    @media (width >= 1280px) {
      display: inline;
    }
  }
  .rtl\:space-x-reverse {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 1;
      }
    }
  }
  .prose-h1\:my-6 {
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .prose-h1\:mb-6 {
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .prose-h1\:text-xl {
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: 22px;
    }
  }
  .prose-h1\:leading-lg1 {
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .prose-h1\:font-600 {
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: 600;
      font-weight: 600;
    }
  }
  .prose-h2\:my-6 {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .prose-h2\:mb-6 {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .prose-h2\:text-xl {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: 22px;
    }
  }
  .prose-h2\:leading-lg1 {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .prose-h2\:font-600 {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: 600;
      font-weight: 600;
    }
  }
  .prose-h3\:my-6 {
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .prose-h3\:mb-6 {
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .prose-h4\:text-xl {
    & :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: 22px;
    }
  }
  .prose-h4\:leading-lg1 {
    & :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .prose-h4\:font-600 {
    & :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: 600;
      font-weight: 600;
    }
  }
  .prose-h5\:mb-6 {
    & :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .prose-h5\:text-lg {
    & :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: 18px;
    }
  }
  .prose-h5\:leading-lg2 {
    & :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .prose-h5\:font-600 {
    & :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: 600;
      font-weight: 600;
    }
  }
  .prose-p\:my-6 {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .prose-p\:mt-0 {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .prose-p\:mb-6 {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .prose-p\:text-lg {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: 18px;
    }
  }
  .prose-p\:leading-lg2 {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .prose-p\:font-400 {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .prose-p\:text-gray-900 {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: #111111;
    }
  }
  .prose-a\:text-primary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: #00A1DD;
    }
  }
  .prose-a\:no-underline {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-decoration-line: none;
    }
  }
  .prose-ul\:list-decimal {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: decimal;
    }
  }
  .prose-ul\:text-lg {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: 18px;
    }
  }
  .prose-li\:\!my-0 {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-block: calc(var(--spacing) * 0) !important;
    }
  }
  .prose-li\:my-0\! {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-block: calc(var(--spacing) * 0) !important;
    }
  }
  .prose-li\:wrap-break-word {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      overflow-wrap: break-word;
    }
  }
  .prose-li\:marker\:text-gray-900 {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      & *::marker {
        color: #111111;
      }
      &::marker {
        color: #111111;
      }
      & *::-webkit-details-marker {
        color: #111111;
      }
      &::-webkit-details-marker {
        color: #111111;
      }
    }
  }
  .prose-img\:my-0 {
    & :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .prose-img\:mb-6 {
    & :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .\[\&_\.woocommerce\]\:block {
    & .woocommerce {
      display: block;
    }
  }
  .\[\&_a\]\:break-words {
    & a {
      overflow-wrap: break-word;
    }
  }
  .\[\&_br\]\:hidden {
    & br {
      display: none;
    }
  }
  .\[\&_button\]\:cursor-pointer {
    & button {
      cursor: pointer;
    }
  }
  .\[\&_button\]\:rounded-md {
    & button {
      border-radius: 8px;
    }
  }
  .\[\&_button\]\:bg-primary {
    & button {
      background-color: #00A1DD;
    }
  }
  .\[\&_button\]\:p-2 {
    & button {
      padding: calc(var(--spacing) * 2);
    }
  }
  .\[\&_button\]\:text-md {
    & button {
      font-size: 16px;
    }
  }
  .\[\&_button\]\:leading-sm {
    & button {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .\[\&_button\]\:text-white {
    & button {
      color: #FFFFFF;
    }
  }
  .\[\&_button\]\:shadow-xs {
    & button {
      --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(16,24,40,0.05));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
@layer base {
  body {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 16px;
    color: #111111;
  }
}
@layer components {
  .typo-h6 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 16px;
    --tw-tracking: 0px;
    letter-spacing: 0px;
  }
  .typo-h6-600 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 16px;
    --tw-leading: 22px;
    line-height: 22px;
    --tw-tracking: 0px;
    letter-spacing: 0px;
  }
  .typo-h5 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 16px;
    --tw-leading: 26px;
    line-height: 26px;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #111111;
  }
  .typo-h5-400 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 18px;
    --tw-leading: 26px;
    line-height: 26px;
    --tw-tracking: 0px;
    letter-spacing: 0px;
  }
  .typo-h5-600 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 16px;
    --tw-leading: 26px;
    line-height: 26px;
    --tw-font-weight: 600;
    font-weight: 600;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #111111;
    @media (width >= 640px) {
      font-size: 18px;
    }
  }
  .typo-h4 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 18px;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #111111;
    @media (width >= 640px) {
      font-size: 22px;
    }
  }
  .typo-h4-600 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 18px;
    --tw-leading: 28px;
    line-height: 28px;
    --tw-font-weight: 600;
    font-weight: 600;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #111111;
    @media (width >= 640px) {
      font-size: 22px;
    }
    @media (width >= 640px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .typo-h3 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 28px;
    --tw-leading: 36px;
    line-height: 36px;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .typo-h3-700 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 28px;
    --tw-leading: 36px;
    line-height: 36px;
    --tw-font-weight: 700;
    font-weight: 700;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .typo-h2 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 36px;
    --tw-leading: 44px;
    line-height: 44px;
    color: #111111;
  }
  .body-regular {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 18px;
    --tw-leading: 24px;
    line-height: 24px;
    --tw-font-weight: 400;
    font-weight: 400;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #777777;
  }
  .body-small-400 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 14px;
    --tw-leading: 20px;
    line-height: 20px;
    --tw-font-weight: 400;
    font-weight: 400;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #777777;
  }
  .body-large {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 18px;
    --tw-leading: 28px;
    line-height: 28px;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .body-large-600 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 18px;
    --tw-leading: 28px;
    line-height: 28px;
    --tw-font-weight: 600;
    font-weight: 600;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #F3F3F3;
  }
  .body-large-400 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 18px;
    --tw-leading: 28px;
    line-height: 28px;
    --tw-font-weight: 400;
    font-weight: 400;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #777777;
  }
  .body-large-700 {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 18px;
    --tw-leading: 28px;
    line-height: 28px;
    --tw-font-weight: 700;
    font-weight: 700;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .label {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 14px;
    --tw-leading: calc(var(--spacing) * 4.5);
    line-height: calc(var(--spacing) * 4.5);
    --tw-tracking: 0.2px;
    letter-spacing: 0.2px;
    color: #777777;
  }
  .caption {
    border-radius: 6px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #b9ebfe;
    background-color: #e0f4fe;
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 0.5);
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 12px;
    --tw-leading: 16px;
    line-height: 16px;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #00a1dd;
    text-transform: uppercase;
  }
  .caption-600 {
    border-radius: 6px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #b9ebfe;
    background-color: #e0f4fe;
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 0.5);
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 12px;
    --tw-leading: 16px;
    line-height: 16px;
    --tw-font-weight: 600;
    font-weight: 600;
    --tw-tracking: 0px;
    letter-spacing: 0px;
    color: #00a1dd;
  }
  .button-dark-blue {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: 8px;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: 8px;
    font-size: 16px;
    --tw-leading: 20px;
    line-height: 20px;
    --tw-font-weight: 600;
    font-weight: 600;
    --tw-tracking: 0.2px;
    letter-spacing: 0.2px;
  }
  .button-600 {
    display: inline-flex;
    min-width: 118px;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: 8px;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: 8px;
    font-size: 16px;
    --tw-leading: 20px;
    line-height: 20px;
    --tw-font-weight: 600;
    font-weight: 600;
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .title-heading {
    font-family: Titillium Web, Inter, system-ui, sans-serif;
    font-size: 64px;
    --tw-leading: 72px;
    line-height: 72px;
    --tw-font-weight: 600;
    font-weight: 600;
    color: #111111;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-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-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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-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-space-y-reverse: 0;
      --tw-divide-y-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-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-space-x-reverse: 0;
    }
  }
}
