/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs/index.js!./src/assets/styles.css ***!
  \****************************************************************************************************************************************************************/
/*! tailwindcss v4.3.2 | 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-gray-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: 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;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-top-\[0\.7em\] {
    top: calc(0.7em * -1);
  }
  .top-0 {
    top: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .order-1 {
    order: 1;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: 0 !important;
  }
  .m-auto {
    margin: auto;
  }
  .\!mx-\[0px\] {
    margin-inline: 0px !important;
  }
  .\!mx-\[auto\] {
    margin-inline: auto !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[1\.8rem\] {
    margin-block: 1.8rem;
  }
  .my-\[3rem\] {
    margin-block: 3rem;
  }
  .my-\[18px\] {
    margin-block: 18px;
  }
  .\!me-0 {
    margin-inline-end: 0 !important;
  }
  .\!mt-\[2\.4rem\] {
    margin-top: 2.4rem !important;
  }
  .\!mt-\[4rem\] {
    margin-top: 4rem !important;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mt-\[1\.7rem\] {
    margin-top: 1.7rem;
  }
  .mt-\[1\.8rem\] {
    margin-top: 1.8rem;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-\[2\.3rem\] {
    margin-top: 2.3rem;
  }
  .mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }
  .mt-\[2\.8rem\] {
    margin-top: 2.8rem;
  }
  .mt-\[3\.3rem\] {
    margin-top: 3.3rem;
  }
  .mt-\[3\.4rem\] {
    margin-top: 3.4rem;
  }
  .mt-\[3\.5rem\] {
    margin-top: 3.5rem;
  }
  .mt-\[3\.8rem\] {
    margin-top: 3.8rem;
  }
  .mt-\[3rem\] {
    margin-top: 3rem;
  }
  .mt-\[4\.5rem\] {
    margin-top: 4.5rem;
  }
  .mt-\[5\.3rem\] {
    margin-top: 5.3rem;
  }
  .mt-\[6\.5rem\] {
    margin-top: 6.5rem;
  }
  .mt-\[7\.6rem\] {
    margin-top: 7.6rem;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mr-\[1\.3rem\] {
    margin-right: 1.3rem;
  }
  .mr-\[1\.5rem\] {
    margin-right: 1.5rem;
  }
  .\!mb-0 {
    margin-bottom: 0 !important;
  }
  .\!mb-12 {
    margin-bottom: calc(var(--spacing) * 12) !important;
  }
  .\!mb-\[0\.8rem\] {
    margin-bottom: 0.8rem !important;
  }
  .\!mb-\[1\.5rem\] {
    margin-bottom: 1.5rem !important;
  }
  .\!mb-\[1\.8rem\] {
    margin-bottom: 1.8rem !important;
  }
  .\!mb-\[3rem\] {
    margin-bottom: 3rem !important;
  }
  .\!mb-\[15px\] {
    margin-bottom: 15px !important;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[\.6rem\] {
    margin-bottom: .6rem;
  }
  .mb-\[0\.5rem\] {
    margin-bottom: 0.5rem;
  }
  .mb-\[0\.6rem\] {
    margin-bottom: 0.6rem;
  }
  .mb-\[1\.2rem\] {
    margin-bottom: 1.2rem;
  }
  .mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }
  .mb-\[1\.6rem\] {
    margin-bottom: 1.6rem;
  }
  .mb-\[1\.8rem\] {
    margin-bottom: 1.8rem;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[2\.8rem\] {
    margin-bottom: 2.8rem;
  }
  .mb-\[2\.9rem\] {
    margin-bottom: 2.9rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .mb-\[3\.5rem\] {
    margin-bottom: 3.5rem;
  }
  .mb-\[3\.8rem\] {
    margin-bottom: 3.8rem;
  }
  .mb-\[3rem\] {
    margin-bottom: 3rem;
  }
  .mb-\[7rem\] {
    margin-bottom: 7rem;
  }
  .mb-\[8rem\] {
    margin-bottom: 8rem;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[59px\] {
    margin-bottom: 59px;
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-\[1\.9rem\] {
    margin-left: 1.9rem;
  }
  .ml-\[14px\] {
    margin-left: 14px;
  }
  .\!block {
    display: block !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[822\/463\] {
    aspect-ratio: 822/463;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[2\.4rem\] {
    height: 2.4rem;
  }
  .h-\[3\.4rem\] {
    height: 3.4rem;
  }
  .h-\[3\.6rem\] {
    height: 3.6rem;
  }
  .h-\[4\.2rem\] {
    height: 4.2rem;
  }
  .h-\[5\.1rem\] {
    height: 5.1rem;
  }
  .h-\[5rem\] {
    height: 5rem;
  }
  .h-\[6\.5rem\] {
    height: 6.5rem;
  }
  .h-\[8rem\] {
    height: 8rem;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-\[3\.2rem\] {
    width: 3.2rem;
  }
  .w-\[3\.3rem\] {
    width: 3.3rem;
  }
  .w-\[3\.8rem\] {
    width: 3.8rem;
  }
  .w-\[5\.3rem\] {
    width: 5.3rem;
  }
  .w-\[6rem\] {
    width: 6rem;
  }
  .w-\[8rem\] {
    width: 8rem;
  }
  .w-\[12\.5rem\] {
    width: 12.5rem;
  }
  .w-\[15\.2rem\] {
    width: 15.2rem;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[410px\] {
    max-width: 410px !important;
  }
  .\!max-w-\[1060px\] {
    max-width: 1060px !important;
  }
  .\!max-w-none {
    max-width: none !important;
  }
  .max-w-\[21\.5rem\] {
    max-width: 21.5rem;
  }
  .max-w-\[30\.2rem\!important\] {
    max-width: 30.2rem!important;
  }
  .max-w-\[31\.6rem\] {
    max-width: 31.6rem;
  }
  .max-w-\[34rem\] {
    max-width: 34rem;
  }
  .max-w-\[35rem\] {
    max-width: 35rem;
  }
  .max-w-\[41\.5rem\] {
    max-width: 41.5rem;
  }
  .max-w-\[44\.4rem\!important\] {
    max-width: 44.4rem!important;
  }
  .max-w-\[46\.6rem\] {
    max-width: 46.6rem;
  }
  .max-w-\[82\.2rem\] {
    max-width: 82.2rem;
  }
  .max-w-\[82rem\] {
    max-width: 82rem;
  }
  .max-w-\[88\.5rem\] {
    max-width: 88.5rem;
  }
  .max-w-\[89\.5rem\] {
    max-width: 89.5rem;
  }
  .max-w-\[92rem\] {
    max-width: 92rem;
  }
  .max-w-\[95rem\] {
    max-width: 95rem;
  }
  .max-w-\[98rem\] {
    max-width: 98rem;
  }
  .max-w-\[101rem\] {
    max-width: 101rem;
  }
  .max-w-\[106rem\] {
    max-width: 106rem;
  }
  .max-w-\[123rem\] {
    max-width: 123rem;
  }
  .max-w-\[144rem\] {
    max-width: 144rem;
  }
  .max-w-\[172px\] {
    max-width: 172px;
  }
  .max-w-\[792px\] {
    max-width: 792px;
  }
  .max-w-\[830px\] {
    max-width: 830px;
  }
  .max-w-\[1060px\] {
    max-width: 1060px;
  }
  .min-w-\[22\.7rem\] {
    min-width: 22.7rem;
  }
  .min-w-\[227px\] {
    min-width: 227px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-end {
    align-content: flex-end;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[\.4rem\] {
    gap: .4rem;
  }
  .gap-\[0px\] {
    gap: 0px;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .gap-\[1\.8rem\] {
    gap: 1.8rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2\.4rem\] {
    gap: 2.4rem;
  }
  .gap-\[2\.5rem\] {
    gap: 2.5rem;
  }
  .gap-\[2\.8rem\] {
    gap: 2.8rem;
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .gap-\[5rem\] {
    gap: 5rem;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-x-\[1\.5rem\] {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gap-y-\[1rem\] {
    row-gap: 1rem;
  }
  .gap-y-\[3rem\] {
    row-gap: 3rem;
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .gap-y-\[26px\] {
    row-gap: 26px;
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!rounded-\[5rem\] {
    border-radius: 5rem !important;
  }
  .\[border-radius\:inherit\] {
    border-radius: inherit;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\.2rem\] {
    border-style: var(--tw-border-style);
    border-width: .2rem;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#52565A40\] {
    border-color: #52565A40;
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .bg-\[\#9E1B1B\] {
    background-color: #9E1B1B;
  }
  .bg-\[\#f4f3f3\] {
    background-color: #f4f3f3;
  }
  .bg-\[\#fdfeff\] {
    background-color: #fdfeff;
  }
  .\!bg-none {
    background-image: none !important;
  }
  .bg-none {
    background-image: none;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .\!p-0 {
    padding: 0 !important;
  }
  .p-0 {
    padding: 0;
  }
  .\!px-0 {
    padding-inline: 0 !important;
  }
  .\!px-\[2\.7rem\] {
    padding-inline: 2.7rem !important;
  }
  .px-0 {
    padding-inline: 0;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[1\.6rem\] {
    padding-inline: 1.6rem;
  }
  .px-\[1rem\] {
    padding-inline: 1rem;
  }
  .\!py-12 {
    padding-block: calc(var(--spacing) * 12) !important;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[2\.5rem\] {
    padding-block: 2.5rem;
  }
  .py-\[2\.8rem\] {
    padding-block: 2.8rem;
  }
  .ps-\[2rem\] {
    padding-inline-start: 2rem;
  }
  .\!pt-0 {
    padding-top: 0 !important;
  }
  .\!pt-\[0px\] {
    padding-top: 0px !important;
  }
  .pt-\[\.6rem\] {
    padding-top: .6rem;
  }
  .pt-\[\.8rem\] {
    padding-top: .8rem;
  }
  .pt-\[1\.2rem\] {
    padding-top: 1.2rem;
  }
  .pt-\[1\.5rem\] {
    padding-top: 1.5rem;
  }
  .pt-\[1\.8rem\] {
    padding-top: 1.8rem;
  }
  .pt-\[1rem\] {
    padding-top: 1rem;
  }
  .pt-\[2rem\] {
    padding-top: 2rem;
  }
  .pt-\[5rem\] {
    padding-top: 5rem;
  }
  .pt-\[8\.3rem\] {
    padding-top: 8.3rem;
  }
  .pt-\[25px\] {
    padding-top: 25px;
  }
  .pr-\[1\.2rem\] {
    padding-right: 1.2rem;
  }
  .\!pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-\[0\.7rem\] {
    padding-bottom: 0.7rem;
  }
  .pb-\[0\.8rem\] {
    padding-bottom: 0.8rem;
  }
  .pb-\[1rem\] {
    padding-bottom: 1rem;
  }
  .pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
  }
  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .pb-\[3\.5rem\] {
    padding-bottom: 3.5rem;
  }
  .pb-\[4\.3rem\] {
    padding-bottom: 4.3rem;
  }
  .pb-\[4\.4rem\] {
    padding-bottom: 4.4rem;
  }
  .pb-\[5rem\] {
    padding-bottom: 5rem;
  }
  .pl-0 {
    padding-left: 0;
  }
  .pl-\[0\.6rem\] {
    padding-left: 0.6rem;
  }
  .\!text-center {
    text-align: center !important;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .\!text-\[1\.5rem\] {
    font-size: 1.5rem !important;
  }
  .\!text-\[1\.8rem\] {
    font-size: 1.8rem !important;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.7rem\] {
    font-size: 1.7rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .text-\[2\.6rem\] {
    font-size: 2.6rem;
  }
  .text-\[2\.8rem\] {
    font-size: 2.8rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3\.6rem\] {
    font-size: 3.6rem;
  }
  .text-\[8\.4px\] {
    font-size: 8.4px;
  }
  .text-\[9\.6px\] {
    font-size: 9.6px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16\.8px\] {
    font-size: 16.8px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[60\%\] {
    font-size: 60%;
  }
  .\!leading-\[3\.2rem\] {
    --tw-leading: 3.2rem !important;
    line-height: 3.2rem !important;
  }
  .\!leading-\[4rem\] {
    --tw-leading: 4rem !important;
    line-height: 4rem !important;
  }
  .leading-1 {
    --tw-leading: var(--spacing);
    line-height: var(--spacing);
  }
  .leading-\[1\.4rem\!important\] {
    --tw-leading: 1.4rem!important;
    line-height: 1.4rem!important;
  }
  .leading-\[1\.6rem\] {
    --tw-leading: 1.6rem;
    line-height: 1.6rem;
  }
  .leading-\[1\.8rem\] {
    --tw-leading: 1.8rem;
    line-height: 1.8rem;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[2\.1rem\] {
    --tw-leading: 2.1rem;
    line-height: 2.1rem;
  }
  .leading-\[2\.3rem\] {
    --tw-leading: 2.3rem;
    line-height: 2.3rem;
  }
  .leading-\[2\.5rem\] {
    --tw-leading: 2.5rem;
    line-height: 2.5rem;
  }
  .leading-\[2rem\] {
    --tw-leading: 2rem;
    line-height: 2rem;
  }
  .leading-\[3\.1rem\] {
    --tw-leading: 3.1rem;
    line-height: 3.1rem;
  }
  .leading-\[3\.2rem\] {
    --tw-leading: 3.2rem;
    line-height: 3.2rem;
  }
  .leading-\[3\.3rem\] {
    --tw-leading: 3.3rem;
    line-height: 3.3rem;
  }
  .leading-\[3rem\] {
    --tw-leading: 3rem;
    line-height: 3rem;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[33px\] {
    --tw-leading: 33px;
    line-height: 33px;
  }
  .\!font-\[600\] {
    --tw-font-weight: 600 !important;
    font-weight: 600 !important;
  }
  .\!font-\[700\] {
    --tw-font-weight: 700 !important;
    font-weight: 700 !important;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.1px\] {
    --tw-tracking: -0.1px;
    letter-spacing: -0.1px;
  }
  .tracking-\[-0\.015em\] {
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[\#1a1658\] {
    color: #1a1658 !important;
  }
  .\!text-\[\#93282c\] {
    color: #93282c !important;
  }
  .\!text-\[\#333333\] {
    color: #333333 !important;
  }
  .\!text-\[\#941114\] {
    color: #941114 !important;
  }
  .\!text-\[\#ff4e00\] {
    color: #ff4e00 !important;
  }
  .\!text-black {
    color: var(--color-black) !important;
  }
  .text-\[\#000\!important\] {
    color: #000!important;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#1a1658\] {
    color: #1a1658;
  }
  .text-\[\#52565a\] {
    color: #52565a;
  }
  .text-\[\#93282c\!important\] {
    color: #93282c!important;
  }
  .text-\[\#93282c\] {
    color: #93282c;
  }
  .text-\[\#404040\] {
    color: #404040;
  }
  .text-\[\#525252\] {
    color: #525252;
  }
  .text-\[\#941114\] {
    color: #941114;
  }
  .text-\[\#ff4e00\!important\] {
    color: #ff4e00!important;
  }
  .text-\[\#ff4e00\] {
    color: #ff4e00;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0_4px_20px_0_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 4px 20px 0 var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .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,);
  }
  .md\:\!mt-\[7rem\] {
    @media (width >= 48rem) {
      margin-top: 7rem !important;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: 0;
    }
  }
  .md\:mt-40 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .md\:mt-\[-1\.2rem\] {
    @media (width >= 48rem) {
      margin-top: -1.2rem;
    }
  }
  .md\:mt-\[0px\] {
    @media (width >= 48rem) {
      margin-top: 0px;
    }
  }
  .md\:mt-\[2\.3rem\] {
    @media (width >= 48rem) {
      margin-top: 2.3rem;
    }
  }
  .md\:mt-\[2\.8rem\] {
    @media (width >= 48rem) {
      margin-top: 2.8rem;
    }
  }
  .md\:mt-\[4\.4rem\] {
    @media (width >= 48rem) {
      margin-top: 4.4rem;
    }
  }
  .md\:mt-\[4rem\] {
    @media (width >= 48rem) {
      margin-top: 4rem;
    }
  }
  .md\:mt-\[5\.5rem\] {
    @media (width >= 48rem) {
      margin-top: 5.5rem;
    }
  }
  .md\:mt-\[5rem\] {
    @media (width >= 48rem) {
      margin-top: 5rem;
    }
  }
  .md\:mt-\[6rem\] {
    @media (width >= 48rem) {
      margin-top: 6rem;
    }
  }
  .md\:mt-\[7\.2rem\] {
    @media (width >= 48rem) {
      margin-top: 7.2rem;
    }
  }
  .md\:mt-\[7rem\] {
    @media (width >= 48rem) {
      margin-top: 7rem;
    }
  }
  .md\:mt-\[10rem\] {
    @media (width >= 48rem) {
      margin-top: 10rem;
    }
  }
  .md\:mt-\[12\.3rem\] {
    @media (width >= 48rem) {
      margin-top: 12.3rem;
    }
  }
  .md\:mt-\[82px\] {
    @media (width >= 48rem) {
      margin-top: 82px;
    }
  }
  .md\:\!mb-\[0\.8rem\] {
    @media (width >= 48rem) {
      margin-bottom: 0.8rem !important;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: 0;
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-\[-38px\] {
    @media (width >= 48rem) {
      margin-bottom: -38px;
    }
  }
  .md\:mb-\[1\.3rem\] {
    @media (width >= 48rem) {
      margin-bottom: 1.3rem;
    }
  }
  .md\:mb-\[1\.7rem\] {
    @media (width >= 48rem) {
      margin-bottom: 1.7rem;
    }
  }
  .md\:mb-\[2\.5rem\] {
    @media (width >= 48rem) {
      margin-bottom: 2.5rem;
    }
  }
  .md\:mb-\[3\.8rem\] {
    @media (width >= 48rem) {
      margin-bottom: 3.8rem;
    }
  }
  .md\:mb-\[3rem\] {
    @media (width >= 48rem) {
      margin-bottom: 3rem;
    }
  }
  .md\:mb-\[6rem\] {
    @media (width >= 48rem) {
      margin-bottom: 6rem;
    }
  }
  .md\:mb-\[8\.5rem\] {
    @media (width >= 48rem) {
      margin-bottom: 8.5rem;
    }
  }
  .md\:mb-\[29px\] {
    @media (width >= 48rem) {
      margin-bottom: 29px;
    }
  }
  .md\:mb-\[65px\] {
    @media (width >= 48rem) {
      margin-bottom: 65px;
    }
  }
  .md\:ml-\[-4\.5rem\] {
    @media (width >= 48rem) {
      margin-left: -4.5rem;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-\[8rem\] {
    @media (width >= 48rem) {
      height: 8rem;
    }
  }
  .md\:h-\[376px\] {
    @media (width >= 48rem) {
      height: 376px;
    }
  }
  .md\:\!w-\[106rem\] {
    @media (width >= 48rem) {
      width: 106rem !important;
    }
  }
  .md\:w-\[3\.3rem\] {
    @media (width >= 48rem) {
      width: 3.3rem;
    }
  }
  .md\:w-\[8\.5rem\] {
    @media (width >= 48rem) {
      width: 8.5rem;
    }
  }
  .md\:w-\[1030px\] {
    @media (width >= 48rem) {
      width: 1030px;
    }
  }
  .md\:\!max-w-\[106rem\] {
    @media (width >= 48rem) {
      max-width: 106rem !important;
    }
  }
  .md\:\!max-w-\[120rem\] {
    @media (width >= 48rem) {
      max-width: 120rem !important;
    }
  }
  .md\:max-w-\[106rem\] {
    @media (width >= 48rem) {
      max-width: 106rem;
    }
  }
  .md\:max-w-\[175px\] {
    @media (width >= 48rem) {
      max-width: 175px;
    }
  }
  .md\:max-w-\[192px\] {
    @media (width >= 48rem) {
      max-width: 192px;
    }
  }
  .md\:max-w-\[943px\] {
    @media (width >= 48rem) {
      max-width: 943px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-\[1\.5rem\] {
    @media (width >= 48rem) {
      gap: 1.5rem;
    }
  }
  .md\:gap-\[2\.5rem\] {
    @media (width >= 48rem) {
      gap: 2.5rem;
    }
  }
  .md\:gap-\[2rem\] {
    @media (width >= 48rem) {
      gap: 2rem;
    }
  }
  .md\:gap-\[3rem\] {
    @media (width >= 48rem) {
      gap: 3rem;
    }
  }
  .md\:gap-\[5rem\] {
    @media (width >= 48rem) {
      gap: 5rem;
    }
  }
  .md\:gap-\[90px\] {
    @media (width >= 48rem) {
      gap: 90px;
    }
  }
  .md\:gap-x-\[30px\] {
    @media (width >= 48rem) {
      -moz-column-gap: 30px;
           column-gap: 30px;
    }
  }
  .md\:gap-y-\[1rem\] {
    @media (width >= 48rem) {
      row-gap: 1rem;
    }
  }
  .md\:px-\[1\.5rem\] {
    @media (width >= 48rem) {
      padding-inline: 1.5rem;
    }
  }
  .md\:ps-\[3rem\] {
    @media (width >= 48rem) {
      padding-inline-start: 3rem;
    }
  }
  .md\:pt-\[3\.5rem\] {
    @media (width >= 48rem) {
      padding-top: 3.5rem;
    }
  }
  .md\:pt-\[3rem\] {
    @media (width >= 48rem) {
      padding-top: 3rem;
    }
  }
  .md\:pt-\[10rem\] {
    @media (width >= 48rem) {
      padding-top: 10rem;
    }
  }
  .md\:pt-\[18px\] {
    @media (width >= 48rem) {
      padding-top: 18px;
    }
  }
  .md\:pr-\[3\.5rem\] {
    @media (width >= 48rem) {
      padding-right: 3.5rem;
    }
  }
  .md\:pr-\[3\.9rem\] {
    @media (width >= 48rem) {
      padding-right: 3.9rem;
    }
  }
  .md\:pb-\[1\.6rem\] {
    @media (width >= 48rem) {
      padding-bottom: 1.6rem;
    }
  }
  .md\:pb-\[5rem\] {
    @media (width >= 48rem) {
      padding-bottom: 5rem;
    }
  }
  .md\:pb-\[6rem\] {
    @media (width >= 48rem) {
      padding-bottom: 6rem;
    }
  }
  .md\:pb-\[7\.7rem\] {
    @media (width >= 48rem) {
      padding-bottom: 7.7rem;
    }
  }
  .md\:\!pl-\[3\.8rem\] {
    @media (width >= 48rem) {
      padding-left: 3.8rem !important;
    }
  }
  .md\:pl-\[3\.2rem\] {
    @media (width >= 48rem) {
      padding-left: 3.2rem;
    }
  }
  .md\:pl-\[3\.5rem\] {
    @media (width >= 48rem) {
      padding-left: 3.5rem;
    }
  }
  .md\:pl-\[3\.9rem\] {
    @media (width >= 48rem) {
      padding-left: 3.9rem;
    }
  }
  .md\:pl-\[3rem\] {
    @media (width >= 48rem) {
      padding-left: 3rem;
    }
  }
  .md\:pl-\[5rem\] {
    @media (width >= 48rem) {
      padding-left: 5rem;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:\!text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem !important;
    }
  }
  .md\:text-\[1\.4rem\] {
    @media (width >= 48rem) {
      font-size: 1.4rem;
    }
  }
  .md\:text-\[1\.6rem\] {
    @media (width >= 48rem) {
      font-size: 1.6rem;
    }
  }
  .md\:text-\[1\.8rem\] {
    @media (width >= 48rem) {
      font-size: 1.8rem;
    }
  }
  .md\:text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .md\:text-\[3\.6rem\] {
    @media (width >= 48rem) {
      font-size: 3.6rem;
    }
  }
  .md\:text-\[3rem\] {
    @media (width >= 48rem) {
      font-size: 3rem;
    }
  }
  .md\:text-\[4rem\] {
    @media (width >= 48rem) {
      font-size: 4rem;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:leading-\[1\.6rem\] {
    @media (width >= 48rem) {
      --tw-leading: 1.6rem;
      line-height: 1.6rem;
    }
  }
  .md\:leading-\[1\.9rem\] {
    @media (width >= 48rem) {
      --tw-leading: 1.9rem;
      line-height: 1.9rem;
    }
  }
  .md\:leading-\[2\.4rem\] {
    @media (width >= 48rem) {
      --tw-leading: 2.4rem;
      line-height: 2.4rem;
    }
  }
  .md\:leading-\[2\.5rem\] {
    @media (width >= 48rem) {
      --tw-leading: 2.5rem;
      line-height: 2.5rem;
    }
  }
  .md\:leading-\[4\.6rem\] {
    @media (width >= 48rem) {
      --tw-leading: 4.6rem;
      line-height: 4.6rem;
    }
  }
  .md\:leading-\[4rem\] {
    @media (width >= 48rem) {
      --tw-leading: 4rem;
      line-height: 4rem;
    }
  }
  .md\:leading-\[31px\] {
    @media (width >= 48rem) {
      --tw-leading: 31px;
      line-height: 31px;
    }
  }
  .md\:leading-\[46px\] {
    @media (width >= 48rem) {
      --tw-leading: 46px;
      line-height: 46px;
    }
  }
  .lg\:-order-1 {
    @media (width >= 64rem) {
      order: calc(1 * -1);
    }
  }
  .lg\:order-0 {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:mt-\[-8\.8rem\] {
    @media (width >= 64rem) {
      margin-top: -8.8rem;
    }
  }
  .lg\:mb-\[3\.3rem\] {
    @media (width >= 64rem) {
      margin-bottom: 3.3rem;
    }
  }
  .lg\:mb-\[3\.6rem\] {
    @media (width >= 64rem) {
      margin-bottom: 3.6rem;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[29rem\] {
    @media (width >= 64rem) {
      max-width: 29rem;
    }
  }
  .lg\:max-w-\[38\.4rem\] {
    @media (width >= 64rem) {
      max-width: 38.4rem;
    }
  }
  .lg\:max-w-\[38\.5rem\] {
    @media (width >= 64rem) {
      max-width: 38.5rem;
    }
  }
  .lg\:max-w-\[58\.5rem\] {
    @media (width >= 64rem) {
      max-width: 58.5rem;
    }
  }
  .lg\:max-w-\[86\%\] {
    @media (width >= 64rem) {
      max-width: 86%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-\[2\.2rem\] {
    @media (width >= 64rem) {
      gap: 2.2rem;
    }
  }
  .lg\:gap-\[3\.2rem\] {
    @media (width >= 64rem) {
      gap: 3.2rem;
    }
  }
  .lg\:gap-\[4\.4rem\] {
    @media (width >= 64rem) {
      gap: 4.4rem;
    }
  }
  .lg\:gap-\[47px\] {
    @media (width >= 64rem) {
      gap: 47px;
    }
  }
  .lg\:pe-\[3rem\] {
    @media (width >= 64rem) {
      padding-inline-end: 3rem;
    }
  }
  .lg\:pt-\[4\.4rem\] {
    @media (width >= 64rem) {
      padding-top: 4.4rem;
    }
  }
  .lg\:pb-\[10\.2rem\] {
    @media (width >= 64rem) {
      padding-bottom: 10.2rem;
    }
  }
  .lg\:pb-\[16rem\] {
    @media (width >= 64rem) {
      padding-bottom: 16rem;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:font-\[600\] {
    @media (width >= 64rem) {
      --tw-font-weight: 600;
      font-weight: 600;
    }
  }
  .xl\:gap-x-\[35px\] {
    @media (width >= 80rem) {
      -moz-column-gap: 35px;
           column-gap: 35px;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/*# sourceMappingURL=head_head.min.css.map*/