/*! 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-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1.125rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-family: "DM Sans", sans-serif;
    --color-base: hsl(0, 0%, 96%);
    --color-Purple-100: hsl(254, 88%, 90%);
    --color-Purple-500: hsl(256, 67%, 59%);
    --color-Yellow-100: hsl(31, 66%, 93%);
    --color-Yellow-500: hsl(39, 100%, 71%);
  }
}
@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 {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 23.438rem) {
      max-width: 23.438rem;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 90rem) {
      max-width: 90rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .aspect-\[50\/31\] {
    aspect-ratio: 50/31;
  }
  .h-full {
    height: 100%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[67\%\] {
    width: 67%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[72\%\] {
    width: 72%;
  }
  .w-\[76\%\] {
    width: 76%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .bg-Purple-100 {
    background-color: var(--color-Purple-100);
  }
  .bg-Purple-500 {
    background-color: var(--color-Purple-500);
  }
  .bg-Yellow-100 {
    background-color: var(--color-Yellow-100);
  }
  .bg-Yellow-500 {
    background-color: var(--color-Yellow-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-3\.5 {
    padding-top: calc(var(--spacing) * 3.5);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .font-family {
    font-family: var(--font-family);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-11 {
    --tw-leading: calc(var(--spacing) * 11);
    line-height: calc(var(--spacing) * 11);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-Purple-500 {
    color: var(--color-Purple-500);
  }
  .text-Yellow-500 {
    color: var(--color-Yellow-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .mobile\:block {
    @media (width >= 23.438rem) {
      display: block;
    }
  }
  .desktop\:flex {
    @media (width >= 90rem) {
      display: flex;
    }
  }
  .desktop\:inline {
    @media (width >= 90rem) {
      display: inline;
    }
  }
  .desktop\:aspect-auto {
    @media (width >= 90rem) {
      aspect-ratio: auto;
    }
  }
  .desktop\:max-h-\[15\.5rem\] {
    @media (width >= 90rem) {
      max-height: 15.5rem;
    }
  }
  .desktop\:max-h-\[15\.6rem\] {
    @media (width >= 90rem) {
      max-height: 15.6rem;
    }
  }
  .desktop\:max-h-\[15\.7rem\] {
    @media (width >= 90rem) {
      max-height: 15.7rem;
    }
  }
  .desktop\:max-h-\[15\.8rem\] {
    @media (width >= 90rem) {
      max-height: 15.8rem;
    }
  }
  .desktop\:max-h-\[15\.9rem\] {
    @media (width >= 90rem) {
      max-height: 15.9rem;
    }
  }
  .desktop\:max-h-\[16rem\] {
    @media (width >= 90rem) {
      max-height: 16rem;
    }
  }
  .desktop\:w-\[40\%\] {
    @media (width >= 90rem) {
      width: 40%;
    }
  }
  .desktop\:w-\[85\%\] {
    @media (width >= 90rem) {
      width: 85%;
    }
  }
  .desktop\:w-full {
    @media (width >= 90rem) {
      width: 100%;
    }
  }
  .desktop\:translate-x-1 {
    @media (width >= 90rem) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .desktop\:translate-x-12 {
    @media (width >= 90rem) {
      --tw-translate-x: calc(var(--spacing) * 12);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .desktop\:translate-x-21 {
    @media (width >= 90rem) {
      --tw-translate-x: calc(var(--spacing) * 21);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .desktop\:scale-105 {
    @media (width >= 90rem) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .desktop\:scale-150 {
    @media (width >= 90rem) {
      --tw-scale-x: 150%;
      --tw-scale-y: 150%;
      --tw-scale-z: 150%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .desktop\:scale-185 {
    @media (width >= 90rem) {
      --tw-scale-x: 185%;
      --tw-scale-y: 185%;
      --tw-scale-z: 185%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .desktop\:flex-col {
    @media (width >= 90rem) {
      flex-direction: column;
    }
  }
  .desktop\:flex-row {
    @media (width >= 90rem) {
      flex-direction: row;
    }
  }
  .desktop\:justify-between {
    @media (width >= 90rem) {
      justify-content: space-between;
    }
  }
  .desktop\:gap-3 {
    @media (width >= 90rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .desktop\:gap-6 {
    @media (width >= 90rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .desktop\:gap-8 {
    @media (width >= 90rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .desktop\:overflow-hidden {
    @media (width >= 90rem) {
      overflow: hidden;
    }
  }
  .desktop\:p-0 {
    @media (width >= 90rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .desktop\:p-6 {
    @media (width >= 90rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .desktop\:px-6 {
    @media (width >= 90rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .desktop\:px-8 {
    @media (width >= 90rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .desktop\:px-12 {
    @media (width >= 90rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .desktop\:py-15 {
    @media (width >= 90rem) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .desktop\:py-20 {
    @media (width >= 90rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .desktop\:pt-6 {
    @media (width >= 90rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .desktop\:pt-7 {
    @media (width >= 90rem) {
      padding-top: calc(var(--spacing) * 7);
    }
  }
  .desktop\:pt-9 {
    @media (width >= 90rem) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .desktop\:pt-12 {
    @media (width >= 90rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .desktop\:pt-13 {
    @media (width >= 90rem) {
      padding-top: calc(var(--spacing) * 13);
    }
  }
  .desktop\:pb-12 {
    @media (width >= 90rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .desktop\:text-start {
    @media (width >= 90rem) {
      text-align: start;
    }
  }
  .desktop\:text-3xl {
    @media (width >= 90rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .desktop\:text-4xl {
    @media (width >= 90rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .desktop\:text-6xl {
    @media (width >= 90rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .desktop\:leading-7 {
    @media (width >= 90rem) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .desktop\:leading-9 {
    @media (width >= 90rem) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .desktop\:leading-15 {
    @media (width >= 90rem) {
      --tw-leading: calc(var(--spacing) * 15);
      line-height: calc(var(--spacing) * 15);
    }
  }
  .desktop\:font-semibold {
    @media (width >= 90rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .desktop\:tracking-wide {
    @media (width >= 90rem) {
      --tw-tracking: var(--tracking-wide);
      letter-spacing: var(--tracking-wide);
    }
  }
}
@font-face {
  font-family: "DM Sans";
  src: url("./assets/fonts/DMSans-VariableFont_opsz,wght.ttf") format("truetype"), url("./assets/fonts/static/DMSans-Regular.ttf") format("truetype"), url("./assets/fonts/static/DMSans-Medium.ttf") format("truetype");
  font-weight: 400 500;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("./assets/fonts/DMSans-Italic-VariableFont_opsz,wght.ttf") format("truetype"), url("./assets/fonts/static/DMSans-MediumItalic.ttf") format("truetype");
  font-weight: 400 500;
  font-style: italic;
}
@layer components {
  .card {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
body {
  font-family: var(--font-family);
  font-size: var(--text-base);
  background-color: var(--color-base);
  width: 100%;
}
main {
  padding: 2rem 1rem;
  display: grid;
  grid-template-areas: "card1" "card2" "card3" "card4" "card5" "card6" "card7" "card8";
  gap: 2rem;
  margin: auto;
}
@media (min-width: 1440px) {
  main {
    display: grid;
    grid-template-areas: "card7 card1 card1 card4" "card7 card2 card3 card4" "card8 card2 card3 card4" "card8 card6 card5 card5";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 0.2fr 0.47fr 0.8fr;
    padding: 5rem 10rem;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
