/*! tailwindcss v4.1.7 | 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;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-normal: 400;
    --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-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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .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;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-34 {
    margin: calc(var(--spacing) * 34);
  }
  .m-59 {
    margin: calc(var(--spacing) * 59);
  }
  .m-83 {
    margin: calc(var(--spacing) * 83);
  }
  .m-103 {
    margin: calc(var(--spacing) * 103);
  }
  .m-114 {
    margin: calc(var(--spacing) * 114);
  }
  .m-140 {
    margin: calc(var(--spacing) * 140);
  }
  .m-196 {
    margin: calc(var(--spacing) * 196);
  }
  .m-197 {
    margin: calc(var(--spacing) * 197);
  }
  .m-206 {
    margin: calc(var(--spacing) * 206);
  }
  .m-209 {
    margin: calc(var(--spacing) * 209);
  }
  .m-214 {
    margin: calc(var(--spacing) * 214);
  }
  .m-241 {
    margin: calc(var(--spacing) * 241);
  }
  .m-248 {
    margin: calc(var(--spacing) * 248);
  }
  .m-272 {
    margin: calc(var(--spacing) * 272);
  }
  .m-280 {
    margin: calc(var(--spacing) * 280);
  }
  .m-319 {
    margin: calc(var(--spacing) * 319);
  }
  .m-324 {
    margin: calc(var(--spacing) * 324);
  }
  .m-375 {
    margin: calc(var(--spacing) * 375);
  }
  .m-412 {
    margin: calc(var(--spacing) * 412);
  }
  .m-449 {
    margin: calc(var(--spacing) * 449);
  }
  .m-555 {
    margin: calc(var(--spacing) * 555);
  }
  .m-572 {
    margin: calc(var(--spacing) * 572);
  }
  .m-595 {
    margin: calc(var(--spacing) * 595);
  }
  .m-637 {
    margin: calc(var(--spacing) * 637);
  }
  .m-645 {
    margin: calc(var(--spacing) * 645);
  }
  .m-667 {
    margin: calc(var(--spacing) * 667);
  }
  .m-706 {
    margin: calc(var(--spacing) * 706);
  }
  .m-938 {
    margin: calc(var(--spacing) * 938);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .my-\[60px\] {
    margin-block: 60px;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[-2px\] {
    margin-top: -2px;
  }
  .mt-\[-5px\] {
    margin-top: -5px;
  }
  .mt-\[-7px\] {
    margin-top: -7px;
  }
  .mt-\[-10px\] {
    margin-top: -10px;
  }
  .mt-\[-20px\] {
    margin-top: -20px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[-3px\] {
    margin-bottom: -3px;
  }
  .mb-\[-4px\] {
    margin-bottom: -4px;
  }
  .mb-\[-38px\] {
    margin-bottom: -38px;
  }
  .mb-\[-45px\] {
    margin-bottom: -45px;
  }
  .mb-\[0px\] {
    margin-bottom: 0px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[27px\] {
    margin-bottom: 27px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[33px\] {
    margin-bottom: 33px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[42px\] {
    margin-bottom: 42px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[47px\] {
    margin-bottom: 47px;
  }
  .mb-\[49px\] {
    margin-bottom: 49px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-\[25px\] {
    margin-left: 25px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1111px\] {
    max-width: 1111px;
  }
  .max-w-fit {
    max-width: fit-content;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .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;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[0px\] {
    gap: 0px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .object-cover {
    object-fit: cover;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[35px\] {
    padding-top: 35px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pr-\[0px\] {
    padding-right: 0px;
  }
  .pr-\[4px\] {
    padding-right: 4px;
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[6px\] {
    padding-bottom: 6px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[18px\] {
    padding-bottom: 18px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pb-\[33px\] {
    padding-bottom: 33px;
  }
  .pb-\[35px\] {
    padding-bottom: 35px;
  }
  .pb-\[38px\] {
    padding-bottom: 38px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[45px\] {
    padding-bottom: 45px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[65px\] {
    padding-bottom: 65px;
  }
  .pl-\[0px\] {
    padding-left: 0px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .blur {
    --tw-blur: blur(8px);
    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, display, visibility, 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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .checked\:border-transparent {
    &:checked {
      border-color: transparent;
    }
  }
  .checked\:bg-transparent {
    &:checked {
      background-color: transparent;
    }
  }
  .sm\:col-span-3 {
    @media (width >= 40rem) {
      grid-column: span 3 / span 3;
    }
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:gap-\[20px\] {
    @media (width >= 40rem) {
      gap: 20px;
    }
  }
  .sm\:gap-\[30px\] {
    @media (width >= 40rem) {
      gap: 30px;
    }
  }
  .sm\:pl-\[60px\] {
    @media (width >= 40rem) {
      padding-left: 60px;
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:mb-\[-55px\] {
    @media (width >= 48rem) {
      margin-bottom: -55px;
    }
  }
  .md\:mb-\[0px\] {
    @media (width >= 48rem) {
      margin-bottom: 0px;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 48rem) {
      height: 400px;
    }
  }
  .md\:h-\[450px\] {
    @media (width >= 48rem) {
      height: 450px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .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-\[60\%_40\%\] {
    @media (width >= 48rem) {
      grid-template-columns: 60% 40%;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-\[12px\] {
    @media (width >= 48rem) {
      gap: 12px;
    }
  }
  .md\:gap-\[40px\] {
    @media (width >= 48rem) {
      gap: 40px;
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 20px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 48rem) {
      padding-block: 40px;
    }
  }
  .md\:pr-\[30px\] {
    @media (width >= 48rem) {
      padding-right: 30px;
    }
  }
  .md\:pl-\[20px\] {
    @media (width >= 48rem) {
      padding-left: 20px;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:my-\[0px\] {
    @media (width >= 64rem) {
      margin-block: 0px;
    }
  }
  .lg\:mt-\[-3px\] {
    @media (width >= 64rem) {
      margin-top: -3px;
    }
  }
  .lg\:mt-\[-6px\] {
    @media (width >= 64rem) {
      margin-top: -6px;
    }
  }
  .lg\:mt-\[-8px\] {
    @media (width >= 64rem) {
      margin-top: -8px;
    }
  }
  .lg\:mt-\[-9px\] {
    @media (width >= 64rem) {
      margin-top: -9px;
    }
  }
  .lg\:mt-\[-15px\] {
    @media (width >= 64rem) {
      margin-top: -15px;
    }
  }
  .lg\:mt-\[-25px\] {
    @media (width >= 64rem) {
      margin-top: -25px;
    }
  }
  .lg\:mt-\[-30px\] {
    @media (width >= 64rem) {
      margin-top: -30px;
    }
  }
  .lg\:mt-\[0px\] {
    @media (width >= 64rem) {
      margin-top: 0px;
    }
  }
  .lg\:mb-\[-5px\] {
    @media (width >= 64rem) {
      margin-bottom: -5px;
    }
  }
  .lg\:mb-\[-6px\] {
    @media (width >= 64rem) {
      margin-bottom: -6px;
    }
  }
  .lg\:mb-\[-10px\] {
    @media (width >= 64rem) {
      margin-bottom: -10px;
    }
  }
  .lg\:mb-\[0px\] {
    @media (width >= 64rem) {
      margin-bottom: 0px;
    }
  }
  .lg\:mb-\[30px\] {
    @media (width >= 64rem) {
      margin-bottom: 30px;
    }
  }
  .lg\:mb-\[40px\] {
    @media (width >= 64rem) {
      margin-bottom: 40px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:h-\[170px\] {
    @media (width >= 64rem) {
      height: 170px;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 64rem) {
      height: 400px;
    }
  }
  .lg\:h-\[560px\] {
    @media (width >= 64rem) {
      height: 560px;
    }
  }
  .lg\:h-\[690px\] {
    @media (width >= 64rem) {
      height: 690px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 64rem) {
      width: 60%;
    }
  }
  .lg\:w-\[66\%\] {
    @media (width >= 64rem) {
      width: 66%;
    }
  }
  .lg\:w-fit {
    @media (width >= 64rem) {
      width: fit-content;
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[30\%_70\%\] {
    @media (width >= 64rem) {
      grid-template-columns: 30% 70%;
    }
  }
  .lg\:grid-cols-\[58\.33\%_41\.66\%\] {
    @media (width >= 64rem) {
      grid-template-columns: 58.33% 41.66%;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:gap-\[0px\] {
    @media (width >= 64rem) {
      gap: 0px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 64rem) {
      gap: 60px;
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 64rem) {
      padding: 50px;
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 64rem) {
      padding-inline: 50px;
    }
  }
  .lg\:pt-\[0px\] {
    @media (width >= 64rem) {
      padding-top: 0px;
    }
  }
  .lg\:pt-\[45px\] {
    @media (width >= 64rem) {
      padding-top: 45px;
    }
  }
  .lg\:pt-\[90px\] {
    @media (width >= 64rem) {
      padding-top: 90px;
    }
  }
  .lg\:pr-\[15px\] {
    @media (width >= 64rem) {
      padding-right: 15px;
    }
  }
  .lg\:pr-\[45px\] {
    @media (width >= 64rem) {
      padding-right: 45px;
    }
  }
  .lg\:pr-\[50px\] {
    @media (width >= 64rem) {
      padding-right: 50px;
    }
  }
  .lg\:pr-\[60px\] {
    @media (width >= 64rem) {
      padding-right: 60px;
    }
  }
  .lg\:pb-\[30px\] {
    @media (width >= 64rem) {
      padding-bottom: 30px;
    }
  }
  .lg\:pb-\[45px\] {
    @media (width >= 64rem) {
      padding-bottom: 45px;
    }
  }
  .lg\:pb-\[53px\] {
    @media (width >= 64rem) {
      padding-bottom: 53px;
    }
  }
  .lg\:pb-\[87px\] {
    @media (width >= 64rem) {
      padding-bottom: 87px;
    }
  }
  .lg\:pl-\[15px\] {
    @media (width >= 64rem) {
      padding-left: 15px;
    }
  }
  .lg\:pl-\[30px\] {
    @media (width >= 64rem) {
      padding-left: 30px;
    }
  }
  .lg\:pl-\[50px\] {
    @media (width >= 64rem) {
      padding-left: 50px;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .xl\:pt-\[81px\] {
    @media (width >= 80rem) {
      padding-top: 81px;
    }
  }
  .xl\:pt-\[90px\] {
    @media (width >= 80rem) {
      padding-top: 90px;
    }
  }
  .xl\:pl-\[70px\] {
    @media (width >= 80rem) {
      padding-left: 70px;
    }
  }
  .\[img\]\:rounded-\[10px\] {
    &:is(img) {
      border-radius: 10px;
    }
  }
}
@layer utilities {
  .font-kanit {
    font-family: var(--base-headingfont);
  }
  .fs-106 {
    font-size: 106px;
    --tw-leading: 116px;
    line-height: 116px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-80 {
    font-size: 80px;
    --tw-leading: 90px;
    line-height: 90px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-75 {
    font-size: 75px;
    --tw-leading: 85px;
    line-height: 85px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-70 {
    font-size: 70px;
    --tw-leading: 80px;
    line-height: 80px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-72 {
    font-size: 72px;
    --tw-leading: 82px;
    line-height: 82px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-66 {
    font-size: 66px;
    --tw-leading: 77px;
    line-height: 77px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-60 {
    font-size: 60px;
    --tw-leading: 70px;
    line-height: 70px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-55 {
    font-size: 55px;
    --tw-leading: 65px;
    line-height: 65px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-54 {
    font-size: 54px;
    --tw-leading: 64px;
    line-height: 64px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-52 {
    font-size: 52px;
    --tw-leading: 62px;
    line-height: 62px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-49 {
    font-size: 49px;
    --tw-leading: 59px;
    line-height: 59px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-45 {
    font-size: 45px;
    --tw-leading: 55px;
    line-height: 55px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-40 {
    font-size: 40px;
    --tw-leading: 50px;
    line-height: 50px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-36 {
    font-size: 36px;
    --tw-leading: 46px;
    line-height: 46px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-34 {
    font-size: 34px;
    --tw-leading: 44px;
    line-height: 44px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-30 {
    font-size: 30px;
    --tw-leading: 40px;
    line-height: 40px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-32 {
    font-size: 32px;
    --tw-leading: 42px;
    line-height: 42px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-26 {
    font-size: 26px;
    --tw-leading: 36px;
    line-height: 36px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-25 {
    font-size: 25px;
    --tw-leading: 35px;
    line-height: 35px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-24 {
    font-size: 24px;
    --tw-leading: 34px;
    line-height: 34px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-20 {
    font-size: 20px;
    --tw-leading: 30px;
    line-height: 30px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-18 {
    font-size: 18px;
    --tw-leading: 28px;
    line-height: 28px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-16 {
    font-size: 16px;
    --tw-leading: 26px;
    line-height: 26px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .fs-15 {
    font-size: 15px;
    --tw-leading: 25px;
    line-height: 25px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  @media (max-width: 1024px) {
    .fs-106 {
      font-size: 66px;
      --tw-leading: 76px;
      line-height: 76px;
    }
    .fs-80 {
      font-size: 56px;
      --tw-leading: 64px;
      line-height: 64px;
    }
    .fs-75 {
      font-size: 50px;
      --tw-leading: 60px;
      line-height: 60px;
    }
    .fs-70 {
      font-size: 50px;
      --tw-leading: 60px;
      line-height: 60px;
    }
    .fs-72 {
      font-size: 52px;
      --tw-leading: 60px;
      line-height: 60px;
    }
    .fs-66 {
      font-size: 48px;
      --tw-leading: 56px;
      line-height: 56px;
    }
    .fs-60 {
      font-size: 44px;
      --tw-leading: 52px;
      line-height: 52px;
    }
    .fs-55 {
      font-size: 40px;
      --tw-leading: 48px;
      line-height: 48px;
    }
    .fs-54 {
      font-size: 38px;
      --tw-leading: 46px;
      line-height: 46px;
    }
    .fs-52 {
      font-size: 36px;
      --tw-leading: 44px;
      line-height: 44px;
    }
    .fs-45 {
      font-size: 40px;
      --tw-leading: 50px;
      line-height: 50px;
    }
    .fs-49 {
      font-size: 40px;
      --tw-leading: 50px;
      line-height: 50px;
    }
    .fs-40 {
      font-size: 30px;
      --tw-leading: 38px;
      line-height: 38px;
    }
    .fs-36 {
      font-size: 28px;
      --tw-leading: 36px;
      line-height: 36px;
    }
    .fs-34 {
      font-size: 26px;
      --tw-leading: 34px;
      line-height: 34px;
    }
    .fs-32 {
      font-size: 24px;
      --tw-leading: 32px;
      line-height: 32px;
    }
    .fs-30 {
      font-size: 22px;
      --tw-leading: 30px;
      line-height: 30px;
    }
    .fs-26 {
      font-size: 20px;
      --tw-leading: 28px;
      line-height: 28px;
    }
    .fs-25 {
      font-size: 18px;
      --tw-leading: 26px;
      line-height: 26px;
    }
    .fs-24 {
      font-size: 18px;
      --tw-leading: 26px;
      line-height: 26px;
    }
    .fs-20 {
      font-size: 16px;
      --tw-leading: 24px;
      line-height: 24px;
    }
    .fs-18 {
      font-size: 16px;
      --tw-leading: 22px;
      line-height: 22px;
    }
    .fs-16 {
      font-size: 14px;
      --tw-leading: 20px;
      line-height: 20px;
    }
    .fs-15 {
      font-size: 14px;
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  @media (max-width: 640px) {
    .fs-106 {
      font-size: 42px;
      --tw-leading: 50px;
      line-height: 50px;
    }
    .fs-80 {
      font-size: 36px;
      --tw-leading: 44px;
      line-height: 44px;
    }
    .fs-70 {
      font-size: 32px;
      --tw-leading: 40px;
      line-height: 40px;
    }
    .fs-75 {
      font-size: 30px;
      --tw-leading: 40px;
      line-height: 40px;
    }
    .fs-72 {
      font-size: 34px;
      --tw-leading: 42px;
      line-height: 42px;
    }
    .fs-66 {
      font-size: 30px;
      --tw-leading: 38px;
      line-height: 38px;
    }
    .fs-60 {
      font-size: 28px;
      --tw-leading: 38px;
      line-height: 38px;
    }
    .fs-55 {
      font-size: 27px;
      --tw-leading: 37px;
      line-height: 37px;
    }
    .fs-54 {
      font-size: 26px;
      --tw-leading: 36px;
      line-height: 36px;
    }
    .fs-45 {
      font-size: 25px;
      --tw-leading: 35px;
      line-height: 35px;
    }
    .fs-49 {
      font-size: 25px;
      --tw-leading: 35px;
      line-height: 35px;
    }
    .fs-52 {
      font-size: 25px;
      --tw-leading: 35px;
      line-height: 35px;
    }
    .fs-40 {
      font-size: 25px;
      --tw-leading: 35px;
      line-height: 35px;
    }
    .fs-36 {
      font-size: 24px;
      --tw-leading: 34px;
      line-height: 34px;
    }
    .fs-34 {
      font-size: 22px;
      --tw-leading: 32px;
      line-height: 32px;
    }
    .fs-32 {
      font-size: 20px;
      --tw-leading: 30px;
      line-height: 30px;
    }
    .fs-30 {
      font-size: 20px;
      --tw-leading: 30px;
      line-height: 30px;
    }
    .fs-26 {
      font-size: 20px;
      --tw-leading: 30px;
      line-height: 30px;
    }
    .fs-25 {
      font-size: 20px;
      --tw-leading: 30px;
      line-height: 30px;
    }
    .fs-24 {
      font-size: 20px;
      --tw-leading: 30px;
      line-height: 30px;
    }
    .fs-20 {
      font-size: 15px;
      --tw-leading: 25px;
      line-height: 25px;
    }
    .fs-18 {
      font-size: 15px;
      --tw-leading: 25px;
      line-height: 25px;
    }
    .fs-16 {
      font-size: 15px;
      --tw-leading: 25px;
      line-height: 25px;
    }
    .fs-15 {
      font-size: 15px;
      --tw-leading: 25px;
      line-height: 25px;
    }
  }
  .team-section-main img {
    border-radius: 10px;
  }
}
@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-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;
}
@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-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --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;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
