/*! 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: oklch(97.1% 0.013 17.38);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    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 {
  .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;
  }
  .sticky {
    position: sticky;
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-25 {
    top: calc(var(--spacing) * 25);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-18 {
    margin-top: calc(var(--spacing) * 18);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-74 {
    max-height: calc(var(--spacing) * 74);
  }
  .max-h-160 {
    max-height: calc(var(--spacing) * 160);
  }
  .max-h-180 {
    max-height: calc(var(--spacing) * 180);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-384 {
    width: calc(var(--spacing) * 384);
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-175 {
    max-width: calc(var(--spacing) * 175);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12\.5 {
    gap: calc(var(--spacing) * 12.5);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-21\.5 {
    gap: calc(var(--spacing) * 21.5);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .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-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-y-1 {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t-1 {
    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-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\(--color-mauve20\)\! {
    border-color: var(--color-mauve20) !important;
  }
  .border-\(--color-mauve40\) {
    border-color: var(--color-mauve40);
  }
  .border-\(--color-mauve60\) {
    border-color: var(--color-mauve60);
  }
  .border-\(--color-mauve80\) {
    border-color: var(--color-mauve80);
  }
  .border-\[var\(--color-mauve\)\] {
    border-color: var(--color-mauve);
  }
  .border-green-400 {
    border-color: var(--color-green-400);
  }
  .border-red-300 {
    border-color: var(--color-red-300);
  }
  .border-b-\(--color-mauve\) {
    border-bottom-color: var(--color-mauve);
  }
  .bg-\(--color-daydream\) {
    background-color: var(--color-daydream);
  }
  .bg-\(--color-daydream60\) {
    background-color: var(--color-daydream60);
  }
  .bg-\(--color-mauve-dark\) {
    background-color: var(--color-mauve-dark);
  }
  .bg-\(--color-mauve40\)\! {
    background-color: var(--color-mauve40) !important;
  }
  .bg-\(--color-mauve80\) {
    background-color: var(--color-mauve80);
  }
  .bg-\(--color-mauve90\) {
    background-color: var(--color-mauve90);
  }
  .bg-\(--color-mid\) {
    background-color: var(--color-mid);
  }
  .bg-\(--color-mid40\) {
    background-color: var(--color-mid40);
  }
  .bg-\(--color-mid60\) {
    background-color: var(--color-mid60);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-4\.5 {
    padding-block: calc(var(--spacing) * 4.5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-11\.25 {
    padding-block: calc(var(--spacing) * 11.25);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-18 {
    padding-block: calc(var(--spacing) * 18);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .font-\(family-name\:--font-inconsolata\)\! {
    font-family: var(--font-inconsolata) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[10\%\] {
    --tw-tracking: 10%;
    letter-spacing: 10%;
  }
  .text-\(--color-daydream80\)\! {
    color: var(--color-daydream80) !important;
  }
  .text-\(--color-mauve\) {
    color: var(--color-mauve);
  }
  .text-\(--color-mauve\)\! {
    color: var(--color-mauve) !important;
  }
  .text-\(--color-mauve-dark\) {
    color: var(--color-mauve-dark);
  }
  .text-\(--color-mauve20\) {
    color: var(--color-mauve20);
  }
  .text-\(--color-mauve20\)\! {
    color: var(--color-mauve20) !important;
  }
  .text-\(--color-mauve40\)\! {
    color: var(--color-mauve40) !important;
  }
  .text-\(--color-mauve80\)\! {
    color: var(--color-mauve80) !important;
  }
  .text-\(--font-size-button\)\! {
    color: var(--font-size-button) !important;
  }
  .text-\(--font-size-h3\) {
    color: var(--font-size-h3);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-6 {
    text-underline-offset: 6px;
  }
  .underline-offset-8 {
    text-underline-offset: 8px;
  }
  .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);
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  .focus\:absolute {
    &:focus {
      position: absolute;
    }
  }
  .focus\:top-4 {
    &:focus {
      top: calc(var(--spacing) * 4);
    }
  }
  .focus\:left-4 {
    &:focus {
      left: calc(var(--spacing) * 4);
    }
  }
  .focus\:border-\(--color-mauve\) {
    &:focus {
      border-color: var(--color-mauve);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:max-h-137 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 137);
    }
  }
  .md\:max-h-221 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 221);
    }
  }
  .md\:max-h-none {
    @media (width >= 48rem) {
      max-height: none;
    }
  }
  .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-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 48rem) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-5\/7 {
    @media (width >= 48rem) {
      width: calc(5/7 * 100%);
    }
  }
  .md\:w-5\/12 {
    @media (width >= 48rem) {
      width: calc(5/12 * 100%);
    }
  }
  .md\:w-7\/12 {
    @media (width >= 48rem) {
      width: calc(7/12 * 100%);
    }
  }
  .md\:w-9\/12 {
    @media (width >= 48rem) {
      width: calc(9/12 * 100%);
    }
  }
  .md\:max-w-75 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 75);
    }
  }
  .md\:max-w-175 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 175);
    }
  }
  .md\:max-w-214 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 214);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:items-stretch {
    @media (width >= 48rem) {
      align-items: stretch;
    }
  }
  .md\:justify-around {
    @media (width >= 48rem) {
      justify-content: space-around;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-21 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 21);
    }
  }
  .md\:gap-25 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .md\:gap-32 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 32);
    }
  }
  .md\:border-r-0 {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .md\:border-r-1 {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .md\:border-b-0 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:border-b-1 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .md\:px-4\.5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4.5);
    }
  }
  .md\:py-30 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .md\:pr-4\.5 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 4.5);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-192 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 192);
    }
  }
  .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\/5 {
    @media (width >= 64rem) {
      width: calc(1/5 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 64rem) {
      width: calc(5/12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 64rem) {
      width: calc(7/12 * 100%);
    }
  }
  .lg\:w-17\.5 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 17.5);
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:border-r {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:border-r-0 {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .lg\:border-r-1 {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:border-b-0 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:border-b-1 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-17\.5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 17.5);
    }
  }
  .lg\:px-34 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 34);
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-15 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:py-64 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 64);
    }
  }
  .lg\:pt-64 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 64);
    }
  }
  .lg\:pt-80 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 80);
    }
  }
  .lg\:pb-32 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\[\&\>ul\]\:list-inside {
    &>ul {
      list-style-position: inside;
    }
  }
  .\[\&\>ul\]\:list-disc {
    &>ul {
      list-style-type: disc;
    }
  }
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/inconsolata-latin-ext-1lZpXic.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/inconsolata-latin-Iq85m0k.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Regular-ysIvPoa.woff2") format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
:root {
  --color-mid: #B2CED8;
  --color-mid20: #C1D8E0;
  --color-mid40: #D1E2E8;
  --color-mid60: #E0EBEF;
  --color-mid80: #F0F5F7;
  --color-daydream: #E2E8AA;
  --color-daydream20: #E8EDBB;
  --color-daydream40: #EEF1CC;
  --color-daydream60: #F3F6DD;
  --color-daydream80: #FCFDF7;
  --color-mauve-dark: #2F2637;
  --color-mauve: #4E3F5C;
  --color-mauve20: #71657D;
  --color-mauve40: #B8B2BE;
  --color-mauve60: #CAC5CE;
  --color-mauve80: #DCD9DE;
  --color-mauve90: #EDECEF;
  --font-inconsolata: 'Inconsolata', monospace;
  --font-satoshi: 'Satoshi', sans-serif;
  --font-size-li: 1.125rem;
  --font-size-p: 1.125rem;
  --font-size-h1: 1rem;
  --font-size-h2: 2.2rem;
  --font-size-h3: 1.5rem;
  --font-size-button: 1.125rem;
  --font-size-link: 0.9375rem;
  --font-size-mini-p: 0.75rem;
  --font-size-punchline: 3rem;
  --font-size-hero-item: 1.5rem;
}
@media (width >= 48rem) {
  :root {
    --font-size-li: 1.063rem;
    --font-size-p: 1.25rem;
    --font-size-h1: 1.375rem;
    --font-size-h2: 2.313rem;
    --font-size-h3: 1.75rem;
    --font-size-button: 1.125rem;
    --font-size-link: 1.063rem;
    --font-size-mini-p: 0.875rem;
    --font-size-punchline: 3rem;
    --font-size-hero-item: 1.75rem;
  }
}
@media (width >= 64rem) {
  :root {
    --font-size-punchline: 3.75rem;
  }
}
.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;
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
body {
  display: flex;
  flex-direction: column;
}
p {
  font-size: var(--font-size-p);
}
ul > li {
  font-size: var(--font-size-li) !important;
}
h1 {
  font-size: var(--font-size-h1);
}
h1, .tag {
  letter-spacing: 7%;
}
h2, p.title-p {
  font-size: var(--font-size-h2);
  line-height: 2.8rem;
}
h3 {
  font-size: var(--font-size-h3);
}
a, h3 {
  font-family: var(--font-satoshi);
}
.quote {
  font-size: var(--font-size-h3);
}
.punchline {
  font-size: var(--font-size-punchline);
  font-family: var(--font-inconsolata);
  color: var(--color-mauve);
  line-height: 3rem;
  letter-spacing: -1%;
}
p.tag {
  text-transform: uppercase;
  font-family: var(--font-inconsolata);
  letter-spacing: 7%;
}
.hero-item {
  font-size: var(--font-size-hero-item);
}
p, #copyright a, ul > li, label, select > option {
  font-family: var(--font-satoshi);
  color: var(--color-mauve);
}
h1, h2, p.title-p {
  font-family: var(--font-inconsolata);
}
a, h1, h2, h3, p.title-p {
  color: var(--color-mauve);
}
label.required:after {
  content: " *";
  color: red;
}
#copyright a {
  text-decoration: underline;
}
a.btn, button.btn {
  font-size: var(--font-size-button);
  padding: 0.5rem 1.25rem;
  background-color: var(--color-mauve);
  color: var(--color-daydream80);
  border-radius: 7px;
  width: fit-content;
  border: 1px solid var(--color-mauve);
  transition: background-color 0.2s;
}
a.btn:after, button.btn::after {
  content: "  →";
}
a.btn:hover , button.btn:hover {
  background-color: transparent;
  color: var(--color-mauve);
}
a.btn.btn-transparent, button.btn.btn-transparent {
  background-color: transparent;
  border: 1px solid var(--color-daydream80);
}
a.btn.btn-mauve20, button.btn.btn-mauve20 {
  background-color: var(--color-mauve20);
  border: 1px solid var(--color-mauve20);
}
a.btn.btn-mauve20:hover, button.btn.btn-mauve20:hover {
  background-color: transparent;
  color: var(--color-mauve20) !important;
}
a.btn.btn-transparent:hover, button.btn.btn-transparent:hover {
  background-color: var(--color-daydream80);
  color: var(--color-mauve) !important;
}
a.btn.btn-daydream, button.btn.btn-daydream {
  background-color: var(--color-daydream);
  border: 1px solid var(--color-daydream);
  color: var(--color-mauve) !important;
}
a.btn.btn-daydream:hover, button.btn.btn-daydream:hover {
  background-color: transparent;
  color: var(--color-daydream) !important;
}
a.btn.btn-light, button.btn.btn-light {
  background-color: var(--color-mid80);
  border: 1px solid var(--color-mid80);
  color: var(--color-mauve) !important;
}
a.btn.btn-light:hover, button.btn.btn-light:hover {
  background-color: transparent;
  border: 1px solid var(--color-mauve);
}
.link-list h3, .link-list p {
  font-size: var(--font-size-h3);
}
.link-list h3.link-title {
  color: var(--color-mauve-dark);
}
.link-list hr {
  color: var(--color-mauve60);
}
.link-list p.link-text {
  color: var(--color-mauve20);
}
.link-list a {
  font-size: var(--font-size-link);
  font-family: var(--font-inconsolata);
}
header {
  border-bottom: 1px solid var(--color-mauve40);
}
header#header-desktop {
  padding: 1.25rem 4.375rem;
}
nav ul li a {
  font-family: var(--font-inconsolata);
  color: var(--color-mauve);
}
header#header-mobile nav ul {
  background-color: var(--color-mauve40);
}
header#header-mobile nav ul li a {
  font-size: 1.4rem;
  color: var(--color-mauve-dark) !important;
}
header#header-mobile nav ul {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: var(--color-mauve40);
}
.burger-button {
  background: none;
  border: none;
  cursor: pointer;
}
#error #hero, #error403 #hero, #error404 #hero {
  border-bottom: none !important;
}
.bandeau-logo-desktop {
  display: none;
}
footer {
  padding: 5rem 2.5rem;
  background-color: var(--color-mauve-dark);
}
footer #perf-indicator {
  font-size: var(--font-size-h2);
  font-family: var(--font-inconsolata);
}
footer a, body#home footer a, body#services footer a, body#about footer a, footer p, body#home footer p, body#services footer p, body#about footer p {
  color: var(--color-mid) !important;
}
body#home, body#services, body#about {
  background-color: var(--color-mauve);
}
body#home h1, body#services h1, body#about h1 {
  color: var(--color-mid80);
}
body#home h2, body#home p.punchline, body#home p.title-p, body#services h2, body#services p.punchline, body#services p.title-p, body#about h2, body#about p.punchline, body#about p.title-p {
  color: var(--color-daydream) !important;
}
body#home h3, body#home a, body#services h3, body#services a, body#about h3, body#about a {
  color: var(--color-daydream80);
}
body#home p, body#home header nav a, body#services p, body#services header nav a, body#about p, body#about header nav a {
  color: var(--color-daydream80) !important;
}
body#home #recent-project .content-container p.tag {
  color: var(--color-mauve) !important;
}
body#home #recent-project .content-container h2, body#home #recent-project .content-container p {
  color: var(--color-mauve) !important;
}
body#home #recent-project .content-container p span.end-quote {
  color: var(--color-mauve20) !important;
}
body#home .link-list h3.link-title {
  color: var(--color-daydream80);
}
body#home .link-list p.link-text {
  color: var(--color-mauve40) !important;
}
body#home .link-list hr {
  color: var(--color-mauve20);
}
body#home span.hero-item {
  color: var(--color-daydream80);
}
body#home span.hero-item.key {
  color: var(--color-mauve40);
}
body#home hr {
  color: var(--color-mauve20);
}
body#services #presentation-services p, body#services #presentation-services h2 {
  color: var(--color-mauve) !important;
}
body#cadrage {
  background-color: var(--color-mauve80);
}
body#conception {
  background-color: var(--color-mid40);
}
body#evolution {
  background-color: var(--color-daydream40);
}
#projet #before-after div li {
  font-size: var(--font-size-h3) !important;
}
#projects-container article img {
  max-height: 26.25rem;
}
@media (width >= 40rem) {
  .bandeau-logo-desktop {
    display: flex;
  }
  .bandeau-logo-mobile {
    display: none;
  }
}
@media (width >= 48rem) {
  a.btn, button.btn {
    padding: 0.75rem 1.25rem;
  }
}
@media (width >= 64rem) {
  h2, p.title-p {
    line-height: 3rem;
  }
  .punchline {
    line-height: 3.7rem;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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;
    }
  }
}
