/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300..900&display=swap');
@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-cyan-300: #8fe3f9;
    --color-cyan-600: #4d96a9;
    --color-purple-300: #d9b8ff;
    --color-purple-600: #855fb1;
    --color-slate-300: #d1d1df;
    --color-slate-600: #87879d;
    --color-slate-900: #28283d;
    --color-white: #fafafa;
    --spacing: 0.25rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-black: 900;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-red: 'Red Hat Display' , sans-serif;
    --background-image-girl: url(./assets/mobile/image-footer.jpg);
    --background-image-g2: url(./assets/tablet/image-footer.jpg);
    --background-image-g3: url(./assets/desktop/image-footer.jpg);
    --color-ac1: #71c0d4;
    --color-ac2: #b18bdd;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-5 {
    z-index: calc(5 * -1);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .-mt-\[28px\] {
    margin-top: calc(28px * -1);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[144px\] {
    height: 144px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[147\.5px\] {
    width: 147.5px;
  }
  .w-\[433px\] {
    width: 433px;
  }
  .w-full {
    width: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[29px\] {
    border-radius: 29px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .bg-cyan-600 {
    background-color: var(--color-cyan-600);
  }
  .bg-purple-600 {
    background-color: var(--color-purple-600);
  }
  .bg-slate-300 {
    background-color: var(--color-slate-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-girl {
    background-image: var(--background-image-girl);
  }
  .bg-cover {
    background-size: cover;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[132px\] {
    padding-inline: 132px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .t2 {
    font-family: var(--font-red);
    font-size: 40px;
    --tw-leading: 110%;
    line-height: 110%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .t5 {
    font-family: var(--font-red);
    font-size: 16px;
    --tw-leading: 150%;
    line-height: 150%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-red {
    font-family: var(--font-red);
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-\[110\%\] {
    --tw-leading: 110%;
    line-height: 110%;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-\[4px\] {
    --tw-tracking: 4px;
    letter-spacing: 4px;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-cyan-300 {
    color: var(--color-cyan-300);
  }
  .text-cyan-600 {
    color: var(--color-cyan-600);
  }
  .text-purple-300 {
    color: var(--color-purple-300);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:bg-ac1 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-ac1);
      }
    }
  }
  .hover\:bg-ac2 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-ac2);
      }
    }
  }
  .md\:mt-\[72px\] {
    @media (width >= 48rem) {
      margin-top: 72px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:h-\[160px\] {
    @media (width >= 48rem) {
      height: 160px;
    }
  }
  .md\:h-\[303px\] {
    @media (width >= 48rem) {
      height: 303px;
    }
  }
  .md\:w-\[152px\] {
    @media (width >= 48rem) {
      width: 152px;
    }
  }
  .md\:w-\[680px\] {
    @media (width >= 48rem) {
      width: 680px;
    }
  }
  .md\:w-\[820px\] {
    @media (width >= 48rem) {
      width: 820px;
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-\[17px\] {
    @media (width >= 48rem) {
      gap: 17px;
    }
  }
  .md\:bg-g2 {
    @media (width >= 48rem) {
      background-image: var(--background-image-g2);
    }
  }
  .md\:px-14 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .md\:px-40 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .md\:px-\[132px\] {
    @media (width >= 48rem) {
      padding-inline: 132px;
    }
  }
  .md\:pt-14 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .md\:pb-16 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .lg\:absolute {
    @media (width >= 90rem) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 90rem) {
      position: relative;
    }
  }
  .lg\:top-0 {
    @media (width >= 90rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:-right-\[26px\] {
    @media (width >= 90rem) {
      right: calc(26px * -1);
    }
  }
  .lg\:-left-\[26px\] {
    @media (width >= 90rem) {
      left: calc(26px * -1);
    }
  }
  .lg\:my-8 {
    @media (width >= 90rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-0 {
    @media (width >= 90rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-30 {
    @media (width >= 90rem) {
      margin-left: calc(var(--spacing) * 30);
    }
  }
  .lg\:block {
    @media (width >= 90rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 90rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 90rem) {
      display: none;
    }
  }
  .lg\:h-\[256px\] {
    @media (width >= 90rem) {
      height: 256px;
    }
  }
  .lg\:w-\[256px\] {
    @media (width >= 90rem) {
      width: 256px;
    }
  }
  .lg\:w-\[355px\] {
    @media (width >= 90rem) {
      width: 355px;
    }
  }
  .lg\:w-full {
    @media (width >= 90rem) {
      width: 100%;
    }
  }
  .lg\:items-start {
    @media (width >= 90rem) {
      align-items: flex-start;
    }
  }
  .lg\:bg-g3 {
    @media (width >= 90rem) {
      background-image: var(--background-image-g3);
    }
  }
  .lg\:px-8 {
    @media (width >= 90rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-16 {
    @media (width >= 90rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-40 {
    @media (width >= 90rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .lg\:px-\[288px\] {
    @media (width >= 90rem) {
      padding-inline: 288px;
    }
  }
  .lg\:px-\[476px\] {
    @media (width >= 90rem) {
      padding-inline: 476px;
    }
  }
  .lg\:py-\[112px\] {
    @media (width >= 90rem) {
      padding-block: 112px;
    }
  }
  .lg\:pt-18 {
    @media (width >= 90rem) {
      padding-top: calc(var(--spacing) * 18);
    }
  }
  .lg\:pt-20 {
    @media (width >= 90rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:text-left {
    @media (width >= 90rem) {
      text-align: left;
    }
  }
  .lg\:t3 {
    @media (width >= 90rem) {
      font-family: var(--font-red);
      font-size: 16px;
      --tw-leading: 110%;
      line-height: 110%;
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
      --tw-tracking: 4px;
      letter-spacing: 4px;
    }
  }
  .lg\:t1 {
    @media (width >= 90rem) {
      font-family: var(--font-red);
      font-size: 64px;
      --tw-leading: 110%;
      line-height: 110%;
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
  }
  .lg\:t2 {
    @media (width >= 90rem) {
      font-family: var(--font-red);
      font-size: 40px;
      --tw-leading: 110%;
      line-height: 110%;
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
  }
  .lg\:t4 {
    @media (width >= 90rem) {
      font-family: var(--font-red);
      font-size: 18px;
      --tw-leading: 110%;
      line-height: 110%;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
    }
  }
}
