/*! tailwindcss v4.1.16 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --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);
    --color-navy: #004186;
    --color-gold: #E8BC41;
    --color-cbutton1: #133969;
    --color-cbutton2: #295A8E;
    --color-cbutton3: #2B70BB;
    --color-cpaklay: #FFE492;
    --font-poppins: "Poppins", sans-serif;
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-10 {
    inset: calc(var(--spacing) * 10);
  }
  .top-9 {
    top: calc(var(--spacing) * 9);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .top-\[5\.992vw\] {
    top: 5.992vw;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-\[-24\.246vw\] {
    right: -24.246vw;
  }
  .right-\[-25\.246vw\] {
    right: -25.246vw;
  }
  .right-\[10\.708vw\] {
    right: 10.708vw;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .aspect-\[9\/16\] {
    aspect-ratio: 9/16;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-\[6\.304vw\] {
    width: 6.304vw;
    height: 6.304vw;
  }
  .size-\[18\.229vw\] {
    width: 18.229vw;
    height: 18.229vw;
  }
  .size-\[70vw\] {
    width: 70vw;
    height: 70vw;
  }
  .size-fit {
    width: fit-content;
    height: fit-content;
  }
  .h-\[3\.125vw\] {
    height: 3.125vw;
  }
  .h-\[16\.323vw\] {
    height: 16.323vw;
  }
  .h-\[20\.99vw\] {
    height: 20.99vw;
  }
  .h-\[45vw\] {
    height: 45vw;
  }
  .h-\[80\.458vw\] {
    height: 80.458vw;
  }
  .h-\[170\.01vw\] {
    height: 170.01vw;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-\[3\.385vw\] {
    width: 3.385vw;
  }
  .w-\[8\.385vw\] {
    width: 8.385vw;
  }
  .w-\[10\.417vw\] {
    width: 10.417vw;
  }
  .w-\[13\.021vw\] {
    width: 13.021vw;
  }
  .w-\[13\.90vw\] {
    width: 13.90vw;
  }
  .w-\[24\.146vw\] {
    width: 24.146vw;
  }
  .w-\[33\.854vw\] {
    width: 33.854vw;
  }
  .w-\[40\.125vw\] {
    width: 40.125vw;
  }
  .w-\[40vw\] {
    width: 40vw;
  }
  .w-full {
    width: 100%;
  }
  .min-w-75 {
    min-width: calc(var(--spacing) * 75);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-4 {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-200px\] {
    --tw-translate-x: -200px;
    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-1 {
    --tw-translate-y: calc(var(--spacing) * 1);
    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-\[10\.996vw\] {
    --tw-translate-y: 10.996vw;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -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,);
  }
  .resize {
    resize: both;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-image-\[url\(\/images\/Icon\.png\)\] {
    list-style-image: url(/images/Icon.png);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[0\.625vw\] {
    gap: 0.625vw;
  }
  .gap-\[0\.781vw\] {
    gap: 0.781vw;
  }
  .gap-\[1\.025vw\] {
    gap: 1.025vw;
  }
  .gap-\[1\.667vw\] {
    gap: 1.667vw;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[0\.521vw\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.521vw * var(--tw-space-y-reverse));
      margin-block-end: calc(0.521vw * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[0\.625vw\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.625vw * var(--tw-space-y-reverse));
      margin-block-end: calc(0.625vw * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[0\.833vw\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.833vw * var(--tw-space-y-reverse));
      margin-block-end: calc(0.833vw * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[1\.302vw\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1.302vw * var(--tw-space-y-reverse));
      margin-block-end: calc(1.302vw * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[1\.667vw\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1.667vw * var(--tw-space-y-reverse));
      margin-block-end: calc(1.667vw * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[60px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(60px * var(--tw-space-y-reverse));
      margin-block-end: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[2\.5vw\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(2.5vw * var(--tw-space-x-reverse));
      margin-inline-end: calc(2.5vw * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[11\.5px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(11.5px * var(--tw-space-x-reverse));
      margin-inline-end: calc(11.5px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[1\.823vw\] {
    border-radius: 1.823vw;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-t-\[1\.823vw\] {
    border-top-left-radius: 1.823vw;
    border-top-right-radius: 1.823vw;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-gold {
    border-color: var(--color-gold);
  }
  .border-navy {
    border-color: var(--color-navy);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-gold {
    background-color: var(--color-gold);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-navy\/10 {
    background-color: color-mix(in srgb, #004186 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-navy) 10%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/75 {
    background-color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\/images\/IMG20190118072455\.jpg\'\)\] {
    background-image: url('/images/IMG20190118072455.jpg');
  }
  .bg-\[url\(\'\/images\/f7d60560-c8b5-476a-8990-bee17a200251\.jpg\'\)\] {
    background-image: url('/images/f7d60560-c8b5-476a-8990-bee17a200251.jpg');
  }
  .bg-\[url\(\'\/images\/pattern\.jfif\'\)\] {
    background-image: url('/images/pattern.jfif');
  }
  .from-cbutton1 {
    --tw-gradient-from: var(--color-cbutton1);
    --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-white {
    --tw-gradient-from: var(--color-white);
    --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-45\% {
    --tw-gradient-from-position: 45%;
  }
  .via-cbutton2 {
    --tw-gradient-via: var(--color-cbutton2);
    --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-white {
    --tw-gradient-via: var(--color-white);
    --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-white\/80 {
    --tw-gradient-via: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-white) 80%, 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-50\% {
    --tw-gradient-via-position: 50%;
  }
  .via-60\% {
    --tw-gradient-via-position: 60%;
  }
  .to-cbutton3 {
    --tw-gradient-to: var(--color-cbutton3);
    --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-white {
    --tw-gradient-to: var(--color-white);
    --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-white\/40 {
    --tw-gradient-to: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 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));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[1\.25vw\] {
    padding: 1.25vw;
  }
  .p-\[6px\] {
    padding: 6px;
  }
  .p-\[36px\] {
    padding: 36px;
  }
  .px-\[9\.375vw\] {
    padding-inline: 9.375vw;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[0\.833vw\] {
    padding-block: 0.833vw;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-\[1\.442vw\] {
    padding-top: 1.442vw;
  }
  .pt-\[3\.333vw\] {
    padding-top: 3.333vw;
  }
  .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-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[1\.842vw\] {
    padding-bottom: 1.842vw;
  }
  .text-center {
    text-align: center;
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[2\.4vw\] {
    font-size: 2.4vw;
  }
  .text-\[2\.25vw\] {
    font-size: 2.25vw;
  }
  .text-\[2\.633vw\] {
    font-size: 2.633vw;
  }
  .text-\[2\.733vw\] {
    font-size: 2.733vw;
  }
  .text-\[2\.846vw\] {
    font-size: 2.846vw;
  }
  .text-\[2\.852vw\] {
    font-size: 2.852vw;
  }
  .text-\[3\.133vw\] {
    font-size: 3.133vw;
  }
  .text-\[4\.1vw\] {
    font-size: 4.1vw;
  }
  .text-\[5\.8vw\] {
    font-size: 5.8vw;
  }
  .text-\[5\.083vw\] {
    font-size: 5.083vw;
  }
  .text-\[85\%\] {
    font-size: 85%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/70 {
    color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .text-cpaklay {
    color: var(--color-cpaklay);
  }
  .text-navy {
    color: var(--color-navy);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .text-shadow-md {
    text-shadow: 0px 1px 1px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 2px 4px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
  }
  .sm\:visible {
    @media (width >= 40rem) {
      visibility: visible;
    }
  }
  .sm\:top-\[2\.592vw\] {
    @media (width >= 40rem) {
      top: 2.592vw;
    }
  }
  .sm\:right-\[23\.708vw\] {
    @media (width >= 40rem) {
      right: 23.708vw;
    }
  }
  .sm\:mx-auto {
    @media (width >= 40rem) {
      margin-inline: auto;
    }
  }
  .sm\:size-\[3\.004vw\] {
    @media (width >= 40rem) {
      width: 3.004vw;
      height: 3.004vw;
    }
  }
  .sm\:size-\[32\.26vw\] {
    @media (width >= 40rem) {
      width: 32.26vw;
      height: 32.26vw;
    }
  }
  .sm\:h-\[8\.323vw\] {
    @media (width >= 40rem) {
      height: 8.323vw;
    }
  }
  .sm\:h-\[9\.99vw\] {
    @media (width >= 40rem) {
      height: 9.99vw;
    }
  }
  .sm\:h-\[12\.812vw\] {
    @media (width >= 40rem) {
      height: 12.812vw;
    }
  }
  .sm\:h-\[17\.344vw\] {
    @media (width >= 40rem) {
      height: 17.344vw;
    }
  }
  .sm\:h-\[23\.625vw\] {
    @media (width >= 40rem) {
      height: 23.625vw;
    }
  }
  .sm\:h-\[90\.01vw\] {
    @media (width >= 40rem) {
      height: 90.01vw;
    }
  }
  .sm\:w-1\/6 {
    @media (width >= 40rem) {
      width: calc(1/6 * 100%);
    }
  }
  .sm\:w-\[10\.146vw\] {
    @media (width >= 40rem) {
      width: 10.146vw;
    }
  }
  .sm\:w-\[18\.125vw\] {
    @media (width >= 40rem) {
      width: 18.125vw;
    }
  }
  .sm\:w-\[24\.479vw\] {
    @media (width >= 40rem) {
      width: 24.479vw;
    }
  }
  .sm\:w-\[30\.833vw\] {
    @media (width >= 40rem) {
      width: 30.833vw;
    }
  }
  .sm\:w-\[50\.625vw\] {
    @media (width >= 40rem) {
      width: 50.625vw;
    }
  }
  .sm\:max-w-\[54\.5vw\] {
    @media (width >= 40rem) {
      max-width: 54.5vw;
    }
  }
  .sm\:min-w-100 {
    @media (width >= 40rem) {
      min-width: calc(var(--spacing) * 100);
    }
  }
  .sm\:translate-x-\[6\.25vw\] {
    @media (width >= 40rem) {
      --tw-translate-x: 6.25vw;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:translate-y-\[2\.796vw\] {
    @media (width >= 40rem) {
      --tw-translate-y: 2.796vw;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:grid-cols-1 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-rows-2 {
    @media (width >= 40rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-rows-3 {
    @media (width >= 40rem) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-rows-4 {
    @media (width >= 40rem) {
      grid-template-rows: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-col {
    @media (width >= 40rem) {
      flex-direction: column;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-\[0\.625vw\] {
    @media (width >= 40rem) {
      gap: 0.625vw;
    }
  }
  .sm\:gap-\[1\.333vw\] {
    @media (width >= 40rem) {
      gap: 1.333vw;
    }
  }
  .sm\:gap-\[3\.281vw\] {
    @media (width >= 40rem) {
      gap: 3.281vw;
    }
  }
  .sm\:gap-\[50px\] {
    @media (width >= 40rem) {
      gap: 50px;
    }
  }
  .sm\:bg-gradient-to-r {
    @media (width >= 40rem) {
      --tw-gradient-position: to right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .sm\:p-1 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 1);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:p-\[56px\] {
    @media (width >= 40rem) {
      padding: 56px;
    }
  }
  .sm\:px-\[0\.521vw\] {
    @media (width >= 40rem) {
      padding-inline: 0.521vw;
    }
  }
  .sm\:px-\[44px\] {
    @media (width >= 40rem) {
      padding-inline: 44px;
    }
  }
  .sm\:px-\[100px\] {
    @media (width >= 40rem) {
      padding-inline: 100px;
    }
  }
  .sm\:py-\[0\.525vw\] {
    @media (width >= 40rem) {
      padding-block: 0.525vw;
    }
  }
  .sm\:py-\[0\.625vw\] {
    @media (width >= 40rem) {
      padding-block: 0.625vw;
    }
  }
  .sm\:pt-\[1\.042vw\] {
    @media (width >= 40rem) {
      padding-top: 1.042vw;
    }
  }
  .sm\:text-\[1\.4vw\] {
    @media (width >= 40rem) {
      font-size: 1.4vw;
    }
  }
  .sm\:text-\[1\.045vw\] {
    @media (width >= 40rem) {
      font-size: 1.045vw;
    }
  }
  .sm\:text-\[1\.146vw\] {
    @media (width >= 40rem) {
      font-size: 1.146vw;
    }
  }
  .sm\:text-\[1\.433vw\] {
    @media (width >= 40rem) {
      font-size: 1.433vw;
    }
  }
  .sm\:text-\[1\.452vw\] {
    @media (width >= 40rem) {
      font-size: 1.452vw;
    }
  }
  .sm\:text-\[1\.538vw\] {
    @media (width >= 40rem) {
      font-size: 1.538vw;
    }
  }
  .sm\:text-\[1\.546vw\] {
    @media (width >= 40rem) {
      font-size: 1.546vw;
    }
  }
  .sm\:text-\[2\.8vw\] {
    @media (width >= 40rem) {
      font-size: 2.8vw;
    }
  }
  .sm\:text-\[2\.483vw\] {
    @media (width >= 40rem) {
      font-size: 2.483vw;
    }
  }
  .sm\:text-\[2\.733vw\] {
    @media (width >= 40rem) {
      font-size: 2.733vw;
    }
  }
  .md\:h-\[60\.458vw\] {
    @media (width >= 48rem) {
      height: 60.458vw;
    }
  }
  .md\:w-\[3\.385vw\] {
    @media (width >= 48rem) {
      width: 3.385vw;
    }
  }
  .md\:text-\[95\%\] {
    @media (width >= 48rem) {
      font-size: 95%;
    }
  }
  .lg\:top-10 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .lg\:right-\[-18\] {
    @media (width >= 64rem) {
      right: -18;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:size-\[2\.804vw\] {
    @media (width >= 64rem) {
      width: 2.804vw;
      height: 2.804vw;
    }
  }
  .lg\:size-\[25\.26vw\] {
    @media (width >= 64rem) {
      width: 25.26vw;
      height: 25.26vw;
    }
  }
  .lg\:h-\[6\.323vw\] {
    @media (width >= 64rem) {
      height: 6.323vw;
    }
  }
  .lg\:h-\[7\.99vw\] {
    @media (width >= 64rem) {
      height: 7.99vw;
    }
  }
  .lg\:h-\[15\.625vw\] {
    @media (width >= 64rem) {
      height: 15.625vw;
    }
  }
  .lg\:h-\[50\.01vw\] {
    @media (width >= 64rem) {
      height: 50.01vw;
    }
  }
  .lg\:w-\[8\.146vw\] {
    @media (width >= 64rem) {
      width: 8.146vw;
    }
  }
  .lg\:w-\[16vw\] {
    @media (width >= 64rem) {
      width: 16vw;
    }
  }
  .lg\:w-\[20\.833vw\] {
    @media (width >= 64rem) {
      width: 20.833vw;
    }
  }
  .lg\:w-\[59\.625vw\] {
    @media (width >= 64rem) {
      width: 59.625vw;
    }
  }
  .lg\:translate-y-0 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-8 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(var(--spacing) * 8);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-9 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(var(--spacing) * 9);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-\[0\.976vw\] {
    @media (width >= 64rem) {
      --tw-translate-y: 0.976vw;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .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-rows-2 {
    @media (width >= 64rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:rounded-\[12px\] {
    @media (width >= 64rem) {
      border-radius: 12px;
    }
  }
  .lg\:px-\[140px\] {
    @media (width >= 64rem) {
      padding-inline: 140px;
    }
  }
  .lg\:text-\[0\.725vw\] {
    @media (width >= 64rem) {
      font-size: 0.725vw;
    }
  }
  .lg\:text-\[0\.933vw\] {
    @media (width >= 64rem) {
      font-size: 0.933vw;
    }
  }
  .lg\:text-\[1\.1vw\] {
    @media (width >= 64rem) {
      font-size: 1.1vw;
    }
  }
  .lg\:text-\[1\.033vw\] {
    @media (width >= 64rem) {
      font-size: 1.033vw;
    }
  }
  .lg\:text-\[1\.132vw\] {
    @media (width >= 64rem) {
      font-size: 1.132vw;
    }
  }
  .lg\:text-\[1\.238vw\] {
    @media (width >= 64rem) {
      font-size: 1.238vw;
    }
  }
  .lg\:text-\[1\.346vw\] {
    @media (width >= 64rem) {
      font-size: 1.346vw;
    }
  }
  .lg\:text-\[2\.5vw\] {
    @media (width >= 64rem) {
      font-size: 2.5vw;
    }
  }
  .lg\:text-\[2\.283vw\] {
    @media (width >= 64rem) {
      font-size: 2.283vw;
    }
  }
  .lg\:text-\[2vw\] {
    @media (width >= 64rem) {
      font-size: 2vw;
    }
  }
  .lg\:text-\[98\%\] {
    @media (width >= 64rem) {
      font-size: 98%;
    }
  }
  .xl\:top-10 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .xl\:right-3 {
    @media (width >= 80rem) {
      right: calc(var(--spacing) * 3);
    }
  }
  .xl\:size-\[2\.604vw\] {
    @media (width >= 80rem) {
      width: 2.604vw;
      height: 2.604vw;
    }
  }
  .xl\:h-\[4\.323vw\] {
    @media (width >= 80rem) {
      height: 4.323vw;
    }
  }
  .xl\:h-\[5\.99vw\] {
    @media (width >= 80rem) {
      height: 5.99vw;
    }
  }
  .xl\:h-\[33\.854vw\] {
    @media (width >= 80rem) {
      height: 33.854vw;
    }
  }
  .xl\:h-\[36\.458vw\] {
    @media (width >= 80rem) {
      height: 36.458vw;
    }
  }
  .xl\:h-\[38\.01vw\] {
    @media (width >= 80rem) {
      height: 38.01vw;
    }
  }
  .xl\:w-\[6\.146vw\] {
    @media (width >= 80rem) {
      width: 6.146vw;
    }
  }
  .xl\:w-full {
    @media (width >= 80rem) {
      width: 100%;
    }
  }
  .xl\:translate-x-0 {
    @media (width >= 80rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-rows-1 {
    @media (width >= 80rem) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .xl\:gap-\[3vw\] {
    @media (width >= 80rem) {
      gap: 3vw;
    }
  }
  .xl\:p-25 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 25);
    }
  }
  .xl\:px-\[180px\] {
    @media (width >= 80rem) {
      padding-inline: 180px;
    }
  }
  .xl\:text-\[0\.99vw\] {
    @media (width >= 80rem) {
      font-size: 0.99vw;
    }
  }
  .xl\:text-\[0\.625vw\] {
    @media (width >= 80rem) {
      font-size: 0.625vw;
    }
  }
  .xl\:text-\[0\.833vw\] {
    @media (width >= 80rem) {
      font-size: 0.833vw;
    }
  }
  .xl\:text-\[0\.938vw\] {
    @media (width >= 80rem) {
      font-size: 0.938vw;
    }
  }
  .xl\:text-\[1\.133vw\] {
    @media (width >= 80rem) {
      font-size: 1.133vw;
    }
  }
  .xl\:text-\[1\.146vw\] {
    @media (width >= 80rem) {
      font-size: 1.146vw;
    }
  }
  .xl\:text-\[2\.083vw\] {
    @media (width >= 80rem) {
      font-size: 2.083vw;
    }
  }
  .\32 xl\:top-\[-4px\] {
    @media (width >= 96rem) {
      top: -4px;
    }
  }
  .\32 xl\:top-\[4px\] {
    @media (width >= 96rem) {
      top: 4px;
    }
  }
  .\32 xl\:top-\[10px\] {
    @media (width >= 96rem) {
      top: 10px;
    }
  }
  .\32 xl\:top-\[25px\] {
    @media (width >= 96rem) {
      top: 25px;
    }
  }
  .\32 xl\:top-\[30px\] {
    @media (width >= 96rem) {
      top: 30px;
    }
  }
  .\32 xl\:top-\[37px\] {
    @media (width >= 96rem) {
      top: 37px;
    }
  }
  .\32 xl\:top-\[39px\] {
    @media (width >= 96rem) {
      top: 39px;
    }
  }
  .\32 xl\:top-\[43px\] {
    @media (width >= 96rem) {
      top: 43px;
    }
  }
  .\32 xl\:top-\[46px\] {
    @media (width >= 96rem) {
      top: 46px;
    }
  }
  .\32 xl\:top-\[50px\] {
    @media (width >= 96rem) {
      top: 50px;
    }
  }
  .\32 xl\:top-\[400px\] {
    @media (width >= 96rem) {
      top: 400px;
    }
  }
  .\32 xl\:right-3 {
    @media (width >= 96rem) {
      right: calc(var(--spacing) * 3);
    }
  }
  .\32 xl\:h-\[31\.25vw\] {
    @media (width >= 96rem) {
      height: 31.25vw;
    }
  }
  .\32 xl\:h-\[33\.854vw\] {
    @media (width >= 96rem) {
      height: 33.854vw;
    }
  }
  .\32 xl\:h-\[34\.01vw\] {
    @media (width >= 96rem) {
      height: 34.01vw;
    }
  }
  .\32 xl\:translate-y-1 {
    @media (width >= 96rem) {
      --tw-translate-y: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\32 xl\:p-4 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:p-8 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:p-12 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:p-24 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:p-25 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 25);
    }
  }
  .\32 xl\:px-\[220px\] {
    @media (width >= 96rem) {
      padding-inline: 220px;
    }
  }
  .\32 xl\:text-\[0\.633vw\] {
    @media (width >= 96rem) {
      font-size: 0.633vw;
    }
  }
  .\32 xl\:text-\[0\.833vw\] {
    @media (width >= 96rem) {
      font-size: 0.833vw;
    }
  }
  .\[\&\:\:-webkit-calendar-picker-indicator\]\:opacity-0 {
    &::-webkit-calendar-picker-indicator {
      opacity: 0%;
    }
  }
}
@layer base;
.custom-scroll::-webkit-scrollbar {
  width: 8px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 9999px;
}
.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-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-duration: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
