/*! tailwindcss v4.0.8 | 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-200: oklch(0.885 0.062 18.334);
    --color-red-300: oklch(0.808 0.114 19.571);
    --color-red-500: oklch(0.637 0.237 25.331);
    --color-blue-200: oklch(0.882 0.059 254.128);
    --color-pink-600: oklch(0.592 0.249 0.584);
    --color-slate-500: oklch(0.554 0.046 257.417);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-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
    );
    --font-ubuntu-sans: "Ubuntu Sans", sans-serif;
    --font-caveat: "Caveat", cursive;
    --color-brand-gray-light: #eeebe5;
    --color-brand-blue: #407bbe;
    --color-brand-purple: #5b2869;
    --color-brand-purple-light: #804fa0;
    --color-brand-yellow: #f8b217;
    --color-brand-red: #f04e50;
    --text-10px: 10px;
    --text-12px: 12px;
    --text-13px: 13px;
    --text-14px: 14px;
    --text-15px: 15px;
    --text-16px: 16px;
    --text-17px: 17px;
    --text-18px: 18px;
    --text-20px: 20px;
    --text-21px: 21px;
    --text-22px: 22px;
    --text-24px: 24px;
    --text-25px: 25px;
    --text-26px: 26px;
    --text-28px: 28px;
    --text-30px: 30px;
    --text-31px: 31px;
    --text-35px: 35px;
    --text-36px: 36px;
    --text-39px: 39px;
    --text-40px: 40px;
    --text-44px: 44px;
    --text-51px: 51px;
    --text-52px: 52px;
    --text-53px: 53px;
    --text-65px: 65px;
    --text-60px: 60px;
    --text-70px: 70px;
    --spacing-5px: 5px;
    --spacing-10px: 10px;
    --spacing-15px: 15px;
    --spacing-20px: 20px;
    --spacing-25px: 25px;
    --spacing-30px: 30px;
    --spacing-35px: 35px;
    --spacing-40px: 40px;
    --spacing-45px: 45px;
    --spacing-50px: 50px;
    --spacing-60px: 60px;
    --spacing-80px: 80px;
    --spacing-100px: 100px;
    --spacing-150px: 150px;
    --spacing-180px: 180px;
    --spacing-200px: 200px;
    --spacing-300px: 300px;
    --spacing-10vh: 10vh;
    --spacing-20vh: 20vh;
    --spacing-30vh: 30vh;
    --spacing-40vh: 40vh;
    --spacing-50vh: 50vh;
    --spacing-60vh: 60vh;
    --spacing-70vh: 70vh;
    --spacing-80vh: 80vh;
    --spacing-90vh: 90vh;
    --spacing-100vh: 100vh;
  }
}
@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;
  }
  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;
  }
  ::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 {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .-top-1\/3 {
    top: calc(calc(1/3 * 100%) * -1);
  }
  .-top-3\/4 {
    top: calc(calc(3/4 * 100%) * -1);
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .-right-5 {
    right: calc(var(--spacing) * -5);
  }
  .-right-200px {
    right: calc(var(--spacing-200px) * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-bottom-\[80\%\] {
    bottom: calc(80% * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .-left-200px {
    left: calc(var(--spacing-200px) * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[45px\] {
    left: 45px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .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;
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .-mx-10px {
    margin-inline: calc(var(--spacing-10px) * -1);
  }
  .mx-5px {
    margin-inline: var(--spacing-5px);
  }
  .mx-10px {
    margin-inline: var(--spacing-10px);
  }
  .mx-40px {
    margin-inline: var(--spacing-40px);
  }
  .mx-\[10\%\] {
    margin-inline: 10%;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-20px {
    margin-block: var(--spacing-20px);
  }
  .my-\[5px\] {
    margin-block: 5px;
  }
  .-mt-1\.5 {
    margin-top: calc(var(--spacing) * -1.5);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-10px {
    margin-top: var(--spacing-10px);
  }
  .mt-15px {
    margin-top: var(--spacing-15px);
  }
  .mt-20px {
    margin-top: var(--spacing-20px);
  }
  .mt-30px {
    margin-top: var(--spacing-30px);
  }
  .mt-40px {
    margin-top: var(--spacing-40px);
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-10px {
    margin-right: var(--spacing-10px);
  }
  .mr-15px {
    margin-right: var(--spacing-15px);
  }
  .mr-20px {
    margin-right: var(--spacing-20px);
  }
  .mr-30px {
    margin-right: var(--spacing-30px);
  }
  .mr-40px {
    margin-right: var(--spacing-40px);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5px {
    margin-bottom: var(--spacing-5px);
  }
  .mb-10px {
    margin-bottom: var(--spacing-10px);
  }
  .mb-15px {
    margin-bottom: var(--spacing-15px);
  }
  .mb-20px {
    margin-bottom: var(--spacing-20px);
  }
  .mb-30px {
    margin-bottom: var(--spacing-30px);
  }
  .mb-40px {
    margin-bottom: var(--spacing-40px);
  }
  .mb-50px {
    margin-bottom: var(--spacing-50px);
  }
  .ml-15px {
    margin-left: var(--spacing-15px);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-20px {
    height: var(--spacing-20px);
  }
  .h-30px {
    height: var(--spacing-30px);
  }
  .h-35px {
    height: var(--spacing-35px);
  }
  .h-40px {
    height: var(--spacing-40px);
  }
  .h-60px {
    height: var(--spacing-60px);
  }
  .h-100px {
    height: var(--spacing-100px);
  }
  .h-150px {
    height: var(--spacing-150px);
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-50px {
    max-height: var(--spacing-50px);
  }
  .max-h-\[50px\] {
    max-height: 50px;
  }
  .max-h-\[55px\] {
    max-height: 55px;
  }
  .max-h-\[80px\] {
    max-height: 80px;
  }
  .max-h-\[100px\] {
    max-height: 100px;
  }
  .max-h-\[164px\] {
    max-height: 164px;
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-10vh {
    min-height: var(--spacing-10vh);
  }
  .min-h-20vh {
    min-height: var(--spacing-20vh);
  }
  .min-h-30vh {
    min-height: var(--spacing-30vh);
  }
  .min-h-40vh {
    min-height: var(--spacing-40vh);
  }
  .min-h-50vh {
    min-height: var(--spacing-50vh);
  }
  .min-h-60vh {
    min-height: var(--spacing-60vh);
  }
  .min-h-70vh {
    min-height: var(--spacing-70vh);
  }
  .min-h-80vh {
    min-height: var(--spacing-80vh);
  }
  .min-h-90vh {
    min-height: var(--spacing-90vh);
  }
  .min-h-100px {
    min-height: var(--spacing-100px);
  }
  .min-h-100vh {
    min-height: var(--spacing-100vh);
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/12 {
    width: calc(1/12 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-2\/5 {
    width: calc(2/5 * 100%);
  }
  .w-2\/6 {
    width: calc(2/6 * 100%);
  }
  .w-2\/12 {
    width: calc(2/12 * 100%);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-3\/12 {
    width: calc(3/12 * 100%);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-4\/12 {
    width: calc(4/12 * 100%);
  }
  .w-5\/6 {
    width: calc(5/6 * 100%);
  }
  .w-7\/12 {
    width: calc(7/12 * 100%);
  }
  .w-8\/12 {
    width: calc(8/12 * 100%);
  }
  .w-10\/12 {
    width: calc(10/12 * 100%);
  }
  .w-10px {
    width: var(--spacing-10px);
  }
  .w-20px {
    width: var(--spacing-20px);
  }
  .w-25px {
    width: var(--spacing-25px);
  }
  .w-40px {
    width: var(--spacing-40px);
  }
  .w-60px {
    width: var(--spacing-60px);
  }
  .w-80px {
    width: var(--spacing-80px);
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-180px {
    max-width: var(--spacing-180px);
  }
  .max-w-\[164px\] {
    max-width: 164px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-max {
    max-width: max-content;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-3\/4 {
    --tw-translate-x: calc(calc(3/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[20px\] {
    --tw-translate-x: calc(20px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[33px\] {
    --tw-translate-x: calc(33px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[23px\] {
    --tw-translate-x: 23px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-100px {
    --tw-translate-y: calc(var(--spacing-100px) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[25px\] {
    --tw-translate-y: calc(25px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-40px {
    --tw-translate-y: var(--spacing-40px);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[160\%\] {
    --tw-translate-y: 160%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-0 {
    --tw-scale-y: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .columns-2 {
    columns: 2;
  }
  .columns-3 {
    columns: 3;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[5px\] {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-b-\[5px\] {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[20px\] {
    border-style: var(--tw-border-style);
    border-width: 20px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-7 {
    border-top-style: var(--tw-border-style);
    border-top-width: 7px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-brand-blue {
    border-color: var(--color-brand-blue);
  }
  .border-brand-purple {
    border-color: var(--color-brand-purple);
  }
  .border-brand-yellow {
    border-color: var(--color-brand-yellow);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .bg-\[\#BEA6C2\] {
    background-color: #BEA6C2;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-brand-blue {
    background-color: var(--color-brand-blue);
  }
  .bg-brand-blue\/20 {
    background-color: color-mix(in oklab, var(--color-brand-blue) 20%, transparent);
  }
  .bg-brand-blue\/50 {
    background-color: color-mix(in oklab, var(--color-brand-blue) 50%, transparent);
  }
  .bg-brand-gray-light {
    background-color: var(--color-brand-gray-light);
  }
  .bg-brand-purple {
    background-color: var(--color-brand-purple);
  }
  .bg-brand-purple-light {
    background-color: var(--color-brand-purple-light);
  }
  .bg-brand-purple\/10 {
    background-color: color-mix(in oklab, var(--color-brand-purple) 10%, transparent);
  }
  .bg-brand-purple\/20 {
    background-color: color-mix(in oklab, var(--color-brand-purple) 20%, transparent);
  }
  .bg-brand-yellow {
    background-color: var(--color-brand-yellow);
  }
  .bg-brand-yellow\/20 {
    background-color: color-mix(in oklab, var(--color-brand-yellow) 20%, transparent);
  }
  .bg-pink-600 {
    background-color: var(--color-pink-600);
  }
  .bg-red-200 {
    background-color: var(--color-red-200);
  }
  .bg-red-300 {
    background-color: var(--color-red-300);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom 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-transparent {
    --tw-gradient-from: 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));
  }
  .from-10\% {
    --tw-gradient-from-position: 10%;
  }
  .via-transparent {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-black {
    --tw-gradient-to: 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));
  }
  .to-30\% {
    --tw-gradient-to-position: 30%;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-current {
    fill: currentColor;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .stroke-current {
    stroke: currentColor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-10px {
    padding: var(--spacing-10px);
  }
  .p-15px {
    padding: var(--spacing-15px);
  }
  .p-20px {
    padding: var(--spacing-20px);
  }
  .p-30px {
    padding: var(--spacing-30px);
  }
  .p-40px {
    padding: var(--spacing-40px);
  }
  .p-60px {
    padding: var(--spacing-60px);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-5px {
    padding-inline: var(--spacing-5px);
  }
  .px-10px {
    padding-inline: var(--spacing-10px);
  }
  .px-15px {
    padding-inline: var(--spacing-15px);
  }
  .px-20px {
    padding-inline: var(--spacing-20px);
  }
  .px-30px {
    padding-inline: var(--spacing-30px);
  }
  .px-40px {
    padding-inline: var(--spacing-40px);
  }
  .px-45px {
    padding-inline: var(--spacing-45px);
  }
  .px-60px {
    padding-inline: var(--spacing-60px);
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .py-5px {
    padding-block: var(--spacing-5px);
  }
  .py-10px {
    padding-block: var(--spacing-10px);
  }
  .py-15px {
    padding-block: var(--spacing-15px);
  }
  .py-20px {
    padding-block: var(--spacing-20px);
  }
  .py-30px {
    padding-block: var(--spacing-30px);
  }
  .py-40px {
    padding-block: var(--spacing-40px);
  }
  .py-60px {
    padding-block: var(--spacing-60px);
  }
  .py-100px {
    padding-block: var(--spacing-100px);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .pt-10px {
    padding-top: var(--spacing-10px);
  }
  .pt-20px {
    padding-top: var(--spacing-20px);
  }
  .pt-30px {
    padding-top: var(--spacing-30px);
  }
  .pt-40px {
    padding-top: var(--spacing-40px);
  }
  .pt-50px {
    padding-top: var(--spacing-50px);
  }
  .pr-5px {
    padding-right: var(--spacing-5px);
  }
  .pr-10px {
    padding-right: var(--spacing-10px);
  }
  .pr-20px {
    padding-right: var(--spacing-20px);
  }
  .pr-40px {
    padding-right: var(--spacing-40px);
  }
  .pr-60px {
    padding-right: var(--spacing-60px);
  }
  .pb-10px {
    padding-bottom: var(--spacing-10px);
  }
  .pb-15px {
    padding-bottom: var(--spacing-15px);
  }
  .pb-20px {
    padding-bottom: var(--spacing-20px);
  }
  .pb-30px {
    padding-bottom: var(--spacing-30px);
  }
  .pb-40px {
    padding-bottom: var(--spacing-40px);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-5px {
    padding-left: var(--spacing-5px);
  }
  .pl-10px {
    padding-left: var(--spacing-10px);
  }
  .pl-20px {
    padding-left: var(--spacing-20px);
  }
  .pl-30px {
    padding-left: var(--spacing-30px);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-caveat {
    font-family: var(--font-caveat);
  }
  .font-ubuntu-sans {
    font-family: var(--font-ubuntu-sans);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-10px {
    font-size: var(--text-10px);
  }
  .text-12px {
    font-size: var(--text-12px);
  }
  .text-13px {
    font-size: var(--text-13px);
  }
  .text-14px {
    font-size: var(--text-14px);
  }
  .text-15px {
    font-size: var(--text-15px);
  }
  .text-16px {
    font-size: var(--text-16px);
  }
  .text-17px {
    font-size: var(--text-17px);
  }
  .text-18px {
    font-size: var(--text-18px);
  }
  .text-20px {
    font-size: var(--text-20px);
  }
  .text-21px {
    font-size: var(--text-21px);
  }
  .text-22px {
    font-size: var(--text-22px);
  }
  .text-24px {
    font-size: var(--text-24px);
  }
  .text-25px {
    font-size: var(--text-25px);
  }
  .text-26px {
    font-size: var(--text-26px);
  }
  .text-28px {
    font-size: var(--text-28px);
  }
  .text-30px {
    font-size: var(--text-30px);
  }
  .text-31px {
    font-size: var(--text-31px);
  }
  .text-35px {
    font-size: var(--text-35px);
  }
  .text-36px {
    font-size: var(--text-36px);
  }
  .text-39px {
    font-size: var(--text-39px);
  }
  .text-40px {
    font-size: var(--text-40px);
  }
  .text-44px {
    font-size: var(--text-44px);
  }
  .text-52px {
    font-size: var(--text-52px);
  }
  .text-60px {
    font-size: var(--text-60px);
  }
  .text-65px {
    font-size: var(--text-65px);
  }
  .text-70px {
    font-size: var(--text-70px);
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#027674\] {
    color: #027674;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-brand-purple {
    color: var(--color-brand-purple);
  }
  .text-brand-purple-light {
    color: var(--color-brand-purple-light);
  }
  .text-brand-purple\/20 {
    color: color-mix(in oklab, var(--color-brand-purple) 20%, transparent);
  }
  .text-brand-red {
    color: var(--color-brand-red);
  }
  .text-brand-yellow {
    color: var(--color-brand-yellow);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[\.85\] {
    opacity: .85;
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-black {
    --tw-ring-color: var(--color-black);
  }
  .drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
    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-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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:-translate-y-\[85\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(85% * -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-125 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:bg-brand-purple {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-brand-purple);
      }
    }
  }
  .group-hover\:fill-brand-blue {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-brand-blue);
      }
    }
  }
  .group-hover\:fill-brand-purple {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-brand-purple);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-25 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 25%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .placeholder\:text-12px {
    &::placeholder {
      font-size: var(--text-12px);
    }
  }
  .focus-within\:ring-2 {
    &:focus-within {
      --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);
    }
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-blue-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-200);
      }
    }
  }
  .hover\:bg-brand-blue {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-blue);
      }
    }
  }
  .hover\:bg-brand-purple {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-purple);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:fill-brand-blue {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-brand-blue);
      }
    }
  }
  .hover\:font-semibold {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-brand-blue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-blue);
      }
    }
  }
  .hover\:text-brand-purple {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-purple);
      }
    }
  }
  .hover\:text-brand-red {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-red);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:filter-none {
    &:hover {
      @media (hover: hover) {
        filter: none;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:-translate-x-1\/2 {
    @media (width >= 40rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:text-51px {
    @media (width >= 40rem) {
      font-size: var(--text-51px);
    }
  }
  .md\:right-auto {
    @media (width >= 48rem) {
      right: auto;
    }
  }
  .md\:left-1\/2 {
    @media (width >= 48rem) {
      left: calc(1/2 * 100%);
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:row-span-2 {
    @media (width >= 48rem) {
      grid-row: span 2 / span 2;
    }
  }
  .md\:row-span-3 {
    @media (width >= 48rem) {
      grid-row: span 3 / span 3;
    }
  }
  .md\:-mx-10px {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing-10px) * -1);
    }
  }
  .md\:mx-40px {
    @media (width >= 48rem) {
      margin-inline: var(--spacing-40px);
    }
  }
  .md\:my-30px {
    @media (width >= 48rem) {
      margin-block: var(--spacing-30px);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-10px {
    @media (width >= 48rem) {
      margin-top: var(--spacing-10px);
    }
  }
  .md\:mt-20px {
    @media (width >= 48rem) {
      margin-top: var(--spacing-20px);
    }
  }
  .md\:mt-100px {
    @media (width >= 48rem) {
      margin-top: var(--spacing-100px);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-15px {
    @media (width >= 48rem) {
      margin-bottom: var(--spacing-15px);
    }
  }
  .md\:mb-20px {
    @media (width >= 48rem) {
      margin-bottom: var(--spacing-20px);
    }
  }
  .md\:mb-40px {
    @media (width >= 48rem) {
      margin-bottom: var(--spacing-40px);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:max-h-100px {
    @media (width >= 48rem) {
      max-height: var(--spacing-100px);
    }
  }
  .md\:min-h-300px {
    @media (width >= 48rem) {
      min-height: var(--spacing-300px);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-1\/5 {
    @media (width >= 48rem) {
      width: calc(1/5 * 100%);
    }
  }
  .md\:w-1\/12 {
    @media (width >= 48rem) {
      width: calc(1/12 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-2\/5 {
    @media (width >= 48rem) {
      width: calc(2/5 * 100%);
    }
  }
  .md\:w-2\/12 {
    @media (width >= 48rem) {
      width: calc(2/12 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 48rem) {
      width: calc(3/4 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 48rem) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-3\/12 {
    @media (width >= 48rem) {
      width: calc(3/12 * 100%);
    }
  }
  .md\:w-4\/5 {
    @media (width >= 48rem) {
      width: calc(4/5 * 100%);
    }
  }
  .md\:w-4\/12 {
    @media (width >= 48rem) {
      width: calc(4/12 * 100%);
    }
  }
  .md\:w-8\/12 {
    @media (width >= 48rem) {
      width: calc(8/12 * 100%);
    }
  }
  .md\:w-10\/12 {
    @media (width >= 48rem) {
      width: calc(10/12 * 100%);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:-translate-x-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-translate-x-\[30px\] {
    @media (width >= 48rem) {
      --tw-translate-x: calc(30px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-x-\[30px\] {
    @media (width >= 48rem) {
      --tw-translate-x: 30px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-translate-y-\[140px\] {
    @media (width >= 48rem) {
      --tw-translate-y: calc(140px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .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\:grid-cols-7 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-3 {
    @media (width >= 48rem) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:gap-20px {
    @media (width >= 48rem) {
      gap: var(--spacing-20px);
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:object-cover {
    @media (width >= 48rem) {
      object-fit: cover;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-40px {
    @media (width >= 48rem) {
      padding: var(--spacing-40px);
    }
  }
  .md\:p-\[20px\] {
    @media (width >= 48rem) {
      padding: 20px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-10px {
    @media (width >= 48rem) {
      padding-inline: var(--spacing-10px);
    }
  }
  .md\:px-15px {
    @media (width >= 48rem) {
      padding-inline: var(--spacing-15px);
    }
  }
  .md\:px-20px {
    @media (width >= 48rem) {
      padding-inline: var(--spacing-20px);
    }
  }
  .md\:px-40px {
    @media (width >= 48rem) {
      padding-inline: var(--spacing-40px);
    }
  }
  .md\:px-50px {
    @media (width >= 48rem) {
      padding-inline: var(--spacing-50px);
    }
  }
  .md\:px-\[40px\] {
    @media (width >= 48rem) {
      padding-inline: 40px;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-15px {
    @media (width >= 48rem) {
      padding-block: var(--spacing-15px);
    }
  }
  .md\:py-20px {
    @media (width >= 48rem) {
      padding-block: var(--spacing-20px);
    }
  }
  .md\:py-40px {
    @media (width >= 48rem) {
      padding-block: var(--spacing-40px);
    }
  }
  .md\:py-100px {
    @media (width >= 48rem) {
      padding-block: var(--spacing-100px);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-100px {
    @media (width >= 48rem) {
      padding-top: var(--spacing-100px);
    }
  }
  .md\:pr-10px {
    @media (width >= 48rem) {
      padding-right: var(--spacing-10px);
    }
  }
  .md\:pr-50px {
    @media (width >= 48rem) {
      padding-right: var(--spacing-50px);
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-10px {
    @media (width >= 48rem) {
      padding-left: var(--spacing-10px);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-16px {
    @media (width >= 48rem) {
      font-size: var(--text-16px);
    }
  }
  .md\:text-18px {
    @media (width >= 48rem) {
      font-size: var(--text-18px);
    }
  }
  .md\:text-22px {
    @media (width >= 48rem) {
      font-size: var(--text-22px);
    }
  }
  .md\:text-25px {
    @media (width >= 48rem) {
      font-size: var(--text-25px);
    }
  }
  .md\:text-30px {
    @media (width >= 48rem) {
      font-size: var(--text-30px);
    }
  }
  .md\:text-35px {
    @media (width >= 48rem) {
      font-size: var(--text-35px);
    }
  }
  .md\:text-36px {
    @media (width >= 48rem) {
      font-size: var(--text-36px);
    }
  }
  .md\:text-53px {
    @media (width >= 48rem) {
      font-size: var(--text-53px);
    }
  }
  .md\:text-60px {
    @media (width >= 48rem) {
      font-size: var(--text-60px);
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[42px\] {
    @media (width >= 48rem) {
      font-size: 42px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:-mx-20px {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing-20px) * -1);
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-\[15\%\] {
    @media (width >= 64rem) {
      margin-inline: 15%;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-10px {
    @media (width >= 64rem) {
      margin-top: var(--spacing-10px);
    }
  }
  .lg\:mt-40px {
    @media (width >= 64rem) {
      margin-top: var(--spacing-40px);
    }
  }
  .lg\:mt-\[18px\] {
    @media (width >= 64rem) {
      margin-top: 18px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-50px {
    @media (width >= 64rem) {
      margin-bottom: var(--spacing-50px);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .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-1\/5 {
    @media (width >= 64rem) {
      width: calc(1/5 * 100%);
    }
  }
  .lg\:w-2\/12 {
    @media (width >= 64rem) {
      width: calc(2/12 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3/4 * 100%);
    }
  }
  .lg\:w-4\/5 {
    @media (width >= 64rem) {
      width: calc(4/5 * 100%);
    }
  }
  .lg\:w-25px {
    @media (width >= 64rem) {
      width: var(--spacing-25px);
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:min-w-200px {
    @media (width >= 64rem) {
      min-width: var(--spacing-200px);
    }
  }
  .lg\:min-w-\[250px\] {
    @media (width >= 64rem) {
      min-width: 250px;
    }
  }
  .lg\:-translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * -0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-30px {
    @media (width >= 64rem) {
      padding: var(--spacing-30px);
    }
  }
  .lg\:p-60px {
    @media (width >= 64rem) {
      padding: var(--spacing-60px);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-15px {
    @media (width >= 64rem) {
      padding-inline: var(--spacing-15px);
    }
  }
  .lg\:px-20px {
    @media (width >= 64rem) {
      padding-inline: var(--spacing-20px);
    }
  }
  .lg\:px-30px {
    @media (width >= 64rem) {
      padding-inline: var(--spacing-30px);
    }
  }
  .lg\:py-10px {
    @media (width >= 64rem) {
      padding-block: var(--spacing-10px);
    }
  }
  .lg\:py-80px {
    @media (width >= 64rem) {
      padding-block: var(--spacing-80px);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-20px {
    @media (width >= 64rem) {
      padding-left: var(--spacing-20px);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-12px {
    @media (width >= 64rem) {
      font-size: var(--text-12px);
    }
  }
  .lg\:text-14px {
    @media (width >= 64rem) {
      font-size: var(--text-14px);
    }
  }
  .lg\:text-15px {
    @media (width >= 64rem) {
      font-size: var(--text-15px);
    }
  }
  .lg\:text-16px {
    @media (width >= 64rem) {
      font-size: var(--text-16px);
    }
  }
  .lg\:text-35px {
    @media (width >= 64rem) {
      font-size: var(--text-35px);
    }
  }
  .lg\:text-53px {
    @media (width >= 64rem) {
      font-size: var(--text-53px);
    }
  }
  .lg\:text-70px {
    @media (width >= 64rem) {
      font-size: var(--text-70px);
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px;
    }
  }
  .lg\:text-white {
    @media (width >= 64rem) {
      color: var(--color-white);
    }
  }
  .lg\:hover\:text-brand-blue {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-brand-blue);
        }
      }
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:group-hover\:-translate-y-\[60\%\] {
    @media (width >= 80rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-y: calc(60% * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
}
@font-face {
  font-family: digitalclock;
  src: url("/build/deescalate/DSEG14Modern-Regular.woff2");
}
.text-shadow-maintitle {
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
}
.text-shadow-onpiano {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.9);
}
.typography h1, .typography-no-space h1 {
  font-size: 47px;
  font-weight: normal;
}
.typography h2, .typography-no-space h2 {
  font-size: 31px;
  font-weight: bold;
}
.typography h3, .typography-no-space h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.typography h4, .typography-no-space h4 {
  font-size: 18px;
  font-weight: bold;
}
.typography a:hover, .typography-no-space a:hover {
  text-decoration: underline;
}
.typography p, .typography ul, .typography ol, .typography blockquote {
  margin-bottom: 15px;
}
.typography ul, .typography-no-space ul {
  list-style-type: disc;
  padding-left: 20px;
}
.typography ol, .typography-no-space ol {
  list-style-type: decimal;
  padding-left: 20px;
}
@layer utilities {
  .text-columns-1 {
    column-count: 1;
    column-gap: 0px;
  }
  .text-columns-2 {
    column-count: 2;
    column-gap: 20px;
  }
  .text-columns-3 {
    column-count: 3;
    column-gap: 20px;
  }
}
.js-hidden {
  display: none;
}
html {
  scroll-behavior: smooth;
}
[x-cloak] {
  display: none !important;
}
@font-face {
  font-family: blacklistbrush;
  src: url('/build/fonts/BlacklistBrush.woff2');
  font-weight: bold;
}
@layer utilities {
  .bg-image-darken {
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: overlay;
  }
  .image-darken {
    filter: brightness(75%) saturate(130%);
  }
  .text-shadow-nav-black {
    text-shadow: 1px 1px 5px rgba(0, 0, 0 , 0.8);
  }
  .text-shadow-nav-white {
    text-shadow: 1px 1px 5px rgba(255, 255, 255 , 0.8);
  }
}
@layer utilities {
  .module-notched {
    --notchSize: 20px;
    clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)) );
  }
  .title-notched {
    --notchSize: 5px;
    clip-path: polygon( calc( 2 * var(--notchSize)) var(--notchSize), calc(100% - var(--notchSize)) 0, 100% 100%, 0% 100% );
  }
  .title-notched2 {
    --notchSize: 7px;
    clip-path: polygon( var(--notchSize) var(--notchSize), calc(100% - ( var(--notchSize) * 2) ) 0, 100% 100% , 0% calc(100% - 3px) );
  }
}
.js-reframe {
  border-radius: 15px;
  overflow: hidden;
}
@media print {
  .noprint {
    display: none;
  }
  .print {
    display: block !important;
  }
}
@page {
  size: A4;
}
@layer utilities {
  .filter-none {
    filter: none;
  }
  .filter-grayscale {
    filter: grayscale(100%);
  }
}
.ratio-169 {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.ratio-916 {
  aspect-ratio: 9/16;
  width: 100%;
  height: auto;
}
.ratio-34 {
  aspect-ratio: 3/4;
  width: 100%;
  height: auto;
}
.ratio-43 {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.ratio-square {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.ratio-square-raw {
  aspect-ratio: 1/1;
  height: auto;
}
.ratio-auto {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
}
.ratio-169-iframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.ratio-916-iframe iframe {
  aspect-ratio: 9/16;
  width: 100%;
  height: auto;
}
.ratio-34-iframe iframe {
  aspect-ratio: 3/4;
  width: 100%;
  height: auto;
}
.ratio-43-iframe iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.ratio-square-iframe iframe {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.ratio-auto-iframe iframe {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
}
.back_to_top {
  background: #e5e5e5;
  padding: 10px 35px;
  text-decoration: none;
  display: flex;
  position: relative;
  align-items: center;
  font-weight: 600;
}
.back_to_top:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 45px 0px;
  border-color: transparent transparent #e5e5e5 transparent;
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
}
.back_to_top:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 25px;
  border-color: transparent transparent #e5e5e5 transparent;
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
}
@media (max-width:620px) {
  .back_to_top {
    width: 100%;
    justify-content: center;
  }
  .back_to_top:after, .back_to_top:before {
    display: none;
  }
  .back_to_top_container {
    width: 100%;
  }
}
:root {
  --store-header-height: 50px;
}
.store-filters-options {
  max-height: calc(100vh - var(--store-header-height) - 80px);
}
.logo-white-filter img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.logo-white-filter:hover img {
  -webkit-filter: none;
  filter: 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-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;
  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-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-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-ease {
  syntax: "*";
  inherits: false;
}
