/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-loose: 2;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-xl: 24px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --ms-font-outlined: 'Material Symbols Outlined';
    --ms-font-rounded: 'Material Symbols Rounded';
    --default-ms-font: var(--ms-font-outlined, 'Material Symbols Outlined');
    --ms-weight-100: 100;
    --ms-weight-200: 200;
    --ms-weight-300: 300;
    --ms-weight-400: 400;
    --default-ms-weight: var(--ms-weight-400, 400);
    --ms-fill-nofill: 0;
    --default-ms-fill: var(--ms-fill-nofill, 0);
    --ms-grade-normal: 0;
    --default-ms-grade: var(--ms-grade-normal, 0);
    --ms-optical-size-20: 20;
    --ms-optical-size-24: 24;
    --default-ms-optical-size: var(--ms-optical-size-24, 24);
    --font-noto: "Noto Sans JP", "Noto Sans";
    --font-weight-demilight: 350;
    --text-2xs: 0.5rem;
    --text-headLine-mainTitle: 2rem;
    --color-bs-green-400: #2a6557;
    --color-bs-green-300: #277f6b;
    --color-bs-gray-200: #435652;
    --color-bs-gray-100: #667d78;
    --color-bs-white-200: #f3f3f3;
    --color-bs-white-100: #ffffff;
    --min-height-main: calc(100vh - ( 96px + 144px + 38px + 536px ));
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-\[128px\] {
    top: 128px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .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-60 {
    z-index: 60;
  }
  .z-70 {
    z-index: 70;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-32 {
    margin-top: calc(var(--spacing) * -32);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-7 {
    margin-left: calc(var(--spacing) * 7);
  }
  .ml-7\.5 {
    margin-left: calc(var(--spacing) * 7.5);
  }
  .ml-7\.75 {
    margin-left: calc(var(--spacing) * 7.75);
  }
  .box-border {
    box-sizing: border-box;
  }
  .icon {
    font-family: var(--ms-font, var(--default-ms-font)), var(--default-ms-font);
    font-weight: var(--ms-weight, var(--default-ms-weight));
    font-style: normal;
    font-size: calc(var(--ms-optical-size, var(--default-ms-optical-size)) * 1px);
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: liga;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'wght' var(--ms-weight, var(--default-ms-weight)), 'FILL' var(--ms-fill, var(--default-ms-fill)), 'GRAD' var(--ms-grade, var(--default-ms-grade)), 'opsz' var(--ms-optical-size, var(--default-ms-optical-size));
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-2\/5 {
    height: calc(2/5 * 100%);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .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-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-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-51 {
    height: calc(var(--spacing) * 51);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-64\.5 {
    height: calc(var(--spacing) * 64.5);
  }
  .h-70 {
    height: calc(var(--spacing) * 70);
  }
  .h-95 {
    height: calc(var(--spacing) * 95);
  }
  .h-120 {
    height: calc(var(--spacing) * 120);
  }
  .h-134 {
    height: calc(var(--spacing) * 134);
  }
  .h-180 {
    height: calc(var(--spacing) * 180);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[127px\] {
    height: 127px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }
  .min-h-60 {
    min-height: calc(var(--spacing) * 60);
  }
  .min-h-main {
    min-height: var(--min-height-main);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-1\/5 {
    width: calc(1/5 * 100%);
  }
  .w-1\/8 {
    width: calc(1/8 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-2\/5 {
    width: calc(2/5 * 100%);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7\/8 {
    width: calc(7/8 * 100%);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-18 {
    width: calc(var(--spacing) * 18);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-22 {
    width: calc(var(--spacing) * 22);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-43\.75 {
    width: calc(var(--spacing) * 43.75);
  }
  .w-44\.5 {
    width: calc(var(--spacing) * 44.5);
  }
  .w-240 {
    width: calc(var(--spacing) * 240);
  }
  .w-307 {
    width: calc(var(--spacing) * 307);
  }
  .w-\[88px\] {
    width: 88px;
  }
  .w-\[176px\] {
    width: 176px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-41 {
    max-width: calc(var(--spacing) * 41);
  }
  .max-w-50 {
    max-width: calc(var(--spacing) * 50);
  }
  .max-w-162\.5 {
    max-width: calc(var(--spacing) * 162.5);
  }
  .max-w-178\.5 {
    max-width: calc(var(--spacing) * 178.5);
  }
  .max-w-200 {
    max-width: calc(var(--spacing) * 200);
  }
  .max-w-240 {
    max-width: calc(var(--spacing) * 240);
  }
  .max-w-290 {
    max-width: calc(var(--spacing) * 290);
  }
  .max-w-307 {
    max-width: calc(var(--spacing) * 307);
  }
  .min-w-8 {
    min-width: calc(var(--spacing) * 8);
  }
  .min-w-22\.5 {
    min-width: calc(var(--spacing) * 22.5);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .min-w-72 {
    min-width: calc(var(--spacing) * 72);
  }
  .min-w-80 {
    min-width: calc(var(--spacing) * 80);
  }
  .min-w-160 {
    min-width: calc(var(--spacing) * 160);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-top-left {
    transform-origin: top left;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    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-1\/4 {
    --tw-translate-x: calc(1/4 * 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);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-12 {
    --tw-translate-y: calc(var(--spacing) * 12);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-105 {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-120 {
    --tw-scale-x: 120%;
    --tw-scale-y: 120%;
    --tw-scale-z: 120%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-160 {
    --tw-scale-x: 160%;
    --tw-scale-y: 160%;
    --tw-scale-z: 160%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-300 {
    --tw-scale-x: 300%;
    --tw-scale-y: 300%;
    --tw-scale-z: 300%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-50 {
    --tw-scale-y: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-\[circle\] {
    list-style-type: circle;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-1 {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-1 {
    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-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-bs-gray-100 {
    border-color: var(--color-bs-gray-100);
  }
  .border-bs-gray-200 {
    border-color: var(--color-bs-gray-200);
  }
  .border-bs-green-300 {
    border-color: var(--color-bs-green-300);
  }
  .border-bs-green-400 {
    border-color: var(--color-bs-green-400);
  }
  .border-bs-white-200 {
    border-color: var(--color-bs-white-200);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-x-bs-gray-100 {
    border-inline-color: var(--color-bs-gray-100);
  }
  .border-y-bs-gray-100 {
    border-block-color: var(--color-bs-gray-100);
  }
  .border-y-bs-gray-200 {
    border-block-color: var(--color-bs-gray-200);
  }
  .border-t-bs-gray-100 {
    border-top-color: var(--color-bs-gray-100);
  }
  .border-r-bs-gray-100 {
    border-right-color: var(--color-bs-gray-100);
  }
  .border-r-bs-gray-200 {
    border-right-color: var(--color-bs-gray-200);
  }
  .border-r-bs-green-300 {
    border-right-color: var(--color-bs-green-300);
  }
  .border-b-bs-gray-100 {
    border-bottom-color: var(--color-bs-gray-100);
  }
  .border-b-bs-gray-200 {
    border-bottom-color: var(--color-bs-gray-200);
  }
  .border-b-bs-green-300 {
    border-bottom-color: var(--color-bs-green-300);
  }
  .border-l-bs-gray-100 {
    border-left-color: var(--color-bs-gray-100);
  }
  .border-l-bs-gray-200 {
    border-left-color: var(--color-bs-gray-200);
  }
  .border-l-bs-green-300 {
    border-left-color: var(--color-bs-green-300);
  }
  .border-l-bs-white-100 {
    border-left-color: var(--color-bs-white-100);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-bs-green-300 {
    background-color: var(--color-bs-green-300);
  }
  .bg-bs-green-300\/0 {
    background-color: color-mix(in srgb, #277f6b 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-bs-green-300) 0%, transparent);
    }
  }
  .bg-bs-green-300\/20 {
    background-color: color-mix(in srgb, #277f6b 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-bs-green-300) 20%, transparent);
    }
  }
  .bg-bs-green-300\/70 {
    background-color: color-mix(in srgb, #277f6b 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-bs-green-300) 70%, transparent);
    }
  }
  .bg-bs-white-100 {
    background-color: var(--color-bs-white-100);
  }
  .bg-bs-white-200 {
    background-color: var(--color-bs-white-200);
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-60\% {
    --tw-gradient-from-position: 60%;
  }
  .from-80\% {
    --tw-gradient-from-position: 80%;
  }
  .to-bs-gray-200 {
    --tw-gradient-to: var(--color-bs-gray-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-15 {
    padding-inline: calc(var(--spacing) * 15);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7\.5 {
    padding-block: calc(var(--spacing) * 7.5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-40 {
    padding-bottom: calc(var(--spacing) * 40);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .pl-16 {
    padding-left: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-noto {
    font-family: var(--font-noto);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-2xs {
    font-size: var(--text-2xs);
  }
  .text-headLine-mainTitle {
    font-size: var(--text-headLine-mainTitle);
  }
  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-demilight {
    --tw-font-weight: var(--font-weight-demilight);
    font-weight: var(--font-weight-demilight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .wrap-break-word {
    overflow-wrap: break-word;
  }
  .text-bs-gray-100 {
    color: var(--color-bs-gray-100);
  }
  .text-bs-gray-200 {
    color: var(--color-bs-gray-200);
  }
  .text-bs-green-300 {
    color: var(--color-bs-green-300);
  }
  .text-bs-white-100 {
    color: var(--color-bs-white-100);
  }
  .text-bs-white-200 {
    color: var(--color-bs-white-200);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .accent-bs-green-400 {
    accent-color: var(--color-bs-green-400);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur-xl {
    --tw-blur: blur(var(--blur-xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: 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-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .icon-20 {
    --ms-optical-size: var(--ms-optical-size-20);
  }
  .icon-24 {
    --ms-optical-size: var(--ms-optical-size-24);
  }
  .icon-100 {
    --ms-weight: var(--ms-weight-100);
  }
  .icon-200 {
    --ms-weight: var(--ms-weight-200);
  }
  .icon-300 {
    --ms-weight: var(--ms-weight-300);
  }
  .icon-400 {
    --ms-weight: var(--ms-weight-400);
  }
  .icon-rounded {
    --ms-font: var(--ms-font-rounded);
  }
  .not-last\:w-full {
    &:not(*:last-child) {
      width: 100%;
    }
  }
  .not-last\:max-w-50 {
    &:not(*:last-child) {
      max-width: calc(var(--spacing) * 50);
    }
  }
  .not-last\:flex-1 {
    &:not(*:last-child) {
      flex: 1;
    }
  }
  .not-last\:border-b {
    &:not(*:last-child) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .not-last\:border-b-bs-gray-100 {
    &:not(*:last-child) {
      border-bottom-color: var(--color-bs-gray-100);
    }
  }
  .group-odd\:pr-4 {
    &:is(:where(.group):nth-child(odd) *) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .group-even\:pl-4 {
    &:is(:where(.group):nth-child(even) *) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:translate-x-1\.25 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 1.25);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-y-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:bg-bs-white-200 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-bs-white-200);
      }
    }
  }
  .group-hover\:bg-linear-to-r {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-gradient-position: to right;
        @supports (background-image: linear-gradient(in lab, red, red)) {
          --tw-gradient-position: to right in oklab;
        }
        background-image: linear-gradient(var(--tw-gradient-stops));
      }
    }
  }
  .group-hover\:from-bs-gray-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-gradient-from: var(--color-bs-gray-100);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .group-hover\:from-0\% {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-gradient-from-position: 0%;
      }
    }
  }
  .group-hover\:to-bs-gray-200 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-gradient-to: var(--color-bs-gray-200);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .group-hover\:text-bs-green-300 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-bs-green-300);
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-hover\:opacity-70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:duration-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-duration: 100ms;
        transition-duration: 100ms;
      }
    }
  }
  .group-focus\:invisible {
    &:is(:where(.group):focus *) {
      visibility: hidden;
    }
  }
  .group-focus\:visible {
    &:is(:where(.group):focus *) {
      visibility: visible;
    }
  }
  .group-focus\:bg-bs-white-100 {
    &:is(:where(.group):focus *) {
      background-color: var(--color-bs-white-100);
    }
  }
  .group-focus\:opacity-85 {
    &:is(:where(.group):focus *) {
      opacity: 85%;
    }
  }
  .group-focus\:duration-100 {
    &:is(:where(.group):focus *) {
      --tw-duration: 100ms;
      transition-duration: 100ms;
    }
  }
  .group-focus\:not-hover\:border-l-bs-gray-200 {
    &:is(:where(.group):focus *) {
      &:not(*:hover) {
        border-left-color: var(--color-bs-gray-200);
      }
      @media not (hover: hover) {
        border-left-color: var(--color-bs-gray-200);
      }
    }
  }
  .group-focus\:not-hover\:bg-none {
    &:is(:where(.group):focus *) {
      &:not(*:hover) {
        background-image: none;
      }
      @media not (hover: hover) {
        background-image: none;
      }
    }
  }
  .group-focus\:not-hover\:text-bs-gray-200 {
    &:is(:where(.group):focus *) {
      &:not(*:hover) {
        color: var(--color-bs-gray-200);
      }
      @media not (hover: hover) {
        color: var(--color-bs-gray-200);
      }
    }
  }
  .group-focus\:not-hover\:opacity-85 {
    &:is(:where(.group):focus *) {
      &:not(*:hover) {
        opacity: 85%;
      }
      @media not (hover: hover) {
        opacity: 85%;
      }
    }
  }
  .group-focus\:not-hover\:mix-blend-normal {
    &:is(:where(.group):focus *) {
      &:not(*:hover) {
        mix-blend-mode: normal;
      }
      @media not (hover: hover) {
        mix-blend-mode: normal;
      }
    }
  }
  .group-focus\:group-hover\:border-l-bs-gray-200 {
    &:is(:where(.group):focus *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          border-left-color: var(--color-bs-gray-200);
        }
      }
    }
  }
  .group-focus\:group-hover\:bg-none {
    &:is(:where(.group):focus *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          background-image: none;
        }
      }
    }
  }
  .group-focus\:group-hover\:text-bs-gray-200 {
    &:is(:where(.group):focus *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          color: var(--color-bs-gray-200);
        }
      }
    }
  }
  .group-focus\:group-hover\:opacity-85 {
    &:is(:where(.group):focus *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 85%;
        }
      }
    }
  }
  .group-focus\:group-hover\:mix-blend-normal {
    &:is(:where(.group):focus *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          mix-blend-mode: normal;
        }
      }
    }
  }
  .group-active\:border-l-bs-white-100 {
    &:is(:where(.group):active *) {
      border-left-color: var(--color-bs-white-100);
    }
  }
  .group-active\:bg-bs-white-100 {
    &:is(:where(.group):active *) {
      background-color: var(--color-bs-white-100);
    }
  }
  .group-active\:text-bs-gray-200 {
    &:is(:where(.group):active *) {
      color: var(--color-bs-gray-200);
    }
  }
  .group-active\:text-bs-white-100 {
    &:is(:where(.group):active *) {
      color: var(--color-bs-white-100);
    }
  }
  .group-active\:opacity-85 {
    &:is(:where(.group):active *) {
      opacity: 85%;
    }
  }
  .group-active\:duration-100 {
    &:is(:where(.group):active *) {
      --tw-duration: 100ms;
      transition-duration: 100ms;
    }
  }
  .group-active\:not-hover\:bg-none {
    &:is(:where(.group):active *) {
      &:not(*:hover) {
        background-image: none;
      }
      @media not (hover: hover) {
        background-image: none;
      }
    }
  }
  .group-active\:not-hover\:text-bs-gray-200 {
    &:is(:where(.group):active *) {
      &:not(*:hover) {
        color: var(--color-bs-gray-200);
      }
      @media not (hover: hover) {
        color: var(--color-bs-gray-200);
      }
    }
  }
  .group-active\:not-hover\:opacity-85 {
    &:is(:where(.group):active *) {
      &:not(*:hover) {
        opacity: 85%;
      }
      @media not (hover: hover) {
        opacity: 85%;
      }
    }
  }
  .group-active\:not-hover\:mix-blend-normal {
    &:is(:where(.group):active *) {
      &:not(*:hover) {
        mix-blend-mode: normal;
      }
      @media not (hover: hover) {
        mix-blend-mode: normal;
      }
    }
  }
  .group-active\:group-hover\:bg-none {
    &:is(:where(.group):active *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          background-image: none;
        }
      }
    }
  }
  .group-active\:group-hover\:text-bs-gray-200 {
    &:is(:where(.group):active *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          color: var(--color-bs-gray-200);
        }
      }
    }
  }
  .group-active\:group-hover\:opacity-85 {
    &:is(:where(.group):active *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 85%;
        }
      }
    }
  }
  .group-active\:group-hover\:mix-blend-normal {
    &:is(:where(.group):active *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          mix-blend-mode: normal;
        }
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:border-y {
    &::before {
      content: var(--tw-content);
      border-block-style: var(--tw-border-style);
      border-block-width: 1px;
    }
  }
  .before\:border-bs-gray-100 {
    &::before {
      content: var(--tw-content);
      border-color: var(--color-bs-gray-100);
    }
  }
  .not-last\:before\:absolute {
    &:not(*:last-child) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .not-last\:before\:bottom-0 {
    &:not(*:last-child) {
      &::before {
        content: var(--tw-content);
        bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .not-last\:before\:w-full {
    &:not(*:last-child) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .not-last\:before\:border-b {
    &:not(*:last-child) {
      &::before {
        content: var(--tw-content);
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
  }
  .not-last\:before\:border-bs-gray-100 {
    &:not(*:last-child) {
      &::before {
        content: var(--tw-content);
        border-color: var(--color-bs-gray-100);
      }
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:w-1\/4 {
    &::after {
      content: var(--tw-content);
      width: calc(1/4 * 100%);
    }
  }
  .after\:border-y {
    &::after {
      content: var(--tw-content);
      border-block-style: var(--tw-border-style);
      border-block-width: 1px;
    }
  }
  .after\:border-bs-green-300 {
    &::after {
      content: var(--tw-content);
      border-color: var(--color-bs-green-300);
    }
  }
  .not-last\:after\:absolute {
    &:not(*:last-child) {
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .not-last\:after\:bottom-0 {
    &:not(*:last-child) {
      &::after {
        content: var(--tw-content);
        bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .not-last\:after\:w-1\/4 {
    &:not(*:last-child) {
      &::after {
        content: var(--tw-content);
        width: calc(1/4 * 100%);
      }
    }
  }
  .not-last\:after\:border-b {
    &:not(*:last-child) {
      &::after {
        content: var(--tw-content);
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
  }
  .not-last\:after\:border-bs-green-300 {
    &:not(*:last-child) {
      &::after {
        content: var(--tw-content);
        border-color: var(--color-bs-green-300);
      }
    }
  }
  .first\:border-t {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .first\:border-l {
    &:first-child {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .first\:border-bs-gray-100 {
    &:first-child {
      border-color: var(--color-bs-gray-100);
    }
  }
  .first\:border-l-bs-gray-100 {
    &:first-child {
      border-left-color: var(--color-bs-gray-100);
    }
  }
  .hover\:h-10 {
    &:hover {
      @media (hover: hover) {
        height: calc(var(--spacing) * 10);
      }
    }
  }
  .hover\:border-b-4 {
    &:hover {
      @media (hover: hover) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 4px;
      }
    }
  }
  .hover\:border-bs-green-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-bs-green-300);
      }
    }
  }
  .hover\:bg-bs-green-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-bs-green-400);
      }
    }
  }
  .hover\:bg-bs-white-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-bs-white-200);
      }
    }
  }
  .hover\:text-bs-green-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-bs-green-300);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:duration-100 {
    &:hover {
      @media (hover: hover) {
        --tw-duration: 100ms;
        transition-duration: 100ms;
      }
    }
  }
  .focus\:border-bs-green-300 {
    &:focus {
      border-color: var(--color-bs-green-300);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:h-10 {
    &:active {
      height: calc(var(--spacing) * 10);
    }
  }
  .active\:border-b-4 {
    &:active {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 4px;
    }
  }
  .active\:border-bs-gray-200 {
    &:active {
      border-color: var(--color-bs-gray-200);
    }
  }
  .active\:border-bs-white-100 {
    &:active {
      border-color: var(--color-bs-white-100);
    }
  }
  .active\:border-r-bs-green-300 {
    &:active {
      border-right-color: var(--color-bs-green-300);
    }
  }
  .active\:border-b-bs-green-300 {
    &:active {
      border-bottom-color: var(--color-bs-green-300);
    }
  }
  .active\:bg-bs-green-300 {
    &:active {
      background-color: var(--color-bs-green-300);
    }
  }
  .active\:bg-bs-white-100 {
    &:active {
      background-color: var(--color-bs-white-100);
    }
  }
  .active\:text-bs-white-100 {
    &:active {
      color: var(--color-bs-white-100);
    }
  }
  .active\:duration-100 {
    &:active {
      --tw-duration: 100ms;
      transition-duration: 100ms;
    }
  }
  .max-md\:top-8 {
    @media (width < 1025px) {
      top: calc(var(--spacing) * 8);
    }
  }
  .max-md\:-mt-20 {
    @media (width < 1025px) {
      margin-top: calc(var(--spacing) * -20);
    }
  }
  .max-md\:mb-6 {
    @media (width < 1025px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-md\:ml-1\.25 {
    @media (width < 1025px) {
      margin-left: calc(var(--spacing) * 1.25);
    }
  }
  .max-md\:line-clamp-2 {
    @media (width < 1025px) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
  }
  .max-md\:block {
    @media (width < 1025px) {
      display: block;
    }
  }
  .max-md\:flex {
    @media (width < 1025px) {
      display: flex;
    }
  }
  .max-md\:hidden {
    @media (width < 1025px) {
      display: none;
    }
  }
  .max-md\:h-3\.5 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 3.5);
    }
  }
  .max-md\:h-4 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 4);
    }
  }
  .max-md\:h-10 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 10);
    }
  }
  .max-md\:h-14 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 14);
    }
  }
  .max-md\:h-16 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 16);
    }
  }
  .max-md\:h-17 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 17);
    }
  }
  .max-md\:h-24 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 24);
    }
  }
  .max-md\:h-29\.5 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 29.5);
    }
  }
  .max-md\:h-30 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 30);
    }
  }
  .max-md\:h-35 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 35);
    }
  }
  .max-md\:h-40 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 40);
    }
  }
  .max-md\:h-60 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 60);
    }
  }
  .max-md\:h-65 {
    @media (width < 1025px) {
      height: calc(var(--spacing) * 65);
    }
  }
  .max-md\:h-fit {
    @media (width < 1025px) {
      height: fit-content;
    }
  }
  .max-md\:w-1\/2 {
    @media (width < 1025px) {
      width: calc(1/2 * 100%);
    }
  }
  .max-md\:w-1\/4 {
    @media (width < 1025px) {
      width: calc(1/4 * 100%);
    }
  }
  .max-md\:w-3\/4 {
    @media (width < 1025px) {
      width: calc(3/4 * 100%);
    }
  }
  .max-md\:w-3\/5 {
    @media (width < 1025px) {
      width: calc(3/5 * 100%);
    }
  }
  .max-md\:w-8 {
    @media (width < 1025px) {
      width: calc(var(--spacing) * 8);
    }
  }
  .max-md\:w-16 {
    @media (width < 1025px) {
      width: calc(var(--spacing) * 16);
    }
  }
  .max-md\:w-19\.5 {
    @media (width < 1025px) {
      width: calc(var(--spacing) * 19.5);
    }
  }
  .max-md\:w-20 {
    @media (width < 1025px) {
      width: calc(var(--spacing) * 20);
    }
  }
  .max-md\:w-fit {
    @media (width < 1025px) {
      width: fit-content;
    }
  }
  .max-md\:w-full {
    @media (width < 1025px) {
      width: 100%;
    }
  }
  .max-md\:max-w-162\.5 {
    @media (width < 1025px) {
      max-width: calc(var(--spacing) * 162.5);
    }
  }
  .max-md\:max-w-178\.5 {
    @media (width < 1025px) {
      max-width: calc(var(--spacing) * 178.5);
    }
  }
  .max-md\:translate-x-1\/3 {
    @media (width < 1025px) {
      --tw-translate-x: calc(1/3 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-md\:translate-y-6 {
    @media (width < 1025px) {
      --tw-translate-y: calc(var(--spacing) * 6);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-md\:scale-65 {
    @media (width < 1025px) {
      --tw-scale-x: 65%;
      --tw-scale-y: 65%;
      --tw-scale-z: 65%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .max-md\:scale-150 {
    @media (width < 1025px) {
      --tw-scale-x: 150%;
      --tw-scale-y: 150%;
      --tw-scale-z: 150%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 1025px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:grid-cols-2 {
    @media (width < 1025px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-md\:grid-rows-3 {
    @media (width < 1025px) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
  .max-md\:flex-col {
    @media (width < 1025px) {
      flex-direction: column;
    }
  }
  .max-md\:flex-col-reverse {
    @media (width < 1025px) {
      flex-direction: column-reverse;
    }
  }
  .max-md\:flex-row {
    @media (width < 1025px) {
      flex-direction: row;
    }
  }
  .max-md\:flex-wrap {
    @media (width < 1025px) {
      flex-wrap: wrap;
    }
  }
  .max-md\:items-center {
    @media (width < 1025px) {
      align-items: center;
    }
  }
  .max-md\:items-end {
    @media (width < 1025px) {
      align-items: flex-end;
    }
  }
  .max-md\:items-start {
    @media (width < 1025px) {
      align-items: flex-start;
    }
  }
  .max-md\:justify-center {
    @media (width < 1025px) {
      justify-content: center;
    }
  }
  .max-md\:justify-start {
    @media (width < 1025px) {
      justify-content: flex-start;
    }
  }
  .max-md\:gap-0 {
    @media (width < 1025px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .max-md\:gap-2 {
    @media (width < 1025px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .max-md\:gap-4 {
    @media (width < 1025px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-md\:gap-6 {
    @media (width < 1025px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-md\:gap-12 {
    @media (width < 1025px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .max-md\:gap-x-8 {
    @media (width < 1025px) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .max-md\:gap-y-2 {
    @media (width < 1025px) {
      row-gap: calc(var(--spacing) * 2);
    }
  }
  .max-md\:gap-y-4 {
    @media (width < 1025px) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .max-md\:border-x-0 {
    @media (width < 1025px) {
      border-inline-style: var(--tw-border-style);
      border-inline-width: 0px;
    }
  }
  .max-md\:border-t-1 {
    @media (width < 1025px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .max-md\:border-r-0 {
    @media (width < 1025px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .max-md\:border-b {
    @media (width < 1025px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .max-md\:border-none {
    @media (width < 1025px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .max-md\:border-b-bs-gray-100 {
    @media (width < 1025px) {
      border-bottom-color: var(--color-bs-gray-100);
    }
  }
  .max-md\:object-top {
    @media (width < 1025px) {
      object-position: top;
    }
  }
  .max-md\:p-4 {
    @media (width < 1025px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .max-md\:px-0 {
    @media (width < 1025px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-md\:px-2 {
    @media (width < 1025px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .max-md\:px-4 {
    @media (width < 1025px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-md\:px-8 {
    @media (width < 1025px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .max-md\:py-0 {
    @media (width < 1025px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .max-md\:py-3 {
    @media (width < 1025px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-md\:py-4 {
    @media (width < 1025px) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .max-md\:py-6 {
    @media (width < 1025px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .max-md\:py-16 {
    @media (width < 1025px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .max-md\:pt-3 {
    @media (width < 1025px) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .max-md\:pt-4 {
    @media (width < 1025px) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .max-md\:pt-6 {
    @media (width < 1025px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .max-md\:pt-10 {
    @media (width < 1025px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .max-md\:pt-12 {
    @media (width < 1025px) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .max-md\:pt-20 {
    @media (width < 1025px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .max-md\:pb-3 {
    @media (width < 1025px) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .max-md\:pb-4 {
    @media (width < 1025px) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .max-md\:pb-6 {
    @media (width < 1025px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-md\:pb-12 {
    @media (width < 1025px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .max-md\:pl-0 {
    @media (width < 1025px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .max-md\:pl-10 {
    @media (width < 1025px) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .max-md\:text-2xl {
    @media (width < 1025px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .max-md\:text-5xl {
    @media (width < 1025px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .max-md\:text-base {
    @media (width < 1025px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-md\:text-sm {
    @media (width < 1025px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-md\:text-xs {
    @media (width < 1025px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-md\:text-2xs {
    @media (width < 1025px) {
      font-size: var(--text-2xs);
    }
  }
  .max-md\:font-demilight {
    @media (width < 1025px) {
      --tw-font-weight: var(--font-weight-demilight);
      font-weight: var(--font-weight-demilight);
    }
  }
  .max-md\:not-first\:mt-4 {
    @media (width < 1025px) {
      &:not(*:first-child) {
        margin-top: calc(var(--spacing) * 4);
      }
    }
  }
  .max-md\:not-last\:w-full {
    @media (width < 1025px) {
      &:not(*:last-child) {
        width: 100%;
      }
    }
  }
  .max-md\:not-last\:max-w-162\.5 {
    @media (width < 1025px) {
      &:not(*:last-child) {
        max-width: calc(var(--spacing) * 162.5);
      }
    }
  }
  .max-md\:not-last\:min-w-fit {
    @media (width < 1025px) {
      &:not(*:last-child) {
        min-width: fit-content;
      }
    }
  }
  .max-md\:group-odd\:pr-2 {
    @media (width < 1025px) {
      &:is(:where(.group):nth-child(odd) *) {
        padding-right: calc(var(--spacing) * 2);
      }
    }
  }
  .max-md\:group-even\:pl-2 {
    @media (width < 1025px) {
      &:is(:where(.group):nth-child(even) *) {
        padding-left: calc(var(--spacing) * 2);
      }
    }
  }
  .max-md\:before\:hidden {
    @media (width < 1025px) {
      &::before {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .max-md\:after\:hidden {
    @media (width < 1025px) {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .max-sm\:col-span-2 {
    @media (width < 37.5rem) {
      grid-column: span 2 / span 2;
    }
  }
  .max-sm\:mx-auto {
    @media (width < 37.5rem) {
      margin-inline: auto;
    }
  }
  .max-sm\:grid {
    @media (width < 37.5rem) {
      display: grid;
    }
  }
  .max-sm\:h-fit {
    @media (width < 37.5rem) {
      height: fit-content;
    }
  }
  .max-sm\:w-fit {
    @media (width < 37.5rem) {
      width: fit-content;
    }
  }
  .max-sm\:w-full {
    @media (width < 37.5rem) {
      width: 100%;
    }
  }
  .max-sm\:max-w-9 {
    @media (width < 37.5rem) {
      max-width: calc(var(--spacing) * 9);
    }
  }
  .max-sm\:max-w-119 {
    @media (width < 37.5rem) {
      max-width: calc(var(--spacing) * 119);
    }
  }
  .max-sm\:flex-1 {
    @media (width < 37.5rem) {
      flex: 1;
    }
  }
  .max-sm\:grid-cols-1 {
    @media (width < 37.5rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-sm\:grid-cols-2 {
    @media (width < 37.5rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-sm\:grid-rows-2 {
    @media (width < 37.5rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .max-sm\:grid-rows-6 {
    @media (width < 37.5rem) {
      grid-template-rows: repeat(6, minmax(0, 1fr));
    }
  }
  .max-sm\:flex-col {
    @media (width < 37.5rem) {
      flex-direction: column;
    }
  }
  .max-sm\:flex-wrap {
    @media (width < 37.5rem) {
      flex-wrap: wrap;
    }
  }
  .max-sm\:gap-4 {
    @media (width < 37.5rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:gap-6 {
    @media (width < 37.5rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:border-r-0 {
    @media (width < 37.5rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .max-sm\:border-t-bs-gray-100 {
    @media (width < 37.5rem) {
      border-top-color: var(--color-bs-gray-100);
    }
  }
  .max-sm\:object-cover {
    @media (width < 37.5rem) {
      object-fit: cover;
    }
  }
  .max-sm\:p-2 {
    @media (width < 37.5rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .max-sm\:px-2 {
    @media (width < 37.5rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .max-sm\:px-4 {
    @media (width < 37.5rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:py-3 {
    @media (width < 37.5rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-sm\:text-sm {
    @media (width < 37.5rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-sm\:text-xl {
    @media (width < 37.5rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .max-sm\:text-xs {
    @media (width < 37.5rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-sm\:not-first\:w-1\/2 {
    @media (width < 37.5rem) {
      &:not(*:first-child) {
        width: calc(1/2 * 100%);
      }
    }
  }
  .max-sm\:not-first\:border-t {
    @media (width < 37.5rem) {
      &:not(*:first-child) {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }
    }
  }
  .max-sm\:group-odd\:pr-0 {
    @media (width < 37.5rem) {
      &:is(:where(.group):nth-child(odd) *) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }
  .max-sm\:group-even\:pl-0 {
    @media (width < 37.5rem) {
      &:is(:where(.group):nth-child(even) *) {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }
  .max-sm\:first\:border-l-0 {
    @media (width < 37.5rem) {
      &:first-child {
        border-left-style: var(--tw-border-style);
        border-left-width: 0px;
      }
    }
  }
  .md\:col-span-2 {
    @media (width >= 1025px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:items-center {
    @media (width >= 1025px) {
      align-items: center;
    }
  }
  .md\:first\:border-l {
    @media (width >= 1025px) {
      &:first-child {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
    }
  }
  .md\:first\:border-l-1 {
    @media (width >= 1025px) {
      &:first-child {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
    }
  }
  .md\:first\:border-bs-gray-100 {
    @media (width >= 1025px) {
      &:first-child {
        border-color: var(--color-bs-gray-100);
      }
    }
  }
  .\[\&_a\]\:text-bs-green-300 {
    & a {
      color: var(--color-bs-green-300);
    }
  }
  .\[\&_a\]\:hover\:underline {
    & a {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
  .\[\&_h1\]\:mt-5 {
    & h1 {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .\[\&_h1\]\:mb-2\.5 {
    & h1 {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&_h1\]\:text-\[32px\] {
    & h1 {
      font-size: 32px;
    }
  }
  .\[\&_h1\]\:font-bold {
    & h1 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_h1\]\:max-sm\:text-2xl {
    & h1 {
      @media (width < 37.5rem) {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
      }
    }
  }
  .\[\&_h2\]\:mt-4 {
    & h2 {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .\[\&_h2\]\:mb-2\.5 {
    & h2 {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&_h2\]\:text-2xl {
    & h2 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\[\&_h2\]\:font-bold {
    & h2 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_h2\]\:max-sm\:text-xl {
    & h2 {
      @media (width < 37.5rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
    }
  }
  .\[\&_h3\]\:mt-3\.25 {
    & h3 {
      margin-top: calc(var(--spacing) * 3.25);
    }
  }
  .\[\&_h3\]\:mb-2\.5 {
    & h3 {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&_h3\]\:text-xl {
    & h3 {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\[\&_h3\]\:font-bold {
    & h3 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_h3\]\:max-sm\:text-base {
    & h3 {
      @media (width < 37.5rem) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
    }
  }
  .\[\&_h4\]\:my-2\.5 {
    & h4 {
      margin-block: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&_h4\]\:font-bold {
    & h4 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_h4\]\:max-sm\:text-sm {
    & h4 {
      @media (width < 37.5rem) {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
      }
    }
  }
  .\[\&_li\]\:list-inside {
    & li {
      list-style-position: inside;
    }
  }
  .\[\&_li\]\:list-disc {
    & li {
      list-style-type: disc;
    }
  }
  .\[\&_li\]\:pb-2\.5 {
    & li {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&_li_li\]\:mt-2\.5 {
    & li li {
      margin-top: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&_li_li\]\:ml-7 {
    & li li {
      margin-left: calc(var(--spacing) * 7);
    }
  }
  .\[\&_li_li\]\:list-\[circle\] {
    & li li {
      list-style-type: circle;
    }
  }
  .\[\&_p\]\:pb-2\.5 {
    & p {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&_p\]\:leading-loose {
    & p {
      --tw-leading: var(--leading-loose);
      line-height: var(--leading-loose);
    }
  }
  .\[\&_p\]\:break-words {
    & p {
      overflow-wrap: break-word;
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
