/*! tailwindcss v4.1.11 | 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-red-50: rgb(254 242 242);
    --color-red-200: rgb(255 203 201);
    --color-red-400: rgb(251 115 110);
    --color-red-600: rgb(225 50 44);
    --color-red-700: rgb(188 30 25);
    --color-red-800: rgb(156 28 24);
    --color-red-900: rgb(129 30 27);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-600: rgb(49 137 48);
    --color-green-800: rgb(36 87 36);
    --color-blue-50: rgb(239 248 255);
    --color-blue-100: rgb(212 238 255);
    --color-blue-400: rgb(64 184 255);
    --color-blue-500: rgb(20 149 255);
    --color-blue-600: rgb(0 114 255);
    --color-blue-700: rgb(0 90 255);
    --color-blue-800: rgb(0 72 205);
    --color-blue-950: rgb(9 35 84);
    --color-gray-50: rgb(246 248 249);
    --color-gray-100: rgb(235 238 240);
    --color-gray-200: rgb(214 221 225);
    --color-gray-300: rgb(179 192 198);
    --color-gray-400: rgb(137 158 167);
    --color-gray-500: rgb(107 130 140);
    --color-gray-600: rgb(85 105 116);
    --color-gray-700: rgb(70 86 94);
    --color-gray-800: rgb(60 73 80);
    --color-gray-900: rgb(54 63 68);
    --color-black: rgb(0 0 0);
    --color-white: rgb(255 255 255);
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin var(--default-animation-duration, 1s) var(--default-animation-timing-function, linear) var(--default-animation-delay, 0s) infinite;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --animate-fade-up: fade-up var(--default-animation-duration, 1s) var(--default-animation-timing-function, ease) var(--default-animation-delay, 0s) both;
    --color-red: rgb(225 50 44);
    --color-gray: rgb(235 238 240);
    --color-light-gray: rgb(241 241 241);
    --color-charcoal: rgb(51 51 51);
    --color-slate: rgb(75 74 77);
    --color-gold: rgb(185 145 71);
    --color-gold-light: rgba(185 145 71 / 0.15);
    --color-green: rgb(66 171 65);
    --color-blue: rgb(9 35 84);
    --color-dark-gray: rgb(51 53 74);
    --color-contact-gray: rgb(74 72 76);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[135px\] {
    top: 135px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[8px\] {
    right: 8px;
  }
  .\!bottom-6 {
    bottom: calc(var(--spacing) * 6) !important;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-36 {
    left: calc(var(--spacing) * 36);
  }
  .left-80 {
    left: calc(var(--spacing) * 80);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .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: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-22 {
    margin-top: calc(var(--spacing) * -22);
  }
  .-mt-32 {
    margin-top: calc(var(--spacing) * -32);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .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-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-\[-20px\] {
    margin-top: -20px;
  }
  .mt-\[-40px\] {
    margin-top: -40px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[49px\] {
    margin-top: 49px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-\[-1\.5rem\] {
    margin-right: -1.5rem;
  }
  .mb-0\! {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .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-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-\[-1\.5rem\] {
    margin-left: -1.5rem;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[9\/13\] {
    aspect-ratio: 9/13;
  }
  .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);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-26 {
    height: calc(var(--spacing) * 26);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .min-h-\[23px\] {
    min-height: 23px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[240px\] {
    min-height: 240px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-26 {
    width: calc(var(--spacing) * 26);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-104 {
    width: calc(var(--spacing) * 104);
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[82px\] {
    width: 82px;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }
  .w-\[calc\(100\%\+3rem\)\] {
    width: calc(100% + 3rem);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[80vw\] {
    max-width: 80vw;
  }
  .max-w-\[580px\] {
    max-width: 580px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[16px\] {
    min-width: 16px;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[60px\] {
    min-width: 60px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-1\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-100\! {
    --tw-scale-x: 100% !important;
    --tw-scale-y: 100% !important;
    --tw-scale-z: 100% !important;
    scale: var(--tw-scale-x) var(--tw-scale-y) !important;
  }
  .scale-120\! {
    --tw-scale-x: 120% !important;
    --tw-scale-y: 120% !important;
    --tw-scale-z: 120% !important;
    scale: var(--tw-scale-x) var(--tw-scale-y) !important;
  }
  .scale-150 {
    --tw-scale-x: 150%;
    --tw-scale-y: 150%;
    --tw-scale-z: 150%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-22 {
    gap: calc(var(--spacing) * 22);
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-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-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)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#092354\] {
    border-color: #092354;
  }
  .border-\[\#d6dde1\] {
    border-color: #d6dde1;
  }
  .border-blue\/10 {
    border-color: color-mix(in srgb, rgb(9 35 84) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue) 10%, transparent);
    }
  }
  .border-blue\/20 {
    border-color: color-mix(in srgb, rgb(9 35 84) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue) 20%, transparent);
    }
  }
  .border-gray {
    border-color: var(--color-gray);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\! {
    border-color: var(--color-white) !important;
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, rgb(255 255 255) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-yellow-200 {
    border-color: var(--color-yellow-200);
  }
  .bg-\[\#33354A\] {
    background-color: #33354A;
  }
  .bg-\[\#092354\] {
    background-color: #092354;
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, rgb(0 0 0) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, rgb(0 0 0) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-blue-950 {
    background-color: var(--color-blue-950);
  }
  .bg-contact-gray {
    background-color: var(--color-contact-gray);
  }
  .bg-dark-gray {
    background-color: var(--color-dark-gray);
  }
  .bg-gold {
    background-color: var(--color-gold);
  }
  .bg-gold-light {
    background-color: var(--color-gold-light);
  }
  .bg-gray {
    background-color: var(--color-gray);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-gray-800\/60 {
    background-color: color-mix(in srgb, rgb(60 73 80) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-800) 60%, transparent);
    }
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-light-gray {
    background-color: var(--color-light-gray);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black {
    --tw-gradient-from: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-blue-600 {
    --tw-gradient-from: var(--color-blue-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-gray-900 {
    --tw-gradient-from: var(--color-gray-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-blue-800 {
    --tw-gradient-to: var(--color-blue-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-gray-700 {
    --tw-gradient-to: var(--color-gray-700);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .object-top {
    object-position: top;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[28px\] {
    padding: 28px;
  }
  .px-0\! {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-15 {
    padding-inline: calc(var(--spacing) * 15);
  }
  .px-\[12\%\] {
    padding-inline: 12%;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pe-10 {
    padding-inline-end: calc(var(--spacing) * 10);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-15 {
    padding-right: calc(var(--spacing) * 15);
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-\[35px\] {
    padding-bottom: 35px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pl-15 {
    padding-left: calc(var(--spacing) * 15);
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .text-center {
    text-align: center;
  }
  .text-center\! {
    text-align: center !important;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[\'Greycliff_CF\:Medium\'\,_sans-serif\] {
    font-family: 'Greycliff CF:Medium', sans-serif;
  }
  .font-\[\'Greycliff_CF\:Regular\'\,_sans-serif\] {
    font-family: 'Greycliff CF:Regular', sans-serif;
  }
  .font-\[\'Zapf_Dingbats\:Regular\'\,_sans-serif\] {
    font-family: 'Zapf Dingbats:Regular', sans-serif;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--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-\[17px\] {
    font-size: 17px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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-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-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-\[\#092354\] {
    color: #092354;
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-blue-100 {
    color: var(--color-blue-100);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-950 {
    color: var(--color-blue-950);
  }
  .text-charcoal {
    color: var(--color-charcoal);
  }
  .text-gold {
    color: var(--color-gold);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-red {
    color: var(--color-red);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .text-white\/90 {
    color: color-mix(in srgb, rgb(255 255 255) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-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);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all\! {
    transition-property: all !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-300\! {
    --tw-duration: 300ms !important;
    transition-duration: 300ms !important;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-in-out\! {
    --tw-ease: var(--ease-in-out) !important;
    transition-timing-function: var(--ease-in-out) !important;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\*\:relative {
    :is(& > *) {
      position: relative;
    }
  }
  .\*\:top-0 {
    :is(& > *) {
      top: calc(var(--spacing) * 0);
    }
  }
  .group-hover\:-translate-x-\[38px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(38px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-\[0\.95\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 0.95;
      }
    }
  }
  .group-hover\:scale-\[1\.2\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.2;
      }
    }
  }
  .group-hover\:fill-red {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-red);
      }
    }
  }
  .group-hover\:text-red-600 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-red-600);
      }
    }
  }
  .group-hover\:opacity-50 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 50%;
      }
    }
  }
  .group-hover\:opacity-50\! {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 50% !important;
      }
    }
  }
  .group-hover\/line\:-translate-x-\[38px\] {
    &:is(:where(.group\/line):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(38px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .placeholder\:text-\[\#092354\] {
    &::placeholder {
      color: #092354;
    }
  }
  .placeholder\:opacity-50 {
    &::placeholder {
      opacity: 50%;
    }
  }
  .hover\:translate-y-\[-10px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -10px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border-gray-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-300);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
  }
  .hover\:bg-gray-800\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(60 73 80) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-gray-800) 80%, transparent);
        }
      }
    }
  }
  .hover\:bg-light-gray {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light-gray);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:bg-red-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .hover\:text-blue-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-800);
      }
    }
  }
  .hover\:text-gold {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gold);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:text-green-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-800);
      }
    }
  }
  .hover\:text-red {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:opacity-100\! {
    &:hover {
      @media (hover: hover) {
        opacity: 100% !important;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:border-blue-500 {
    &:focus {
      border-color: var(--color-blue-500);
    }
  }
  .focus\:border-contact-gray {
    &:focus {
      border-color: var(--color-contact-gray);
    }
  }
  .focus\:border-transparent {
    &:focus {
      border-color: transparent;
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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\:ring-blue-400 {
    &:focus {
      --tw-ring-color: var(--color-blue-400);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:ring-red {
    &:focus {
      --tw-ring-color: var(--color-red);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-lg\:flex-grow {
    @media (width < 64rem) {
      flex-grow: 1;
    }
  }
  .max-md\:flex-grow {
    @media (width < 48rem) {
      flex-grow: 1;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:space-y-0 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-x-4 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:-mt-36 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -36);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-3 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:h-16 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:h-\[300px\] {
    @media (width >= 48rem) {
      height: 300px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 48rem) {
      height: 400px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 48rem) {
      width: calc(3/4 * 100%);
    }
  }
  .md\:w-16 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 16);
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pr-8 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:-mt-40 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -40);
    }
  }
  .lg\:-mt-44 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -44);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-25 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .lg\:mt-\[28px\] {
    @media (width >= 64rem) {
      margin-top: 28px;
    }
  }
  .lg\:mr-0 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-2 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:mb-\[120px\] {
    @media (width >= 64rem) {
      margin-bottom: 120px;
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-\[-8\.33\%\] {
    @media (width >= 64rem) {
      margin-left: -8.33%;
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-80 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 80);
    }
  }
  .lg\:h-\[250px\] {
    @media (width >= 64rem) {
      height: 250px;
    }
  }
  .lg\:h-\[300px\] {
    @media (width >= 64rem) {
      height: 300px;
    }
  }
  .lg\:h-\[450px\] {
    @media (width >= 64rem) {
      height: 450px;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 64rem) {
      height: 500px;
    }
  }
  .lg\:min-h-\[60px\] {
    @media (width >= 64rem) {
      min-height: 60px;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3/4 * 100%);
    }
  }
  .lg\:w-4\/12 {
    @media (width >= 64rem) {
      width: calc(4/12 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 64rem) {
      width: calc(5/12 * 100%);
    }
  }
  .lg\:w-6\/12 {
    @media (width >= 64rem) {
      width: calc(6/12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 64rem) {
      width: calc(7/12 * 100%);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 64rem) {
      width: calc(8/12 * 100%);
    }
  }
  .lg\:w-\[150px\] {
    @media (width >= 64rem) {
      width: 150px;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-xs {
    @media (width >= 64rem) {
      max-width: var(--container-xs);
    }
  }
  .lg\:min-w-\[60px\] {
    @media (width >= 64rem) {
      min-width: 60px;
    }
  }
  .lg\:scale-120\! {
    @media (width >= 64rem) {
      --tw-scale-x: 120% !important;
      --tw-scale-y: 120% !important;
      --tw-scale-z: 120% !important;
      scale: var(--tw-scale-x) var(--tw-scale-y) !important;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 64rem) {
      padding: 60px;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-\[32px\] {
    @media (width >= 64rem) {
      padding-top: 32px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-24 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 24);
    }
  }
  .lg\:pr-30 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 30);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-\[70px\] {
    @media (width >= 64rem) {
      padding-bottom: 70px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 64rem) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[160px\] {
    @media (width >= 64rem) {
      padding-bottom: 160px;
    }
  }
  .lg\:pb-\[260px\] {
    @media (width >= 64rem) {
      padding-bottom: 260px;
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-8 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-left\! {
    @media (width >= 64rem) {
      text-align: left !important;
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .intersect\:animate-fade-up {
    &:not([no-intersect]) {
      animation: var(--animate-fade-up);
    }
  }
  .intersect\:animate-delay-\[700ms\] {
    &:not([no-intersect]) {
      animation-delay: 700ms;
    }
  }
}
@import url('https://use.typekit.net/cry3xgl.css');
:root {
  --font-family-primary: "roboto", sans-serif;
  --color-black: rgb(0 0 0);
  --color-white: rgb(255 255 255);
  --color-red: rgb(225 50 44);
  --color-gray: rgb(235 238 240);
  --color-light-gray: rgb(241 241 241);
  --color-charcoal: rgb(51 51 51);
  --color-slate: rgb(75 74 77);
  --color-gold: rgb(185 145 71);
  --color-gold-light: rgba(185 145 71 / 0.15);
  --color-green: rgb(66 171 65);
  --color-blue: rgb(9 35 84);
  --color-dark-gray: rgb(51 53 74);
  --color-contact-gray: rgb(74 72 76);
  --color-blue-50: rgb(239 248 255);
  --color-blue-100: rgb(212 238 255);
  --color-blue-200: rgb(178 227 255);
  --color-blue-300: rgb(125 211 255);
  --color-blue-400: rgb(64 184 255);
  --color-blue-500: rgb(20 149 255);
  --color-blue-600: rgb(0 114 255);
  --color-blue-700: rgb(0 90 255);
  --color-blue-800: rgb(0 72 205);
  --color-blue-900: rgb(8 65 160);
  --color-blue-950: rgb(9 35 84);
  --color-red-50: rgb(254 242 242);
  --color-red-100: rgb(255 226 225);
  --color-red-200: rgb(255 203 201);
  --color-red-300: rgb(254 166 163);
  --color-red-400: rgb(251 115 110);
  --color-red-500: rgb(242 71 65);
  --color-red-600: rgb(225 50 44);
  --color-red-700: rgb(188 30 25);
  --color-red-800: rgb(156 28 24);
  --color-red-900: rgb(129 30 27);
  --color-red-950: rgb(70 11 9);
  --color-gray-50: rgb(246 248 249);
  --color-gray-100: rgb(235 238 240);
  --color-gray-200: rgb(214 221 225);
  --color-gray-300: rgb(179 192 198);
  --color-gray-400: rgb(137 158 167);
  --color-gray-500: rgb(107 130 140);
  --color-gray-600: rgb(85 105 116);
  --color-gray-700: rgb(70 86 94);
  --color-gray-800: rgb(60 73 80);
  --color-gray-900: rgb(54 63 68);
  --color-gray-950: rgb(36 41 45);
  --color-green-50: rgb(242 251 242);
  --color-green-100: rgb(227 246 226);
  --color-green-200: rgb(199 236 198);
  --color-green-300: rgb(154 220 153);
  --color-green-400: rgb(102 195 101);
  --color-green-500: rgb(66 171 65);
  --color-green-600: rgb(49 137 48);
  --color-green-700: rgb(40 109 40);
  --color-green-800: rgb(36 87 36);
  --color-green-900: rgb(31 72 32);
  --color-green-950: rgb(12 39 13);
}
body {
  color: var(--color-charcoal);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #4b4a4d;
}
.gform_wrapper input[type="submit"], .gform_wrapper .gform_button, .gform_footer input[type="submit"], .gform_footer .gform_button {
  background-color: var(--color-slate) !important;
  background-image: none !important;
  color: white !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.gform_required_legend {
  display: none !important;
}
.gform_validation_container, .gfield_visibility_hidden {
  display: none !important;
  position: absolute !important;
  left: -9000px !important;
}
@layer components {
  .container {
    @media (width >= 40rem) {
      max-width: 640px !important;
    }
    @media (width >= 48rem) {
      max-width: 1190px !important;
    }
    @media (width >= 64rem) {
      max-width: 1190px !important;
    }
    @media (width >= 80rem) {
      max-width: 1190px !important;
    }
    @media (width >= 96rem) {
      max-width: 1190px !important;
    }
    @media (width >= 48rem) {
      padding-inline: 20px !important;
    }
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 0) !important;
    }
  }
  .btn {
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    background-color: var(--color-red-600);
    font-weight: 500 !important;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
        color: var(--color-white);
        cursor: pointer;
      }
    }
  }
  .btn-primary {
    background-color: var(--color-red-600);
    color: var(--color-white);
    transition: background-color 0.3s ease;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .btn-red {
    background-color: var(--color-red);
    color: var(--color-white);
    transition: background-color 0.3s ease;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .btn-outline-red {
    background-color: transparent;
    color: var(--color-red-600);
    border: 1px solid var(--color-red-600);
    transition: background-color 0.3s ease, color 0.3s ease;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
        color: var(--color-white);
      }
    }
  }
  .btn-outline-blue {
    background-color: transparent;
    color: var(--color-blue);
    border: 1px solid var(--color-gray-300);
    transition: background-color 0.3s ease, color 0.3s ease;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue);
        border-color: var(--color-blue);
        color: var(--color-white);
        svg {
          path {
            fill: var(--color-white);
          }
        }
      }
    }
  }
  .btn-outline-gray {
    background-color: transparent;
    color: var(--color-gray-300);
    border: 1px solid var(--color-gray-300);
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .btn-outline-white {
    background-color: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    transition: background-color 0.3s ease, color 0.3s ease;
    svg {
      path {
        fill: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
        color: var(--color-blue-950);
        svg {
          path {
            fill: var(--color-blue-950);
          }
        }
      }
    }
  }
  .btn-gold {
    background-color: #B99147;
    color: var(--color-white);
    border-radius: 4px;
    padding: 12px 16px;
    font-weight: 500 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    &:hover {
      @media (hover: hover) {
        background-color: rgba(185, 145, 71, 0.15);
        color: #B99147;
      }
    }
  }
}
@layer components {
  .gform_wrapper {
    label, .gfield_label {
      color: var(--color-blue);
      font-weight: 600;
      font-size: 13px;
      line-height: 1.4;
      margin-bottom: 8px;
      display: inline-block;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], select, textarea, .ginput_container input, .ginput_container select, .ginput_container textarea {
      background-color: var(--color-white);
      border: 1px solid var(--color-gray-200);
      border-radius: 4px;
      color: var(--color-blue-950);
      width: 100%;
      padding: 0 12px;
      height: 47px;
    }
    textarea, .ginput_container textarea {
      height: 200px;
      padding-top: 12px;
      padding-bottom: 12px;
      resize: vertical;
    }
    .gfield--input-type-fileupload {
      .gfield_label {
        color: var(--color-blue);
        font-family: var(--font-family-primary);
        font-weight: 600;
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 8px;
        display: block;
      }
      .gfield_description {
        color: var(--color-blue);
        font-family: var(--font-family-primary);
        font-weight: 600;
        font-size: 13px;
        line-height: 1.4;
        margin-top: 8px;
        display: block;
      }
      .ginput_container {
        position: relative;
      }
      .gform_drop_area {
        background-color: var(--color-white);
        border: 1px dashed #b3c0c6;
        border-radius: 4px;
        height: 127px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 40px 40px;
        padding-left: 80px;
        text-align: center;
        transition: border-color 0.3s ease;
        &:hover {
          border-color: var(--color-blue);
        }
        &::before {
          content: '';
          position: absolute;
          left: 40px;
          top: 50%;
          transform: translateY(-50%);
          width: 24px;
          height: 24px;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="20" viewBox="0 0 15 20" fill="none"><path d="M8.75 0H0V20H15V6.25H8.75V0ZM10 0V5H15L10 0ZM8.4375 15.9375V16.875H6.5625V15.9375V11.9492L5.35156 13.1602L4.6875 13.8242L3.36328 12.5L4.02734 11.8359L6.83984 9.02344L7.50391 8.35938L8.16797 9.02344L10.9805 11.8359L11.6445 12.5L10.3125 13.8242L9.64844 13.1602L8.4375 11.9492V15.9375Z" fill="%23092354"/></svg>');
          background-repeat: no-repeat;
          background-size: contain;
        }
      }
      .gform_drop_instructions {
        color: var(--color-blue);
        font-family: var(--font-family-primary);
        font-weight: 500;
        font-size: 15px;
        line-height: 1.5;
        margin-right: 8px;
      }
      .gform_button_select_files {
        background-color: var(--color-white);
        border: 1px solid #d6dde1;
        border-radius: 4px;
        padding: 12px 16px;
        font-family: var(--font-family-primary);
        font-weight: 500;
        font-size: 15px;
        line-height: 1.5;
        color: var(--color-blue);
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        z-index: 2;
        &:hover {
          border-color: var(--color-blue);
          background-color: var(--color-blue-50);
        }
        &:focus {
          outline: 2px solid var(--color-blue);
          outline-offset: 2px;
        }
      }
      .moxie-shim {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
        z-index: 3 !important;
        cursor: pointer !important;
      }
      .gform_fileupload_rules {
        color: var(--color-gray-600);
        font-size: 12px;
        margin-top: 8px;
        display: block;
      }
      .ginput_preview_list {
        margin-top: 16px;
        li {
          background-color: var(--color-gray-50);
          border: 1px solid var(--color-gray-200);
          border-radius: 4px;
          padding: 8px 12px;
          margin-bottom: 8px;
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
      }
    }
    .gform_fields {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px 24px;
    }
    @media (min-width: 1024px) {
      .gform_fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .gfield--type-textarea, .gfield.contains-textarea {
        grid-column: 1 / -1;
      }
    }
    .gform_validation_errors {
      background-color: var(--color-red-50) !important;
      border: 1px solid var(--color-red-200) !important;
      border-radius: 4px !important;
      color: var(--color-red-900) !important;
      padding: 16px !important;
      margin-bottom: 20px !important;
      h2 {
        color: var(--color-red-900) !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        margin: 0 0 8px 0 !important;
        line-height: 1.4 !important;
      }
      ol {
        margin: 0 !important;
        padding-left: 18px !important;
        li {
          margin: 4px 0 !important;
          a {
            color: var(--color-red-800) !important;
            text-decoration: underline !important;
            &:hover {
              color: var(--color-red-900) !important;
            }
          }
        }
      }
    }
    .gfield.gfield_error {
      .gfield_label {
        color: var(--color-red-900) !important;
      }
      .ginput_container input, .ginput_container select, .ginput_container textarea {
        border-color: var(--color-red-400) !important;
        background-color: var(--color-red-50) !important;
      }
    }
    input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
      border-color: var(--color-red-400) !important;
      background-color: var(--color-red-50) !important;
    }
    .gfield_description.validation_message, .validation_message {
      color: var(--color-red-900) !important;
      font-size: 12px !important;
      line-height: 1.4 !important;
      margin-top: 6px !important;
    }
    .gfield_required {
      color: var(--color-red-600) !important;
    }
  }
  .gform-footer {
    margin-top: 28px;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: var(--font-family-primary);
  color: var(--color-blue-950);
  line-height: 1.5;
  font-size: 17.33px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .headline-large, .headline-medium, .headline-small {
  font-family: var(--font-family-primary);
  line-height: 110%;
  position: relative;
  &.no-after {
    &:after {
      display: none !important;
    }
  }
}
h1, .headline-large {
  font-size: 35px;
  font-weight: 700;
}
h2, .headline-medium {
  font-size: 30px;
}
h3, .headline-small {
  font-size: clamp(1.25rem, calc(.1905vw + 1.2036rem), 1.375rem);
  font-weight: 400;
}
h4, .title-large {
  font-size: clamp(1.125rem, calc(.1905vw + 1.0786rem), 1.25rem);
  line-height: 140%;
}
h5, .title-medium {
  font-size: clamp(1rem, calc(.1905vw + .9536rem), 1.125rem);
  line-height: 140%;
  font-weight: 400;
}
h6, .title-small {
  font-size: clamp(.875rem, calc(.1905vw + .8286rem), 1rem);
  line-height: 140%;
}
@media (max-width: 767px) {
  h1, .headline-large {
    font-size: 1.875rem;
  }
  h2, .headline-medium {
    font-size: 1.625rem;
  }
  h3, .headline-small {
    font-size: 1.375rem;
  }
  h4, .title-large {
    font-size: 1.25rem;
  }
  h5, .title-medium {
    font-size: 1.125rem;
  }
  h6, .title-small {
    font-size: 1rem;
  }
}
p {
  margin-bottom: 1rem;
}
ul, ol {
  margin-bottom: 10px;
}
nav ul, nav ol, ul.menu, ol.menu {
  margin-bottom: 0;
}
.lead, p.lead, p .lead, p.has-large-font-size {
  font-size: clamp(1rem, calc(.0952vw + .9768rem), 1.0625rem) !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
small, .small {
  font-size: clamp(.75rem, calc(.0952vw + .7268rem), .8125rem);
}
.label {
  font-size: clamp(.6875rem, calc(.1905vw + .6411rem), .8125rem);
  font-weight: 600;
}
ul.wp-block-list {
  list-style-type: square;
  padding-left: 1.2rem;
  li {
    padding-bottom: 20px;
    padding-inline-start: 10px;
    &::marker {
      font-size: 1rem;
    }
  }
}
ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 1.2rem;
  li {
    padding-bottom: 20px;
    padding-inline-start: 10px;
    &::marker {
      font-size: 1rem;
    }
  }
}
.text-block__content {
  ul, ol {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    list-style-position: outside;
  }
  ul {
    list-style-type: disc;
  }
  ol {
    list-style-type: decimal;
  }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.gform_validation_container, .gfield_visibility_hidden {
  display: none !important;
  position: absolute !important;
  left: -9000px !important;
}
.prose {
  color: #333;
}
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  color: #4b4a4d;
  font-weight: 700;
  line-height: 1.25;
}
.prose a {
  color: var(--color-red-600);
  text-decoration: none;
  transition: color 0.2s ease;
}
.prose a:hover {
  color: var(--color-red-600);
  text-decoration: underline;
}
.prose p {
  margin-bottom: 1rem;
  &:last-child {
    margin-bottom: 0;
  }
}
.wp-block-quote {
  border-left: 4px solid var(--color-red-600);
  padding-left: 1.5rem;
  font-style: italic;
  background: #f8fafc;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0.5rem;
}
.wp-block-pullquote {
  border-top: 4px solid var(--color-red-600);
  border-bottom: 4px solid var(--color-red-600);
  padding: 2rem 0;
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
}
.wp-block-button .wp-block-button__link {
  background-color: var(--color-red-600);
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--color-red-600-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.wp-block-image {
  margin: 2rem 0;
}
.wp-block-image img {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.flexible-content .content-block {
  position: relative;
  h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    &:last-child {
      margin-bottom: 0;
    }
    &:after {
      display: none !important;
    }
  }
}
.flexible-content .hero-banner {
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .flexible-content .hero-banner {
    background-attachment: scroll;
  }
}
.site-logo img {
  transition: all 0.3s ease;
}
.main-navigation {
  max-width: calc(100vw - 600px);
}
@media (max-width: 1300px) and (min-width: 1181px) {
  .main-navigation {
    max-width: calc(100vw - 520px);
  }
}
@media (max-width: 1180px) and (min-width: 1025px) {
  .main-navigation {
    max-width: calc(100vw - 380px);
  }
}
@media (max-width: 1024px) {
  .main-navigation {
    max-width: calc(100vw - 320px);
  }
}
.menu-item {
  list-style-type: none;
}
#menu-copyright-menu {
  .menu-item {
    a {
      opacity: 0.5;
      &:hover {
        opacity: 1;
      }
    }
  }
}
.main-navigation .menu-item {
  white-space: nowrap;
  padding-left: 60px;
  padding-right: 60px;
  &:first-child {
    padding-left: 0;
  }
  &:last-child {
    padding-right: 0;
  }
  > a {
    color: var(--color-white);
    padding: 12px 16px;
    border-radius: 0px;
    transition: background-color 0.3s ease, color 0.3s ease;
    &:hover {
      background-color: #B99147;
      color: var(--color-white);
    }
  }
  &.current-menu-item, &.current_page_item, &.current-menu-ancestor, &.current-menu-parent {
    > a {
      color: #B99147;
      &:hover {
        background-color: transparent;
        color: #B99147;
      }
    }
  }
}
@media (max-width: 1180px) and (min-width: 1024px) {
  .main-navigation .menu-item {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .main-navigation .menu-item-has-children {
    position: relative;
  }
  .main-navigation .menu-item-has-children > .sub-menu, .main-navigation .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 0.5rem 0;
    list-style: none;
    margin: 0;
  }
  .main-navigation .menu-item-has-children:hover > .sub-menu, .main-navigation .menu-item-has-children:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-navigation .sub-menu .menu-item, .main-navigation .dropdown-menu .menu-item {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .main-navigation .sub-menu a, .main-navigation .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    color: var(--color-charcoal);
    transition: all 0.2s;
    text-align: left;
  }
  .main-navigation .sub-menu a:hover, .main-navigation .dropdown-menu a:hover {
    background-color: var(--color-light-gray);
    color: var(--color-gold);
  }
}
.mobile-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.mobile-dropdown.open {
  max-height: 500px;
}
.mobile-dropdown a, .mobile-dropdown span {
  color: var(--color-charcoal);
}
.mobile-dropdown a:hover {
  color: var(--color-gold);
}
.bg-gold {
  background-color: #CEC9B1;
}
@media (min-width: 768px) {
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
}
.glass-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.site-footer .social-links a:hover {
  transform: translateY(-2px);
}
.site-footer {
  position: relative;
  overflow-x: clip;
}
@media (max-width: 1023px) {
  .site-footer .footer-menu-1 button {
    padding-top: 0px !important;
  }
  .site-footer .footer-menu-mobile button {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: border-bottom-color 0.3s cubic-bezier(0.4,0,0.2,1), padding-bottom 0.3s cubic-bezier(0.4,0,0.2,1);
  }
  .site-footer .footer-menu-mobile button[aria-expanded="true"] {
    border-bottom: 1px solid transparent;
    padding-bottom: 16px !important;
    animation: footerMenuOpenAnim 0.3s cubic-bezier(0.4,0,0.2,1);
  }
  .site-footer .footer-menu-mobile button[aria-expanded="false"] {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    animation: footerMenuCloseAnim 0.3s cubic-bezier(0.4,0,0.2,1);
  }
  @keyframes footerMenuOpenAnim {
    0% {
      padding-bottom: 0;
      border-bottom-color: rgba(255,255,255,0.2);
    }
    100% {
      padding-bottom: 16px;
      border-bottom-color: transparent;
    }
  }
  @keyframes footerMenuCloseAnim {
    0% {
      padding-bottom: 16px;
      border-bottom-color: transparent;
    }
    100% {
      padding-bottom: 0;
      border-bottom-color: rgba(255,255,255,0.2);
    }
  }
}
.footer_abs {
  .socials {
    gap: 14px;
    a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid #d1d5db;
      transition: border-color 0.2s;
      text-decoration: none;
      background: #fff;
    }
    a:hover, a:focus {
      border-color: var(--color-red);
      background-color: var(--color-red);
    }
    i {
      color: var(--color-blue);
      font-size: 16px;
      font-weight: 400;
      transition: color 0.2s;
      padding: 14px 15px;
    }
    a:hover i, a:focus i {
      color: var(--color-white);
    }
  }
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  top: 0;
  left: 6px;
  width: auto;
  height: auto;
  z-index: 999999;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
}
@media print {
  .site-header, .site-footer, .mobile-menu-button {
    display: none !important;
  }
  .site-main {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.footer-menu {
  ul {
    li {
      margin-bottom: 24px;
    }
  }
}
.sector-item {
  .sector-item__icon {
    transition: right 0.3s ease-in-out;
  }
  &:hover {
    .sector-item__icon {
      right: 0 !important;
    }
  }
}
#breadcrumbs {
  a {
    position: relative;
    &:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--color-blue);
    }
    &:hover {
      color: var(--color-red-600);
      &:after {
        background-color: var(--color-red);
      }
    }
  }
}
#menu-item-105 {
  a {
    position: relative;
    >span {
      &:before {
        content: '';
        position: absolute;
        background-color: var(--color-red);
        top: -5px;
        right: -5px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
      }
    }
  }
}
.with-arrows {
  position: relative;
  &:after {
    content: '';
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    min-width: 18px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="16" viewBox="0 0 18 16" fill="none"><path d="M18 7.88477V7.88574L10.1152 15.7705L8.53809 14.1934L13.8105 8.9209H0V6.69043H13.6514L8.53809 1.57715L10.1152 0L18 7.88477Z" fill="%23E1322C"/></svg>');
    background-repeat: no-repeat;
    background-size: 18px 16px;
    background-position: right center;
  }
  &:before {
    content: '';
    position: relative;
    left: 0;
    width: 18px;
    min-width: 18px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="16" viewBox="0 0 18 16" fill="none"><path d="M18 7.88477V7.88574L10.1152 15.7705L8.53809 14.1934L13.8105 8.9209H0V6.69043H13.6514L8.53809 1.57715L10.1152 0L18 7.88477Z" fill="%23E1322C"/></svg>');
    background-repeat: no-repeat;
    background-size: 18px 16px;
    background-position: right center;
  }
}
.mobile-menu-nav a {
  color: var(--color-charcoal);
  transition: color 150ms ease-in-out;
}
.mobile-menu-nav a:hover {
  color: var(--color-gold);
}
.mobile-menu-nav .current-menu-item > a, .mobile-menu-nav .current_page_item > a, .mobile-menu-nav .current-menu-ancestor > a, .mobile-menu-nav .current_page_parent > a {
  color: var(--color-gold);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
