/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-sky-100: #f8fcfd;
    --color-sky-200: #ecf5fa;
    --color-sky-300: #e6f3f9;
    --color-sky-500: #7ac9d9;
    --color-sky-600: #3ea1cb;
    --color-sky-700: #2a8da7;
    --color-sky-800: oklch(44.3% 0.11 240.79);
    --color-gray-100: #f5f5f5;
    --color-gray-200: #d9d9d9;
    --color-gray-400: #9e9e9e;
    --color-gray-500: #dfe3e8;
    --color-gray-600: #dfdfdf;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-60 {
    top: calc(var(--spacing) * 60);
  }
  .top-90 {
    top: calc(var(--spacing) * 90);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .z-10 {
    z-index: 10;
  }
  .z-999 {
    z-index: 999;
  }
  .z-1000 {
    z-index: 1000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .\!container {
    width: 100% !important;
    @media (width >= 640px) {
      max-width: 640px !important;
    }
    @media (width >= 821px) {
      max-width: 821px !important;
    }
    @media (width >= 1025px) {
      max-width: 1025px !important;
    }
    @media (width >= 1401px) {
      max-width: 1401px !important;
    }
    @media (width >= 1661px) {
      max-width: 1661px !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 821px) {
      max-width: 821px;
    }
    @media (width >= 1025px) {
      max-width: 1025px;
    }
    @media (width >= 1401px) {
      max-width: 1401px;
    }
    @media (width >= 1661px) {
      max-width: 1661px;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .\!block {
    display: block !important;
  }
  .\!table {
    display: table !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-3\/2 {
    aspect-ratio: 3/2;
  }
  .aspect-3\/4 {
    aspect-ratio: 3/4;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .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-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-125 {
    height: calc(var(--spacing) * 125);
  }
  .h-150 {
    height: calc(var(--spacing) * 150);
  }
  .h-200 {
    height: calc(var(--spacing) * 200);
  }
  .h-225 {
    height: calc(var(--spacing) * 225);
  }
  .h-300 {
    height: calc(var(--spacing) * 300);
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-100 {
    max-height: calc(var(--spacing) * 100);
  }
  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }
  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }
  .min-h-125 {
    min-height: calc(var(--spacing) * 125);
  }
  .min-h-190 {
    min-height: calc(var(--spacing) * 190);
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-13 {
    width: calc(var(--spacing) * 13);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[calc\(100\%-16px\)\] {
    width: calc(100% - 16px);
  }
  .w-\[calc\(100\%-32px\)\] {
    width: calc(100% - 32px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-65 {
    max-width: calc(var(--spacing) * 65);
  }
  .max-w-140 {
    max-width: calc(var(--spacing) * 140);
  }
  .max-w-200 {
    max-width: calc(var(--spacing) * 200);
  }
  .max-w-250 {
    max-width: calc(var(--spacing) * 250);
  }
  .max-w-300 {
    max-width: calc(var(--spacing) * 300);
  }
  .max-w-400 {
    max-width: calc(var(--spacing) * 400);
  }
  .max-w-650 {
    max-width: calc(var(--spacing) * 650);
  }
  .max-w-700 {
    max-width: calc(var(--spacing) * 700);
  }
  .max-w-708 {
    max-width: calc(var(--spacing) * 708);
  }
  .max-w-720 {
    max-width: calc(var(--spacing) * 720);
  }
  .max-w-\[calc\(\(100\%-20px\)\/3\)\] {
    max-width: calc((100% - 20px) / 3);
  }
  .max-w-\[calc\(100\%-32px\)\] {
    max-width: calc(100% - 32px);
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .min-w-28 {
    min-width: calc(var(--spacing) * 28);
  }
  .min-w-85 {
    min-width: calc(var(--spacing) * 85);
  }
  .min-w-150 {
    min-width: calc(var(--spacing) * 150);
  }
  .shrink {
    flex-shrink: 1;
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_56px_1fr\] {
    grid-template-columns: 1fr 56px 1fr;
  }
  .grid-cols-\[125px_auto\] {
    grid-template-columns: 125px auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-30 {
    gap: calc(var(--spacing) * 30);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-black\/10 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
      }
    }
  }
  .divide-black\/50 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[100\%\] {
    border-radius: 100%;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-black\/20 {
    border-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .border-sky-500 {
    border-color: var(--color-sky-500);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/2 {
    background-color: color-mix(in srgb, #000 2%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 2%, transparent);
    }
  }
  .bg-black\/5 {
    background-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 5%, 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-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-sky-100 {
    background-color: var(--color-sky-100);
  }
  .bg-sky-200 {
    background-color: var(--color-sky-200);
  }
  .bg-sky-500 {
    background-color: var(--color-sky-500);
  }
  .bg-sky-500\/10 {
    background-color: color-mix(in srgb, #7ac9d9 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sky-500) 10%, transparent);
    }
  }
  .bg-sky-500\/50 {
    background-color: color-mix(in srgb, #7ac9d9 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sky-500) 50%, transparent);
    }
  }
  .bg-sky-600\/10 {
    background-color: color-mix(in srgb, #3ea1cb 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sky-600) 10%, transparent);
    }
  }
  .bg-sky-700 {
    background-color: var(--color-sky-700);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-\[linear-gradient\(to_top\,\#7AC9D905_0\%\,\#7AC9D902_40\%\,\#7AC9D910_100\%\)\] {
    background-image: linear-gradient(to top,#7AC9D905 0%,#7AC9D902 40%,#7AC9D910 100%);
  }
  .bg-\[linear-gradient\(to_top\,transparent\,transparent\,\#2A8DA7\)\] {
    background-image: linear-gradient(to top,transparent,transparent,#2A8DA7);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-40 {
    padding-block: calc(var(--spacing) * 40);
  }
  .py-50 {
    padding-block: calc(var(--spacing) * 50);
  }
  .py-60 {
    padding-block: calc(var(--spacing) * 60);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-25 {
    padding-top: calc(var(--spacing) * 25);
  }
  .pt-50 {
    padding-top: calc(var(--spacing) * 50);
  }
  .pt-60 {
    padding-top: calc(var(--spacing) * 60);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-40 {
    padding-bottom: calc(var(--spacing) * 40);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-21 {
    padding-left: calc(var(--spacing) * 21);
  }
  .text-center {
    text-align: center;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-black\/60 {
    color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .text-black\/80 {
    color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-sky-500 {
    color: var(--color-sky-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .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-\[0_4px_10px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 4px 10px var(--tw-shadow-color, rgba(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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .brightness-1 {
    --tw-brightness: brightness(1%);
    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,);
  }
  .brightness-2 {
    --tw-brightness: brightness(2%);
    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,);
  }
  .brightness-3 {
    --tw-brightness: brightness(3%);
    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,);
  }
  .brightness-4 {
    --tw-brightness: brightness(4%);
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .group-hover\:bg-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .group-hover\:bg-black\/10 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        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);
        }
      }
    }
  }
  .group-hover\:bg-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:w-85 {
    &:hover {
      @media (hover: hover) {
        width: calc(var(--spacing) * 85);
      }
    }
  }
  .hover\:w-100 {
    &:hover {
      @media (hover: hover) {
        width: calc(var(--spacing) * 100);
      }
    }
  }
  .hover\:bg-sky-300\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #e6f3f9 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-sky-300) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-sky-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-500);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:absolute {
    @media (width >= 821px) {
      position: absolute;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 821px) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:bottom-60 {
    @media (width >= 821px) {
      bottom: calc(var(--spacing) * 60);
    }
  }
  .md\:left-1\/2 {
    @media (width >= 821px) {
      left: calc(1/2 * 100%);
    }
  }
  .md\:left-60 {
    @media (width >= 821px) {
      left: calc(var(--spacing) * 60);
    }
  }
  .md\:order-1 {
    @media (width >= 821px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 821px) {
      order: 2;
    }
  }
  .md\:-mt-25 {
    @media (width >= 821px) {
      margin-top: calc(var(--spacing) * -25);
    }
  }
  .md\:-mt-40 {
    @media (width >= 821px) {
      margin-top: calc(var(--spacing) * -40);
    }
  }
  .md\:mt-25 {
    @media (width >= 821px) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .md\:mb-0 {
    @media (width >= 821px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-8 {
    @media (width >= 821px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-10 {
    @media (width >= 821px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-20 {
    @media (width >= 821px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-24 {
    @media (width >= 821px) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:mb-25 {
    @media (width >= 821px) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .md\:mb-73 {
    @media (width >= 821px) {
      margin-bottom: calc(var(--spacing) * 73);
    }
  }
  .md\:block {
    @media (width >= 821px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 821px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 821px) {
      display: none;
    }
  }
  .md\:h-12 {
    @media (width >= 821px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:h-20 {
    @media (width >= 821px) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-30 {
    @media (width >= 821px) {
      height: calc(var(--spacing) * 30);
    }
  }
  .md\:h-32 {
    @media (width >= 821px) {
      height: calc(var(--spacing) * 32);
    }
  }
  .md\:h-140 {
    @media (width >= 821px) {
      height: calc(var(--spacing) * 140);
    }
  }
  .md\:h-300 {
    @media (width >= 821px) {
      height: calc(var(--spacing) * 300);
    }
  }
  .md\:h-360 {
    @media (width >= 821px) {
      height: calc(var(--spacing) * 360);
    }
  }
  .md\:h-\[200vh\] {
    @media (width >= 821px) {
      height: 200vh;
    }
  }
  .md\:h-screen {
    @media (width >= 821px) {
      height: 100vh;
    }
  }
  .md\:max-h-150 {
    @media (width >= 821px) {
      max-height: calc(var(--spacing) * 150);
    }
  }
  .md\:md\:min-h-170 {
    @media (width >= 821px) {
      @media (width >= 821px) {
        min-height: calc(var(--spacing) * 170);
      }
    }
  }
  .md\:min-h-170 {
    @media (width >= 821px) {
      min-height: calc(var(--spacing) * 170);
    }
  }
  .md\:w-12 {
    @media (width >= 821px) {
      width: calc(var(--spacing) * 12);
    }
  }
  .md\:w-20 {
    @media (width >= 821px) {
      width: calc(var(--spacing) * 20);
    }
  }
  .md\:w-32 {
    @media (width >= 821px) {
      width: calc(var(--spacing) * 32);
    }
  }
  .md\:w-250 {
    @media (width >= 821px) {
      width: calc(var(--spacing) * 250);
    }
  }
  .md\:w-300 {
    @media (width >= 821px) {
      width: calc(var(--spacing) * 300);
    }
  }
  .md\:w-\[calc\(100\%-120px\)\] {
    @media (width >= 821px) {
      width: calc(100% - 120px);
    }
  }
  .md\:w-fit {
    @media (width >= 821px) {
      width: fit-content;
    }
  }
  .md\:max-w-80 {
    @media (width >= 821px) {
      max-width: calc(var(--spacing) * 80);
    }
  }
  .md\:max-w-150 {
    @media (width >= 821px) {
      max-width: calc(var(--spacing) * 150);
    }
  }
  .md\:max-w-225 {
    @media (width >= 821px) {
      max-width: calc(var(--spacing) * 225);
    }
  }
  .md\:max-w-245 {
    @media (width >= 821px) {
      max-width: calc(var(--spacing) * 245);
    }
  }
  .md\:max-w-700 {
    @media (width >= 821px) {
      max-width: calc(var(--spacing) * 700);
    }
  }
  .md\:max-w-\[calc\(100\%-240px\)\] {
    @media (width >= 821px) {
      max-width: calc(100% - 240px);
    }
  }
  .md\:min-w-0 {
    @media (width >= 821px) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .md\:min-w-100 {
    @media (width >= 821px) {
      min-width: calc(var(--spacing) * 100);
    }
  }
  .md\:-translate-1\/2 {
    @media (width >= 821px) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-translate-x-1\/2 {
    @media (width >= 821px) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-translate-y-1\/2 {
    @media (width >= 821px) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 821px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 821px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 821px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[3fr_4fr\] {
    @media (width >= 821px) {
      grid-template-columns: 3fr 4fr;
    }
  }
  .md\:flex-row {
    @media (width >= 821px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 821px) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 821px) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 821px) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 821px) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 821px) {
      justify-content: flex-end;
    }
  }
  .md\:gap-8 {
    @media (width >= 821px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-12 {
    @media (width >= 821px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-16 {
    @media (width >= 821px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-20 {
    @media (width >= 821px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:gap-30 {
    @media (width >= 821px) {
      gap: calc(var(--spacing) * 30);
    }
  }
  .md\:gap-40 {
    @media (width >= 821px) {
      gap: calc(var(--spacing) * 40);
    }
  }
  .md\:gap-50 {
    @media (width >= 821px) {
      gap: calc(var(--spacing) * 50);
    }
  }
  .md\:gap-150 {
    @media (width >= 821px) {
      gap: calc(var(--spacing) * 150);
    }
  }
  .md\:gap-y-24 {
    @media (width >= 821px) {
      row-gap: calc(var(--spacing) * 24);
    }
  }
  .md\:rounded-none {
    @media (width >= 821px) {
      border-radius: 0;
    }
  }
  .md\:rounded-t-\[80px\] {
    @media (width >= 821px) {
      border-top-left-radius: 80px;
      border-top-right-radius: 80px;
    }
  }
  .md\:bg-\[linear-gradient\(to_right\,transparent\,\#2A8DA7\)\] {
    @media (width >= 821px) {
      background-image: linear-gradient(to right,transparent,#2A8DA7);
    }
  }
  .md\:px-0 {
    @media (width >= 821px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-12 {
    @media (width >= 821px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-20 {
    @media (width >= 821px) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .md\:px-30 {
    @media (width >= 821px) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .md\:py-0 {
    @media (width >= 821px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-20 {
    @media (width >= 821px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-24 {
    @media (width >= 821px) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:py-30 {
    @media (width >= 821px) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .md\:py-40 {
    @media (width >= 821px) {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  .md\:py-60 {
    @media (width >= 821px) {
      padding-block: calc(var(--spacing) * 60);
    }
  }
  .md\:py-100 {
    @media (width >= 821px) {
      padding-block: calc(var(--spacing) * 100);
    }
  }
  .md\:pt-25 {
    @media (width >= 821px) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .md\:pt-40 {
    @media (width >= 821px) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .md\:pt-50 {
    @media (width >= 821px) {
      padding-top: calc(var(--spacing) * 50);
    }
  }
  .md\:pt-100 {
    @media (width >= 821px) {
      padding-top: calc(var(--spacing) * 100);
    }
  }
  .md\:pb-40 {
    @media (width >= 821px) {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }
  .md\:pb-50 {
    @media (width >= 821px) {
      padding-bottom: calc(var(--spacing) * 50);
    }
  }
  .md\:pb-90 {
    @media (width >= 821px) {
      padding-bottom: calc(var(--spacing) * 90);
    }
  }
  .md\:pl-0 {
    @media (width >= 821px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:text-center {
    @media (width >= 821px) {
      text-align: center;
    }
  }
  .md\:text-left {
    @media (width >= 821px) {
      text-align: left;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 821px) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 821px) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 821px) {
      font-size: 20px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 821px) {
      font-size: 24px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 821px) {
      font-size: 32px;
    }
  }
  .md\:text-\[48px\] {
    @media (width >= 821px) {
      font-size: 48px;
    }
  }
  .md\:text-\[64px\] {
    @media (width >= 821px) {
      font-size: 64px;
    }
  }
  .md\:text-\[72px\] {
    @media (width >= 821px) {
      font-size: 72px;
    }
  }
  .md\:opacity-0 {
    @media (width >= 821px) {
      opacity: 0%;
    }
  }
  .lg\:right-50 {
    @media (width >= 1025px) {
      right: calc(var(--spacing) * 50);
    }
  }
  .lg\:mb-35 {
    @media (width >= 1025px) {
      margin-bottom: calc(var(--spacing) * 35);
    }
  }
  .lg\:block {
    @media (width >= 1025px) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 1025px) {
      display: none;
    }
  }
  .lg\:w-\[calc\(100\%-240px\)\] {
    @media (width >= 1025px) {
      width: calc(100% - 240px);
    }
  }
  .lg\:max-w-700 {
    @media (width >= 1025px) {
      max-width: calc(var(--spacing) * 700);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1025px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[2fr_3fr\] {
    @media (width >= 1025px) {
      grid-template-columns: 2fr 3fr;
    }
  }
  .lg\:grid-cols-\[62\.5\%_37\.5\%\] {
    @media (width >= 1025px) {
      grid-template-columns: 62.5% 37.5%;
    }
  }
  .lg\:gap-20 {
    @media (width >= 1025px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:border-l {
    @media (width >= 1025px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .lg\:border-black\/10 {
    @media (width >= 1025px) {
      border-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
      }
    }
  }
  .lg\:bg-\[linear-gradient\(to_right\,transparent\,transparent\,\#2A8DA7\)\] {
    @media (width >= 1025px) {
      background-image: linear-gradient(to right,transparent,transparent,#2A8DA7);
    }
  }
  .lg\:p-60 {
    @media (width >= 1025px) {
      padding: calc(var(--spacing) * 60);
    }
  }
  .lg\:p-80 {
    @media (width >= 1025px) {
      padding: calc(var(--spacing) * 80);
    }
  }
  .lg\:py-25 {
    @media (width >= 1025px) {
      padding-block: calc(var(--spacing) * 25);
    }
  }
  .lg\:py-50 {
    @media (width >= 1025px) {
      padding-block: calc(var(--spacing) * 50);
    }
  }
  .lg\:pt-60 {
    @media (width >= 1025px) {
      padding-top: calc(var(--spacing) * 60);
    }
  }
  .lg\:pr-10 {
    @media (width >= 1025px) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-0 {
    @media (width >= 1025px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-10 {
    @media (width >= 1025px) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:relative {
    @media (width >= 1401px) {
      position: relative;
    }
  }
  .\32 xl\:-top-50 {
    @media (width >= 1401px) {
      top: calc(var(--spacing) * -50);
    }
  }
  .\32 xl\:left-100 {
    @media (width >= 1401px) {
      left: calc(var(--spacing) * 100);
    }
  }
  .\32 xl\:col-span-1 {
    @media (width >= 1401px) {
      grid-column: span 1 / span 1;
    }
  }
  .\32 xl\:row-span-2 {
    @media (width >= 1401px) {
      grid-row: span 2 / span 2;
    }
  }
  .\32 xl\:h-60 {
    @media (width >= 1401px) {
      height: calc(var(--spacing) * 60);
    }
  }
  .\32 xl\:h-auto {
    @media (width >= 1401px) {
      height: auto;
    }
  }
  .\32 xl\:h-screen {
    @media (width >= 1401px) {
      height: 100vh;
    }
  }
  .\32 xl\:w-\[calc\(100\%-240px\)\] {
    @media (width >= 1401px) {
      width: calc(100% - 240px);
    }
  }
  .\32 xl\:w-full {
    @media (width >= 1401px) {
      width: 100%;
    }
  }
  .\32 xl\:max-w-320 {
    @media (width >= 1401px) {
      max-width: calc(var(--spacing) * 320);
    }
  }
  .\32 xl\:max-w-800 {
    @media (width >= 1401px) {
      max-width: calc(var(--spacing) * 800);
    }
  }
  .\32 xl\:max-w-\[calc\(100\%-400px\)\] {
    @media (width >= 1401px) {
      max-width: calc(100% - 400px);
    }
  }
  .\32 xl\:flex-row {
    @media (width >= 1401px) {
      flex-direction: row;
    }
  }
  .\32 xl\:gap-40 {
    @media (width >= 1401px) {
      gap: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:overflow-y-scroll {
    @media (width >= 1401px) {
      overflow-y: scroll;
    }
  }
  .\32 xl\:px-6 {
    @media (width >= 1401px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:pt-60 {
    @media (width >= 1401px) {
      padding-top: calc(var(--spacing) * 60);
    }
  }
  .\32 xl\:pl-30 {
    @media (width >= 1401px) {
      padding-left: calc(var(--spacing) * 30);
    }
  }
  .\33 xl\:max-w-812 {
    @media (width >= 1661px) {
      max-width: calc(var(--spacing) * 812);
    }
  }
  .xl\:right-40 {
    @media (width >= 80rem) {
      right: calc(var(--spacing) * 40);
    }
  }
  .xl\:bottom-40 {
    @media (width >= 80rem) {
      bottom: calc(var(--spacing) * 40);
    }
  }
}
:root {
  --spacing: 0.125rem;
}
html, body {
  background-color: #fff;
  color: inherit;
  line-height: 1.4;
}
* {
  scroll-snap-type: y mandatory;
}
img, .drag-none {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-select: none;
}
.break {
  word-break: break-all;
  line-height: 1.4;
}
.no-break {
  word-break: keep-all;
  line-height: 1.4;
}
h2 {
  line-height: 1.4;
}
@layer utilities {
  .point_line {
    position: relative;
    &::after {
      position: absolute;
      bottom: calc(var(--spacing) * -1);
      left: calc(var(--spacing) * 0);
      height: calc(var(--spacing) * 1);
      width: calc(var(--spacing) * 0);
      background-color: var(--color-sky-500);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-content: '';
      content: var(--tw-content);
    }
    &:hover::after {
      width: 100%;
    }
  }
  .point_line_white {
    span {
      position: relative;
      &::after {
        content: "";
        position: absolute;
        bottom: calc(var(--spacing) * -1);
        left: calc(var(--spacing) * 0);
        height: calc(var(--spacing) * 1);
        width: calc(var(--spacing) * 0);
        background-color: var(--color-white);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
      }
    }
    &:hover span::after {
      width: 100%;
    }
  }
  .point_line_black {
    span {
      position: relative;
      &::after {
        content: "";
        position: absolute;
        bottom: calc(var(--spacing) * -1);
        left: calc(var(--spacing) * 0);
        height: calc(var(--spacing) * 1);
        width: calc(var(--spacing) * 0);
        background-color: var(--color-black);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
      }
    }
    &:hover span::after {
      width: 100%;
    }
  }
  .bg_img {
    background-color: var(--color-gray-100);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .bg_img_01 {
    background-image: url("/images/background/background_01.jpg");
  }
  .bg_img_02 {
    background-image: url("/images/background/background_02.jpg");
  }
  .bg_img_03 {
    background-image: url("/images/background/background_03.jpg");
  }
  .bg_img_04 {
    background-image: url("/images/background/background_04.jpg");
    background-position: right 28% center;
  }
  .bg_img_05 {
    background-image: url("/images/background/background_05.jpg");
  }
  .bg_img_06 {
    background-image: url("/images/background/background_06.jpg");
    background-position: center top;
  }
  .bg_img_07 {
    background-image: url("/images/background/background_07.jpg");
    background-position: right 60% center;
  }
  .bg_img_12 {
    background-image: url("/images/background/background_12.jpg");
  }
  .bg_img_13 {
    background-image: url("/images/background/background_13.jpg");
    background-position: right 30% center;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
