/*! tailwindcss v4.1.1 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,40..300&display=swap');
@layer theme, base, components, utilities;
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
  @layer base {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
@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-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-dark-cyan: #19A2AE;
    --color-dark-blue: #2D3248;
    --color-gray-blue: #6A6F81;
    --color-dark-gray: #969696;
    --font-family: "Kumbh Sans", sans-serif;
  }
}
@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: 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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .-top-\[100px\] {
    top: calc(100px * -1);
  }
  .-top-\[200px\] {
    top: calc(200px * -1);
  }
  .top-\[85px\] {
    top: 85px;
  }
  .-right-\[100px\] {
    right: calc(100px * -1);
  }
  .-right-\[200px\] {
    right: calc(200px * -1);
  }
  .-right-\[250px\] {
    right: calc(250px * -1);
  }
  .-right-\[300px\] {
    right: calc(300px * -1);
  }
  .-bottom-\[50px\] {
    bottom: calc(50px * -1);
  }
  .-bottom-\[100px\] {
    bottom: calc(100px * -1);
  }
  .-bottom-\[150px\] {
    bottom: calc(150px * -1);
  }
  .-bottom-\[200px\] {
    bottom: calc(200px * -1);
  }
  .-left-\[100px\] {
    left: calc(100px * -1);
  }
  .-left-\[200px\] {
    left: calc(200px * -1);
  }
  .-left-\[300px\] {
    left: calc(300px * -1);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .z-10 {
    z-index: 10;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[73px\] {
    margin-top: 73px;
  }
  .mb-\[9px\] {
    margin-bottom: 9px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[142px\] {
    height: 142px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-fit {
    height: fit-content;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[326px\] {
    width: 326px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-full {
    width: 100%;
  }
  .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;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-dark-cyan {
    background-color: var(--color-dark-cyan);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .font-family {
    font-family: var(--font-family);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-dark-blue {
    color: var(--color-dark-blue);
  }
  .text-dark-gray\/20 {
    color: color-mix(in srgb, #969696 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-dark-gray) 20%, transparent);
    }
  }
  .text-gray-blue {
    color: var(--color-gray-blue);
  }
  .sm\:-top-\[100px\] {
    @media (width >= 40rem) {
      top: calc(100px * -1);
    }
  }
  .sm\:-top-\[200px\] {
    @media (width >= 40rem) {
      top: calc(200px * -1);
    }
  }
  .sm\:-top-\[300px\] {
    @media (width >= 40rem) {
      top: calc(300px * -1);
    }
  }
  .sm\:-top-\[400px\] {
    @media (width >= 40rem) {
      top: calc(400px * -1);
    }
  }
  .sm\:-top-\[500px\] {
    @media (width >= 40rem) {
      top: calc(500px * -1);
    }
  }
  .sm\:-right-\[300px\] {
    @media (width >= 40rem) {
      right: calc(300px * -1);
    }
  }
  .sm\:-right-\[350px\] {
    @media (width >= 40rem) {
      right: calc(350px * -1);
    }
  }
  .sm\:-right-\[400px\] {
    @media (width >= 40rem) {
      right: calc(400px * -1);
    }
  }
  .sm\:-bottom-\[200px\] {
    @media (width >= 40rem) {
      bottom: calc(200px * -1);
    }
  }
  .sm\:-bottom-\[400px\] {
    @media (width >= 40rem) {
      bottom: calc(400px * -1);
    }
  }
  .sm\:-left-\[200px\] {
    @media (width >= 40rem) {
      left: calc(200px * -1);
    }
  }
  .sm\:-left-\[300px\] {
    @media (width >= 40rem) {
      left: calc(300px * -1);
    }
  }
  .sm\:-left-\[400px\] {
    @media (width >= 40rem) {
      left: calc(400px * -1);
    }
  }
  .sm\:-left-\[450px\] {
    @media (width >= 40rem) {
      left: calc(450px * -1);
    }
  }
  .sm\:-left-\[500px\] {
    @media (width >= 40rem) {
      left: calc(500px * -1);
    }
  }
  .sm\:h-\[700px\] {
    @media (width >= 40rem) {
      height: 700px;
    }
  }
  .sm\:w-\[350px\] {
    @media (width >= 40rem) {
      width: 350px;
    }
  }
  .sm\:w-\[700px\] {
    @media (width >= 40rem) {
      width: 700px;
    }
  }
  .sm\:rounded-xl {
    @media (width >= 40rem) {
      border-radius: var(--radius-xl);
    }
  }
  .md\:-top-\[500px\] {
    @media (width >= 48rem) {
      top: calc(500px * -1);
    }
  }
  .md\:-right-\[300px\] {
    @media (width >= 48rem) {
      right: calc(300px * -1);
    }
  }
  .md\:-bottom-\[500px\] {
    @media (width >= 48rem) {
      bottom: calc(500px * -1);
    }
  }
  .md\:-left-\[400px\] {
    @media (width >= 48rem) {
      left: calc(400px * -1);
    }
  }
  .md\:h-\[978px\] {
    @media (width >= 48rem) {
      height: 978px;
    }
  }
  .md\:w-\[978px\] {
    @media (width >= 48rem) {
      width: 978px;
    }
  }
  .lg\:-top-\[400px\] {
    @media (width >= 64rem) {
      top: calc(400px * -1);
    }
  }
  .lg\:-right-\[300px\] {
    @media (width >= 64rem) {
      right: calc(300px * -1);
    }
  }
  .lg\:-bottom-\[500px\] {
    @media (width >= 64rem) {
      bottom: calc(500px * -1);
    }
  }
  .lg\:-left-\[400px\] {
    @media (width >= 64rem) {
      left: calc(400px * -1);
    }
  }
  .lg\:h-\[978px\] {
    @media (width >= 64rem) {
      height: 978px;
    }
  }
  .lg\:w-\[978px\] {
    @media (width >= 64rem) {
      width: 978px;
    }
  }
  .xl\:-top-\[400px\] {
    @media (width >= 80rem) {
      top: calc(400px * -1);
    }
  }
  .xl\:-right-\[300px\] {
    @media (width >= 80rem) {
      right: calc(300px * -1);
    }
  }
  .xl\:-bottom-\[400px\] {
    @media (width >= 80rem) {
      bottom: calc(400px * -1);
    }
  }
  .xl\:-left-\[300px\] {
    @media (width >= 80rem) {
      left: calc(300px * -1);
    }
  }
  .xl\:h-\[978px\] {
    @media (width >= 80rem) {
      height: 978px;
    }
  }
  .xl\:w-\[978px\] {
    @media (width >= 80rem) {
      width: 978px;
    }
  }
}
@layer components {
  .social {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: 0.54px;
    letter-spacing: 0.54px;
    color: var(--color-dark-blue);
  }
  .social-text {
    margin-top: calc(var(--spacing) * 1);
    margin-bottom: 26px;
    font-size: 10px;
    --tw-tracking: 1.5px;
    letter-spacing: 1.5px;
    color: color-mix(in srgb, #6A6F81 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-gray-blue) 70%, transparent);
    }
  }
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
