@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");

* {
  transition: all 200ms ease-in-out;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  max-width: 100vw;
  overflow-x: hidden;
  background: #fff;
}

.container {
  max-width: 1100px !important;
  padding: 0 16px;
}

@media only screen and (max-width: 800px) {
  .container {
    padding: 0 8px;
  }
}

.__se__link-btn:hover {
  filter: brightness(110%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-url>a {
  background-color: #3164B6;
  color: white !important;
  border: none;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 180px;
  width: max-content;
  font-size: 14px;
  text-decoration: none;
}

.menu-btn {
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
  color: #fff;
}

.menu-btn:hover {
  background: #fff;
  color: #2757a2;
}

.menu-btn span {
  position: absolute;
  width: 55%;
  height: 4px;
  border-radius: 2px;
  background-color: currentColor;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-btn span:nth-child(1) {
  top: 20%;
}

.menu-btn span:nth-child(2) {
  top: 38%;
}

.menu-btn span:nth-child(3) {
  top: 56%;
}

.menu-btn::after {
  content: "メニュー";
  color: inherit;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 65%;
  transform: translate(-50%, -50%);
  word-break: keep-all;
}

.menu-container {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  top: 100%;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  height: 0;
  opacity: 0;
  overflow: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  border-top: 1px solid #ddd;
}

.menu-container .menus-panel {
  padding: 2vh 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2%;
}

.menu-container .menus-panel .category {
  color: #333;
  width: 32%;
  margin: 1rem 0;
}

.menu-container .menus-panel .category .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1rem;
  border-bottom: 1px solid currentColor;
}

.menu-container .menus-panel .category .title span {
  color: #3974d4;
}

.menu-container .menus-panel .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-container .menus-panel .category ul li {
  margin-bottom: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 1rem;
}

.menu-container .menus-panel .category ul li a {
  text-decoration: none;
  font-size: 1.2rem;
}

.menu-container .menus-panel .category ul li::before {
  color: inherit;
  content: "";
  height: 0.4rem;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  border: 0 solid currentColor;
  border-width: 1px 1px 0 0;
}

.menu-container .other-links {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}

.menu-container .other-links a {
  color: #333;
  text-decoration: none;
}

.menu-container .other-links a:not(:last-child)::after {
  content: "|";
  margin: 0 2rem;
}

.menu-container .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 2rem 0;
}

.menu-container .social a {
  width: 4rem;
  filter: drop-shadow(0 0.1rem 0.4rem rgba(0, 0, 0, 0.2));
}

.menu-container .social a:hover {
  filter: drop-shadow(0 0.2rem 1.5rem rgba(0, 0, 0, 0.5));
  transform: scale(1.1);
}

.menu-container .reservation-contact {
  display: none;
}

@media only screen and (max-width: 800px) {
  header .menu-container .reservation-contact {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  header .menu-container .reservation-contact>a {
    flex: 1;
    display: flex;
    align-items: center;
    height: 60px;
    color: #fff;
    position: relative;
    padding-left: 20px;
    font-size: 90%;
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.2);
  }

  header .menu-container .reservation-contact>a::before {
    color: inherit;
    content: "";
    position: absolute;
    height: 6px;
    aspect-ratio: 1/1;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    border: 0 solid currentColor;
    border-width: 1px 1px 0 0;
  }

  header .menu-container .reservation-contact .reservation {
    background: linear-gradient(to right, #3975d4, #3974d4);
  }

  header .menu-container .reservation-contact .reservation:hover {
    background: linear-gradient(to right, #3975d4, #1e3f74);
  }

  header .menu-container .reservation-contact .contact-us {
    background: linear-gradient(to right, #4c4c4c, #4c4c4c);
  }

  header .menu-container .reservation-contact .contact-us:hover {
    background: linear-gradient(to right, #4c4c4c, #000000);
  }
}

@media only screen and (max-width: 800px) {
  .menu-container .menus-panel .category {
    width: 80%;
  }

  .menu-container .other-links {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .menu-container .other-links a:not(:last-child)::after {
    content: none;
  }

  .menu-container .other-links a {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .menu-container .other-links a::before {
    color: inherit;
    content: "";
    display: inline-flex;
    height: 0.4rem;
    aspect-ratio: 1/1;
    transform: rotate(45deg);
    border: 0 solid currentColor;
    border-width: 1px 1px 0 0;
  }

  .menu-container .social {
    display: none;
  }
}

.menu-checkbox {
  display: none;
}

.menu-checkbox:checked~.menu-container {
  height: calc(100vh - 60px);
  opacity: 1;
  pointer-events: all;
  padding-bottom: 2rem;
}

.menu-checkbox:checked~.container>.menu-btn {
  background: #fff;
  color: #2757a2;
}

.menu-checkbox:checked~.container>.menu-btn span:nth-child(1) {
  top: 38%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.menu-checkbox:checked~.container>.menu-btn span:nth-child(2) {
  top: 38%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-checkbox:checked~.container>.menu-btn span:nth-child(3) {
  opacity: 0;
  width: 0;
}

.menu-checkbox:checked~.container>.menu-btn::after {
  content: "閉じる";
}

.sub-menu {
  background: #fff;
}

.sub-menu .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-menu .container a {
  padding: 1rem 1vw;
}

.sub-menu .container a:hover {
  color: #2757a2;
  text-decoration: underline;
  text-underline-offset: 4px;
  filter: drop-shadow(0 0px 0px currentColor);
}

@media only screen and (max-width: 800px) {
  .sub-menu {
    display: none;
  }
}

.link-btn {
  border: 1px solid currentColor;
  border-radius: 20px;
  width: 200px;
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: inherit;
  position: relative;
}

.link-btn::before {
  color: inherit;
  content: "";
  position: absolute;
  height: 6px;
  aspect-ratio: 1/1;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  border: 0 solid currentColor;
  border-width: 1px 1px 0 0;
}

.link-btn.center {
  justify-content: center;
}

.link-btn:hover {
  background: linear-gradient(to right, #4cc4f7, #7372fd);
  color: #fff;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.video-background video {
  width: 100%;
  max-width: 50rem;
  object-fit: cover;
}

.title-1 {
  font-size: 32px;
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
  font-weight: 600;
}

.title-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3974D4;
  /* background: linear-gradient(to right, #4cc4f7, #7372fd); */
  bottom: -2px;
  left: 0;
}

.heading-1 {
  color: #3164B6;
  font-size: 26px;
  font-weight: 600;
}

.heading-2 {
  font-size: 22px;
}

@media only screen and (max-width: 800px) {
  .heading-1 {
    font-size: 24px;
  }

  .heading-2 {
    font-size: 20px;
  }
}

.top-actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.top-actions>a {
  display: flex;
  align-items: center;
  width: 220px;
  height: 60px;
  color: #fff;
  position: relative;
  padding-left: 10px;
  box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.2);
}

.top-actions>a::before {
  color: inherit;
  content: "";
  position: absolute;
  height: 8px;
  aspect-ratio: 1/1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  border: 0 solid currentColor;
  border-width: 1px 1px 0 0;
}

.top-actions.show {
  opacity: 1;
  pointer-events: all;
}

.top-actions .reservation {
  background: linear-gradient(to right, #3975d4, #3974d4);
}

.top-actions .reservation:hover {
  background: linear-gradient(to right, #3975d4, #1e3f74);
}

.top-actions .contact-us {
  background: linear-gradient(to right, #4c4c4c, #4c4c4c);
}

.top-actions .contact-us:hover {
  background: linear-gradient(to right, #4c4c4c, #000000);
}

@media only screen and (max-width: 800px) {
  .top-actions .reservation {
    flex: 1;
  }

  .top-actions .contact-us {
    flex: 1;
  }
}

.block {
  padding: 1.5rem;
  border-radius: 2rem;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #4bc4f7, #7373fe) border-box;
  /* viền gradient */
  border: 2px solid transparent;
}

.top-links div.list-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.top-links a {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px;
  margin-right: 20px;
}

.top-links a:hover {
  color: #3974D4;
}


.breadcrumbs .list-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}

.list-link a {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: #3730a3;
  text-decoration: underline;
}

.list-link a:hover {
  color: #3974d4;
}


.breadcrumbs .list-link a:last-child {
  color: #333;
  pointer-events: none;
}

.breadcrumbs .list-link a:not(:last-child):after {
  color: #333;
  content: "";
  height: 8px;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  border: 0 solid currentColor;
  border-width: 1px 1px 0 0;
  margin-right: 12px;
}

#back-to-top {
  position: fixed;
  z-index: 10;
  bottom: 90px;
  right: 10px;
  opacity: 0;
  color: #fff;
  background-color: #3974d4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  pointer-events: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0 0 5rem rgba(0, 0, 0, 0.1),
    0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 300ms;
}

#back-to-top svg {
  width: 40%;
  height: 40%;
}

#back-to-top.show {
  opacity: 1;
  pointer-events: all;
}

#line-connect {
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 80px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0 0 5rem rgba(0, 0, 0, 0.1),
    0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 300ms;
}

#line-connect img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

#line-connect.show {
  opacity: 1;
  pointer-events: all;
}

.news-list .news-item {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.news-list .news-item:last-child {
  border-bottom: 1px solid #ddd;
}

.news-list .news-item .news-item-date {
  font-size: 14px;
  color: #999;
}

.questions-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.questions-list .question-item {
  width: 100%;
  max-width: 70rem;
  background: #f4f9ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.questions-list .question-item input[type="checkbox"] {
  display: none;
}

.questions-list .question-item .toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
  color: #3974d4;
}

.questions-list .question-item .toggle-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 60%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: all 300ms;
}

.questions-list .question-item .toggle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: all 300ms;
}

.questions-list .question-item .question {
  padding: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.questions-list .question-item .question p {
  display: flex;
  align-items: center;
  flex: 1;
}

.questions-list .question-item .question p::before {
  content: "Q.";
  font-weight: 600;
  color: #3974d4;
  margin-right: 1rem;
  font-size: 1.8rem;
}

.questions-list .question-item .answer {
  font-size: 1.2rem;
  transform: scaleY(0);
  transform-origin: top center;
  height: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  transition: all 300ms;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.questions-list .question-item .answer p {
  display: flex;
}

.questions-list .question-item .answer p::before {
  content: "A.";
  font-weight: 600;
  color: #d71d1d;
  margin-right: 1rem;
  font-size: 1.8rem;
}

.questions-list .question-item input[type="checkbox"]:checked+.question {
  background: #f4f9ff;
}

.questions-list .question-item input[type="checkbox"]:checked+.question .toggle-btn::before {
  color: #d71d1d;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.questions-list .question-item input[type="checkbox"]:checked+.question .toggle-btn::after {
  width: 0;
}

.questions-list .question-item input[type="checkbox"]:checked~.answer {
  transform: scaleY(1);
  height: auto;
  overflow: auto;
  padding: 1.5rem;
}

.fade-in-section {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: var(--delay, 0s);
  will-change: opacity, transform;
}

.fade-in-section[data-direction="up"] {
  transform: translateY(30%);
}

.fade-in-section[data-direction="down"] {
  transform: translateY(-30%);
}

.fade-in-section[data-direction="left"] {
  transform: translateX(30%);
}

.fade-in-section[data-direction="right"] {
  transform: translateX(-30%);
}

.fade-in-section[data-direction="scale"] {
  transform: scale(0.9);
}

/* Khi hiện */
.fade-in-section.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}

.text-shadow-white {
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
    1px 1px 0 white, 0 -1px 0 white, 0 1px 0 white, -1px 0 0 white,
    1px 0 0 white;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
}

.image-card {
  position: relative;
  aspect-ratio: 492/300;
  display: flex;
  justify-content: center;
}

.image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.image-card:hover::before {
  opacity: 1;
}

.image-card .card-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.image-card .card-content .card-title {
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
    1px 1px 0 white, 0 -1px 0 white, 0 1px 0 white, -1px 0 0 white,
    1px 0 0 white;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 300ms ease-in-out;
  font-size: 24px;
  color: #333;
}

.image-card:hover .card-content {
  filter: drop-shadow(0 0 6px rgba(0, 40, 100, 0.4));
}

.round-link {
  border: 2px solid currentColor;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
  overflow: hidden;
}

.round-link:hover svg {
  animation: to-right 0.5s ease-in-out;
}

@keyframes to-right {
  0% {
    transform: translateX(0px);
  }

  40% {
    transform: translateX(300%);
    opacity: 0;
  }

  60% {
    transform: translateX(-300%);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}


/*! tailwindcss v4.1.10 | 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-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-stone-50: oklch(98.5% 0.001 106.423);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-widest: 0.1em;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --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);
  }
}
@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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .-bottom-20 {
    bottom: calc(var(--spacing) * -20);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .m-\[1vw\] {
    margin: 1vw;
  }
  .m-\[2vw\] {
    margin: 2vw;
  }
  .m-\[3vw\] {
    margin: 3vw;
  }
  .m-\[4vw\] {
    margin: 4vw;
  }
  .m-\[5vw\] {
    margin: 5vw;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-\[1vw\] {
    margin-inline: 1vw;
  }
  .mx-\[2vw\] {
    margin-inline: 2vw;
  }
  .mx-\[3vw\] {
    margin-inline: 3vw;
  }
  .mx-\[4vw\] {
    margin-inline: 4vw;
  }
  .mx-\[5vw\] {
    margin-inline: 5vw;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .my-\[1vw\] {
    margin-block: 1vw;
  }
  .my-\[2vw\] {
    margin-block: 2vw;
  }
  .my-\[3vw\] {
    margin-block: 3vw;
  }
  .my-\[4vw\] {
    margin-block: 4vw;
  }
  .my-\[5vw\] {
    margin-block: 5vw;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[1vw\] {
    margin-top: 1vw;
  }
  .mt-\[2vw\] {
    margin-top: 2vw;
  }
  .mt-\[3vw\] {
    margin-top: 3vw;
  }
  .mt-\[4vw\] {
    margin-top: 4vw;
  }
  .mt-\[5vw\] {
    margin-top: 5vw;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[272\/155\] {
    aspect-ratio: 272/155;
  }
  .aspect-\[452\/320\] {
    aspect-ratio: 452/320;
  }
  .aspect-\[1024\/380\] {
    aspect-ratio: 1024/380;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .size-18 {
    width: calc(var(--spacing) * 18);
    height: calc(var(--spacing) * 18);
  }
  .size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
  .size-24 {
    width: calc(var(--spacing) * 24);
    height: calc(var(--spacing) * 24);
  }
  .size-28 {
    width: calc(var(--spacing) * 28);
    height: calc(var(--spacing) * 28);
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-52 {
    height: calc(var(--spacing) * 52);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[8vh\] {
    height: 8vh;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[190px\] {
    height: 190px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[310px\] {
    height: 310px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .max-h-\[100px\] {
    max-height: 100px;
  }
  .min-h-\[70px\] {
    min-height: 70px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-\[32\%\] {
    width: 32%;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-min {
    width: min-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-10\/12 {
    max-width: calc(10/12 * 100%);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-4xl {
    min-width: var(--container-4xl);
  }
  .min-w-\[80px\] {
    min-width: 80px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[160px\] {
    min-width: 160px;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .min-w-\[280px\] {
    min-width: 280px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .min-w-xs {
    min-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-1\/2 {
    flex: calc(1/2 * 100%);
  }
  .flex-1\/3 {
    flex: calc(1/3 * 100%);
  }
  .flex-1\/4 {
    flex: calc(1/4 * 100%);
  }
  .flex-1\/5 {
    flex: calc(1/5 * 100%);
  }
  .flex-1\/6 {
    flex: calc(1/6 * 100%);
  }
  .flex-1\/12 {
    flex: calc(1/12 * 100%);
  }
  .flex-2\/12 {
    flex: calc(2/12 * 100%);
  }
  .flex-3\/12 {
    flex: calc(3/12 * 100%);
  }
  .flex-4\/12 {
    flex: calc(4/12 * 100%);
  }
  .flex-5\/12 {
    flex: calc(5/12 * 100%);
  }
  .flex-6\/12 {
    flex: calc(6/12 * 100%);
  }
  .flex-7\/12 {
    flex: calc(7/12 * 100%);
  }
  .flex-8\/12 {
    flex: calc(8/12 * 100%);
  }
  .flex-9\/12 {
    flex: calc(9/12 * 100%);
  }
  .flex-10\/12 {
    flex: calc(10/12 * 100%);
  }
  .flex-11\/12 {
    flex: calc(11/12 * 100%);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .\!-translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * -0) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .\!-translate-x-16 {
    --tw-translate-x: calc(var(--spacing) * -16) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[50vw\] {
    --tw-translate-x: calc(50vw * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[50vw\] {
    --tw-translate-x: 50vw;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .\!translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .\!translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .\!translate-y-full {
    --tw-translate-y: 100% !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    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-90 {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-75 {
    --tw-scale-y: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-\[-1\] {
    --tw-scale-y: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .\!list-none {
    list-style-type: none !important;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-baseline {
    justify-content: baseline;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[1vw\] {
    gap: 1vw;
  }
  .gap-\[2\%\] {
    gap: 2%;
  }
  .gap-\[2vw\] {
    gap: 2vw;
  }
  .gap-\[3vw\] {
    gap: 3vw;
  }
  .gap-\[4vw\] {
    gap: 4vw;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :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)));
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-l-\[40px\] {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .rounded-r-\[40px\] {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .rounded-b-\[40px\] {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .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-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-t-6 {
    border-top-style: var(--tw-border-style);
    border-top-width: 6px;
  }
  .border-t-8 {
    border-top-style: var(--tw-border-style);
    border-top-width: 8px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-r-4 {
    border-right-style: var(--tw-border-style);
    border-right-width: 4px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-b-6 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 6px;
  }
  .border-b-8 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 8px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-l-8 {
    border-left-style: var(--tw-border-style);
    border-left-width: 8px;
  }
  .border-l-12 {
    border-left-style: var(--tw-border-style);
    border-left-width: 12px;
  }
  .border-l-\[2px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .\!border-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#3164B6\] {
    border-color: #3164B6;
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-current\/10 {
    border-color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, currentcolor 10%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-stone-100 {
    border-color: var(--color-stone-100);
  }
  .border-stone-200 {
    border-color: var(--color-stone-200);
  }
  .border-stone-300 {
    border-color: var(--color-stone-300);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-b-\[\#00A7F2\] {
    border-bottom-color: #00A7F2;
  }
  .border-b-\[\#8DCC33\] {
    border-bottom-color: #8DCC33;
  }
  .border-b-\[\#33B7C6\] {
    border-bottom-color: #33B7C6;
  }
  .border-b-\[\#3164B6\] {
    border-bottom-color: #3164B6;
  }
  .border-b-\[\#A63776\] {
    border-bottom-color: #A63776;
  }
  .border-b-\[\#E1EBF5\] {
    border-bottom-color: #E1EBF5;
  }
  .border-b-\[\#F74357\] {
    border-bottom-color: #F74357;
  }
  .border-b-\[\#FF9900\] {
    border-bottom-color: #FF9900;
  }
  .border-l-\[\#2EA7E0\] {
    border-left-color: #2EA7E0;
  }
  .border-l-\[\#33B7C688\] {
    border-left-color: #33B7C688;
  }
  .border-l-current {
    border-left-color: currentcolor;
  }
  .bg-\[\#00A7F2\] {
    background-color: #00A7F2;
  }
  .bg-\[\#2EA7E0\] {
    background-color: #2EA7E0;
  }
  .bg-\[\#8DCC33\] {
    background-color: #8DCC33;
  }
  .bg-\[\#33B7C6\] {
    background-color: #33B7C6;
  }
  .bg-\[\#163C89\] {
    background-color: #163C89;
  }
  .bg-\[\#3164B6\] {
    background-color: #3164B6;
  }
  .bg-\[\#3974D4\] {
    background-color: #3974D4;
  }
  .bg-\[\#3974d4\] {
    background-color: #3974d4;
  }
  .bg-\[\#5486D7\] {
    background-color: #5486D7;
  }
  .bg-\[\#082752\] {
    background-color: #082752;
  }
  .bg-\[\#A63776\] {
    background-color: #A63776;
  }
  .bg-\[\#DFEAF0\] {
    background-color: #DFEAF0;
  }
  .bg-\[\#E1EBF5\] {
    background-color: #E1EBF5;
  }
  .bg-\[\#EDF3F8\] {
    background-color: #EDF3F8;
  }
  .bg-\[\#F0F5F5\] {
    background-color: #F0F5F5;
  }
  .bg-\[\#F4F9FF\] {
    background-color: #F4F9FF;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#F5F6F7\] {
    background-color: #F5F6F7;
  }
  .bg-\[\#F74357\] {
    background-color: #F74357;
  }
  .bg-\[\#FF9900\] {
    background-color: #FF9900;
  }
  .bg-\[\#dee8f3\] {
    background-color: #dee8f3;
  }
  .bg-\[\#efefef\] {
    background-color: #efefef;
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-black\/90 {
    background-color: color-mix(in srgb, #000 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\/contents\/00000008\.png\'\)\] {
    background-image: url('/contents/00000008.png');
  }
  .bg-\[url\(\'\/contents\/00000217\.webp\'\)\] {
    background-image: url('/contents/00000217.webp');
  }
  .bg-\[url\(\/contents\/00000028\.png\)\] {
    background-image: url(/contents/00000028.png);
  }
  .from-\[\#1E3C6E\] {
    --tw-gradient-from: #1E3C6E;
    --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));
  }
  .from-\[\#4BC4F7\] {
    --tw-gradient-from: #4BC4F7;
    --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));
  }
  .from-\[\#3164B6\] {
    --tw-gradient-from: #3164B6;
    --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));
  }
  .from-black\/40 {
    --tw-gradient-from: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    --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));
  }
  .via-black\/20 {
    --tw-gradient-via: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-70\% {
    --tw-gradient-via-position: 70%;
  }
  .to-\[\#1E3C6E\] {
    --tw-gradient-to: #1E3C6E;
    --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));
  }
  .to-\[\#3974D4\] {
    --tw-gradient-to: #3974D4;
    --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));
  }
  .to-\[\#7373FE\] {
    --tw-gradient-to: #7373FE;
    --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));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --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));
  }
  .bg-\[length\:16px_16px\] {
    background-size: 16px 16px;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left-top {
    background-position: left top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-fill {
    object-fit: fill;
  }
  .object-center {
    object-position: center;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[1vw\] {
    padding: 1vw;
  }
  .p-\[2vw\] {
    padding: 2vw;
  }
  .p-\[3vw\] {
    padding: 3vw;
  }
  .p-\[4px\] {
    padding: 4px;
  }
  .p-\[4vw\] {
    padding: 4vw;
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[5vw\] {
    padding: 5vw;
  }
  .\!px-4 {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[1vw\] {
    padding-inline: 1vw;
  }
  .px-\[2vw\] {
    padding-inline: 2vw;
  }
  .px-\[3vw\] {
    padding-inline: 3vw;
  }
  .px-\[4vw\] {
    padding-inline: 4vw;
  }
  .px-\[5vw\] {
    padding-inline: 5vw;
  }
  .\!py-10 {
    padding-block: calc(var(--spacing) * 10) !important;
  }
  .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-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[1vw\] {
    padding-block: 1vw;
  }
  .py-\[2vw\] {
    padding-block: 2vw;
  }
  .py-\[3vw\] {
    padding-block: 3vw;
  }
  .py-\[4vw\] {
    padding-block: 4vw;
  }
  .py-\[5vw\] {
    padding-block: 5vw;
  }
  .\!ps-0 {
    padding-inline-start: calc(var(--spacing) * 0) !important;
  }
  .\!ps-2 {
    padding-inline-start: calc(var(--spacing) * 2) !important;
  }
  .\!ps-4 {
    padding-inline-start: calc(var(--spacing) * 4) !important;
  }
  .ps-0 {
    padding-inline-start: calc(var(--spacing) * 0);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .\!pe-0 {
    padding-inline-end: calc(var(--spacing) * 0) !important;
  }
  .\!pe-2 {
    padding-inline-end: calc(var(--spacing) * 2) !important;
  }
  .\!pe-4 {
    padding-inline-end: calc(var(--spacing) * 4) !important;
  }
  .pe-0 {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * 0.5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-44 {
    padding-bottom: calc(var(--spacing) * 44);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .indent-4 {
    text-indent: calc(var(--spacing) * 4);
  }
  .indent-5 {
    text-indent: calc(var(--spacing) * 5);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-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-\[9px\] {
    font-size: 9px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-all {
    word-break: break-all;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#00A7F2\] {
    color: #00A7F2;
  }
  .text-\[\#2EA7E0\] {
    color: #2EA7E0;
  }
  .text-\[\#8DCC33\] {
    color: #8DCC33;
  }
  .text-\[\#33B7C6\] {
    color: #33B7C6;
  }
  .text-\[\#092A83\] {
    color: #092A83;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#3164B6\] {
    color: #3164B6;
  }
  .text-\[\#3974D4\] {
    color: #3974D4;
  }
  .text-\[\#082752\] {
    color: #082752;
  }
  .text-\[\#A63776\] {
    color: #A63776;
  }
  .text-\[\#C7DCFF\] {
    color: #C7DCFF;
  }
  .text-\[\#DCDFE2\] {
    color: #DCDFE2;
  }
  .text-\[\#EDF3F8\] {
    color: #EDF3F8;
  }
  .text-\[\#F74357\] {
    color: #F74357;
  }
  .text-\[\#FF9900\] {
    color: #FF9900;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-stone-500 {
    color: var(--color-stone-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .bg-blend-multiply {
    background-blend-mode: multiply;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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);
  }
  .shadow-sm {
    --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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .drop-shadow-2xl {
    --tw-drop-shadow-size: drop-shadow(0 25px 25px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
    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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .\!duration-300 {
    --tw-duration: 300ms !important;
    transition-duration: 300ms !important;
  }
  .\!duration-500 {
    --tw-duration: 500ms !important;
    transition-duration: 500ms !important;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .text-shadow-white {
    --tw-text-shadow-color: #fff;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, var(--color-white) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .text-shadow-xs {
    text-shadow: 0px 1px 1px var(--tw-text-shadow-color, rgb(0 0 0 / 0.2));
  }
  .\*\:flex {
    :is(& > *) {
      display: flex;
    }
  }
  .\*\:h-12 {
    :is(& > *) {
      height: calc(var(--spacing) * 12);
    }
  }
  .\*\:h-16 {
    :is(& > *) {
      height: calc(var(--spacing) * 16);
    }
  }
  .\*\:w-36 {
    :is(& > *) {
      width: calc(var(--spacing) * 36);
    }
  }
  .\*\:w-52 {
    :is(& > *) {
      width: calc(var(--spacing) * 52);
    }
  }
  .\*\:w-64 {
    :is(& > *) {
      width: calc(var(--spacing) * 64);
    }
  }
  .\*\:w-full {
    :is(& > *) {
      width: 100%;
    }
  }
  .\*\:max-w-\[160px\] {
    :is(& > *) {
      max-width: 160px;
    }
  }
  .\*\:max-w-max {
    :is(& > *) {
      max-width: max-content;
    }
  }
  .\*\:min-w-20 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 20);
    }
  }
  .\*\:min-w-24 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 24);
    }
  }
  .\*\:min-w-28 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 28);
    }
  }
  .\*\:min-w-32 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 32);
    }
  }
  .\*\:min-w-36 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 36);
    }
  }
  .\*\:min-w-40 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 40);
    }
  }
  .\*\:min-w-44 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 44);
    }
  }
  .\*\:min-w-48 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 48);
    }
  }
  .\*\:min-w-52 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 52);
    }
  }
  .\*\:min-w-56 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 56);
    }
  }
  .\*\:min-w-60 {
    :is(& > *) {
      min-width: calc(var(--spacing) * 60);
    }
  }
  .\*\:min-w-\[160px\] {
    :is(& > *) {
      min-width: 160px;
    }
  }
  .\*\:flex-1 {
    :is(& > *) {
      flex: 1;
    }
  }
  .\*\:flex-1\/2 {
    :is(& > *) {
      flex: calc(1/2 * 100%);
    }
  }
  .\*\:shrink-0 {
    :is(& > *) {
      flex-shrink: 0;
    }
  }
  .\*\:translate-y-8 {
    :is(& > *) {
      --tw-translate-y: calc(var(--spacing) * 8);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\*\:flex-col {
    :is(& > *) {
      flex-direction: column;
    }
  }
  .\*\:items-baseline {
    :is(& > *) {
      align-items: baseline;
    }
  }
  .\*\:items-center {
    :is(& > *) {
      align-items: center;
    }
  }
  .\*\:justify-between {
    :is(& > *) {
      justify-content: space-between;
    }
  }
  .\*\:justify-center {
    :is(& > *) {
      justify-content: center;
    }
  }
  .\*\:gap-1 {
    :is(& > *) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .\*\:gap-2 {
    :is(& > *) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .\*\:gap-4 {
    :is(& > *) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .\*\:gap-6 {
    :is(& > *) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\*\:rounded-md {
    :is(& > *) {
      border-radius: var(--radius-md);
    }
  }
  .\*\:border-b {
    :is(& > *) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .\*\:border-current\/5 {
    :is(& > *) {
      border-color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, currentcolor 5%, transparent);
      }
    }
  }
  .\*\:border-b-stone-200 {
    :is(& > *) {
      border-bottom-color: var(--color-stone-200);
    }
  }
  .\*\:bg-white {
    :is(& > *) {
      background-color: var(--color-white);
    }
  }
  .\*\:p-2 {
    :is(& > *) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .\*\:p-4 {
    :is(& > *) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .\*\:p-6 {
    :is(& > *) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .\*\:px-4 {
    :is(& > *) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .\*\:py-2 {
    :is(& > *) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .\*\:py-4 {
    :is(& > *) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .\*\:pt-4 {
    :is(& > *) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .\*\:text-center {
    :is(& > *) {
      text-align: center;
    }
  }
  .\*\:text-sm {
    :is(& > *) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .\*\:text-\[9\.8px\] {
    :is(& > *) {
      font-size: 9.8px;
    }
  }
  .\*\:font-bold {
    :is(& > *) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\*\:font-normal {
    :is(& > *) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\*\:opacity-0 {
    :is(& > *) {
      opacity: 0%;
    }
  }
  .\*\:shadow-md {
    :is(& > *) {
      --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);
    }
  }
  .\*\:transition-all {
    :is(& > *) {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\*\:duration-300 {
    :is(& > *) {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .peer-checked\:flex {
    &:is(:where(.peer):checked ~ *) {
      display: flex;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-1\/2 {
    &::before {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .before\:-left-\[1px\] {
    &::before {
      content: var(--tw-content);
      left: calc(1px * -1);
    }
  }
  .before\:size-4 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .before\:size-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
      height: 100%;
    }
  }
  .before\:-translate-x-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:-translate-y-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-\[\#33B7C6\] {
    &::before {
      content: var(--tw-content);
      background-color: #33B7C6;
    }
  }
  .before\:bg-\[\#082752\] {
    &::before {
      content: var(--tw-content);
      background-color: #082752;
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:bottom-\[-2px\] {
    &::after {
      content: var(--tw-content);
      bottom: -2px;
    }
  }
  .after\:bottom-\[-5px\] {
    &::after {
      content: var(--tw-content);
      bottom: -5px;
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:left-1\/2 {
    &::after {
      content: var(--tw-content);
      left: calc(1/2 * 100%);
    }
  }
  .after\:h-\[2px\] {
    &::after {
      content: var(--tw-content);
      height: 2px;
    }
  }
  .after\:w-\[100px\] {
    &::after {
      content: var(--tw-content);
      width: 100px;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:-translate-x-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:transform {
    &::after {
      content: var(--tw-content);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .after\:bg-\[\#3974D4\] {
    &::after {
      content: var(--tw-content);
      background-color: #3974D4;
    }
  }
  .after\:bg-\[linear-gradient\(to_right\,_\#4cc4f7\,_\#7372fd\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(to right, #4cc4f7, #7372fd);
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .last\:border-b {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-\[\#1D4378\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1D4378;
      }
    }
  }
  .hover\:bg-\[\#092A83\] {
    &:hover {
      @media (hover: hover) {
        background-color: #092A83;
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-stone-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-200);
      }
    }
  }
  .hover\:text-\[\#2757a2\] {
    &:hover {
      @media (hover: hover) {
        color: #2757a2;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .hover\:brightness-110 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(110%);
        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,);
      }
    }
  }
  .\*\:hover\:bg-gray-100 {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-gray-100);
        }
      }
    }
  }
  .\*\:hover\:bg-stone-50 {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-stone-50);
        }
      }
    }
  }
  .\*\:hover\:shadow-lg {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          --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);
        }
      }
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:text-stone-300 {
    &:disabled {
      color: var(--color-stone-300);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-col {
    @media (width >= 40rem) {
      flex-direction: column;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-baseline {
    @media (width >= 40rem) {
      align-items: baseline;
    }
  }
  .sm\:items-stretch {
    @media (width >= 40rem) {
      align-items: stretch;
    }
  }
  .sm\:justify-around {
    @media (width >= 40rem) {
      justify-content: space-around;
    }
  }
  .sm\:justify-baseline {
    @media (width >= 40rem) {
      justify-content: baseline;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-evenly {
    @media (width >= 40rem) {
      justify-content: space-evenly;
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:my-10 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-14 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .md\:h-16 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:h-18 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 18);
    }
  }
  .md\:h-20 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-24 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 24);
    }
  }
  .md\:h-28 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 28);
    }
  }
  .md\:h-32 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 32);
    }
  }
  .md\:h-36 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 36);
    }
  }
  .md\:h-40 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 40);
    }
  }
  .md\:h-44 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 44);
    }
  }
  .md\:h-48 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 48);
    }
  }
  .md\:h-52 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 52);
    }
  }
  .md\:h-56 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 56);
    }
  }
  .md\:h-60 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 60);
    }
  }
  .md\:h-64 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 64);
    }
  }
  .md\:h-72 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 72);
    }
  }
  .md\:h-80 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 80);
    }
  }
  .md\:h-96 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 96);
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-col-reverse {
    @media (width >= 48rem) {
      flex-direction: column-reverse;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:items-baseline {
    @media (width >= 48rem) {
      align-items: baseline;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:items-stretch {
    @media (width >= 48rem) {
      align-items: stretch;
    }
  }
  .md\:justify-around {
    @media (width >= 48rem) {
      justify-content: space-around;
    }
  }
  .md\:justify-baseline {
    @media (width >= 48rem) {
      justify-content: baseline;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-evenly {
    @media (width >= 48rem) {
      justify-content: space-evenly;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:justify-stretch {
    @media (width >= 48rem) {
      justify-content: stretch;
    }
  }
  .md\:gap-\[2vw\] {
    @media (width >= 48rem) {
      gap: 2vw;
    }
  }
  .md\:bg-\[length\:12px_12px\] {
    @media (width >= 48rem) {
      background-size: 12px 12px;
    }
  }
  .md\:bg-contain {
    @media (width >= 48rem) {
      background-size: contain;
    }
  }
  .md\:bg-cover {
    @media (width >= 48rem) {
      background-size: cover;
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-xs {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .md\:\*\:text-\[13px\] {
    @media (width >= 48rem) {
      :is(& > *) {
        font-size: 13px;
      }
    }
  }
  .lg\:-bottom-28 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * -28);
    }
  }
  .lg\:ml-10 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-14 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .lg\:h-16 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .lg\:h-18 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 18);
    }
  }
  .lg\:h-20 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .lg\:h-24 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 24);
    }
  }
  .lg\:h-28 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 28);
    }
  }
  .lg\:h-32 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 32);
    }
  }
  .lg\:h-36 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 36);
    }
  }
  .lg\:h-40 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 40);
    }
  }
  .lg\:h-44 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 44);
    }
  }
  .lg\:h-48 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 48);
    }
  }
  .lg\:h-52 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 52);
    }
  }
  .lg\:w-max {
    @media (width >= 64rem) {
      width: max-content;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
  }
  .lg\:items-baseline {
    @media (width >= 64rem) {
      align-items: baseline;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-around {
    @media (width >= 64rem) {
      justify-content: space-around;
    }
  }
  .lg\:justify-baseline {
    @media (width >= 64rem) {
      justify-content: baseline;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-evenly {
    @media (width >= 64rem) {
      justify-content: space-evenly;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:justify-stretch {
    @media (width >= 64rem) {
      justify-content: stretch;
    }
  }
  .lg\:bg-contain {
    @media (width >= 64rem) {
      background-size: contain;
    }
  }
  .lg\:bg-cover {
    @media (width >= 64rem) {
      background-size: cover;
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-xs {
    @media (width >= 64rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .\*\:lg\:w-1\/2 {
    :is(& > *) {
      @media (width >= 64rem) {
        width: calc(1/2 * 100%);
      }
    }
  }
  .\*\:lg\:w-60 {
    :is(& > *) {
      @media (width >= 64rem) {
        width: calc(var(--spacing) * 60);
      }
    }
  }
  .\*\:lg\:w-max {
    :is(& > *) {
      @media (width >= 64rem) {
        width: max-content;
      }
    }
  }
  .lg\:\*\:w-52 {
    @media (width >= 64rem) {
      :is(& > *) {
        width: calc(var(--spacing) * 52);
      }
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-6 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:items-end {
    @media (width >= 80rem) {
      align-items: flex-end;
    }
  }
  .xl\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start;
    }
  }
  .xl\:items-stretch {
    @media (width >= 80rem) {
      align-items: stretch;
    }
  }
  .xl\:justify-around {
    @media (width >= 80rem) {
      justify-content: space-around;
    }
  }
  .xl\:justify-center {
    @media (width >= 80rem) {
      justify-content: center;
    }
  }
  .xl\:justify-end {
    @media (width >= 80rem) {
      justify-content: flex-end;
    }
  }
  .xl\:justify-start {
    @media (width >= 80rem) {
      justify-content: flex-start;
    }
  }
  .xl\:justify-stretch {
    @media (width >= 80rem) {
      justify-content: stretch;
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-3xl {
    @media (width >= 80rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-4xl {
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-6xl {
    @media (width >= 80rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\[\&\>\*\]\:flex {
    &>* {
      display: flex;
    }
  }
  .\[\&\>\*\]\:items-center {
    &>* {
      align-items: center;
    }
  }
  .\[\&\>a\:not\(\:last-child\)\]\:after\:mx-8 {
    &>a:not(:last-child) {
      &::after {
        content: var(--tw-content);
        margin-inline: calc(var(--spacing) * 8);
      }
    }
  }
  .\[\&\>a\:not\(\:last-child\)\]\:after\:content-\[\'\|\'\] {
    &>a:not(:last-child) {
      &::after {
        content: var(--tw-content);
        --tw-content: '|';
        content: var(--tw-content);
      }
    }
  }
  .\[\&\>li\]\:relative {
    &>li {
      position: relative;
    }
  }
  .\[\&\>li\]\:pl-4 {
    &>li {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>li\]\:pl-8 {
    &>li {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .\[\&\>li\:\:before\]\:absolute {
    &>li::before {
      position: absolute;
    }
  }
  .\[\&\>li\:\:before\]\:top-1\/2 {
    &>li::before {
      top: calc(1/2 * 100%);
    }
  }
  .\[\&\>li\:\:before\]\:left-0 {
    &>li::before {
      left: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>li\:\:before\]\:left-4 {
    &>li::before {
      left: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>li\:\:before\]\:aspect-square {
    &>li::before {
      aspect-ratio: 1 / 1;
    }
  }
  .\[\&\>li\:\:before\]\:h-\[0\.4rem\] {
    &>li::before {
      height: 0.4rem;
    }
  }
  .\[\&\>li\:\:before\]\:-translate-y-1\/2 {
    &>li::before {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\[\&\>li\:\:before\]\:rotate-45 {
    &>li::before {
      rotate: 45deg;
    }
  }
  .\[\&\>li\:\:before\]\:border-t {
    &>li::before {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .\[\&\>li\:\:before\]\:border-r {
    &>li::before {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .\[\&\>li\:\:before\]\:border-current {
    &>li::before {
      border-color: currentcolor;
    }
  }
  .\[\&\>li\:\:before\]\:content-\[\'\'\] {
    &>li::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-content: "";
    }
  }
}
