/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(0.637 0.237 25.331);
    --color-blue-500: oklch(0.623 0.214 259.815);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-gray-800: oklch(0.278 0.033 256.848);
    --color-gray-900: oklch(0.21 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --text-xs: var(--wp--preset--font-size--xs, 0.75rem);
    --text-xs--line-height: normal;
    --text-sm: var(--wp--preset--font-size--sm, 0.875rem);
    --text-sm--line-height: normal;
    --text-base: var(--wp--preset--font-size--base, 1rem);
    --text-base--line-height: normal;
    --text-lg: var(--wp--preset--font-size--lg, 1.125rem);
    --text-lg--line-height: normal;
    --text-xl: var(--wp--preset--font-size--xl, 1.25rem);
    --text-xl--line-height: normal;
    --text-2xl: var(--wp--preset--font-size--2xl, 1.5rem);
    --text-2xl--line-height: normal;
    --text-3xl: var(--wp--preset--font-size--3xl, 1.875rem);
    --text-3xl--line-height: normal;
    --text-5xl: var(--wp--preset--font-size--5xl, 3rem);
    --text-5xl--line-height: normal;
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-xs: 0.125rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --color-primary: var(--wp--preset--color--primary);
    --color-siteBlue: #0D0977;
    --font-siteHeading: 'Oswald', 'Arial', 'Helvetica', 'sans-serif';
    --font-siteBodytext: 'Roboto', 'Arial', 'Helvetica', 'sans-serif';
    --font-siteButton: 'Karla', 'Arial', 'Helvetica', 'sans-serif';
    --leading-truenormal: normal;
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[78px\] {
    top: 78px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-full {
    left: 100%;
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 375px) {
      max-width: 375px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .alignwide {
    width: calc(200px + var(--wp--style--global--wide-size));
    img {
      width: 100%;
      margin: 0 -100px 0 -100px !important;
    }
  }
  .alignfull {
    width: 100vw;
    margin: 0 calc(50% - 50vw) !important;
  }
  .aligncenter {
    margin: 0.5rem auto !important;
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .m-\[6vw_0_3vw\] {
    margin: 6vw 0 3vw;
  }
  .-mx-\[9px\] {
    margin-inline: calc(9px * -1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[1vw\] {
    margin-top: 1vw;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[3vw\] {
    margin-top: 3vw;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[11px\] {
    margin-top: 11px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[41px\] {
    margin-top: 41px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[52px\] {
    margin-top: 52px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[67px\] {
    margin-top: 67px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[82px\] {
    margin-top: 82px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .alignnone {
    height: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .ml-\[1ex\] {
    margin-left: 1ex;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-\[2\.4\/1\] {
    aspect-ratio: 2.4/1;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-\[694\/463\] {
    aspect-ratio: 694/463;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-\[44px\] {
    width: 44px;
    height: 44px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[211px\] {
    height: 211px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[36px\] {
    max-height: 36px;
  }
  .max-h-\[200px\] {
    max-height: 200px;
  }
  .max-h-\[298px\] {
    max-height: 298px;
  }
  .min-h-\[48px\] {
    min-height: 48px;
  }
  .min-h-\[153px\] {
    min-height: 153px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[37\.5\%\] {
    width: 37.5%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[44\.44\%\] {
    width: 44.44%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[55\.56\%\] {
    width: 55.56%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-9\/12 {
    max-width: calc(9/12 * 100%);
  }
  .max-w-\[90px\] {
    max-width: 90px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[444px\] {
    max-width: 444px;
  }
  .max-w-\[518px\] {
    max-width: 518px;
  }
  .max-w-\[812px\] {
    max-width: 812px;
  }
  .max-w-\[1050px\] {
    max-width: 1050px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-\[70\%\] {
    min-width: 70%;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .flex-none {
    flex: none;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .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-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[3\.3vw\] {
    gap: 3.3vw;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[34px\] {
    gap: 34px;
  }
  .gap-\[58px\] {
    gap: 58px;
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[1\.125rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1.125rem * var(--tw-space-y-reverse));
      margin-block-end: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[9px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(9px * var(--tw-space-y-reverse));
      margin-block-end: calc(9px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[28px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(28px * var(--tw-space-y-reverse));
      margin-block-end: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[34px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(34px * var(--tw-space-y-reverse));
      margin-block-end: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    -moz-column-gap: calc(var(--spacing) * 4);
         column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-\[2\.5vw\] {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
  .gap-x-\[3\.3vw\] {
    -moz-column-gap: 3.3vw;
         column-gap: 3.3vw;
  }
  .gap-x-\[3vw\] {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .gap-x-\[4\.14\%\] {
    -moz-column-gap: 4.14%;
         column-gap: 4.14%;
  }
  .gap-x-\[10px\] {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .gap-x-\[27px\] {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .gap-x-\[59px\] {
    -moz-column-gap: 59px;
         column-gap: 59px;
  }
  .gap-x-\[70px\] {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .gap-x-\[116px\] {
    -moz-column-gap: 116px;
         column-gap: 116px;
  }
  .gap-x-\[129px\] {
    -moz-column-gap: 129px;
         column-gap: 129px;
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .gap-y-\[2vw\] {
    row-gap: 2vw;
  }
  .gap-y-\[3\.3vw\] {
    row-gap: 3.3vw;
  }
  .gap-y-\[15px\] {
    row-gap: 15px;
  }
  .gap-y-\[23px\] {
    row-gap: 23px;
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .gap-y-\[41px\] {
    row-gap: 41px;
  }
  .gap-y-\[52px\] {
    row-gap: 52px;
  }
  .gap-y-\[93px\] {
    row-gap: 93px;
  }
  .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 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-black);
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .rounded-\[0\.4rem\] {
    border-radius: 0.4rem;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[15px\] {
    border-style: var(--tw-border-style);
    border-width: 15px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/20 {
    border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-siteBlue {
    border-color: var(--color-siteBlue);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-\[\#0D0977\] {
    background-color: #0D0977;
  }
  .bg-\[\#0156D5\] {
    background-color: #0156D5;
  }
  .bg-\[\#7502A2\] {
    background-color: #7502A2;
  }
  .bg-\[\#07838D\] {
    background-color: #07838D;
  }
  .bg-\[\#DF1176\] {
    background-color: #DF1176;
  }
  .bg-\[\#DFE0E1\] {
    background-color: #DFE0E1;
  }
  .bg-\[\#E5E6E7\] {
    background-color: #E5E6E7;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#FBBA00\] {
    background-color: #FBBA00;
  }
  .bg-\[\#FFB202\] {
    background-color: #FFB202;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-siteBlue {
    background-color: var(--color-siteBlue);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-current {
    fill: currentColor;
  }
  .stroke-black {
    stroke: var(--color-black);
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-center {
    -o-object-position: center;
       object-position: center;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[3vw_4vw\] {
    padding: 3vw 4vw;
  }
  .p-\[4vw\] {
    padding: 4vw;
  }
  .p-\[6\%\] {
    padding: 6%;
  }
  .p-\[6\%_10\%\] {
    padding: 6% 10%;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[10px_20px\] {
    padding: 10px 20px;
  }
  .p-\[12\%\] {
    padding: 12%;
  }
  .p-\[17px\] {
    padding: 17px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .px-\[4vw\] {
    padding-inline: 4vw;
  }
  .px-\[6vw\] {
    padding-inline: 6vw;
  }
  .px-\[8\.357\%\] {
    padding-inline: 8.357%;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[73px\] {
    padding-inline: 73px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[0\.5em\] {
    padding-block: 0.5em;
  }
  .py-\[3\.3vmax\] {
    padding-block: 3.3vmax;
  }
  .py-\[6\.6vmax\] {
    padding-block: 6.6vmax;
  }
  .py-\[10\.807\%\] {
    padding-block: 10.807%;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[37px\] {
    padding-block: 37px;
  }
  .py-\[min\(6vw\,2vmax\)\] {
    padding-block: min(6vw, 2vmax);
  }
  .pt-\[4vw\] {
    padding-top: 4vw;
  }
  .pt-\[6\.6vmax\] {
    padding-top: 6.6vmax;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[52px\] {
    padding-top: 52px;
  }
  .pt-\[78px\] {
    padding-top: 78px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-\[4vw\] {
    padding-bottom: 4vw;
  }
  .pb-\[6\.6vmax\] {
    padding-bottom: 6.6vmax;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[17px\] {
    padding-bottom: 17px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .pl-\[58px\] {
    padding-left: 58px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-siteBodytext {
    font-family: var(--font-siteBodytext);
  }
  .font-siteButton {
    font-family: var(--font-siteButton);
  }
  .font-siteHeading {
    font-family: var(--font-siteHeading);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[52px\] {
    font-size: 52px;
  }
  .text-\[54px\] {
    font-size: 54px;
  }
  .text-\[100px\] {
    font-size: 100px;
  }
  .text-\[118px\] {
    font-size: 118px;
  }
  .text-\[132px\] {
    font-size: 132px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[27\.6px\] {
    --tw-leading: 27.6px;
    line-height: 27.6px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[43px\] {
    --tw-leading: 43px;
    line-height: 43px;
  }
  .leading-\[62px\] {
    --tw-leading: 62px;
    line-height: 62px;
  }
  .leading-\[121px\] {
    --tw-leading: 121px;
    line-height: 121px;
  }
  .leading-\[143px\] {
    --tw-leading: 143px;
    line-height: 143px;
  }
  .leading-\[160px\] {
    --tw-leading: 160px;
    line-height: 160px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-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);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-\[\.05em\] {
    --tw-tracking: .05em;
    letter-spacing: .05em;
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[\#38B1FE\] {
    color: #38B1FE;
  }
  .text-\[\#F0AB00\] {
    color: #F0AB00;
  }
  .text-\[\#F8981C\] {
    color: #F8981C;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-siteBlue {
    color: var(--color-siteBlue);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-15 {
    opacity: 15%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[translate\,opacity\] {
    transition-property: translate,opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-even\:bg-siteBlue {
    &:is(:where(.group):nth-child(even) *) {
      background-color: var(--color-siteBlue);
    }
  }
  .hover\:bg-\[\#DFE0E1\] {
    &:hover {
      @media (hover: hover) {
        background-color: #DFE0E1;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:my-6 {
    @media (width >= 768px) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:text-2xl {
    @media (width >= 768px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 768px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:static {
    @media (width >= 1024px) {
      position: static;
    }
  }
  .lg\:float-left {
    @media (width >= 1024px) {
      float: left;
    }
  }
  .lg\:mt-8 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-20 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-\[54px\] {
    @media (width >= 1024px) {
      margin-top: 54px;
    }
  }
  .lg\:mt-\[86px\] {
    @media (width >= 1024px) {
      margin-top: 86px;
    }
  }
  .lg\:mr-10 {
    @media (width >= 1024px) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
  .lg\:mr-\[17px\] {
    @media (width >= 1024px) {
      margin-right: 17px;
    }
  }
  .lg\:mr-\[34px\] {
    @media (width >= 1024px) {
      margin-right: 34px;
    }
  }
  .lg\:mb-\[17px\] {
    @media (width >= 1024px) {
      margin-bottom: 17px;
    }
  }
  .lg\:\!hidden {
    @media (width >= 1024px) {
      display: none !important;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:max-h-\[69px\] {
    @media (width >= 1024px) {
      max-height: 69px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-2\/12 {
    @media (width >= 1024px) {
      width: calc(2/12 * 100%);
    }
  }
  .lg\:w-4\/12 {
    @media (width >= 1024px) {
      width: calc(4/12 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 1024px) {
      width: calc(5/12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 1024px) {
      width: calc(7/12 * 100%);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 1024px) {
      width: calc(8/12 * 100%);
    }
  }
  .lg\:w-10\/12 {
    @media (width >= 1024px) {
      width: calc(10/12 * 100%);
    }
  }
  .lg\:w-\[35\%\] {
    @media (width >= 1024px) {
      width: 35%;
    }
  }
  .lg\:w-\[37\.5\%\] {
    @media (width >= 1024px) {
      width: 37.5%;
    }
  }
  .lg\:w-\[45\.83\%\] {
    @media (width >= 1024px) {
      width: 45.83%;
    }
  }
  .lg\:w-\[54\.167\%\] {
    @media (width >= 1024px) {
      width: 54.167%;
    }
  }
  .lg\:w-\[62\.5\%\] {
    @media (width >= 1024px) {
      width: 62.5%;
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 1024px) {
      width: 75%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 1024px) {
      width: 80%;
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:max-w-3\/4 {
    @media (width >= 1024px) {
      max-width: calc(3/4 * 100%);
    }
  }
  .lg\:max-w-7\/12 {
    @media (width >= 1024px) {
      max-width: calc(7/12 * 100%);
    }
  }
  .lg\:max-w-9\/12 {
    @media (width >= 1024px) {
      max-width: calc(9/12 * 100%);
    }
  }
  .lg\:max-w-11\/12 {
    @media (width >= 1024px) {
      max-width: calc(11/12 * 100%);
    }
  }
  .lg\:max-w-\[50\%\] {
    @media (width >= 1024px) {
      max-width: 50%;
    }
  }
  .lg\:max-w-\[300px\] {
    @media (width >= 1024px) {
      max-width: 300px;
    }
  }
  .lg\:max-w-\[calc\(75\%\+34px\)\] {
    @media (width >= 1024px) {
      max-width: calc(75% + 34px);
    }
  }
  .lg\:min-w-\[220px\] {
    @media (width >= 1024px) {
      min-width: 220px;
    }
  }
  .lg\:flex-1 {
    @media (width >= 1024px) {
      flex: 1;
    }
  }
  .lg\:flex-none {
    @media (width >= 1024px) {
      flex: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 1024px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 1024px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 1024px) {
      justify-content: center;
    }
  }
  .lg\:gap-16 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:space-y-16 {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-\[60px\] {
    @media (width >= 1024px) {
      -moz-column-gap: 60px;
           column-gap: 60px;
    }
  }
  .lg\:self-center {
    @media (width >= 1024px) {
      align-self: center;
    }
  }
  .lg\:self-start {
    @media (width >= 1024px) {
      align-self: flex-start;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 1024px) {
      overflow: visible;
    }
  }
  .lg\:border-t {
    @media (width >= 1024px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 1024px) {
      background-color: transparent;
    }
  }
  .lg\:p-0 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-8 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-\[4vw\] {
    @media (width >= 1024px) {
      padding-inline: 4vw;
    }
  }
  .lg\:py-0 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-24 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-32 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:py-\[1vw\] {
    @media (width >= 1024px) {
      padding-block: 1vw;
    }
  }
  .lg\:py-\[6\.6vmax\] {
    @media (width >= 1024px) {
      padding-block: 6.6vmax;
    }
  }
  .lg\:py-\[calc\(40vmax\/10\)\] {
    @media (width >= 1024px) {
      padding-block: calc(40vmax / 10);
    }
  }
  .lg\:pt-\[37px\] {
    @media (width >= 1024px) {
      padding-top: 37px;
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 1024px) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[107px\] {
    @media (width >= 1024px) {
      padding-top: 107px;
    }
  }
  .lg\:pr-\[3\.9vw\] {
    @media (width >= 1024px) {
      padding-right: 3.9vw;
    }
  }
  .lg\:pr-\[17px\] {
    @media (width >= 1024px) {
      padding-right: 17px;
    }
  }
  .lg\:text-2xl {
    @media (width >= 1024px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 1024px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 1024px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 1024px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 1024px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[1\.375rem\] {
    @media (width >= 1024px) {
      font-size: 1.375rem;
    }
  }
  .lg\:text-\[2\.625rem\] {
    @media (width >= 1024px) {
      font-size: 2.625rem;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 1024px) {
      font-size: 22px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 1024px) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 1024px) {
      font-size: 32px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 1024px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[52px\] {
    @media (width >= 1024px) {
      font-size: 52px;
    }
  }
  .lg\:text-\[66px\] {
    @media (width >= 1024px) {
      font-size: 66px;
    }
  }
  .lg\:leading-\[1\.4\] {
    @media (width >= 1024px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }
  .lg\:leading-\[43px\] {
    @media (width >= 1024px) {
      --tw-leading: 43px;
      line-height: 43px;
    }
  }
  .lg\:leading-\[54px\] {
    @media (width >= 1024px) {
      --tw-leading: 54px;
      line-height: 54px;
    }
  }
  .lg\:leading-\[59px\] {
    @media (width >= 1024px) {
      --tw-leading: 59px;
      line-height: 59px;
    }
  }
  .lg\:leading-\[62px\] {
    @media (width >= 1024px) {
      --tw-leading: 62px;
      line-height: 62px;
    }
  }
  .lg\:leading-\[80px\] {
    @media (width >= 1024px) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
  .lg\:text-balance {
    @media (width >= 1024px) {
      text-wrap: balance;
    }
  }
  .lg\:opacity-100 {
    @media (width >= 1024px) {
      opacity: 100%;
    }
  }
  .lg\:transition-none {
    @media (width >= 1024px) {
      transition-property: none;
    }
  }
  .\[\&_\#main-h2\]\:mb-\[89px\] {
    & #main-h2 {
      margin-bottom: 89px;
    }
  }
  .\[\&_\#main-h2\]\:text-\[54px\] {
    & #main-h2 {
      font-size: 54px;
    }
  }
  .\[\&_\#main-h2\]\:leading-\[62px\] {
    & #main-h2 {
      --tw-leading: 62px;
      line-height: 62px;
    }
  }
  .\[\&_\#main-h2\]\:font-extrabold {
    & #main-h2 {
      --tw-font-weight: var(--font-weight-extrabold);
      font-weight: var(--font-weight-extrabold);
    }
  }
  .\[\&_\#main-h2\]\:lg\:text-\[66px\] {
    & #main-h2 {
      @media (width >= 1024px) {
        font-size: 66px;
      }
    }
  }
  .\[\&_\#main-h2\]\:lg\:leading-\[80px\] {
    & #main-h2 {
      @media (width >= 1024px) {
        --tw-leading: 80px;
        line-height: 80px;
      }
    }
  }
  .\[\&_\.menu-item_a\]\:block {
    & .menu-item a {
      display: block;
    }
  }
  .\[\&_\.menu-item_a\]\:px-2 {
    & .menu-item a {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .\[\&_\.menu-item_a\]\:\!no-underline {
    & .menu-item a {
      text-decoration-line: none !important;
    }
  }
  .\[\&_\.menu-item_a\]\:lg\:px-0 {
    & .menu-item a {
      @media (width >= 1024px) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&_\.menu-item\.current-menu-item\]\:font-bold {
    & .menu-item.current-menu-item {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_\.menu-item\.current-menu-item\]\:underline {
    & .menu-item.current-menu-item {
      text-decoration-line: underline;
    }
  }
  .\[\&_\.menu\\_class\]\:flex {
    & .menu_class {
      display: flex;
    }
  }
  .\[\&_\.menu\\_class\]\:flex-col {
    & .menu_class {
      flex-direction: column;
    }
  }
  .\[\&_\.menu\\_class\]\:gap-\[2\.5vw\] {
    & .menu_class {
      gap: 2.5vw;
    }
  }
  .\[\&_\.menu\\_class\]\:divide-x {
    & .menu_class {
      :where(& > :not(:last-child)) {
        --tw-divide-x-reverse: 0;
        border-inline-style: var(--tw-border-style);
        border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
        border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
      }
    }
  }
  .\[\&_\.menu\\_class\]\:divide-black\/25 {
    & .menu_class {
      :where(& > :not(:last-child)) {
        border-color: color-mix(in oklab, var(--color-black) 25%, transparent);
      }
    }
  }
  .\[\&_\.menu\\_class\]\:py-\[0\.1em\] {
    & .menu_class {
      padding-block: 0.1em;
    }
  }
  .\[\&_\.menu\\_class\]\:font-siteHeading {
    & .menu_class {
      font-family: var(--font-siteHeading);
    }
  }
  .\[\&_\.menu\\_class\]\:text-2xl {
    & .menu_class {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\[\&_\.menu\\_class\]\:leading-\[45px\] {
    & .menu_class {
      --tw-leading: 45px;
      line-height: 45px;
    }
  }
  .\[\&_\.menu\\_class\]\:font-medium {
    & .menu_class {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&_\.menu\\_class\]\:whitespace-nowrap {
    & .menu_class {
      white-space: nowrap;
    }
  }
  .\[\&_\.menu\\_class\]\:uppercase {
    & .menu_class {
      text-transform: uppercase;
    }
  }
  .\[\&_\.menu\\_class\]\:lg\:block {
    & .menu_class {
      @media (width >= 1024px) {
        display: block;
      }
    }
  }
  .\[\&_\.menu\\_class\]\:lg\:flex-row {
    & .menu_class {
      @media (width >= 1024px) {
        flex-direction: row;
      }
    }
  }
  .\[\&_\.menu\\_class\]\:lg\:space-y-3 {
    & .menu_class {
      @media (width >= 1024px) {
        :where(& > :not(:last-child)) {
          --tw-space-y-reverse: 0;
          margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
          margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
        }
      }
    }
  }
  .\[\&_\.menu\\_class\]\:lg\:whitespace-normal {
    & .menu_class {
      @media (width >= 1024px) {
        white-space: normal;
      }
    }
  }
  .\[\&_\.menu\\_class\>\.menu-item\.menu-item-has-children\]\:relative {
    & .menu_class>.menu-item.menu-item-has-children {
      position: relative;
    }
  }
  .\[\&_\.menu\\_class\>\.menu-item\.menu-item-has-children\:hover_\.sub-menu\]\:lg\:pointer-events-auto {
    & .menu_class>.menu-item.menu-item-has-children:hover .sub-menu {
      @media (width >= 1024px) {
        pointer-events: auto;
      }
    }
  }
  .\[\&_\.menu\\_class\>\.menu-item\.menu-item-has-children\:hover_\.sub-menu\]\:lg\:block {
    & .menu_class>.menu-item.menu-item-has-children:hover .sub-menu {
      @media (width >= 1024px) {
        display: block;
      }
    }
  }
  .\[\&_\.sub-menu\]\:top-full {
    & .sub-menu {
      top: 100%;
    }
  }
  .\[\&_\.sub-menu\]\:left-\[-30px\] {
    & .sub-menu {
      left: -30px;
    }
  }
  .\[\&_\.sub-menu\]\:border-l {
    & .sub-menu {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .\[\&_\.sub-menu\]\:border-white\/50 {
    & .sub-menu {
      border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .\[\&_\.sub-menu\]\:p-\[15px_30px\] {
    & .sub-menu {
      padding: 15px 30px;
    }
  }
  .\[\&_\.sub-menu\]\:lg\:pointer-events-none {
    & .sub-menu {
      @media (width >= 1024px) {
        pointer-events: none;
      }
    }
  }
  .\[\&_\.sub-menu\]\:lg\:absolute {
    & .sub-menu {
      @media (width >= 1024px) {
        position: absolute;
      }
    }
  }
  .\[\&_\.sub-menu\]\:lg\:hidden {
    & .sub-menu {
      @media (width >= 1024px) {
        display: none;
      }
    }
  }
  .\[\&_\.sub-menu\]\:lg\:border-l-0 {
    & .sub-menu {
      @media (width >= 1024px) {
        border-left-style: var(--tw-border-style);
        border-left-width: 0px;
      }
    }
  }
  .\[\&_\.sub-menu\]\:lg\:bg-siteBlue {
    & .sub-menu {
      @media (width >= 1024px) {
        background-color: var(--color-siteBlue);
      }
    }
  }
  .\[\&_\.sub-menu\>\.menu-item\]\:whitespace-nowrap {
    & .sub-menu>.menu-item {
      white-space: nowrap;
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:\!rounded-\[0\.4rem\] {
    & .wp-block-button__link {
      border-radius: 0.4rem !important;
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:bg-white {
    & .wp-block-button__link {
      background-color: var(--color-white);
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:\!px-\[73px\] {
    & .wp-block-button__link {
      padding-inline: 73px !important;
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:\!py-6 {
    & .wp-block-button__link {
      padding-block: calc(var(--spacing) * 6) !important;
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:\!font-siteButton {
    & .wp-block-button__link {
      font-family: var(--font-siteButton) !important;
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:text-lg {
    & .wp-block-button__link {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:font-bold {
    & .wp-block-button__link {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:tracking-\[\.05em\] {
    & .wp-block-button__link {
      --tw-tracking: .05em;
      letter-spacing: .05em;
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:text-black {
    & .wp-block-button__link {
      color: var(--color-black);
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:uppercase {
    & .wp-block-button__link {
      text-transform: uppercase;
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:\!no-underline {
    & .wp-block-button__link {
      text-decoration-line: none !important;
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:duration-100 {
    & .wp-block-button__link {
      --tw-duration: 100ms;
      transition-duration: 100ms;
    }
  }
  .\[\&_\.wp-block-button\\_\\_link\]\:hover\:opacity-80 {
    & .wp-block-button__link {
      &:hover {
        @media (hover: hover) {
          opacity: 80%;
        }
      }
    }
  }
  .\[\&_\.wp-block-column\]\:space-y-3 {
    & .wp-block-column {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .\[\&_\.wp-block-column\>\.wp-block-image\>img\]\:w-full {
    & .wp-block-column>.wp-block-image>img {
      width: 100%;
    }
  }
  .\[\&_\.wp-block-image\.aligncenter\>img\]\:mx-auto {
    & .wp-block-image.aligncenter>img {
      margin-inline: auto;
    }
  }
  .\[\&_a\]\:text-\[\#0D0977\] {
    & a {
      color: #0D0977;
    }
  }
  .\[\&_a\]\:\!no-underline {
    & a {
      text-decoration-line: none !important;
    }
  }
  .\[\&_h2\]\:mb-\[34px\] {
    & h2 {
      margin-bottom: 34px;
    }
  }
  .\[\&_h2\]\:font-siteHeading {
    & h2 {
      font-family: var(--font-siteHeading);
    }
  }
  .\[\&_h2\]\:text-\[32px\] {
    & h2 {
      font-size: 32px;
    }
  }
  .\[\&_h2\]\:leading-\[43px\] {
    & h2 {
      --tw-leading: 43px;
      line-height: 43px;
    }
  }
  .\[\&_h2\]\:font-medium {
    & h2 {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&_h2\]\:uppercase {
    & h2 {
      text-transform: uppercase;
    }
  }
  .\[\&_h2\]\:lg\:text-\[40px\] {
    & h2 {
      @media (width >= 1024px) {
        font-size: 40px;
      }
    }
  }
  .\[\&_h2\]\:lg\:leading-\[54px\] {
    & h2 {
      @media (width >= 1024px) {
        --tw-leading: 54px;
        line-height: 54px;
      }
    }
  }
  .\[\&_h3\]\:mb-\[24px\] {
    & h3 {
      margin-bottom: 24px;
    }
  }
  .\[\&_h3\]\:font-siteHeading {
    & h3 {
      font-family: var(--font-siteHeading);
    }
  }
  .\[\&_h3\]\:text-\[24px\] {
    & h3 {
      font-size: 24px;
    }
  }
  .\[\&_h3\]\:leading-\[30px\] {
    & h3 {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .\[\&_h3\]\:font-medium {
    & h3 {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&_h3\]\:uppercase {
    & h3 {
      text-transform: uppercase;
    }
  }
  .\[\&_h3\]\:lg\:text-\[30px\] {
    & h3 {
      @media (width >= 1024px) {
        font-size: 30px;
      }
    }
  }
  .\[\&_h3\]\:lg\:leading-\[43px\] {
    & h3 {
      @media (width >= 1024px) {
        --tw-leading: 43px;
        line-height: 43px;
      }
    }
  }
  .\[\&_section\]\:py-\[4vw\] {
    & section {
      padding-block: 4vw;
    }
  }
  .\[\&_section\>\.wp-block-group\]\:container {
    & section>.wp-block-group {
      width: 100%;
      @media (width >= 375px) {
        max-width: 375px;
      }
      @media (width >= 640px) {
        max-width: 640px;
      }
      @media (width >= 768px) {
        max-width: 768px;
      }
      @media (width >= 1024px) {
        max-width: 1024px;
      }
      @media (width >= 1280px) {
        max-width: 1280px;
      }
      @media (width >= 1536px) {
        max-width: 1536px;
      }
    }
  }
  .\[\&_section\>\.wp-block-group\]\:container {
    & section>.wp-block-group {
      max-width: var(--wp--style--global--wide-size);
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  .\[\&_ul\]\:list-disc {
    & ul {
      list-style-type: disc;
    }
  }
  .\[\&_ul\]\:space-y-\[9px\] {
    & ul {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(9px * var(--tw-space-y-reverse));
        margin-block-end: calc(9px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .\[\&_ul\]\:pl-\[40px\] {
    & ul {
      padding-left: 40px;
    }
  }
  .\[\&\.active_\.plus\>\.vert\]\:\!rotate-0 {
    &.active .plus>.vert {
      rotate: 0deg !important;
    }
  }
  .\[\&\.menu-active\]\:-translate-x-full {
    &.menu-active {
      --tw-translate-x: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\[\&\.menu-active\]\:opacity-100 {
    &.menu-active {
      opacity: 100%;
    }
  }
  .\[\&\.menu-active\]\:lg\:translate-x-0 {
    &.menu-active {
      @media (width >= 1024px) {
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .\[\&\>a\]\:px-\[9px\] {
    &>a {
      padding-inline: 9px;
    }
  }
}
@layer utilities {
  /*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
  html {
    font-family: var(--font-siteBodytext);
    --tw-leading: var(--leading-truenormal);
    line-height: var(--leading-truenormal);
    margin-top: calc(var(--spacing) * 0) !important;
  }
  body {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  b, strong {
    font-weight: 700;
  }
  article > *:not(.entry-content), .entry-content > * {
    margin-inline: auto;
  }
  a:where(:not(.wp-element-button)) {
    text-decoration-thickness: 1px !important;
    text-underline-offset: .2em;
  }
  .entry-content, .block-editor-block-list__layout {
    h1 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    h2 {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    h3 {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    p, ul, ol {
      a {
        color: var(--color-blue-500);
        text-decoration-line: underline;
        &:hover {
          text-decoration-line: none;
        }
      }
      margin-bottom: calc(var(--spacing) * 8);
    }
    ul:not(.block-editor-block-variation-picker__variations) {
      li {
        list-style-position: inside;
        list-style-type: disc;
      }
    }
    ol {
      li {
        list-style-position: inside;
        list-style-type: decimal;
      }
    }
  }
  form.contact-form .error-msg {
    margin-top: 2px;
    display: inline-block;
    background-color: var(--color-red-500);
    padding-inline: 5px;
    padding-block: 3px;
    font-size: 14px;
    color: var(--color-white);
  }
  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
  .hamburger.is-active .hamburger-inner,	.hamburger.is-active .hamburger-inner::before,	.hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
  }
  .hamburger-box {
    width: 40px;
    height: 20px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@layer base {
  *,
	::after,
	::before,
	::backdrop,
	::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
}
@layer utilities {
  .text-transform-none {
    text-transform: none;
  }
}
@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;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
