@layer components {
  .section {
    padding-top: calc(var(--spacing) * 24);

    @media (width >=80rem) {
      padding-top: calc(var(--spacing) * 28);
    }
  }

  .section-sm {
    padding-top: calc(var(--spacing) * 16);

    @media (width >=80rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }

  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 4);

    @media (width >=96rem) {
      max-width: 1620px !important;
    }
  }

  .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-border);
    padding-bottom: calc(var(--spacing) * 14);

    @media (width >=80rem) {
      flex-direction: row;
    }

    @media (width >=80rem) {
      align-items: flex-end;
    }

    @media (width >=80rem) {
      justify-content: space-between;
    }

    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-border);
    }

    h2 {
      margin-bottom: calc(var(--spacing) * 5);
      text-align: center;
      font-size: var(--text-h5);
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
      text-transform: uppercase;

      @media (width >=40rem) {
        font-size: var(--text-h3);
      }

      @media (width >=48rem) {
        font-size: var(--text-h1-sm);
      }

      @media (width >=48rem) {
        --tw-leading: 85px;
        line-height: 85px;
      }

      @media (width >=80rem) {
        margin-bottom: calc(var(--spacing) * 0);
      }

      @media (width >=80rem) {
        text-align: left;
      }

      @media (width >=96rem) {
        width: calc(6/12 * 100%);
      }
    }

    p {
      text-align: center;
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
      color: var(--color-darkmode-text-light);

      @media (width >=40rem) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }

      @media (width >=80rem) {
        width: calc(4/12 * 100%);
      }

      @media (width >=80rem) {
        text-align: right;
      }

      &:where(.dark, .dark *) {
        color: var(--color-text-light);
      }
    }

    div {
      p {
        width: 100%;
      }
    }
  }

  .tickets-slide {
    width: 100%;
    overflow: hidden;
  }

  .swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .table-of-content.custom #TableOfContents {
    background-color: transparent !important;
  }

  .table-of-content.custom #TableOfContents li ol>li {
    margin-bottom: calc(var(--spacing) * 8);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-border);

    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-border);
    }
  }

  .table-of-content.custom #TableOfContents a {
    display: inline-block;
    width: calc(10/12 * 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    color: var(--color-text-dark);
    text-transform: uppercase;

    @media (width >=64rem) {
      width: calc(8/12 * 100%);
    }

    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-dark);
    }
  }

  #TableOfContents {
    padding: 0 !important;
  }

  .social-icons {
    list-style-type: none !important;
    display: flex;

    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }

    li {
      a {
        display: flex;
        height: calc(var(--spacing) * 9);
        width: calc(var(--spacing) * 9);
        align-items: center;
        justify-content: center;
        border-radius: calc(infinity * 1px);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-border);

        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-border) 20%, transparent);
        }

        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;

        &:hover {
          @media (hover: hover) {
            border-color: var(--color-primary);
          }
        }

        &:hover {
          @media (hover: hover) {
            background-color: var(--color-primary);
          }
        }

        &:hover {
          @media (hover: hover) {
            color: var(--color-white);
          }
        }

        &:where(.dark, .dark *) {
          border-color: var(--color-darkmode-border);
        }

        &:hover {
          @media (hover: hover) {
            &:where(.dark, .dark *) {
              border-color: var(--color-darkmode-primary);
            }
          }
        }

        &:hover {
          @media (hover: hover) {
            &:where(.dark, .dark *) {
              background-color: var(--color-darkmode-primary);
            }
          }
        }

        i {
          font-size: var(--text-base);
          line-height: var(--tw-leading, var(--text-base--line-height));
          font-size: var(--text-base);
        }
      }
    }
  }

  .content {
    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: 1;
      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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      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: NaN NaN NaN;
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;

    :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }

    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }

    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      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;
    }

    max-width: none;

    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      margin-top: .6em;
    }

    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      margin-bottom: .3em;
    }

    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }

    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }

    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        color: var(--color-darkmode-text-dark);
      }
    }

    & :is(:where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      font-size: var(--text-h1-sm);
    }

    @media (width >=48rem) {
      & :is(:where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
        font-size: var(--text-h1);
      }
    }

    & :is(:where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      font-size: var(--text-h2-sm);
    }

    @media (width >=48rem) {
      & :is(:where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
        font-size: var(--text-h2);
      }
    }

    & :is(:where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      font-size: var(--text-h3-sm);
    }

    @media (width >=48rem) {
      & :is(:where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
        font-size: var(--text-h3);
      }
    }

    & :is(:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      max-width: 100%;
    }

    & :is(:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-radius: 0.25rem;
    }

    & :is(:where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-color: var(--color-border);
    }

    & :is(:where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        border-color: var(--color-darkmode-border);
      }
    }

    & :is(:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }

    & :is(:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      font-size: var(--text-base);
    }

    & :is(:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }

    & :is(:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      color: var(--color-text);
    }

    & :is(:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        color: var(--color-darkmode-text);
      }
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-left-style: var(--tw-border-style);
      border-left-width: 10px;
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-color: var(--color-primary);
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      background-color: var(--color-light);
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 8);
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      padding-block: calc(var(--spacing) * 10);
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      font-style: normal;
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        border-color: var(--color-darkmode-primary);
      }
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        background-color: var(--color-darkmode-light);
      }
    }

    & :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        color: var(--color-darkmode-text-dark);
      }
    }

    & :is(:where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }

    & :is(:where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      background-color: var(--color-light);
    }

    & :is(:where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        background-color: var(--color-darkmode-light);
      }
    }

    & :is(:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 1);
    }

    & :is(:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        color: var(--color-darkmode-text-dark);
      }
    }

    & :is(:where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }

    & :is(:where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        color: var(--color-darkmode-text);
      }
    }

    & :is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      color: var(--color-text);
    }

    & :is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      text-decoration-line: none;
    }

    & :is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        color: var(--color-darkmode-text);
      }
    }

    & :is(:where(li):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      color: var(--color-text);
    }

    & :is(:where(li):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        color: var(--color-darkmode-text);
      }
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      position: relative;
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      overflow: hidden;
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        top: calc(var(--spacing) * 0);
      }
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-radius: inherit;
      }
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        --tw-content: "";
        content: var(--tw-content);
      }
    }

    & :is(:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);

        &:where(.dark, .dark *) {
          border-color: var(--color-darkmode-border);
        }
      }
    }

    & :is(:where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-color: var(--color-border);
    }

    & :is(:where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      background-color: var(--color-light);
    }

    & :is(:where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        border-color: var(--color-darkmode-border);
      }
    }

    & :is(:where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        background-color: var(--color-darkmode-light);
      }
    }

    & :is(:where(th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      position: relative;
    }

    & :is(:where(th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      z-index: 10;
    }

    & :is(:where(th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 4);
    }

    & :is(:where(th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      padding-block: 18px;
    }

    & :is(:where(th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }

    & :is(:where(th):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        color: var(--color-darkmode-text);
      }
    }

    & :is(:where(tr):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-color: var(--color-border);
    }

    & :is(:where(tr):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        border-color: var(--color-darkmode-border);
      }
    }

    & :is(:where(td):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      position: relative;
    }

    & :is(:where(td):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      z-index: 10;
    }

    & :is(:where(td):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 3);
    }

    & :is(:where(td):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      padding-block: 18px;
    }

    & :is(:where(td):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      &:where(.dark, .dark *) {
        color: var(--color-darkmode-text);
      }
    }

    .btn {
      text-decoration-line: none;

      &:hover {
        @media (hover: hover) {
          color: var(--color-white) !important;
        }
      }

      &:where(.dark, .dark *) {
        &:hover {
          @media (hover: hover) {
            color: var(--color-text-dark);
          }
        }
      }
    }
  }

  .ticket-item {
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: var(--radius-sm);
    padding: calc(var(--spacing) * 9);

    .ticket-item-header {
      display: flex;
      flex-direction: column;

      h3 {
        margin-bottom: calc(var(--spacing) * 2);
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
        text-transform: uppercase;
      }

      p {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
        color: var(--color-darkmode-text-light);

        &:where(.dark, .dark *) {
          color: var(--color-darkmode-text);
        }
      }
    }

    .ticket-item-body {
      margin-bottom: calc(var(--spacing) * 8);
      display: flex;
      flex-grow: 1;
      flex-direction: column;

      h2 {
        margin-block: calc(var(--spacing) * 6);
        font-size: var(--text-h2);
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
        text-transform: uppercase;

        @media (width >=40rem) {
          font-size: var(--text-h1-sm);
        }

        @media (width >=96rem) {
          font-size: var(--text-h1);
        }

        span {
          font-size: var(--text-sm);
          line-height: var(--tw-leading, var(--text-sm--line-height));
          --tw-font-weight: var(--font-weight-light);
          font-weight: var(--font-weight-light);
        }
      }

      ul {
        li {
          margin-bottom: calc(var(--spacing) * 2);
          display: flex;
          font-size: var(--text-lg);
          line-height: var(--tw-leading, var(--text-lg--line-height));
          --tw-font-weight: var(--font-weight-light);
          font-weight: var(--font-weight-light);

          svg {
            margin-top: calc(var(--spacing) * 1);
            margin-right: calc(var(--spacing) * 2);
          }
        }
      }
    }

    .ticket-item-footer {
      margin-top: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  .speaker-card {
    display: flex;
    flex-direction: column;

    .speaker-card-content {
      margin-top: calc(var(--spacing) * 4);
      display: flex;
      flex-direction: column;

      a {
        margin-bottom: calc(var(--spacing) * 1);
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
      }
    }

    .other {
      display: flex;
      justify-content: space-between;

      p {
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
        color: var(--color-text-dark);

        &:where(.dark, .dark *) {
          color: var(--color-darkmode-text);
        }
      }
    }
  }

  .sponsor-logo-effect {
    display: flex;
    height: 130px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--color-dark);

    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-dark) 10%, transparent);
    }

    padding-inline: calc(var(--spacing) * 10);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;

    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light);
      }
    }

    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-light);
    }

    &:hover {
      @media (hover: hover) {
        &:where(.dark, .dark *) {
          background-color: var(--color-darkmode-dark);

          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-darkmode-dark) 30%, transparent);
          }
        }
      }
    }

    img {
      width: 170px;
      object-fit: contain;
      --tw-grayscale: grayscale(100%);
      filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }

  .sponsor-logo-effect:hover img {
    --tw-grayscale: grayscale(0%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .sponsor-logo {
    display: block;
    border-radius: var(--radius-sm);
    background-color: var(--color-light);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 9);

    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-light);
    }

    &:hover {
      img {
        --tw-grayscale: grayscale(0%);
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
      }
    }

    img {
      width: 170px;
      object-fit: contain;
      --tw-grayscale: grayscale(100%);
      filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }

    div {
      margin-top: calc(var(--spacing) * 10);

      h4 {
        margin-bottom: calc(var(--spacing) * 2);
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
        color: var(--color-text-dark);
        text-transform: uppercase;

        &:where(.dark, .dark *) {
          color: var(--color-darkmode-text);
        }
      }

      p {
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
        color: var(--color-darkmode-text-light);

        &:where(.dark, .dark *) {
          color: var(--color-text-light);
        }
      }
    }
  }

  .active-table {
    color: var(--color-primary);

    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }

  .page-header {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);

    &>* {
      box-sizing: border-box;
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) / 2);
      padding-left: calc(var(--bs-gutter-x) / 2);
      margin-top: var(--bs-gutter-y);
    }

    align-items: flex-end;
    justify-content: space-between;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-border);
    padding-bottom: calc(var(--spacing) * 14);

    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-border);
    }

    .page-title {
      margin-bottom: calc(var(--spacing) * 8);

      @media (width >=80rem) {
        grid-column: 8;
      }

      @media (width >=80rem) {
        margin-bottom: calc(var(--spacing) * 0);
      }

      @media (width >=80rem) {
        flex: 0 0 auto;
        width: 66.66666666666667%;
      }

      @media (width >=80rem) {
        padding-right: calc(var(--spacing) * 0);
      }

      span {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
        text-transform: uppercase;
      }

      h1 {
        margin-top: calc(var(--spacing) * 6);
        font-size: var(--text-h3);
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        text-transform: uppercase;

        @media (width >=40rem) {
          font-size: var(--text-h2-sm);
        }

        @media (width >=80rem) {
          font-size: var(--text-h1-sm);
        }

        @media (width >=96rem) {
          font-size: 94px;
          --tw-leading: 112px;
          line-height: 112px;
        }
      }
    }

    .page-meta {
      @media (width >=80rem) {
        grid-column: 4;
      }

      @media (width >=80rem) {
        flex: 0 0 auto;
        width: 33.333333333333336%;
      }

      @media (width >=80rem) {
        padding-left: calc(var(--spacing) * 24);
      }

      p {
        margin-bottom: calc(var(--spacing) * 6);
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
        color: var(--color-darkmode-text-light);

        &:where(.dark, .dark *) {
          color: var(--color-text-light);
        }
      }
    }
  }

  .footer-links {


    h2 {
      margin-bottom: calc(var(--spacing) * 4);
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      text-transform: uppercase;

      @media (width >=64rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }

      @media (width >=80rem) {
        margin-bottom: calc(var(--spacing) * 8);
      }
    }

    ul {
      display: flex;
      flex-direction: column;
      text-transform: uppercase;

      @media (width >=48rem) {
        line-height: var(--tw-leading, var(--text-base--line-height));
      }

      @media (width >=48rem) {
        font-size: var(--text-base);
      }

      li {
        margin-block: calc(var(--spacing) * 3);
        display: inline-block;

        font-size: var(--text-2xl);

        @media (width >=48rem) {
          font-size: var(--text-base);
        }

        a {
          transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
          transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
          transition-duration: var(--tw-duration, var(--default-transition-duration));
          --tw-duration: 300ms;
          transition-duration: 300ms;

          &:hover {
            @media (hover: hover) {
              color: var(--color-primary);
            }
          }

          &:hover {
            @media (hover: hover) {
              &:where(.dark, .dark *) {
                color: var(--color-darkmode-primary);
              }
            }
          }
        }
      }
    }
  }

  .speaker-feature {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;

    svg {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }

  .speaker-feature:hover svg {
    --tw-translate-x: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .header {
    background-color: var(--color-body);
    padding-top: calc(var(--spacing) * 3);
    text-transform: uppercase;

    @media (width >=40rem) {
      padding-top: calc(var(--spacing) * 8);
    }

    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
  }

  section {
    background-color: var(--color-darkmode-body) !important;
  }

  article {
    background-color: #262626 !important;
  }

  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-border);
    padding-bottom: calc(var(--spacing) * 3);

    @media (width >=40rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }

    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-border);
    }
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);

    image {
      max-height: 100%;
      max-width: 100%;
    }

  }

  .navbar-nav {
    text-align: center;

    @media (width >=64rem) {
      text-align: left;
    }
  }

  .nav-link {
    display: block;
    cursor: pointer;
    padding: calc(var(--spacing) * 3);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    font-size: var(--text-base);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;

    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }

    @media (width >=64rem) {
      padding-inline: calc(var(--spacing) * 1);
    }

    @media (width >=64rem) {
      padding-block: calc(var(--spacing) * 3);
    }

    @media (width >=80rem) {
      padding-inline: calc(var(--spacing) * 2);
    }

    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-darkmode-primary);
        }
      }
    }
  }

  .nav-dropdown {
    margin-right: calc(var(--spacing) * 0);

    &>svg {
      pointer-events: none;
    }

    &.active {
      .nav-dropdown-list {
        display: block;
      }
    }
  }

  .nav-dropdown-list {
    z-index: 10;
    display: none;
    min-width: 180px;
    border-radius: 0.25rem;
    background-color: var(--color-body);
    padding: calc(var(--spacing) * 4);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

    @media (width >=64rem) {
      visibility: hidden;
    }

    @media (width >=64rem) {
      position: absolute;
    }

    @media (width >=64rem) {
      display: block;
    }

    @media (width >=64rem) {
      opacity: 0%;
    }

    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
  }

  .nav-dropdown-item {
    &:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }

  .nav-dropdown-link {
    display: block;
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    font-size: var(--text-base);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;

    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }

    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-darkmode-primary);
        }
      }
    }
  }

  .theme-switcher {
    display: inline-flex;

    label {
      position: relative;
      display: inline-block;
      height: calc(var(--spacing) * 4);
      width: calc(var(--spacing) * 6);
      cursor: pointer;
      border-radius: var(--radius-2xl);
      background-color: var(--color-border);
    }

    input {
      position: absolute;
      opacity: 0%;
    }

    span {
      position: absolute;
      top: calc(var(--spacing) * -1);
      left: calc(var(--spacing) * 0);
      display: flex;
      height: calc(var(--spacing) * 6);
      width: calc(var(--spacing) * 6);
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-dark);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;

      &:where(.dark, .dark *) {
        background-color: var(--color-white);
      }
    }
  }

  @keyframes rotateOnLoad {
    0% {
      transform: rotate(1turn);
    }

    100% {
      transform: rotate(2turn);
    }
  }

  .animate-logo-icon {
    animation: rotateOnLoad 1s forwards;
  }

  .btn {
    display: inline-block;
    cursor: pointer;
    border-radius: var(--radius-sm);
    padding: calc(var(--spacing) * 2);
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    text-transform: uppercase;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }

  .btn-lg {
    width: 100%;
    padding-block: calc(var(--spacing) * 4);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .btn-sm {
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .btn-icon {
    display: flex;
    align-items: center;

    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }

    &:hover {
      color: var(--color-primary);

      &:where(.dark, .dark *) {
        color: var(--color-darkmode-primary);
      }

      i {
        background-color: var(--color-primary) !important;

        &:where(.dark, .dark *) {
          background-color: var(--color-darkmode-primary) !important;
        }
      }
    }

    i {
      display: flex !important;
      height: calc(var(--spacing) * 7);
      width: calc(var(--spacing) * 7);
      align-items: center !important;
      justify-content: center !important;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-dark) !important;
      color: var(--color-white) !important;
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;

      &:where(.dark, .dark *) {
        background-color: var(--color-darkmode-dark) !important;

        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-darkmode-dark) 20%, transparent) !important;
        }
      }

      &:where(.dark, .dark *) {
        color: var(--color-white) !important;
      }
    }
  }

  .btn-primary {
    background-color: var(--color-dark);
    color: var(--color-white);

    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }

    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-dark);
    }

    &:where(.dark, .dark *) {
      color: var(--color-text-dark);
    }

    &:hover {
      @media (hover: hover) {
        &:where(.dark, .dark *) {
          background-color: #F25F5C;
        }
      }
    }

    &:hover {
      @media (hover: hover) {
        &:where(.dark, .dark *) {
          color: var(--color-white) !important;
        }
      }
    }
  }

  .btn-outline-primary {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);

    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }

    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }

    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }

    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-border);
    }

    &:hover {
      @media (hover: hover) {
        &:where(.dark, .dark *) {
          border-color: var(--color-darkmode-primary);
        }
      }
    }

    &:hover {
      @media (hover: hover) {
        &:where(.dark, .dark *) {
          background-color: var(--color-darkmode-primary);
        }
      }
    }

    &:hover {
      @media (hover: hover) {
        &:where(.dark, .dark *) {
          color: var(--color-darkmode-text);
        }
      }
    }
  }

  .stroke-hover {
    stroke: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }


  #product-page p {
    font-size: var(--text-lg);
    line-height: var(--text-lg--line-height);
  }
}