/*! tailwindcss v4.1.18 | 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-500: oklch(63.7% 0.237 25.331);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-lime-500: oklch(76.8% 0.233 130.85);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-rose-600: oklch(58.6% 0.253 17.585);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-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;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-xs: 0.125rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-xs: 4px;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-lg: 16px;
    --aspect-video: 16 / 9;
    --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);
    --text-sectionTitle: clamp(21px, 3vw, 30px);
    --text-heading1: clamp(26px, 6vw, 48px);
    --text-heading2: clamp(22px, 5vw, 36px);
    --text-heading3: clamp(18px, 4vw, 24px);
    --text-heading4: clamp(16px, 4vw, 21px);
    --text-span: clamp(14px, 3vw, 18px);
    --text-p: clamp(16px, 3vw, 18px);
    --color-uttaYellow-50: #fff2c2;
    --color-uttaYellow-300: #fdda5c;
    --color-uttaYellow-700: #ffd100;
    --color-uttaYellow-800: #FBB631;
    --color-uttaYellow-900: #ffc300;
    --color-uttaYellow-950: #fab62f;
    --color-uttaBlue-100: #1e91d0;
    --color-uttaBlue-300: #1a76bc;
    --color-uttaBlue-500: #00509d;
    --color-uttaBlue-700: #003f88;
    --color-uttaBlack-100: #838383;
    --color-uttaBlack-300: #515151;
    --color-uttaBlack-500: #313131;
    --color-uttaBlack-700: #272727;
    --color-uttaBlack-900: #000000;
    --color-uttaDarkBlue: #195afe;
    --color-uttaRed-400: #ff2929;
    --color-uttaRed: #ff0000;
    --color-uttaGray: #f4f6f8;
    --color-uttaWhite: #fafafa;
    --font-hardWork: hardWork;
    --font-doran: doran;
    --font-ybakh: YekanBakh;
    --animate-playButton: 1s ease-in-out 0.1s playButton infinite;
  }
}
@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 {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .sticky\! {
    position: sticky !important;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .inset-y-\[8px\] {
    inset-block: 8px;
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .-top-8 {
    top: calc(var(--spacing) * -8);
  }
  .-top-16 {
    top: calc(var(--spacing) * -16);
  }
  .-top-20 {
    top: calc(var(--spacing) * -20);
  }
  .-top-\[5px\] {
    top: calc(5px * -1);
  }
  .-top-\[7px\] {
    top: calc(7px * -1);
  }
  .-top-\[13\%\] {
    top: calc(13% * -1);
  }
  .-top-\[23px\] {
    top: calc(23px * -1);
  }
  .-top-\[34px\] {
    top: calc(34px * -1);
  }
  .-top-\[36px\] {
    top: calc(36px * -1);
  }
  .-top-\[37px\] {
    top: calc(37px * -1);
  }
  .-top-\[50px\] {
    top: calc(50px * -1);
  }
  .-top-\[53px\] {
    top: calc(53px * -1);
  }
  .-top-\[110px\] {
    top: calc(110px * -1);
  }
  .-top-\[130px\] {
    top: calc(130px * -1);
  }
  .-top-\[145px\] {
    top: calc(145px * -1);
  }
  .-top-\[160px\] {
    top: calc(160px * -1);
  }
  .-top-\[175px\] {
    top: calc(175px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/4 {
    top: calc(1/4 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-2\/3 {
    top: calc(2/3 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-13 {
    top: calc(var(--spacing) * 13);
  }
  .top-14 {
    top: calc(var(--spacing) * 14);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-36\! {
    top: calc(var(--spacing) * 36) !important;
  }
  .top-92 {
    top: calc(var(--spacing) * 92);
  }
  .top-\[-2px\] {
    top: -2px;
  }
  .top-\[-6px\] {
    top: -6px;
  }
  .top-\[-7px\] {
    top: -7px;
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .top-\[-12px\] {
    top: -12px;
  }
  .top-\[-22px\] {
    top: -22px;
  }
  .top-\[-23px\] {
    top: -23px;
  }
  .top-\[-50px\] {
    top: -50px;
  }
  .top-\[-70px\] {
    top: -70px;
  }
  .top-\[-238px\] {
    top: -238px;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[3px\] {
    top: 3px;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[6svh\] {
    top: 6svh;
  }
  .top-\[8px\] {
    top: 8px;
  }
  .top-\[10\.5\%\] {
    top: 10.5%;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[28vh\] {
    top: 28vh;
  }
  .top-\[35vh\] {
    top: 35vh;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[50vh\] {
    top: 50vh;
  }
  .top-\[58\%\] {
    top: 58%;
  }
  .top-\[65\%\] {
    top: 65%;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-\[75\%\] {
    top: 75%;
  }
  .top-\[85px\] {
    top: 85px;
  }
  .top-\[90\%\] {
    top: 90%;
  }
  .top-\[105px\] {
    top: 105px;
  }
  .top-\[120px\] {
    top: 120px;
  }
  .top-\[135px\] {
    top: 135px;
  }
  .top-full {
    top: 100%;
  }
  .-right-0\.5 {
    right: calc(var(--spacing) * -0.5);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .-right-5 {
    right: calc(var(--spacing) * -5);
  }
  .-right-7 {
    right: calc(var(--spacing) * -7);
  }
  .-right-44 {
    right: calc(var(--spacing) * -44);
  }
  .-right-54 {
    right: calc(var(--spacing) * -54);
  }
  .-right-\[8px\] {
    right: calc(8px * -1);
  }
  .-right-\[19px\] {
    right: calc(19px * -1);
  }
  .-right-\[20px\] {
    right: calc(20px * -1);
  }
  .-right-\[50px\] {
    right: calc(50px * -1);
  }
  .-right-px {
    right: -1px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-0\.5 {
    right: calc(var(--spacing) * 0.5);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .right-1\/4 {
    right: calc(1/4 * 100%);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-12 {
    right: calc(var(--spacing) * 12);
  }
  .right-14 {
    right: calc(var(--spacing) * 14);
  }
  .right-\[-5px\] {
    right: -5px;
  }
  .right-\[-6px\] {
    right: -6px;
  }
  .right-\[-10px\] {
    right: -10px;
  }
  .right-\[-20px\] {
    right: -20px;
  }
  .right-\[-50px\] {
    right: -50px;
  }
  .right-\[13px\] {
    right: 13px;
  }
  .right-\[22px\] {
    right: 22px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .right-\[38\%\] {
    right: 38%;
  }
  .right-\[41px\] {
    right: 41px;
  }
  .right-\[45px\] {
    right: 45px;
  }
  .right-\[52px\] {
    right: 52px;
  }
  .right-\[55px\] {
    right: 55px;
  }
  .right-\[67px\] {
    right: 67px;
  }
  .right-\[95\%\] {
    right: 95%;
  }
  .right-\[270px\] {
    right: 270px;
  }
  .right-\[287px\] {
    right: 287px;
  }
  .right-\[320px\] {
    right: 320px;
  }
  .right-\[328px\] {
    right: 328px;
  }
  .right-\[340px\] {
    right: 340px;
  }
  .right-\[342px\] {
    right: 342px;
  }
  .right-\[386px\] {
    right: 386px;
  }
  .right-\[533px\] {
    right: 533px;
  }
  .right-full {
    right: 100%;
  }
  .-bottom-2 {
    bottom: calc(var(--spacing) * -2);
  }
  .-bottom-5 {
    bottom: calc(var(--spacing) * -5);
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .-bottom-20 {
    bottom: calc(var(--spacing) * -20);
  }
  .-bottom-\[8px\] {
    bottom: calc(8px * -1);
  }
  .-bottom-\[10px\] {
    bottom: calc(10px * -1);
  }
  .-bottom-\[25px\] {
    bottom: calc(25px * -1);
  }
  .-bottom-\[30px\] {
    bottom: calc(30px * -1);
  }
  .-bottom-\[39px\] {
    bottom: calc(39px * -1);
  }
  .-bottom-\[65px\] {
    bottom: calc(65px * -1);
  }
  .-bottom-\[100vh\] {
    bottom: calc(100vh * -1);
  }
  .-bottom-\[138px\] {
    bottom: calc(138px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-0\! {
    bottom: calc(var(--spacing) * 0) !important;
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .bottom-\[-5px\] {
    bottom: -5px;
  }
  .bottom-\[-6px\] {
    bottom: -6px;
  }
  .bottom-\[-10px\] {
    bottom: -10px;
  }
  .bottom-\[-45px\] {
    bottom: -45px;
  }
  .bottom-\[-70px\] {
    bottom: -70px;
  }
  .bottom-\[3px\] {
    bottom: 3px;
  }
  .bottom-\[4px\] {
    bottom: 4px;
  }
  .bottom-\[6px\] {
    bottom: 6px;
  }
  .bottom-\[10\%\] {
    bottom: 10%;
  }
  .bottom-\[13px\] {
    bottom: 13px;
  }
  .bottom-\[14px\] {
    bottom: 14px;
  }
  .bottom-\[18px\] {
    bottom: 18px;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .bottom-\[40px\] {
    bottom: 40px;
  }
  .bottom-\[47px\] {
    bottom: 47px;
  }
  .bottom-\[180px\] {
    bottom: 180px;
  }
  .bottom-full {
    bottom: 100%;
  }
  .-left-0\.5 {
    left: calc(var(--spacing) * -0.5);
  }
  .-left-1 {
    left: calc(var(--spacing) * -1);
  }
  .-left-3 {
    left: calc(var(--spacing) * -3);
  }
  .-left-4 {
    left: calc(var(--spacing) * -4);
  }
  .-left-5 {
    left: calc(var(--spacing) * -5);
  }
  .-left-7 {
    left: calc(var(--spacing) * -7);
  }
  .-left-8 {
    left: calc(var(--spacing) * -8);
  }
  .-left-13 {
    left: calc(var(--spacing) * -13);
  }
  .-left-16 {
    left: calc(var(--spacing) * -16);
  }
  .-left-20 {
    left: calc(var(--spacing) * -20);
  }
  .-left-24 {
    left: calc(var(--spacing) * -24);
  }
  .-left-\[8px\] {
    left: calc(8px * -1);
  }
  .-left-\[19px\] {
    left: calc(19px * -1);
  }
  .-left-\[20px\] {
    left: calc(20px * -1);
  }
  .-left-\[50px\] {
    left: calc(50px * -1);
  }
  .-left-px {
    left: -1px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-1\/4 {
    left: calc(1/4 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-10 {
    left: calc(var(--spacing) * 10);
  }
  .left-20 {
    left: calc(var(--spacing) * 20);
  }
  .left-60 {
    left: calc(var(--spacing) * 60);
  }
  .left-\[-6px\] {
    left: -6px;
  }
  .left-\[-10px\] {
    left: -10px;
  }
  .left-\[-12px\] {
    left: -12px;
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[-50px\] {
    left: -50px;
  }
  .left-\[-78px\] {
    left: -78px;
  }
  .left-\[0\%\] {
    left: 0%;
  }
  .left-\[8px\] {
    left: 8px;
  }
  .left-\[9px\] {
    left: 9px;
  }
  .left-\[13px\] {
    left: 13px;
  }
  .left-\[14\.5px\] {
    left: 14.5px;
  }
  .left-\[15px\] {
    left: 15px;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[40px\] {
    left: 40px;
  }
  .left-\[41px\] {
    left: 41px;
  }
  .left-\[70\%\] {
    left: 70%;
  }
  .left-\[287px\] {
    left: 287px;
  }
  .left-\[320px\] {
    left: 320px;
  }
  .left-\[342px\] {
    left: 342px;
  }
  .left-\[386px\] {
    left: 386px;
  }
  .left-\[533px\] {
    left: 533px;
  }
  .left-full {
    left: 100%;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .-z-2 {
    z-index: calc(2 * -1);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .z-19 {
    z-index: 19;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-54 {
    z-index: 54;
  }
  .z-55 {
    z-index: 55;
  }
  .z-80 {
    z-index: 80;
  }
  .z-90 {
    z-index: 90;
  }
  .z-\[-5\] {
    z-index: -5;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 700px) {
      max-width: 700px;
    }
    @media (width >= 800px) {
      max-width: 800px;
    }
    @media (width >= 940px) {
      max-width: 940px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1450px) {
      max-width: 1450px;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-0\! {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-auto {
    margin: auto;
  }
  .container {
    margin-inline: auto;
    padding-inline: 1rem;
  }
  .mx-0\! {
    margin-inline: calc(var(--spacing) * 0) !important;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2\.5 {
    margin-inline: calc(var(--spacing) * 2.5);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0\! {
    margin-block: calc(var(--spacing) * 0) !important;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .my-28 {
    margin-block: calc(var(--spacing) * 28);
  }
  .my-auto {
    margin-block: auto;
  }
  .section {
    margin-block: calc(var(--spacing) * 20);
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .\!-mt-12 {
    margin-top: calc(var(--spacing) * -12) !important;
  }
  .-mt-8 {
    margin-top: calc(var(--spacing) * -8);
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .-mt-20 {
    margin-top: calc(var(--spacing) * -20);
  }
  .-mt-24 {
    margin-top: calc(var(--spacing) * -24);
  }
  .-mt-28 {
    margin-top: calc(var(--spacing) * -28);
  }
  .-mt-60 {
    margin-top: calc(var(--spacing) * -60);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-28 {
    margin-top: calc(var(--spacing) * 28);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-48 {
    margin-top: calc(var(--spacing) * 48);
  }
  .mt-\[-50px\] {
    margin-top: -50px;
  }
  .mt-\[-90px\] {
    margin-top: -90px;
  }
  .mt-\[-100px\] {
    margin-top: -100px;
  }
  .mt-\[0\.5px\] {
    margin-top: 0.5px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25vh\] {
    margin-top: 25vh;
  }
  .mt-\[35vw\] {
    margin-top: 35vw;
  }
  .mt-\[40vw\] {
    margin-top: 40vw;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[160px\] {
    margin-top: 160px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-\[15px\] {
    margin-right: 15px;
  }
  .mr-\[25px\] {
    margin-right: 25px;
  }
  .mr-\[180px\] {
    margin-right: 180px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-40 {
    margin-bottom: calc(var(--spacing) * 40);
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .center-vh {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .center-v {
    display: flex;
    align-items: center;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .no-scrollbar {
    &::-webkit-scrollbar {
      display: none;
    }
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .aspect-\[1200\/628\] {
    aspect-ratio: 1200/628;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-15 {
    width: calc(var(--spacing) * 15);
    height: calc(var(--spacing) * 15);
  }
  .size-16\.5 {
    width: calc(var(--spacing) * 16.5);
    height: calc(var(--spacing) * 16.5);
  }
  .size-17 {
    width: calc(var(--spacing) * 17);
    height: calc(var(--spacing) * 17);
  }
  .size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-2\/3 {
    height: calc(2/3 * 100%);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-160 {
    height: calc(var(--spacing) * 160);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[8cqi\] {
    height: 8cqi;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50\%\] {
    height: 50%;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[59px\] {
    height: 59px;
  }
  .h-\[60\%\] {
    height: 60%;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[65\%\] {
    height: 65%;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[75vh\] {
    height: 75vh;
  }
  .h-\[76px\] {
    height: 76px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[85\%\] {
    height: 85%;
  }
  .h-\[87\%\] {
    height: 87%;
  }
  .h-\[89\%\] {
    height: 89%;
  }
  .h-\[90\%\] {
    height: 90%;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[90vh\] {
    height: 90vh;
  }
  .h-\[94\%\] {
    height: 94%;
  }
  .h-\[95\%\] {
    height: 95%;
  }
  .h-\[95px\] {
    height: 95px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[115px\] {
    height: 115px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[195\%\] {
    height: 195%;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[225px\] {
    height: 225px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[245px\] {
    height: 245px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[305px\] {
    height: 305px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[325px\] {
    height: 325px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[410px\] {
    height: 410px;
  }
  .h-\[415px\] {
    height: 415px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[580px\] {
    height: 580px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-9 {
    max-height: calc(var(--spacing) * 9);
  }
  .max-h-\[50px\] {
    max-height: 50px;
  }
  .max-h-\[59px\] {
    max-height: 59px;
  }
  .max-h-\[480px\] {
    max-height: 480px;
  }
  .max-h-\[570px\] {
    max-height: 570px;
  }
  .max-h-fit {
    max-height: fit-content;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[10px\] {
    min-height: 10px;
  }
  .min-h-\[36px\] {
    min-height: 36px;
  }
  .min-h-\[48px\] {
    min-height: 48px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[59px\] {
    min-height: 59px;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[66vh\] {
    min-height: 66vh;
  }
  .min-h-\[73px\] {
    min-height: 73px;
  }
  .min-h-\[75vh\] {
    min-height: 75vh;
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .min-h-\[120px\] {
    min-height: 120px;
  }
  .min-h-\[320px\] {
    min-height: 320px;
  }
  .min-h-auto {
    min-height: auto;
  }
  .min-h-fit {
    min-height: fit-content;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-10\/12 {
    width: calc(10/12 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[9vw\] {
    width: 9vw;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[27\%\] {
    width: 27%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[67\%\] {
    width: 67%;
  }
  .w-\[67px\] {
    width: 67px;
  }
  .w-\[76px\] {
    width: 76px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[80svw\] {
    width: 80svw;
  }
  .w-\[80vw\] {
    width: 80vw;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[85vw\] {
    width: 85vw;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[95vw\] {
    width: 95vw;
  }
  .w-\[98\%\] {
    width: 98%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[110\%\] {
    width: 110%;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[130px\]\! {
    width: 130px !important;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[150px\]\! {
    width: 150px !important;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[205px\] {
    width: 205px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[284px\] {
    width: 284px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[390px\] {
    width: 390px;
  }
  .w-\[395px\] {
    width: 395px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[515px\] {
    width: 515px;
  }
  .w-\[595px\] {
    width: 595px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[980px\] {
    width: 980px;
  }
  .w-\[1500px\] {
    width: 1500px;
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .w-max {
    width: max-content;
  }
  .w-px {
    width: 1px;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[15\%\] {
    max-width: 15%;
  }
  .max-w-\[35\%\] {
    max-width: 35%;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[365px\] {
    max-width: 365px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[85\%\] {
    min-width: 85%;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .min-w-\[190px\] {
    min-width: 190px;
  }
  .min-w-px {
    min-width: 1px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-2 {
    flex: 2;
  }
  .flex-\[0\.8\] {
    flex: 0.8;
  }
  .flex-\[1\] {
    flex: 1;
  }
  .flex-\[4\] {
    flex: 4;
  }
  .flex-\[6\] {
    flex: 6;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }
  .basis-2\/5 {
    flex-basis: calc(2/5 * 100%);
  }
  .basis-2\/12 {
    flex-basis: calc(2/12 * 100%);
  }
  .basis-3\/5 {
    flex-basis: calc(3/5 * 100%);
  }
  .basis-4\/5 {
    flex-basis: calc(4/5 * 100%);
  }
  .basis-4\/12 {
    flex-basis: calc(4/12 * 100%);
  }
  .basis-6\/12 {
    flex-basis: calc(6/12 * 100%);
  }
  .basis-10\/12 {
    flex-basis: calc(10/12 * 100%);
  }
  .basis-\[36\%\] {
    flex-basis: 36%;
  }
  .basis-\[50\%\] {
    flex-basis: 50%;
  }
  .basis-\[54\%\] {
    flex-basis: 54%;
  }
  .basis-\[60\%\] {
    flex-basis: 60%;
  }
  .basis-auto {
    flex-basis: auto;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-left {
    transform-origin: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-1\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[60\%\] {
    --tw-translate-y: 60%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-12 {
    rotate: calc(12deg * -1);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-12 {
    rotate: 12deg;
  }
  .rotate-25 {
    rotate: 25deg;
  }
  .rotate-32 {
    rotate: 32deg;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-70 {
    rotate: 70deg;
  }
  .rotate-75 {
    rotate: 75deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-120 {
    rotate: 120deg;
  }
  .rotate-130 {
    rotate: 130deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-190 {
    rotate: 190deg;
  }
  .rotate-230 {
    rotate: 230deg;
  }
  .rotate-\[-20deg\] {
    rotate: -20deg;
  }
  .rotate-\[144\.19deg\] {
    rotate: 144.19deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-\[scaleY\(-1\)\] {
    transform: scaleY(-1);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc\! {
    list-style-type: disc !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-\[repeat\(auto-fill\,minmax\(300px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col\! {
    flex-direction: column !important;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-start\! {
    align-items: flex-start !important;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .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-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-28 {
    gap: calc(var(--spacing) * 28);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-20 {
    column-gap: calc(var(--spacing) * 20);
  }
  .gap-x-32 {
    column-gap: calc(var(--spacing) * 32);
  }
  .gap-x-\[50px\] {
    column-gap: 50px;
  }
  .gap-x-\[80px\] {
    column-gap: 80px;
  }
  .gap-x-\[120px\] {
    column-gap: 120px;
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .gap-y-\[50px\] {
    row-gap: 50px;
  }
  .gap-y-\[80px\] {
    row-gap: 80px;
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-solid {
    :where(& > :not(:last-child)) {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .divide-black\/10 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
      }
    }
  }
  .divide-black\/50 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
    }
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[1\.5rem\] {
    border-radius: 1.5rem;
  }
  .rounded-\[2rem\] {
    border-radius: 2rem;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[36px\] {
    border-radius: 36px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-t-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-t-\[15px\] {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-l-xl {
    border-top-left-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .rounded-r-xl {
    border-top-right-radius: var(--radius-xl);
    border-bottom-right-radius: var(--radius-xl);
  }
  .rounded-tr-none {
    border-top-right-radius: 0;
  }
  .rounded-b-\[15px\] {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .rounded-bl-3xl {
    border-bottom-left-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-10 {
    border-style: var(--tw-border-style);
    border-width: 10px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .border-\[1\.25px\] {
    border-style: var(--tw-border-style);
    border-width: 1.25px;
  }
  .border-\[5px\] {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-\[1\.5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1.5px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#00C0B5\] {
    border-color: #00C0B5;
  }
  .border-\[\#00C643\] {
    border-color: #00C643;
  }
  .border-\[\#3D00A0\] {
    border-color: #3D00A0;
  }
  .border-\[\#07DA81\] {
    border-color: #07DA81;
  }
  .border-\[\#0742DA\] {
    border-color: #0742DA;
  }
  .border-\[\#C8C8C8\] {
    border-color: #C8C8C8;
  }
  .border-\[\#D4E6F6\] {
    border-color: #D4E6F6;
  }
  .border-\[\#D8A439\] {
    border-color: #D8A439;
  }
  .border-\[\#E5E7EB\] {
    border-color: #E5E7EB;
  }
  .border-\[\#EAC400\] {
    border-color: #EAC400;
  }
  .border-\[\#EB00FF\] {
    border-color: #EB00FF;
  }
  .border-\[\#EDEDED\] {
    border-color: #EDEDED;
  }
  .border-\[\#EDF0F9\] {
    border-color: #EDF0F9;
  }
  .border-\[\#EF0000\] {
    border-color: #EF0000;
  }
  .border-\[\#FAB62F\] {
    border-color: #FAB62F;
  }
  .border-\[\#FCD883\] {
    border-color: #FCD883;
  }
  .border-\[\#FF6B00\] {
    border-color: #FF6B00;
  }
  .border-\[\#f6f6f6\] {
    border-color: #f6f6f6;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/10\! {
    border-color: color-mix(in srgb, #000 10%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent) !important;
    }
  }
  .border-black\/20 {
    border-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-neutral-400 {
    border-color: var(--color-neutral-400);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-uttaBlack-100 {
    border-color: var(--color-uttaBlack-100);
  }
  .border-uttaBlack-300 {
    border-color: var(--color-uttaBlack-300);
  }
  .border-uttaBlue-100 {
    border-color: var(--color-uttaBlue-100);
  }
  .border-uttaBlue-100\/30 {
    border-color: color-mix(in srgb, #1e91d0 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-uttaBlue-100) 30%, transparent);
    }
  }
  .border-uttaDarkBlue {
    border-color: var(--color-uttaDarkBlue);
  }
  .border-uttaRed {
    border-color: var(--color-uttaRed);
  }
  .border-uttaYellow-800\/20 {
    border-color: color-mix(in srgb, #FBB631 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-uttaYellow-800) 20%, transparent);
    }
  }
  .border-uttaYellow-900 {
    border-color: var(--color-uttaYellow-900);
  }
  .border-uttaYellow-950 {
    border-color: var(--color-uttaYellow-950);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-\[\#D9D9D9\] {
    border-top-color: #D9D9D9;
  }
  .border-b-gray-500 {
    border-bottom-color: var(--color-gray-500);
  }
  .border-l-gray-400 {
    border-left-color: var(--color-gray-400);
  }
  .bg-\[\#00CA8A\] {
    background-color: #00CA8A;
  }
  .bg-\[\#06CC85\] {
    background-color: #06CC85;
  }
  .bg-\[\#009DF3\] {
    background-color: #009DF3;
  }
  .bg-\[\#0094FF\] {
    background-color: #0094FF;
  }
  .bg-\[\#00509D\] {
    background-color: #00509D;
  }
  .bg-\[\#05427C\] {
    background-color: #05427C;
  }
  .bg-\[\#B7B7B7\] {
    background-color: #B7B7B7;
  }
  .bg-\[\#BEEADE\] {
    background-color: #BEEADE;
  }
  .bg-\[\#C6D3DA\]\/30 {
    background-color: color-mix(in oklab, #C6D3DA 30%, transparent);
  }
  .bg-\[\#D9E5F1\] {
    background-color: #D9E5F1;
  }
  .bg-\[\#DEE1E6\] {
    background-color: #DEE1E6;
  }
  .bg-\[\#EAEDED\] {
    background-color: #EAEDED;
  }
  .bg-\[\#ECEEF0\] {
    background-color: #ECEEF0;
  }
  .bg-\[\#EDEDED\] {
    background-color: #EDEDED;
  }
  .bg-\[\#F1F1F1\] {
    background-color: #F1F1F1;
  }
  .bg-\[\#F4F6F8\] {
    background-color: #F4F6F8;
  }
  .bg-\[\#FAB62F\] {
    background-color: #FAB62F;
  }
  .bg-\[\#FBEEBD\] {
    background-color: #FBEEBD;
  }
  .bg-\[\#FCD993\] {
    background-color: #FCD993;
  }
  .bg-\[\#FDD33D\] {
    background-color: #FDD33D;
  }
  .bg-\[\#FDE8BF\] {
    background-color: #FDE8BF;
  }
  .bg-\[\#FEEAB1\] {
    background-color: #FEEAB1;
  }
  .bg-\[\#FEF0D3\] {
    background-color: #FEF0D3;
  }
  .bg-\[\#FEF0D5\] {
    background-color: #FEF0D5;
  }
  .bg-\[\#FFECB0\] {
    background-color: #FFECB0;
  }
  .bg-\[\#ececec\] {
    background-color: #ececec;
  }
  .bg-\[\#f2f2f2\] {
    background-color: #f2f2f2;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-50\/50 {
    background-color: color-mix(in srgb, oklch(98.5% 0.002 247.839) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-300 {
    background-color: var(--color-neutral-300);
  }
  .bg-neutral-900 {
    background-color: var(--color-neutral-900);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-uttaBlack-300 {
    background-color: var(--color-uttaBlack-300);
  }
  .bg-uttaBlue-100 {
    background-color: var(--color-uttaBlue-100);
  }
  .bg-uttaBlue-100\/10 {
    background-color: color-mix(in srgb, #1e91d0 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-uttaBlue-100) 10%, transparent);
    }
  }
  .bg-uttaBlue-700 {
    background-color: var(--color-uttaBlue-700);
  }
  .bg-uttaGray {
    background-color: var(--color-uttaGray);
  }
  .bg-uttaRed {
    background-color: var(--color-uttaRed);
  }
  .bg-uttaRed-400 {
    background-color: var(--color-uttaRed-400);
  }
  .bg-uttaRed\/10 {
    background-color: color-mix(in srgb, #ff0000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-uttaRed) 10%, transparent);
    }
  }
  .bg-uttaWhite {
    background-color: var(--color-uttaWhite);
  }
  .bg-uttaYellow-50 {
    background-color: var(--color-uttaYellow-50);
  }
  .bg-uttaYellow-300 {
    background-color: var(--color-uttaYellow-300);
  }
  .bg-uttaYellow-700 {
    background-color: var(--color-uttaYellow-700);
  }
  .bg-uttaYellow-800 {
    background-color: var(--color-uttaYellow-800);
  }
  .bg-uttaYellow-800\/5 {
    background-color: color-mix(in srgb, #FBB631 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-uttaYellow-800) 5%, transparent);
    }
  }
  .bg-uttaYellow-900 {
    background-color: var(--color-uttaYellow-900);
  }
  .bg-uttaYellow-900\/10 {
    background-color: color-mix(in srgb, #ffc300 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-uttaYellow-900) 10%, transparent);
    }
  }
  .bg-uttaYellow-950 {
    background-color: var(--color-uttaYellow-950);
  }
  .bg-uttaYellow-950\/20 {
    background-color: color-mix(in srgb, #fab62f 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-uttaYellow-950) 20%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-l {
    --tw-gradient-position: to left;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to left in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(0deg\,\#FAB62F_-72\.06\%\,rgba\(250\,182\,47\,0\)_163\.97\%\)\,linear-gradient\(0deg\,\#FFFFFF\,\#FFFFFF\)\] {
    background-image: linear-gradient(0deg,#FAB62F -72.06%,rgba(250,182,47,0) 163.97%),linear-gradient(0deg,#FFFFFF,#FFFFFF);
  }
  .bg-\[linear-gradient\(0deg\,rgba\(250\,182\,47\,1\)_0\%\,rgba\(255\,207\,112\,1\)_100\%\)\] {
    background-image: linear-gradient(0deg,rgba(250,182,47,1) 0%,rgba(255,207,112,1) 100%);
  }
  .bg-\[linear-gradient\(90deg\,rgba\(255\,255\,255\,0\)0\%\,rgba\(122\,122\,122\,0\.05\)33\%\,rgba\(122\,122\,122\,0\.05\)66\%\,rgba\(255\,255\,255\,0\)100\%\)\] {
    background-image: linear-gradient(90deg,rgba(255,255,255,0)0%,rgba(122,122,122,0.05)33%,rgba(122,122,122,0.05)66%,rgba(255,255,255,0)100%);
  }
  .bg-\[linear-gradient\(180deg\,\#FAB62F_-82\.81\%\,rgba\(250\,182\,47\,0\.14\)_81\.25\%\)\] {
    background-image: linear-gradient(180deg,#FAB62F -82.81%,rgba(250,182,47,0.14) 81.25%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(250\,182\,47\,0\)_0\%\,rgba\(250\,182\,47\,0\.53\)_100\%\)\] {
    background-image: linear-gradient(180deg,rgba(250,182,47,0) 0%,rgba(250,182,47,0.53) 100%);
  }
  .bg-\[radial-gradient\(127371\.12\%_137\.14\%_at_55\.89\%_49\.21\%\,\#0415AC_5\.89\%\,\#00022B_100\%\)\] {
    background-image: radial-gradient(127371.12% 137.14% at 55.89% 49.21%,#0415AC 5.89%,#00022B 100%);
  }
  .from-\[\#0BA2AC\] {
    --tw-gradient-from: #0BA2AC;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#003F88\] {
    --tw-gradient-from: #003F88;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#74BCFF\] {
    --tw-gradient-from: #74BCFF;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#220BAC\] {
    --tw-gradient-from: #220BAC;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#772A9D\] {
    --tw-gradient-from: #772A9D;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#04829B\] {
    --tw-gradient-from: #04829B;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#A90BAC\] {
    --tw-gradient-from: #A90BAC;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#AC0B0B\] {
    --tw-gradient-from: #AC0B0B;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#DFDFDF\] {
    --tw-gradient-from: #DFDFDF;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#F45F1C\] {
    --tw-gradient-from: #F45F1C;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#FBD58B\] {
    --tw-gradient-from: #FBD58B;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#FCFF74\] {
    --tw-gradient-from: #FCFF74;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#FEF9EF\] {
    --tw-gradient-from: #FEF9EF;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#FFEABE\] {
    --tw-gradient-from: #FFEABE;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#f8f7f4\] {
    --tw-gradient-from: #f8f7f4;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#ffffff\] {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/80 {
    --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-neutral-700 {
    --tw-gradient-from: var(--color-neutral-700);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-uttaYellow-300 {
    --tw-gradient-from: var(--color-uttaYellow-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-uttaYellow-900 {
    --tw-gradient-from: var(--color-uttaYellow-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-60\% {
    --tw-gradient-from-position: 60%;
  }
  .from-65\% {
    --tw-gradient-from-position: 65%;
  }
  .via-black\/30 {
    --tw-gradient-via: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-black\/40 {
    --tw-gradient-via: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-uttaYellow-900 {
    --tw-gradient-via: var(--color-uttaYellow-900);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#1C93D6\] {
    --tw-gradient-to: #1C93D6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#2ACBB1\] {
    --tw-gradient-to: #2ACBB1;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#003F88\] {
    --tw-gradient-to: #003F88;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#76D7E4\] {
    --tw-gradient-to: #76D7E4;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#896BDE\] {
    --tw-gradient-to: #896BDE;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#868686\] {
    --tw-gradient-to: #868686;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#D6C31C\] {
    --tw-gradient-to: #D6C31C;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#D13A91\] {
    --tw-gradient-to: #D13A91;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#ED76E8\] {
    --tw-gradient-to: #ED76E8;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#Eff4f4\] {
    --tw-gradient-to: #Eff4f4;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#F5A416\] {
    --tw-gradient-to: #F5A416;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#F58484\] {
    --tw-gradient-to: #F58484;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-black\/70 {
    --tw-gradient-to: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-neutral-900 {
    --tw-gradient-to: var(--color-neutral-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-orange-500 {
    --tw-gradient-to: var(--color-orange-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-uttaYellow-800 {
    --tw-gradient-to: var(--color-uttaYellow-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-uttaYellow-900 {
    --tw-gradient-to: var(--color-uttaYellow-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .fill-\[\#66C6C3\] {
    fill: #66C6C3;
  }
  .fill-black\/10 {
    fill: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-rose-600 {
    fill: var(--color-rose-600);
  }
  .stroke-rose-600 {
    stroke: var(--color-rose-600);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-none {
    object-fit: none;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .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);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[14px\] {
    padding: 14px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-0\! {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\! {
    padding-inline: calc(var(--spacing) * 2) !important;
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-14 {
    padding-inline: calc(var(--spacing) * 14);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-0\! {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\! {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-8\! {
    padding-block: calc(var(--spacing) * 8) !important;
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[20px\]\! {
    padding-block: 20px !important;
  }
  .py-\[40px\]\! {
    padding-block: 40px !important;
  }
  .pe-0 {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-0\! {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-24\! {
    padding-top: calc(var(--spacing) * 24) !important;
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pt-\[14px\] {
    padding-top: 14px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-14 {
    padding-right: calc(var(--spacing) * 14);
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-0\! {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .section-title {
    font-family: var(--font-ybakh);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-neutral-900);
    @media (width >= 1200px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .font-doran {
    font-family: var(--font-doran);
  }
  .font-hardWork {
    font-family: var(--font-hardWork);
  }
  .font-ybakh {
    font-family: var(--font-ybakh);
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-base\! {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }
  .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));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[4\.2vw\]\! {
    font-size: 4.2vw !important;
  }
  .text-\[4\.3cqi\] {
    font-size: 4.3cqi;
  }
  .text-\[4\.3vw\] {
    font-size: 4.3vw;
  }
  .text-\[5\.3cqi\] {
    font-size: 5.3cqi;
  }
  .text-\[5cqi\] {
    font-size: 5cqi;
  }
  .text-\[6\.5vmin\] {
    font-size: 6.5vmin;
  }
  .text-\[6px\] {
    font-size: 6px;
  }
  .text-\[7\.2cqi\] {
    font-size: 7.2cqi;
  }
  .text-\[7\.4cqi\] {
    font-size: 7.4cqi;
  }
  .text-\[7cqi\] {
    font-size: 7cqi;
  }
  .text-\[7px\] {
    font-size: 7px;
  }
  .text-\[8\.5cqi\] {
    font-size: 8.5cqi;
  }
  .text-\[8cqi\] {
    font-size: 8cqi;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10cqi\] {
    font-size: 10cqi;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11vw\] {
    font-size: 11vw;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13\.39cqi\] {
    font-size: 13.39cqi;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14\.2cqi\] {
    font-size: 14.2cqi;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15\.5px\] {
    font-size: 15.5px;
  }
  .text-\[16cqi\] {
    font-size: 16cqi;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17\.5cqi\] {
    font-size: 17.5cqi;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[20px\]\! {
    font-size: 20px !important;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[clamp\(20px\,5vw\,36px\)\] {
    font-size: clamp(20px, 5vw, 36px);
  }
  .text-\[clamp\(24px\,5vw\,46px\)\] {
    font-size: clamp(24px, 5vw, 46px);
  }
  .text-heading1 {
    font-size: var(--text-heading1);
  }
  .text-heading2 {
    font-size: var(--text-heading2);
  }
  .text-heading3 {
    font-size: var(--text-heading3);
  }
  .text-heading4 {
    font-size: var(--text-heading4);
  }
  .text-p {
    font-size: var(--text-p);
  }
  .text-sectionTitle {
    font-size: var(--text-sectionTitle);
  }
  .text-span {
    font-size: var(--text-span);
  }
  .leading-0 {
    --tw-leading: calc(var(--spacing) * 0);
    line-height: calc(var(--spacing) * 0);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .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-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-10\! {
    --tw-leading: calc(var(--spacing) * 10) !important;
    line-height: calc(var(--spacing) * 10) !important;
  }
  .leading-\[10px\] {
    --tw-leading: 10px;
    line-height: 10px;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-normal\! {
    --tw-leading: var(--leading-normal) !important;
    line-height: var(--leading-normal) !important;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-relaxed\! {
    --tw-leading: var(--leading-relaxed) !important;
    line-height: var(--leading-relaxed) !important;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight\! {
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-bold\! {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .wrap-break-word {
    overflow-wrap: break-word;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0D49AA\] {
    color: #0D49AA;
  }
  .text-\[\#00BAF9\] {
    color: #00BAF9;
  }
  .text-\[\#00C0B5\] {
    color: #00C0B5;
  }
  .text-\[\#00C643\] {
    color: #00C643;
  }
  .text-\[\#000000B5\] {
    color: #000000B5;
  }
  .text-\[\#000000b3\] {
    color: #000000b3;
  }
  .text-\[\#1B2654\] {
    color: #1B2654;
  }
  .text-\[\#1E91D0\] {
    color: #1E91D0;
  }
  .text-\[\#2E7787\] {
    color: #2E7787;
  }
  .text-\[\#2F406E\] {
    color: #2F406E;
  }
  .text-\[\#2F406E\]\/50 {
    color: color-mix(in oklab, #2F406E 50%, transparent);
  }
  .text-\[\#3C5A99\] {
    color: #3C5A99;
  }
  .text-\[\#3D00A0\] {
    color: #3D00A0;
  }
  .text-\[\#6B7280\] {
    color: #6B7280;
  }
  .text-\[\#6D758F\] {
    color: #6D758F;
  }
  .text-\[\#6F5600\] {
    color: #6F5600;
  }
  .text-\[\#007AB9\] {
    color: #007AB9;
  }
  .text-\[\#07DA81\] {
    color: #07DA81;
  }
  .text-\[\#0000008c\] {
    color: #0000008c;
  }
  .text-\[\#8B8C8C\] {
    color: #8B8C8C;
  }
  .text-\[\#9D6E14\] {
    color: #9D6E14;
  }
  .text-\[\#9F9F9F\] {
    color: #9F9F9F;
  }
  .text-\[\#61D8B5\] {
    color: #61D8B5;
  }
  .text-\[\#62DB77\] {
    color: #62DB77;
  }
  .text-\[\#64AEC0\] {
    color: #64AEC0;
  }
  .text-\[\#66C6C3\] {
    color: #66C6C3;
  }
  .text-\[\#0094FF\] {
    color: #0094FF;
  }
  .text-\[\#246B81\] {
    color: #246B81;
  }
  .text-\[\#00509D\] {
    color: #00509D;
  }
  .text-\[\#0742DA\] {
    color: #0742DA;
  }
  .text-\[\#01509C\] {
    color: #01509C;
  }
  .text-\[\#2495FF\] {
    color: #2495FF;
  }
  .text-\[\#7294B5\] {
    color: #7294B5;
  }
  .text-\[\#686868\] {
    color: #686868;
  }
  .text-\[\#717171\] {
    color: #717171;
  }
  .text-\[\#848383\] {
    color: #848383;
  }
  .text-\[\#855800\] {
    color: #855800;
  }
  .text-\[\#939393\] {
    color: #939393;
  }
  .text-\[\#39393978\] {
    color: #39393978;
  }
  .text-\[\#A1A1A1\] {
    color: #A1A1A1;
  }
  .text-\[\#B1B1B1\] {
    color: #B1B1B1;
  }
  .text-\[\#B97B00\] {
    color: #B97B00;
  }
  .text-\[\#B57800\] {
    color: #B57800;
  }
  .text-\[\#BDBDBD\] {
    color: #BDBDBD;
  }
  .text-\[\#E03F8A\] {
    color: #E03F8A;
  }
  .text-\[\#E59D0D\] {
    color: #E59D0D;
  }
  .text-\[\#EA4335\] {
    color: #EA4335;
  }
  .text-\[\#EAC400\] {
    color: #EAC400;
  }
  .text-\[\#EB00FF\] {
    color: #EB00FF;
  }
  .text-\[\#EC165C\] {
    color: #EC165C;
  }
  .text-\[\#EF0000\] {
    color: #EF0000;
  }
  .text-\[\#F5A623\] {
    color: #F5A623;
  }
  .text-\[\#F9B62F\] {
    color: #F9B62F;
  }
  .text-\[\#FAB62F\] {
    color: #FAB62F;
  }
  .text-\[\#FACB70\] {
    color: #FACB70;
  }
  .text-\[\#FDD33D\] {
    color: #FDD33D;
  }
  .text-\[\#FF0000\] {
    color: #FF0000;
  }
  .text-\[\#FF6B00\] {
    color: #FF6B00;
  }
  .text-\[\#FFA700\] {
    color: #FFA700;
  }
  .text-\[\#FFF500\] {
    color: #FFF500;
  }
  .text-\[\#dddddd\] {
    color: #dddddd;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/30 {
    color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-dark {
    color: var(--color-neutral-500);
  }
  .text-darker {
    color: var(--color-neutral-600);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-light {
    color: #878787;
  }
  .text-lighter {
    color: #CFCFCF;
  }
  .text-lightest {
    color: var(--color-white);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600);
  }
  .text-neutral-800 {
    color: var(--color-neutral-800);
  }
  .text-neutral-900 {
    color: var(--color-neutral-900);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-rose-600 {
    color: var(--color-rose-600);
  }
  .text-transparent {
    color: transparent;
  }
  .text-uttaBlack-100 {
    color: var(--color-uttaBlack-100);
  }
  .text-uttaBlack-300 {
    color: var(--color-uttaBlack-300);
  }
  .text-uttaBlack-500 {
    color: var(--color-uttaBlack-500);
  }
  .text-uttaBlack-700 {
    color: var(--color-uttaBlack-700);
  }
  .text-uttaBlack-900 {
    color: var(--color-uttaBlack-900);
  }
  .text-uttaBlue-100 {
    color: var(--color-uttaBlue-100);
  }
  .text-uttaBlue-300 {
    color: var(--color-uttaBlue-300);
  }
  .text-uttaBlue-500 {
    color: var(--color-uttaBlue-500);
  }
  .text-uttaBlue-700 {
    color: var(--color-uttaBlue-700);
  }
  .text-uttaDarkBlue {
    color: var(--color-uttaDarkBlue);
  }
  .text-uttaGray {
    color: var(--color-uttaGray);
  }
  .text-uttaRed {
    color: var(--color-uttaRed);
  }
  .text-uttaYellow-300 {
    color: var(--color-uttaYellow-300);
  }
  .text-uttaYellow-700 {
    color: var(--color-uttaYellow-700);
  }
  .text-uttaYellow-800 {
    color: var(--color-uttaYellow-800);
  }
  .text-uttaYellow-900 {
    color: var(--color-uttaYellow-900);
  }
  .text-uttaYellow-950 {
    color: var(--color-uttaYellow-950);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-yellow-300 {
    color: var(--color-yellow-300);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-8 {
    text-underline-offset: 8px;
  }
  .placeholder-gray-500 {
    &::placeholder {
      color: var(--color-gray-500);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0\.7em_1\.5em_-0\.5em_\#ffb523\] {
    --tw-shadow: 0 0.7em 1.5em -0.5em var(--tw-shadow-color, #ffb523);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_24px_105px_-28px_\#00000040\] {
    --tw-shadow: 0px 24px 105px -28px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_26px_22px_-17px_rgba\(0\,0\,0\,0\.10\)\] {
    --tw-shadow: 0px 26px 22px -17px var(--tw-shadow-color, rgba(0,0,0,0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-figma {
    --tw-shadow: 0px 47px 121px -12px var(--tw-shadow-color, rgba(0, 0, 0, 0.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: -2px -2px 4px 0px var(--tw-shadow-color, #ffffff) inset, 2px 2px 4px 0px var(--tw-shadow-color, #45454514) inset;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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);
  }
  .shadow-neo {
    --tw-shadow: 4px 4px 8px 0px var(--tw-shadow-color, #45454514), -4px -4px 8px 0px var(--tw-shadow-color, #ffffff);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-neo-white {
    --tw-shadow: 6px 6px 12px 0px var(--tw-shadow-color, #ededed), -6px -6px 12px 0px var(--tw-shadow-color, #ffffff);
    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);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-uttaYellow-700 {
    --tw-shadow-color: #ffd100;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-uttaYellow-700) var(--tw-shadow-alpha), transparent);
    }
  }
  .ring-gray-300 {
    --tw-ring-color: var(--color-gray-300);
  }
  .ring-transparent {
    --tw-ring-color: transparent;
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .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,);
  }
  .blur-\[1px\] {
    --tw-blur: blur(1px);
    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,);
  }
  .blur-\[2px\] {
    --tw-blur: blur(2px);
    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,);
  }
  .blur-\[3px\] {
    --tw-blur: blur(3px);
    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,);
  }
  .blur-sm {
    --tw-blur: blur(var(--blur-sm));
    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,);
  }
  .drop-shadow-\[0px_10px_11px_rgba\(0\,192\,181\,0\.29\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(0,192,181,0.29)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-\[0px_10px_11px_rgba\(0\,198\,67\,0\.29\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(0,198,67,0.29)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-\[0px_10px_11px_rgba\(7\,66\,218\,0\.29\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(7,66,218,0.29)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-\[0px_10px_11px_rgba\(7\,218\,129\,0\.29\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(7,218,129,0.29)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-\[0px_10px_11px_rgba\(61\,0\,160\,0\.29\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(61,0,160,0.29)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-\[0px_10px_11px_rgba\(234\,196\,0\,0\.29\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(234,196,0,0.29)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-\[0px_10px_11px_rgba\(235\,0\,255\,0\.29\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(235,0,255,0.29)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-\[0px_10px_11px_rgba\(239\,0\,0\,0\.29\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(239,0,0,0.29)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-\[0px_10px_11px_rgba\(255\,107\,0\,0\.29\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(255,107,0,0.29)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-sm {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,) !important;
  }
  .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,);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
  .transition-\[flex\] {
    transition-property: flex;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-100 {
    transition-delay: 100ms;
  }
  .delay-300 {
    transition-delay: 300ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-\[\.4s\] {
    --tw-duration: .4s;
    transition-duration: .4s;
  }
  .ease-\[cubic-bezier\(0\.25\,1\,0\.5\,1\)\] {
    --tw-ease: cubic-bezier(0.25,1,0.5,1);
    transition-timing-function: cubic-bezier(0.25,1,0.5,1);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-solid {
    --tw-outline-style: solid;
    outline-style: solid;
  }
  .\[direction\:ltr\] {
    direction: ltr;
  }
  .\[text-align-last\:center\] {
    text-align-last: center;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:-top-full {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: -100%;
      }
    }
  }
  .group-hover\:top-4 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: calc(var(--spacing) * 4);
      }
    }
  }
  .group-hover\:top-20 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: calc(var(--spacing) * 20);
      }
    }
  }
  .group-hover\:right-4 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        right: calc(var(--spacing) * 4);
      }
    }
  }
  .group-hover\:right-10 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        right: calc(var(--spacing) * 10);
      }
    }
  }
  .group-hover\:-left-full {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: -100%;
      }
    }
  }
  .group-hover\:left-4 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: calc(var(--spacing) * 4);
      }
    }
  }
  .group-hover\:ml-\[15px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        margin-left: 15px;
      }
    }
  }
  .group-hover\:w-10 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: calc(var(--spacing) * 10);
      }
    }
  }
  .group-hover\:-translate-x-7 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * -7);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-x-\[6px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(6px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-y-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-y-15 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -15);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-x-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:border-\[\#00C0B5\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #00C0B5;
      }
    }
  }
  .group-hover\:border-\[\#00C643\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #00C643;
      }
    }
  }
  .group-hover\:border-\[\#3D00A0\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #3D00A0;
      }
    }
  }
  .group-hover\:border-\[\#07DA81\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #07DA81;
      }
    }
  }
  .group-hover\:border-\[\#0742DA\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #0742DA;
      }
    }
  }
  .group-hover\:border-\[\#EAC400\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #EAC400;
      }
    }
  }
  .group-hover\:border-\[\#EB00FF\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #EB00FF;
      }
    }
  }
  .group-hover\:border-\[\#EF0000\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #EF0000;
      }
    }
  }
  .group-hover\:border-\[\#FF6B00\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #FF6B00;
      }
    }
  }
  .group-hover\:bg-\[\#C6D3DA\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #C6D3DA;
      }
    }
  }
  .group-hover\:bg-\[\#FAB62F\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #FAB62F;
      }
    }
  }
  .group-hover\:bg-uttaYellow-300 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-uttaYellow-300);
      }
    }
  }
  .group-hover\:bg-linear-to-l {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-gradient-position: to left;
        @supports (background-image: linear-gradient(in lab, red, red)) {
          --tw-gradient-position: to left in oklab;
        }
        background-image: linear-gradient(var(--tw-gradient-stops));
      }
    }
  }
  .group-hover\:from-gray-400 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-gradient-from: var(--color-gray-400);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .group-hover\:text-\[\#00C0B5\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #00C0B5;
      }
    }
  }
  .group-hover\:text-\[\#00C643\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #00C643;
      }
    }
  }
  .group-hover\:text-\[\#3D00A0\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #3D00A0;
      }
    }
  }
  .group-hover\:text-\[\#07DA81\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #07DA81;
      }
    }
  }
  .group-hover\:text-\[\#0742DA\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #0742DA;
      }
    }
  }
  .group-hover\:text-\[\#EAC400\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #EAC400;
      }
    }
  }
  .group-hover\:text-\[\#EB00FF\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #EB00FF;
      }
    }
  }
  .group-hover\:text-\[\#EF0000\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #EF0000;
      }
    }
  }
  .group-hover\:text-\[\#FF6B00\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #FF6B00;
      }
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .group-hover\:text-uttaBlack-900 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-uttaBlack-900);
      }
    }
  }
  .group-hover\:text-uttaYellow-300 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-uttaYellow-300);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:shadow-\[\#00BAF9\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-shadow-color: #00BAF9;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #00BAF9 var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .group-hover\:shadow-\[\#3C5A99\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-shadow-color: #3C5A99;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #3C5A99 var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .group-hover\:shadow-\[\#007AB9\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-shadow-color: #007AB9;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #007AB9 var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .group-hover\:shadow-\[\#62DB77\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-shadow-color: #62DB77;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #62DB77 var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .group-hover\:shadow-\[\#B1B1B1\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-shadow-color: #B1B1B1;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #B1B1B1 var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .group-hover\:shadow-\[\#E03F8A\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-shadow-color: #E03F8A;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #E03F8A var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .group-hover\:shadow-\[\#EC165C\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-shadow-color: #EC165C;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #EC165C var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .group-hover\:shadow-\[\#FF0000\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-shadow-color: #FF0000;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #FF0000 var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .group-hover\:shadow-uttaBlack-900 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-shadow-color: #000000;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, var(--color-uttaBlack-900) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .group-hover\:drop-shadow-\[0px_10px_11px_rgba\(0\,192\,181\,0\.29\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(0,192,181,0.29)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .group-hover\:drop-shadow-\[0px_10px_11px_rgba\(0\,198\,67\,0\.29\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(0,198,67,0.29)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .group-hover\:drop-shadow-\[0px_10px_11px_rgba\(7\,66\,218\,0\.29\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(7,66,218,0.29)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .group-hover\:drop-shadow-\[0px_10px_11px_rgba\(7\,218\,129\,0\.29\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(7,218,129,0.29)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .group-hover\:drop-shadow-\[0px_10px_11px_rgba\(61\,0\,160\,0\.29\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(61,0,160,0.29)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .group-hover\:drop-shadow-\[0px_10px_11px_rgba\(234\,196\,0\,0\.29\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(234,196,0,0.29)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .group-hover\:drop-shadow-\[0px_10px_11px_rgba\(235\,0\,255\,0\.29\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(235,0,255,0.29)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .group-hover\:drop-shadow-\[0px_10px_11px_rgba\(239\,0\,0\,0\.29\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(239,0,0,0.29)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .group-hover\:drop-shadow-\[0px_10px_11px_rgba\(255\,107\,0\,0\.29\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0px 10px 11px var(--tw-drop-shadow-color, rgba(255,107,0,0.29)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .group-hover\/like\:text-rose-600 {
    &:is(:where(.group\/like):hover *) {
      @media (hover: hover) {
        color: var(--color-rose-600);
      }
    }
  }
  .group-\[\.is-active\]\:translate-y-0 {
    &:is(:where(.group):is(.is-active) *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\.is-active\]\:bg-black\/20 {
    &:is(:where(.group):is(.is-active) *) {
      background-color: color-mix(in srgb, #000 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
      }
    }
  }
  .group-\[\.is-active\]\:opacity-0 {
    &:is(:where(.group):is(.is-active) *) {
      opacity: 0%;
    }
  }
  .group-\[\.is-active\]\:opacity-100 {
    &:is(:where(.group):is(.is-active) *) {
      opacity: 100%;
    }
  }
  .peer-focus\:text-black {
    &:is(:where(.peer):focus ~ *) {
      color: var(--color-black);
    }
  }
  .selection\:bg-transparent {
    & *::selection {
      background-color: transparent;
    }
    &::selection {
      background-color: transparent;
    }
  }
  .selection\:bg-clip-content {
    & *::selection {
      background-clip: content-box;
    }
    &::selection {
      background-clip: content-box;
    }
  }
  .selection\:text-gray-400 {
    & *::selection {
      color: var(--color-gray-400);
    }
    &::selection {
      color: var(--color-gray-400);
    }
  }
  .placeholder\:text-sm {
    &::placeholder {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .placeholder\:text-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .placeholder\:transition-all {
    &::placeholder {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:top-\[60px\] {
    &::before {
      content: var(--tw-content);
      top: 60px;
    }
  }
  .before\:right-\[16px\] {
    &::before {
      content: var(--tw-content);
      right: 16px;
    }
  }
  .before\:-bottom-\[2px\] {
    &::before {
      content: var(--tw-content);
      bottom: calc(2px * -1);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:z-10 {
    &::before {
      content: var(--tw-content);
      z-index: 10;
    }
  }
  .before\:flex {
    &::before {
      content: var(--tw-content);
      display: flex;
    }
  }
  .before\:h-\[2px\] {
    &::before {
      content: var(--tw-content);
      height: 2px;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:h-screen {
    &::before {
      content: var(--tw-content);
      height: 100vh;
    }
  }
  .before\:w-\[150px\] {
    &::before {
      content: var(--tw-content);
      width: 150px;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:w-screen {
    &::before {
      content: var(--tw-content);
      width: 100vw;
    }
  }
  .before\:rounded-\[5px\] {
    &::before {
      content: var(--tw-content);
      border-radius: 5px;
    }
  }
  .before\:bg-black {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:h-\[2px\] {
    &::after {
      content: var(--tw-content);
      height: 2px;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:animate-playButton {
    &::after {
      content: var(--tw-content);
      animation: var(--animate-playButton);
    }
  }
  .after\:bg-yellow-500 {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-yellow-500);
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
  }
  .hover\:border-gray-200 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-200);
      }
    }
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:border-uttaBlue-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-uttaBlue-300);
      }
    }
  }
  .hover\:border-uttaYellow-900 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-uttaYellow-900);
      }
    }
  }
  .hover\:border-yellow-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-yellow-300);
      }
    }
  }
  .hover\:bg-\[\#05B977\] {
    &:hover {
      @media (hover: hover) {
        background-color: #05B977;
      }
    }
  }
  .hover\:bg-\[\#61D8B5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #61D8B5;
      }
    }
  }
  .hover\:bg-\[\#D1D6D9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #D1D6D9;
      }
    }
  }
  .hover\:bg-\[\#FAB62F\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FAB62F;
      }
    }
  }
  .hover\:bg-\[\#FDE2B2\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FDE2B2;
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-uttaBlue-300 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-uttaBlue-300);
      }
    }
  }
  .hover\:bg-uttaYellow-900 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-uttaYellow-900);
      }
    }
  }
  .hover\:bg-uttaYellow-950 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-uttaYellow-950);
      }
    }
  }
  .hover\:bg-linear-to-r {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-position: to right;
        @supports (background-image: linear-gradient(in lab, red, red)) {
          --tw-gradient-position: to right in oklab;
        }
        background-image: linear-gradient(var(--tw-gradient-stops));
      }
    }
  }
  .hover\:from-\[\#FFDF63\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-from: #FFDF63;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:to-\[\#FFA700\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-to: #FFA700;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:text-\[14px\] {
    &:hover {
      @media (hover: hover) {
        font-size: 14px;
      }
    }
  }
  .hover\:text-\[\#009DF3\] {
    &:hover {
      @media (hover: hover) {
        color: #009DF3;
      }
    }
  }
  .hover\:text-\[\#F5A623\] {
    &:hover {
      @media (hover: hover) {
        color: #F5A623;
      }
    }
  }
  .hover\:text-\[\#FFA700\] {
    &:hover {
      @media (hover: hover) {
        color: #FFA700;
      }
    }
  }
  .hover\:text-\[white\] {
    &:hover {
      @media (hover: hover) {
        color: white;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-gray-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-400);
      }
    }
  }
  .hover\:text-gray-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-800);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:text-uttaYellow-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-uttaYellow-900);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
      }
    }
  }
  .hover\:ring-uttaYellow-950\/70 {
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: color-mix(in srgb, #fab62f 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-uttaYellow-950) 70%, transparent);
        }
      }
    }
  }
  .hover\:grayscale-0 {
    &:hover {
      @media (hover: hover) {
        --tw-grayscale: grayscale(0%);
        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,);
      }
    }
  }
  .focus\:ml-\[15px\] {
    &:focus {
      margin-left: 15px;
    }
  }
  .focus\:border-black {
    &:focus {
      border-color: var(--color-black);
    }
  }
  .focus\:border-uttaBlue-700 {
    &:focus {
      border-color: var(--color-uttaBlue-700);
    }
  }
  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }
  .focus\:placeholder-black {
    &:focus {
      &::placeholder {
        color: var(--color-black);
      }
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus-visible\:outline-hidden {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .active\:bg-\[\#04AB64\] {
    &:active {
      background-color: #04AB64;
    }
  }
  .max-lg\:mx-auto {
    @media (width < 1200px) {
      margin-inline: auto;
    }
  }
  .max-lg\:mb-8 {
    @media (width < 1200px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-lg\:px-4 {
    @media (width < 1200px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:py-14 {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .max-lg\:pt-10 {
    @media (width < 1200px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:pb-0 {
    @media (width < 1200px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:text-center {
    @media (width < 1200px) {
      text-align: center;
    }
  }
  .xs\:h-\[250px\] {
    @media (width >= 700px) {
      height: 250px;
    }
  }
  .xs\:w-\[150px\] {
    @media (width >= 700px) {
      width: 150px;
    }
  }
  .xs\:w-\[155px\]\! {
    @media (width >= 700px) {
      width: 155px !important;
    }
  }
  .xs\:w-\[190px\]\! {
    @media (width >= 700px) {
      width: 190px !important;
    }
  }
  .xs\:w-\[265px\] {
    @media (width >= 700px) {
      width: 265px;
    }
  }
  .xs\:w-auto {
    @media (width >= 700px) {
      width: auto;
    }
  }
  .xs\:max-w-60 {
    @media (width >= 700px) {
      max-width: calc(var(--spacing) * 60);
    }
  }
  .xs\:grid-cols-3 {
    @media (width >= 700px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xs\:flex-row {
    @media (width >= 700px) {
      flex-direction: row;
    }
  }
  .xs\:justify-between {
    @media (width >= 700px) {
      justify-content: space-between;
    }
  }
  .xs\:self-center {
    @media (width >= 700px) {
      align-self: center;
    }
  }
  .xs\:px-8 {
    @media (width >= 700px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .xs\:pb-2 {
    @media (width >= 700px) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .xs\:text-2xl {
    @media (width >= 700px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xs\:text-base {
    @media (width >= 700px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xs\:text-\[4\.4vw\] {
    @media (width >= 700px) {
      font-size: 4.4vw;
    }
  }
  .xs\:text-\[4\.6vw\] {
    @media (width >= 700px) {
      font-size: 4.6vw;
    }
  }
  .sm\:left-\[60px\] {
    @media (width >= 800px) {
      left: 60px;
    }
  }
  .sm\:mt-0 {
    @media (width >= 800px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-8 {
    @media (width >= 800px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:mt-20 {
    @media (width >= 800px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .sm\:mr-\[20px\] {
    @media (width >= 800px) {
      margin-right: 20px;
    }
  }
  .sm\:block {
    @media (width >= 800px) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 800px) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 800px) {
      display: none;
    }
  }
  .sm\:h-5 {
    @media (width >= 800px) {
      height: calc(var(--spacing) * 5);
    }
  }
  .sm\:h-7 {
    @media (width >= 800px) {
      height: calc(var(--spacing) * 7);
    }
  }
  .sm\:h-12 {
    @media (width >= 800px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .sm\:h-14 {
    @media (width >= 800px) {
      height: calc(var(--spacing) * 14);
    }
  }
  .sm\:h-\[72\%\] {
    @media (width >= 800px) {
      height: 72%;
    }
  }
  .sm\:h-\[140px\] {
    @media (width >= 800px) {
      height: 140px;
    }
  }
  .sm\:h-\[150px\] {
    @media (width >= 800px) {
      height: 150px;
    }
  }
  .sm\:min-h-\[55vh\] {
    @media (width >= 800px) {
      min-height: 55vh;
    }
  }
  .sm\:min-h-\[340px\] {
    @media (width >= 800px) {
      min-height: 340px;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 800px) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-5 {
    @media (width >= 800px) {
      width: calc(var(--spacing) * 5);
    }
  }
  .sm\:w-7 {
    @media (width >= 800px) {
      width: calc(var(--spacing) * 7);
    }
  }
  .sm\:w-12 {
    @media (width >= 800px) {
      width: calc(var(--spacing) * 12);
    }
  }
  .sm\:w-14 {
    @media (width >= 800px) {
      width: calc(var(--spacing) * 14);
    }
  }
  .sm\:w-\[60\%\] {
    @media (width >= 800px) {
      width: 60%;
    }
  }
  .sm\:w-\[300px\] {
    @media (width >= 800px) {
      width: 300px;
    }
  }
  .sm\:w-\[350px\] {
    @media (width >= 800px) {
      width: 350px;
    }
  }
  .sm\:w-\[360px\] {
    @media (width >= 800px) {
      width: 360px;
    }
  }
  .sm\:w-\[400px\] {
    @media (width >= 800px) {
      width: 400px;
    }
  }
  .sm\:w-\[450px\] {
    @media (width >= 800px) {
      width: 450px;
    }
  }
  .sm\:min-w-\[360px\] {
    @media (width >= 800px) {
      min-width: 360px;
    }
  }
  .sm\:min-w-\[400px\] {
    @media (width >= 800px) {
      min-width: 400px;
    }
  }
  .sm\:basis-1\/2 {
    @media (width >= 800px) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .sm\:scale-90 {
    @media (width >= 800px) {
      --tw-scale-x: 90%;
      --tw-scale-y: 90%;
      --tw-scale-z: 90%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:scale-100 {
    @media (width >= 800px) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:flex-row {
    @media (width >= 800px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 800px) {
      align-items: center;
    }
  }
  .sm\:gap-5 {
    @media (width >= 800px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-10 {
    @media (width >= 800px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:gap-\[100px\] {
    @media (width >= 800px) {
      gap: 100px;
    }
  }
  .sm\:rounded-\[15px\] {
    @media (width >= 800px) {
      border-radius: 15px;
    }
  }
  .sm\:bg-uttaYellow-700 {
    @media (width >= 800px) {
      background-color: var(--color-uttaYellow-700);
    }
  }
  .sm\:bg-white {
    @media (width >= 800px) {
      background-color: var(--color-white);
    }
  }
  .sm\:p-4 {
    @media (width >= 800px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-6 {
    @media (width >= 800px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-\[45px\] {
    @media (width >= 800px) {
      padding-inline: 45px;
    }
  }
  .sm\:py-3 {
    @media (width >= 800px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .sm\:pt-0 {
    @media (width >= 800px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:pt-\[70px\] {
    @media (width >= 800px) {
      padding-top: 70px;
    }
  }
  .sm\:text-justify {
    @media (width >= 800px) {
      text-align: justify;
    }
  }
  .sm\:text-2xl {
    @media (width >= 800px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 800px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 800px) {
      font-size: 18px;
    }
  }
  .sm\:text-\[25px\] {
    @media (width >= 800px) {
      font-size: 25px;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 800px) {
      font-size: 32px;
    }
  }
  .sm\:font-extrabold {
    @media (width >= 800px) {
      --tw-font-weight: var(--font-weight-extrabold);
      font-weight: var(--font-weight-extrabold);
    }
  }
  .sm\:group-hover\:bg-uttaYellow-900 {
    @media (width >= 800px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          background-color: var(--color-uttaYellow-900);
        }
      }
    }
  }
  .md\:top-1\/2 {
    @media (width >= 940px) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:top-\[10\%\] {
    @media (width >= 940px) {
      top: 10%;
    }
  }
  .md\:top-\[33vh\] {
    @media (width >= 940px) {
      top: 33vh;
    }
  }
  .md\:right-\[99\%\] {
    @media (width >= 940px) {
      right: 99%;
    }
  }
  .md\:-left-\[5\%\] {
    @media (width >= 940px) {
      left: calc(5% * -1);
    }
  }
  .md\:left-0 {
    @media (width >= 940px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:left-\[-10\%\] {
    @media (width >= 940px) {
      left: -10%;
    }
  }
  .md\:order-0 {
    @media (width >= 940px) {
      order: 0;
    }
  }
  .md\:order-1 {
    @media (width >= 940px) {
      order: 1;
    }
  }
  .md\:col-span-6 {
    @media (width >= 940px) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:mx-auto {
    @media (width >= 940px) {
      margin-inline: auto;
    }
  }
  .md\:my-28 {
    @media (width >= 940px) {
      margin-block: calc(var(--spacing) * 28);
    }
  }
  .md\:mt-0 {
    @media (width >= 940px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-10 {
    @media (width >= 940px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mr-0 {
    @media (width >= 940px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .md\:mr-5 {
    @media (width >= 940px) {
      margin-right: calc(var(--spacing) * 5);
    }
  }
  .md\:mr-auto {
    @media (width >= 940px) {
      margin-right: auto;
    }
  }
  .md\:mb-1 {
    @media (width >= 940px) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .md\:mb-5 {
    @media (width >= 940px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-8 {
    @media (width >= 940px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:ml-0 {
    @media (width >= 940px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 940px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 940px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 940px) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 940px) {
      display: inline-block;
    }
  }
  .md\:h-8 {
    @media (width >= 940px) {
      height: calc(var(--spacing) * 8);
    }
  }
  .md\:h-14 {
    @media (width >= 940px) {
      height: calc(var(--spacing) * 14);
    }
  }
  .md\:h-16 {
    @media (width >= 940px) {
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:h-20 {
    @media (width >= 940px) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 940px) {
      height: 60px;
    }
  }
  .md\:h-\[80\%\] {
    @media (width >= 940px) {
      height: 80%;
    }
  }
  .md\:h-\[115px\] {
    @media (width >= 940px) {
      height: 115px;
    }
  }
  .md\:h-\[140px\] {
    @media (width >= 940px) {
      height: 140px;
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 940px) {
      height: 200px;
    }
  }
  .md\:h-\[218px\] {
    @media (width >= 940px) {
      height: 218px;
    }
  }
  .md\:h-\[235px\] {
    @media (width >= 940px) {
      height: 235px;
    }
  }
  .md\:h-full {
    @media (width >= 940px) {
      height: 100%;
    }
  }
  .md\:min-h-\[120px\] {
    @media (width >= 940px) {
      min-height: 120px;
    }
  }
  .md\:min-h-\[170px\] {
    @media (width >= 940px) {
      min-height: 170px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 940px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 940px) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-2\/5 {
    @media (width >= 940px) {
      width: calc(2/5 * 100%);
    }
  }
  .md\:w-8 {
    @media (width >= 940px) {
      width: calc(var(--spacing) * 8);
    }
  }
  .md\:w-14 {
    @media (width >= 940px) {
      width: calc(var(--spacing) * 14);
    }
  }
  .md\:w-16 {
    @media (width >= 940px) {
      width: calc(var(--spacing) * 16);
    }
  }
  .md\:w-20 {
    @media (width >= 940px) {
      width: calc(var(--spacing) * 20);
    }
  }
  .md\:w-\[33\.33\%\] {
    @media (width >= 940px) {
      width: 33.33%;
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 940px) {
      width: 50%;
    }
  }
  .md\:w-\[50vw\] {
    @media (width >= 940px) {
      width: 50vw;
    }
  }
  .md\:w-\[70vw\] {
    @media (width >= 940px) {
      width: 70vw;
    }
  }
  .md\:w-\[85vw\] {
    @media (width >= 940px) {
      width: 85vw;
    }
  }
  .md\:w-\[120px\] {
    @media (width >= 940px) {
      width: 120px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 940px) {
      width: 200px;
    }
  }
  .md\:w-\[405px\] {
    @media (width >= 940px) {
      width: 405px;
    }
  }
  .md\:w-\[calc\(50\%-10px\)\] {
    @media (width >= 940px) {
      width: calc(50% - 10px);
    }
  }
  .md\:w-auto {
    @media (width >= 940px) {
      width: auto;
    }
  }
  .md\:w-fit {
    @media (width >= 940px) {
      width: fit-content;
    }
  }
  .md\:max-w-\[750px\] {
    @media (width >= 940px) {
      max-width: 750px;
    }
  }
  .md\:min-w-\[205px\] {
    @media (width >= 940px) {
      min-width: 205px;
    }
  }
  .md\:min-w-\[480px\] {
    @media (width >= 940px) {
      min-width: 480px;
    }
  }
  .md\:basis-1\/3 {
    @media (width >= 940px) {
      flex-basis: calc(1/3 * 100%);
    }
  }
  .md\:basis-2\/3 {
    @media (width >= 940px) {
      flex-basis: calc(2/3 * 100%);
    }
  }
  .md\:basis-\[30\%\] {
    @media (width >= 940px) {
      flex-basis: 30%;
    }
  }
  .md\:basis-\[70\%\] {
    @media (width >= 940px) {
      flex-basis: 70%;
    }
  }
  .md\:scale-x-\[-1\] {
    @media (width >= 940px) {
      --tw-scale-x: -1;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 940px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 940px) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 940px) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-end {
    @media (width >= 940px) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 940px) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 940px) {
      justify-content: space-between;
    }
  }
  .md\:justify-center\! {
    @media (width >= 940px) {
      justify-content: center !important;
    }
  }
  .md\:justify-end {
    @media (width >= 940px) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 940px) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 940px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-2 {
    @media (width >= 940px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-3 {
    @media (width >= 940px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-5 {
    @media (width >= 940px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-10 {
    @media (width >= 940px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[15px\] {
    @media (width >= 940px) {
      gap: 15px;
    }
  }
  .md\:gap-\[80px\] {
    @media (width >= 940px) {
      gap: 80px;
    }
  }
  .md\:gap-\[150px\] {
    @media (width >= 940px) {
      gap: 150px;
    }
  }
  .md\:gap-x-\[50px\] {
    @media (width >= 940px) {
      column-gap: 50px;
    }
  }
  .md\:gap-x-\[100px\] {
    @media (width >= 940px) {
      column-gap: 100px;
    }
  }
  .md\:gap-y-20 {
    @media (width >= 940px) {
      row-gap: calc(var(--spacing) * 20);
    }
  }
  .md\:rounded-\[100px\] {
    @media (width >= 940px) {
      border-radius: 100px;
    }
  }
  .md\:p-0 {
    @media (width >= 940px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-2 {
    @media (width >= 940px) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .md\:p-3 {
    @media (width >= 940px) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .md\:p-4 {
    @media (width >= 940px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:px-0 {
    @media (width >= 940px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-2 {
    @media (width >= 940px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:px-3 {
    @media (width >= 940px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:px-3\! {
    @media (width >= 940px) {
      padding-inline: calc(var(--spacing) * 3) !important;
    }
  }
  .md\:px-4 {
    @media (width >= 940px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-10 {
    @media (width >= 940px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-16 {
    @media (width >= 940px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:px-\[100px\] {
    @media (width >= 940px) {
      padding-inline: 100px;
    }
  }
  .md\:py-0 {
    @media (width >= 940px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-5\! {
    @media (width >= 940px) {
      padding-block: calc(var(--spacing) * 5) !important;
    }
  }
  .md\:py-10 {
    @media (width >= 940px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-14\! {
    @media (width >= 940px) {
      padding-block: calc(var(--spacing) * 14) !important;
    }
  }
  .md\:py-28 {
    @media (width >= 940px) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:pb-0 {
    @media (width >= 940px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-28 {
    @media (width >= 940px) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .md\:pb-\[70px\]\! {
    @media (width >= 940px) {
      padding-bottom: 70px !important;
    }
  }
  .md\:text-justify {
    @media (width >= 940px) {
      text-align: justify;
    }
  }
  .md\:text-right {
    @media (width >= 940px) {
      text-align: right;
    }
  }
  .md\:text-start {
    @media (width >= 940px) {
      text-align: start;
    }
  }
  .md\:text-2xl {
    @media (width >= 940px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 940px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 940px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 940px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 940px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 940px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 940px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-xs {
    @media (width >= 940px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 940px) {
      font-size: 14px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 940px) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 940px) {
      font-size: 20px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 940px) {
      font-size: 22px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 940px) {
      font-size: 28px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 940px) {
      font-size: 30px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 940px) {
      font-size: 36px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 940px) {
      font-size: 40px;
    }
  }
  .md\:text-\[50px\] {
    @media (width >= 940px) {
      font-size: 50px;
    }
  }
  .md\:text-\[60px\] {
    @media (width >= 940px) {
      font-size: 60px;
    }
  }
  .md\:text-heading2 {
    @media (width >= 940px) {
      font-size: var(--text-heading2);
    }
  }
  .md\:text-heading3 {
    @media (width >= 940px) {
      font-size: var(--text-heading3);
    }
  }
  .md\:leading-8 {
    @media (width >= 940px) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .md\:whitespace-nowrap {
    @media (width >= 940px) {
      white-space: nowrap;
    }
  }
  .md\:text-gray-500 {
    @media (width >= 940px) {
      color: var(--color-gray-500);
    }
  }
  .md\:shadow-lg {
    @media (width >= 940px) {
      --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);
    }
  }
  .lg\:absolute {
    @media (width >= 1200px) {
      position: absolute;
    }
  }
  .lg\:-top-8 {
    @media (width >= 1200px) {
      top: calc(var(--spacing) * -8);
    }
  }
  .lg\:-top-10 {
    @media (width >= 1200px) {
      top: calc(var(--spacing) * -10);
    }
  }
  .lg\:-top-12 {
    @media (width >= 1200px) {
      top: calc(var(--spacing) * -12);
    }
  }
  .lg\:-top-20 {
    @media (width >= 1200px) {
      top: calc(var(--spacing) * -20);
    }
  }
  .lg\:-top-\[10px\] {
    @media (width >= 1200px) {
      top: calc(10px * -1);
    }
  }
  .lg\:-top-\[34px\] {
    @media (width >= 1200px) {
      top: calc(34px * -1);
    }
  }
  .lg\:-top-\[90px\] {
    @media (width >= 1200px) {
      top: calc(90px * -1);
    }
  }
  .lg\:-top-\[238px\] {
    @media (width >= 1200px) {
      top: calc(238px * -1);
    }
  }
  .lg\:top-0 {
    @media (width >= 1200px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-10 {
    @media (width >= 1200px) {
      top: calc(var(--spacing) * 10);
    }
  }
  .lg\:top-\[-6px\] {
    @media (width >= 1200px) {
      top: -6px;
    }
  }
  .lg\:top-\[35vh\] {
    @media (width >= 1200px) {
      top: 35vh;
    }
  }
  .lg\:top-\[45vh\] {
    @media (width >= 1200px) {
      top: 45vh;
    }
  }
  .lg\:top-\[60px\] {
    @media (width >= 1200px) {
      top: 60px;
    }
  }
  .lg\:top-full {
    @media (width >= 1200px) {
      top: 100%;
    }
  }
  .lg\:-right-8\! {
    @media (width >= 1200px) {
      right: calc(var(--spacing) * -8) !important;
    }
  }
  .lg\:right-1\/5 {
    @media (width >= 1200px) {
      right: calc(1/5 * 100%);
    }
  }
  .lg\:right-\[-6px\] {
    @media (width >= 1200px) {
      right: -6px;
    }
  }
  .lg\:right-\[-30px\] {
    @media (width >= 1200px) {
      right: -30px;
    }
  }
  .lg\:right-\[36px\] {
    @media (width >= 1200px) {
      right: 36px;
    }
  }
  .lg\:right-\[37px\] {
    @media (width >= 1200px) {
      right: 37px;
    }
  }
  .lg\:right-\[46\%\] {
    @media (width >= 1200px) {
      right: 46%;
    }
  }
  .lg\:right-\[60\%\] {
    @media (width >= 1200px) {
      right: 60%;
    }
  }
  .lg\:right-\[64\%\] {
    @media (width >= 1200px) {
      right: 64%;
    }
  }
  .lg\:right-\[67px\] {
    @media (width >= 1200px) {
      right: 67px;
    }
  }
  .lg\:right-\[95\%\] {
    @media (width >= 1200px) {
      right: 95%;
    }
  }
  .lg\:right-\[105px\] {
    @media (width >= 1200px) {
      right: 105px;
    }
  }
  .lg\:right-\[176px\] {
    @media (width >= 1200px) {
      right: 176px;
    }
  }
  .lg\:right-\[404px\] {
    @media (width >= 1200px) {
      right: 404px;
    }
  }
  .lg\:right-\[440px\] {
    @media (width >= 1200px) {
      right: 440px;
    }
  }
  .lg\:right-full {
    @media (width >= 1200px) {
      right: 100%;
    }
  }
  .lg\:-bottom-\[17px\] {
    @media (width >= 1200px) {
      bottom: calc(17px * -1);
    }
  }
  .lg\:bottom-0 {
    @media (width >= 1200px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:bottom-16 {
    @media (width >= 1200px) {
      bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:bottom-\[-2\%\] {
    @media (width >= 1200px) {
      bottom: -2%;
    }
  }
  .lg\:bottom-\[-6px\] {
    @media (width >= 1200px) {
      bottom: -6px;
    }
  }
  .lg\:bottom-\[-17vh\] {
    @media (width >= 1200px) {
      bottom: -17vh;
    }
  }
  .lg\:bottom-\[5px\] {
    @media (width >= 1200px) {
      bottom: 5px;
    }
  }
  .lg\:bottom-\[20px\] {
    @media (width >= 1200px) {
      bottom: 20px;
    }
  }
  .lg\:bottom-\[23px\] {
    @media (width >= 1200px) {
      bottom: 23px;
    }
  }
  .lg\:-left-2\/4 {
    @media (width >= 1200px) {
      left: calc(calc(2/4 * 100%) * -1);
    }
  }
  .lg\:left-0 {
    @media (width >= 1200px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-1\/2 {
    @media (width >= 1200px) {
      left: calc(1/2 * 100%);
    }
  }
  .lg\:left-14 {
    @media (width >= 1200px) {
      left: calc(var(--spacing) * 14);
    }
  }
  .lg\:left-\[-6px\] {
    @media (width >= 1200px) {
      left: -6px;
    }
  }
  .lg\:left-\[-30px\] {
    @media (width >= 1200px) {
      left: -30px;
    }
  }
  .lg\:left-\[70px\] {
    @media (width >= 1200px) {
      left: 70px;
    }
  }
  .lg\:left-\[105px\] {
    @media (width >= 1200px) {
      left: 105px;
    }
  }
  .lg\:left-\[176px\] {
    @media (width >= 1200px) {
      left: 176px;
    }
  }
  .lg\:left-\[404px\] {
    @media (width >= 1200px) {
      left: 404px;
    }
  }
  .lg\:left-\[440px\] {
    @media (width >= 1200px) {
      left: 440px;
    }
  }
  .lg\:z-20 {
    @media (width >= 1200px) {
      z-index: 20;
    }
  }
  .lg\:order-0 {
    @media (width >= 1200px) {
      order: 0;
    }
  }
  .lg\:order-1 {
    @media (width >= 1200px) {
      order: 1;
    }
  }
  .lg\:order-first {
    @media (width >= 1200px) {
      order: -9999;
    }
  }
  .lg\:order-last {
    @media (width >= 1200px) {
      order: 9999;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 1200px) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1200px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:container {
    @media (width >= 1200px) {
      width: 100%;
      @media (width >= 700px) {
        max-width: 700px;
      }
      @media (width >= 800px) {
        max-width: 800px;
      }
      @media (width >= 940px) {
        max-width: 940px;
      }
      @media (width >= 1200px) {
        max-width: 1200px;
      }
      @media (width >= 1450px) {
        max-width: 1450px;
      }
    }
  }
  .lg\:container {
    @media (width >= 1200px) {
      margin-inline: auto;
      padding-inline: 1rem;
    }
  }
  .lg\:mx-auto {
    @media (width >= 1200px) {
      margin-inline: auto;
    }
  }
  .lg\:my-0 {
    @media (width >= 1200px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:my-40 {
    @media (width >= 1200px) {
      margin-block: calc(var(--spacing) * 40);
    }
  }
  .lg\:my-\[100px\] {
    @media (width >= 1200px) {
      margin-block: 100px;
    }
  }
  .lg\:-mt-8 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * -8);
    }
  }
  .lg\:-mt-10 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * -10);
    }
  }
  .lg\:-mt-20 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * -20);
    }
  }
  .lg\:-mt-40 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * -40);
    }
  }
  .lg\:-mt-\[35px\] {
    @media (width >= 1200px) {
      margin-top: calc(35px * -1);
    }
  }
  .lg\:mt-0 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-1 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 1);
    }
  }
  .lg\:mt-4 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:mt-5 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-6 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:mt-8 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-10 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-14 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:mt-20 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-28 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 28);
    }
  }
  .lg\:mt-40 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .lg\:mt-\[15px\] {
    @media (width >= 1200px) {
      margin-top: 15px;
    }
  }
  .lg\:mt-\[20px\] {
    @media (width >= 1200px) {
      margin-top: 20px;
    }
  }
  .lg\:mt-\[37vh\] {
    @media (width >= 1200px) {
      margin-top: 37vh;
    }
  }
  .lg\:mt-\[100px\] {
    @media (width >= 1200px) {
      margin-top: 100px;
    }
  }
  .lg\:mt-\[200px\] {
    @media (width >= 1200px) {
      margin-top: 200px;
    }
  }
  .lg\:mt-auto {
    @media (width >= 1200px) {
      margin-top: auto;
    }
  }
  .lg\:mr-0 {
    @media (width >= 1200px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:mr-auto {
    @media (width >= 1200px) {
      margin-right: auto;
    }
  }
  .lg\:mb-0 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-2 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:mb-4 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:mb-5 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:mb-10 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-14 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:mb-20 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:mb-40 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 40);
    }
  }
  .lg\:ml-\[-75px\] {
    @media (width >= 1200px) {
      margin-left: -75px;
    }
  }
  .lg\:line-clamp-none {
    @media (width >= 1200px) {
      overflow: visible;
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-line-clamp: unset;
    }
  }
  .lg\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1200px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 1200px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 1200px) {
      display: inline-block;
    }
  }
  .lg\:size-40 {
    @media (width >= 1200px) {
      width: calc(var(--spacing) * 40);
      height: calc(var(--spacing) * 40);
    }
  }
  .lg\:h-3 {
    @media (width >= 1200px) {
      height: calc(var(--spacing) * 3);
    }
  }
  .lg\:h-3\/4 {
    @media (width >= 1200px) {
      height: calc(3/4 * 100%);
    }
  }
  .lg\:h-\[3\.5cqi\] {
    @media (width >= 1200px) {
      height: 3.5cqi;
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 1200px) {
      height: 50px;
    }
  }
  .lg\:h-\[65\%\] {
    @media (width >= 1200px) {
      height: 65%;
    }
  }
  .lg\:h-\[68\%\] {
    @media (width >= 1200px) {
      height: 68%;
    }
  }
  .lg\:h-\[75\%\] {
    @media (width >= 1200px) {
      height: 75%;
    }
  }
  .lg\:h-\[75vh\] {
    @media (width >= 1200px) {
      height: 75vh;
    }
  }
  .lg\:h-\[81\%\] {
    @media (width >= 1200px) {
      height: 81%;
    }
  }
  .lg\:h-\[85\%\] {
    @media (width >= 1200px) {
      height: 85%;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 1200px) {
      height: 100px;
    }
  }
  .lg\:h-\[120vh\] {
    @media (width >= 1200px) {
      height: 120vh;
    }
  }
  .lg\:h-\[150px\] {
    @media (width >= 1200px) {
      height: 150px;
    }
  }
  .lg\:h-\[170px\] {
    @media (width >= 1200px) {
      height: 170px;
    }
  }
  .lg\:h-\[207\%\] {
    @media (width >= 1200px) {
      height: 207%;
    }
  }
  .lg\:h-\[218px\] {
    @media (width >= 1200px) {
      height: 218px;
    }
  }
  .lg\:h-\[225px\] {
    @media (width >= 1200px) {
      height: 225px;
    }
  }
  .lg\:h-\[260px\] {
    @media (width >= 1200px) {
      height: 260px;
    }
  }
  .lg\:h-\[320px\] {
    @media (width >= 1200px) {
      height: 320px;
    }
  }
  .lg\:h-\[calc\(100svh-20px\)\] {
    @media (width >= 1200px) {
      height: calc(100svh - 20px);
    }
  }
  .lg\:h-\[calc\(100svh-72px\)\] {
    @media (width >= 1200px) {
      height: calc(100svh - 72px);
    }
  }
  .lg\:h-\[calc\(100vh-105px\)\] {
    @media (width >= 1200px) {
      height: calc(100vh - 105px);
    }
  }
  .lg\:h-\[calc\(100vh-205px\)\] {
    @media (width >= 1200px) {
      height: calc(100vh - 205px);
    }
  }
  .lg\:h-auto {
    @media (width >= 1200px) {
      height: auto;
    }
  }
  .lg\:h-full {
    @media (width >= 1200px) {
      height: 100%;
    }
  }
  .lg\:h-screen {
    @media (width >= 1200px) {
      height: 100vh;
    }
  }
  .lg\:max-h-\[160px\] {
    @media (width >= 1200px) {
      max-height: 160px;
    }
  }
  .lg\:max-h-\[170px\] {
    @media (width >= 1200px) {
      max-height: 170px;
    }
  }
  .lg\:max-h-\[360px\] {
    @media (width >= 1200px) {
      max-height: 360px;
    }
  }
  .lg\:max-h-\[400px\] {
    @media (width >= 1200px) {
      max-height: 400px;
    }
  }
  .lg\:min-h-\[35vh\] {
    @media (width >= 1200px) {
      min-height: 35vh;
    }
  }
  .lg\:min-h-\[45vh\] {
    @media (width >= 1200px) {
      min-height: 45vh;
    }
  }
  .lg\:min-h-\[48px\] {
    @media (width >= 1200px) {
      min-height: 48px;
    }
  }
  .lg\:min-h-\[70vh\] {
    @media (width >= 1200px) {
      min-height: 70vh;
    }
  }
  .lg\:min-h-\[100px\] {
    @media (width >= 1200px) {
      min-height: 100px;
    }
  }
  .lg\:min-h-\[320px\] {
    @media (width >= 1200px) {
      min-height: 320px;
    }
  }
  .lg\:min-h-\[330px\] {
    @media (width >= 1200px) {
      min-height: 330px;
    }
  }
  .lg\:min-h-\[370px\] {
    @media (width >= 1200px) {
      min-height: 370px;
    }
  }
  .lg\:min-h-\[500px\] {
    @media (width >= 1200px) {
      min-height: 500px;
    }
  }
  .lg\:min-h-screen {
    @media (width >= 1200px) {
      min-height: 100vh;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1200px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 1200px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 1200px) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 1200px) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 1200px) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:w-3 {
    @media (width >= 1200px) {
      width: calc(var(--spacing) * 3);
    }
  }
  .lg\:w-3\/12 {
    @media (width >= 1200px) {
      width: calc(3/12 * 100%);
    }
  }
  .lg\:w-\[10px\] {
    @media (width >= 1200px) {
      width: 10px;
    }
  }
  .lg\:w-\[18\%\]\! {
    @media (width >= 1200px) {
      width: 18% !important;
    }
  }
  .lg\:w-\[26px\] {
    @media (width >= 1200px) {
      width: 26px;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 1200px) {
      width: 40%;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 1200px) {
      width: 45%;
    }
  }
  .lg\:w-\[50px\] {
    @media (width >= 1200px) {
      width: 50px;
    }
  }
  .lg\:w-\[58vh\] {
    @media (width >= 1200px) {
      width: 58vh;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 1200px) {
      width: 60%;
    }
  }
  .lg\:w-\[60px\] {
    @media (width >= 1200px) {
      width: 60px;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 1200px) {
      width: 70%;
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 1200px) {
      width: 75%;
    }
  }
  .lg\:w-\[75vw\] {
    @media (width >= 1200px) {
      width: 75vw;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 1200px) {
      width: 80%;
    }
  }
  .lg\:w-\[80px\] {
    @media (width >= 1200px) {
      width: 80px;
    }
  }
  .lg\:w-\[100px\] {
    @media (width >= 1200px) {
      width: 100px;
    }
  }
  .lg\:w-\[180px\] {
    @media (width >= 1200px) {
      width: 180px;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 1200px) {
      width: 200px;
    }
  }
  .lg\:w-\[240px\] {
    @media (width >= 1200px) {
      width: 240px;
    }
  }
  .lg\:w-\[240px\]\! {
    @media (width >= 1200px) {
      width: 240px !important;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 1200px) {
      width: 250px;
    }
  }
  .lg\:w-\[260px\] {
    @media (width >= 1200px) {
      width: 260px;
    }
  }
  .lg\:w-\[266px\] {
    @media (width >= 1200px) {
      width: 266px;
    }
  }
  .lg\:w-\[320px\] {
    @media (width >= 1200px) {
      width: 320px;
    }
  }
  .lg\:w-\[340px\] {
    @media (width >= 1200px) {
      width: 340px;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 1200px) {
      width: 400px;
    }
  }
  .lg\:w-\[450px\] {
    @media (width >= 1200px) {
      width: 450px;
    }
  }
  .lg\:w-\[485px\] {
    @media (width >= 1200px) {
      width: 485px;
    }
  }
  .lg\:w-\[645px\]\! {
    @media (width >= 1200px) {
      width: 645px !important;
    }
  }
  .lg\:w-\[calc\(100\%-200px\)\] {
    @media (width >= 1200px) {
      width: calc(100% - 200px);
    }
  }
  .lg\:w-auto {
    @media (width >= 1200px) {
      width: auto;
    }
  }
  .lg\:w-fit {
    @media (width >= 1200px) {
      width: fit-content;
    }
  }
  .lg\:w-full {
    @media (width >= 1200px) {
      width: 100%;
    }
  }
  .lg\:w-screen {
    @media (width >= 1200px) {
      width: 100vw;
    }
  }
  .lg\:max-w-\[80px\] {
    @media (width >= 1200px) {
      max-width: 80px;
    }
  }
  .lg\:max-w-\[1000px\] {
    @media (width >= 1200px) {
      max-width: 1000px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 1200px) {
      max-width: 100%;
    }
  }
  .lg\:min-w-\[100px\] {
    @media (width >= 1200px) {
      min-width: 100px;
    }
  }
  .lg\:min-w-\[140px\] {
    @media (width >= 1200px) {
      min-width: 140px;
    }
  }
  .lg\:min-w-\[200px\] {
    @media (width >= 1200px) {
      min-width: 200px;
    }
  }
  .lg\:min-w-\[400px\] {
    @media (width >= 1200px) {
      min-width: 400px;
    }
  }
  .lg\:flex-none {
    @media (width >= 1200px) {
      flex: none;
    }
  }
  .lg\:basis-0 {
    @media (width >= 1200px) {
      flex-basis: calc(var(--spacing) * 0);
    }
  }
  .lg\:basis-1\/2 {
    @media (width >= 1200px) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .lg\:basis-2\/3 {
    @media (width >= 1200px) {
      flex-basis: calc(2/3 * 100%);
    }
  }
  .lg\:basis-6\/12 {
    @media (width >= 1200px) {
      flex-basis: calc(6/12 * 100%);
    }
  }
  .lg\:basis-\[40\%\] {
    @media (width >= 1200px) {
      flex-basis: 40%;
    }
  }
  .lg\:basis-\[60\%\] {
    @media (width >= 1200px) {
      flex-basis: 60%;
    }
  }
  .lg\:basis-\[77\%\] {
    @media (width >= 1200px) {
      flex-basis: 77%;
    }
  }
  .lg\:basis-auto {
    @media (width >= 1200px) {
      flex-basis: auto;
    }
  }
  .lg\:-translate-x-1\/2 {
    @media (width >= 1200px) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-1\/2\! {
    @media (width >= 1200px) {
      --tw-translate-y: calc(1/2 * 100%) !important;
      translate: var(--tw-translate-x) var(--tw-translate-y) !important;
    }
  }
  .lg\:scale-0 {
    @media (width >= 1200px) {
      --tw-scale-x: 0%;
      --tw-scale-y: 0%;
      --tw-scale-z: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:scale-90 {
    @media (width >= 1200px) {
      --tw-scale-x: 90%;
      --tw-scale-y: 90%;
      --tw-scale-z: 90%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:-rotate-45 {
    @media (width >= 1200px) {
      rotate: calc(45deg * -1);
    }
  }
  .lg\:-rotate-60 {
    @media (width >= 1200px) {
      rotate: calc(60deg * -1);
    }
  }
  .lg\:skew-x-110 {
    @media (width >= 1200px) {
      --tw-skew-x: skewX(110deg);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .lg\:transform-\[perspective\(80px\)_translateY\(100\%\)_rotateX\(15deg\)\] {
    @media (width >= 1200px) {
      transform: perspective(80px) translateY(100%) rotateX(15deg);
    }
  }
  .lg\:grid-flow-col {
    @media (width >= 1200px) {
      grid-auto-flow: column;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[auto_1fr\] {
    @media (width >= 1200px) {
      grid-template-columns: auto 1fr;
    }
  }
  .lg\:grid-cols-\[repeat\(auto-fit\,minmax\(80px\,1fr\)\)\] {
    @media (width >= 1200px) {
      grid-template-columns: repeat(auto-fit,minmax(80px,1fr));
    }
  }
  .lg\:grid-rows-2 {
    @media (width >= 1200px) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 1200px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1200px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1200px) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 1200px) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 1200px) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 1200px) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 1200px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 1200px) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 1200px) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 1200px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-2 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-3 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-4 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-14 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:gap-16 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-20 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-40 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 40);
    }
  }
  .lg\:gap-\[8px\] {
    @media (width >= 1200px) {
      gap: 8px;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 1200px) {
      gap: 20px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 1200px) {
      gap: 50px;
    }
  }
  .lg\:gap-\[80px\] {
    @media (width >= 1200px) {
      gap: 80px;
    }
  }
  .lg\:gap-\[100px\] {
    @media (width >= 1200px) {
      gap: 100px;
    }
  }
  .lg\:space-y-10 {
    @media (width >= 1200px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-6 {
    @media (width >= 1200px) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-y-20 {
    @media (width >= 1200px) {
      row-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-y-\[20px\] {
    @media (width >= 1200px) {
      row-gap: 20px;
    }
  }
  .lg\:self-end {
    @media (width >= 1200px) {
      align-self: flex-end;
    }
  }
  .lg\:self-start {
    @media (width >= 1200px) {
      align-self: flex-start;
    }
  }
  .lg\:overflow-auto {
    @media (width >= 1200px) {
      overflow: auto;
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 1200px) {
      overflow: hidden;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 1200px) {
      overflow: visible;
    }
  }
  .lg\:overflow-x-visible {
    @media (width >= 1200px) {
      overflow-x: visible;
    }
  }
  .lg\:rounded-full {
    @media (width >= 1200px) {
      border-radius: calc(infinity * 1px);
    }
  }
  .lg\:rounded-xl {
    @media (width >= 1200px) {
      border-radius: var(--radius-xl);
    }
  }
  .lg\:border-2 {
    @media (width >= 1200px) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .lg\:border-none {
    @media (width >= 1200px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:border-\[\#C3C3C3\] {
    @media (width >= 1200px) {
      border-color: #C3C3C3;
    }
  }
  .lg\:bg-\[\#009DF3\] {
    @media (width >= 1200px) {
      background-color: #009DF3;
    }
  }
  .lg\:bg-\[\#E7E9EB\] {
    @media (width >= 1200px) {
      background-color: #E7E9EB;
    }
  }
  .lg\:bg-\[\#F4F6F8\] {
    @media (width >= 1200px) {
      background-color: #F4F6F8;
    }
  }
  .lg\:bg-\[\#FAB62F\] {
    @media (width >= 1200px) {
      background-color: #FAB62F;
    }
  }
  .lg\:bg-uttaGray {
    @media (width >= 1200px) {
      background-color: var(--color-uttaGray);
    }
  }
  .lg\:bg-uttaWhite {
    @media (width >= 1200px) {
      background-color: var(--color-uttaWhite);
    }
  }
  .lg\:bg-white {
    @media (width >= 1200px) {
      background-color: var(--color-white);
    }
  }
  .lg\:bg-linear-to-b {
    @media (width >= 1200px) {
      --tw-gradient-position: to bottom;
      @supports (background-image: linear-gradient(in lab, red, red)) {
        --tw-gradient-position: to bottom in oklab;
      }
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .lg\:bg-\[linear-gradient\(360deg\,\#FAB62F_0\%\,rgba\(250\,182\,47\,0\)_95\.37\%\)\] {
    @media (width >= 1200px) {
      background-image: linear-gradient(360deg,#FAB62F 0%,rgba(250,182,47,0) 95.37%);
    }
  }
  .lg\:bg-none {
    @media (width >= 1200px) {
      background-image: none;
    }
  }
  .lg\:p-0 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-0\.5 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 0.5);
    }
  }
  .lg\:p-1 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 1);
    }
  }
  .lg\:p-2 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .lg\:p-3 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .lg\:p-4 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-5 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-8 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-0 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-0\! {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:px-2\.5 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:px-3 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-4 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-5 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-6 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-10 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-12 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-14 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:px-16 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-20 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 1200px) {
      padding-inline: 50px;
    }
  }
  .lg\:py-0 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-2 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-3 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .lg\:py-4 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .lg\:py-7 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .lg\:py-8 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-20 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-40 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  .lg\:py-\[20px\] {
    @media (width >= 1200px) {
      padding-block: 20px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 1200px) {
      padding-block: 100px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 1200px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-4 {
    @media (width >= 1200px) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:pt-9 {
    @media (width >= 1200px) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .lg\:pt-10 {
    @media (width >= 1200px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-14 {
    @media (width >= 1200px) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:pt-\[70px\] {
    @media (width >= 1200px) {
      padding-top: 70px;
    }
  }
  .lg\:pt-\[90px\]\! {
    @media (width >= 1200px) {
      padding-top: 90px !important;
    }
  }
  .lg\:pr-0 {
    @media (width >= 1200px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-3 {
    @media (width >= 1200px) {
      padding-right: calc(var(--spacing) * 3);
    }
  }
  .lg\:pr-5 {
    @media (width >= 1200px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .lg\:pr-8 {
    @media (width >= 1200px) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .lg\:pr-10 {
    @media (width >= 1200px) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .lg\:pr-40 {
    @media (width >= 1200px) {
      padding-right: calc(var(--spacing) * 40);
    }
  }
  .lg\:pb-0 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-4 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:pb-10 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 1200px) {
      padding-bottom: 20px;
    }
  }
  .lg\:text-center {
    @media (width >= 1200px) {
      text-align: center;
    }
  }
  .lg\:text-justify {
    @media (width >= 1200px) {
      text-align: justify;
    }
  }
  .lg\:text-right {
    @media (width >= 1200px) {
      text-align: right;
    }
  }
  .lg\:text-start {
    @media (width >= 1200px) {
      text-align: start;
    }
  }
  .lg\:text-2xl {
    @media (width >= 1200px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 1200px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 1200px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 1200px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-7xl {
    @media (width >= 1200px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 1200px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 1200px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 1200px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 1200px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[1\.5rem\] {
    @media (width >= 1200px) {
      font-size: 1.5rem;
    }
  }
  .lg\:text-\[1\.42cqi\] {
    @media (width >= 1200px) {
      font-size: 1.42cqi;
    }
  }
  .lg\:text-\[1\.64vw\] {
    @media (width >= 1200px) {
      font-size: 1.64vw;
    }
  }
  .lg\:text-\[2\.9cqi\] {
    @media (width >= 1200px) {
      font-size: 2.9cqi;
    }
  }
  .lg\:text-\[2\.76rem\] {
    @media (width >= 1200px) {
      font-size: 2.76rem;
    }
  }
  .lg\:text-\[2\.375rem\] {
    @media (width >= 1200px) {
      font-size: 2.375rem;
    }
  }
  .lg\:text-\[3\.5cqi\] {
    @media (width >= 1200px) {
      font-size: 3.5cqi;
    }
  }
  .lg\:text-\[4\.5cqi\] {
    @media (width >= 1200px) {
      font-size: 4.5cqi;
    }
  }
  .lg\:text-\[4\.77cqi\] {
    @media (width >= 1200px) {
      font-size: 4.77cqi;
    }
  }
  .lg\:text-\[5\.5cqi\] {
    @media (width >= 1200px) {
      font-size: 5.5cqi;
    }
  }
  .lg\:text-\[6\.6cqi\] {
    @media (width >= 1200px) {
      font-size: 6.6cqi;
    }
  }
  .lg\:text-\[6\.8cqi\] {
    @media (width >= 1200px) {
      font-size: 6.8cqi;
    }
  }
  .lg\:text-\[6\.9cqi\] {
    @media (width >= 1200px) {
      font-size: 6.9cqi;
    }
  }
  .lg\:text-\[7\.5cqi\] {
    @media (width >= 1200px) {
      font-size: 7.5cqi;
    }
  }
  .lg\:text-\[7\.35cqi\] {
    @media (width >= 1200px) {
      font-size: 7.35cqi;
    }
  }
  .lg\:text-\[7\.45cqi\] {
    @media (width >= 1200px) {
      font-size: 7.45cqi;
    }
  }
  .lg\:text-\[7\.75cqi\] {
    @media (width >= 1200px) {
      font-size: 7.75cqi;
    }
  }
  .lg\:text-\[8px\] {
    @media (width >= 1200px) {
      font-size: 8px;
    }
  }
  .lg\:text-\[9\.3cqi\] {
    @media (width >= 1200px) {
      font-size: 9.3cqi;
    }
  }
  .lg\:text-\[9\.7cqi\] {
    @media (width >= 1200px) {
      font-size: 9.7cqi;
    }
  }
  .lg\:text-\[9cqi\] {
    @media (width >= 1200px) {
      font-size: 9cqi;
    }
  }
  .lg\:text-\[10\.5cqi\] {
    @media (width >= 1200px) {
      font-size: 10.5cqi;
    }
  }
  .lg\:text-\[12\.5cqi\] {
    @media (width >= 1200px) {
      font-size: 12.5cqi;
    }
  }
  .lg\:text-\[12\.7cqi\] {
    @media (width >= 1200px) {
      font-size: 12.7cqi;
    }
  }
  .lg\:text-\[12\.8cqi\] {
    @media (width >= 1200px) {
      font-size: 12.8cqi;
    }
  }
  .lg\:text-\[13px\] {
    @media (width >= 1200px) {
      font-size: 13px;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 1200px) {
      font-size: 14px;
    }
  }
  .lg\:text-\[15\.5cqi\] {
    @media (width >= 1200px) {
      font-size: 15.5cqi;
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 1200px) {
      font-size: 15px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 1200px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[16px\]\! {
    @media (width >= 1200px) {
      font-size: 16px !important;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 1200px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 1200px) {
      font-size: 20px;
    }
  }
  .lg\:text-\[21\.6px\] {
    @media (width >= 1200px) {
      font-size: 21.6px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 1200px) {
      font-size: 28px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 1200px) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 1200px) {
      font-size: 32px;
    }
  }
  .lg\:text-\[32px\]\! {
    @media (width >= 1200px) {
      font-size: 32px !important;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 1200px) {
      font-size: 48px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 1200px) {
      font-size: 50px;
    }
  }
  .lg\:text-heading1 {
    @media (width >= 1200px) {
      font-size: var(--text-heading1);
    }
  }
  .lg\:text-heading2 {
    @media (width >= 1200px) {
      font-size: var(--text-heading2);
    }
  }
  .lg\:text-heading3 {
    @media (width >= 1200px) {
      font-size: var(--text-heading3);
    }
  }
  .lg\:leading-8 {
    @media (width >= 1200px) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .lg\:leading-9 {
    @media (width >= 1200px) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .lg\:leading-10 {
    @media (width >= 1200px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .lg\:leading-\[50px\] {
    @media (width >= 1200px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .lg\:leading-\[50px\]\! {
    @media (width >= 1200px) {
      --tw-leading: 50px !important;
      line-height: 50px !important;
    }
  }
  .lg\:font-bold {
    @media (width >= 1200px) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .lg\:font-extrabold {
    @media (width >= 1200px) {
      --tw-font-weight: var(--font-weight-extrabold);
      font-weight: var(--font-weight-extrabold);
    }
  }
  .lg\:font-normal {
    @media (width >= 1200px) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .lg\:whitespace-nowrap {
    @media (width >= 1200px) {
      white-space: nowrap;
    }
  }
  .lg\:text-\[\#C3C3C3\] {
    @media (width >= 1200px) {
      color: #C3C3C3;
    }
  }
  .lg\:text-uttaBlack-300 {
    @media (width >= 1200px) {
      color: var(--color-uttaBlack-300);
    }
  }
  .lg\:text-white {
    @media (width >= 1200px) {
      color: var(--color-white);
    }
  }
  .lg\:opacity-0 {
    @media (width >= 1200px) {
      opacity: 0%;
    }
  }
  .lg\:shadow-figma {
    @media (width >= 1200px) {
      --tw-shadow: 0px 47px 121px -12px var(--tw-shadow-color, rgba(0, 0, 0, 0.07));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:blur-\[1px\] {
    @media (width >= 1200px) {
      --tw-blur: blur(1px);
      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,);
    }
  }
  .lg\:drop-shadow-none {
    @media (width >= 1200px) {
      --tw-drop-shadow:  ;
      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,);
    }
  }
  .lg\:group-hover\:stroke-white {
    @media (width >= 1200px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          stroke: var(--color-white);
        }
      }
    }
  }
  .lg\:hover\:bg-\[\#263982\] {
    @media (width >= 1200px) {
      &:hover {
        @media (hover: hover) {
          background-color: #263982;
        }
      }
    }
  }
  .lg\:hover\:text-\[\#009DF3\] {
    @media (width >= 1200px) {
      &:hover {
        @media (hover: hover) {
          color: #009DF3;
        }
      }
    }
  }
  .xl\:top-1\/2 {
    @media (width >= 1450px) {
      top: calc(1/2 * 100%);
    }
  }
  .xl\:top-full {
    @media (width >= 1450px) {
      top: 100%;
    }
  }
  .xl\:container {
    @media (width >= 1450px) {
      width: 100%;
      @media (width >= 700px) {
        max-width: 700px;
      }
      @media (width >= 800px) {
        max-width: 800px;
      }
      @media (width >= 940px) {
        max-width: 940px;
      }
      @media (width >= 1200px) {
        max-width: 1200px;
      }
      @media (width >= 1450px) {
        max-width: 1450px;
      }
    }
  }
  .xl\:container {
    @media (width >= 1450px) {
      margin-inline: auto;
      padding-inline: 1rem;
    }
  }
  .xl\:mr-\[90px\] {
    @media (width >= 1450px) {
      margin-right: 90px;
    }
  }
  .xl\:block {
    @media (width >= 1450px) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 1450px) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 1450px) {
      display: none;
    }
  }
  .xl\:h-\[140px\] {
    @media (width >= 1450px) {
      height: 140px;
    }
  }
  .xl\:h-\[235px\] {
    @media (width >= 1450px) {
      height: 235px;
    }
  }
  .xl\:max-h-\[240px\] {
    @media (width >= 1450px) {
      max-height: 240px;
    }
  }
  .xl\:max-h-\[450px\] {
    @media (width >= 1450px) {
      max-height: 450px;
    }
  }
  .xl\:max-h-\[480px\] {
    @media (width >= 1450px) {
      max-height: 480px;
    }
  }
  .xl\:w-\[105vw\] {
    @media (width >= 1450px) {
      width: 105vw;
    }
  }
  .xl\:w-\[240px\] {
    @media (width >= 1450px) {
      width: 240px;
    }
  }
  .xl\:w-\[calc\(33\%-10px\)\] {
    @media (width >= 1450px) {
      width: calc(33% - 10px);
    }
  }
  .xl\:w-\[calc\(100\%-240px\)\] {
    @media (width >= 1450px) {
      width: calc(100% - 240px);
    }
  }
  .xl\:gap-4 {
    @media (width >= 1450px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:gap-10 {
    @media (width >= 1450px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-\[100px\] {
    @media (width >= 1450px) {
      gap: 100px;
    }
  }
  .xl\:overflow-visible {
    @media (width >= 1450px) {
      overflow: visible;
    }
  }
  .xl\:p-4 {
    @media (width >= 1450px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .xl\:p-5 {
    @media (width >= 1450px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .xl\:px-56\! {
    @media (width >= 1450px) {
      padding-inline: calc(var(--spacing) * 56) !important;
    }
  }
  .xl\:py-8 {
    @media (width >= 1450px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .xl\:pr-5 {
    @media (width >= 1450px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .xl\:pl-12 {
    @media (width >= 1450px) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .xl\:text-3xl {
    @media (width >= 1450px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-4xl {
    @media (width >= 1450px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 1450px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 1450px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-sm {
    @media (width >= 1450px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xl\:text-\[14px\] {
    @media (width >= 1450px) {
      font-size: 14px;
    }
  }
  .xl\:text-\[15px\] {
    @media (width >= 1450px) {
      font-size: 15px;
    }
  }
  .xl\:text-\[33px\] {
    @media (width >= 1450px) {
      font-size: 33px;
    }
  }
  .xl\:text-heading2 {
    @media (width >= 1450px) {
      font-size: var(--text-heading2);
    }
  }
  .xl\:leading-12 {
    @media (width >= 1450px) {
      --tw-leading: calc(var(--spacing) * 12);
      line-height: calc(var(--spacing) * 12);
    }
  }
  .min-\[1600px\]\:w-\[58vh\] {
    @media (width >= 1600px) {
      width: 58vh;
    }
  }
  .\[\&_img\]\:object-contain {
    & img {
      object-fit: contain;
    }
  }
  .\[\&_path\]\:origin-center {
    & path {
      transform-origin: center;
    }
  }
  .\[\&_path\]\:transition-all {
    & path {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&\.swiper-button-disabled\]\:bg-white {
    &.swiper-button-disabled {
      background-color: var(--color-white);
    }
  }
  .\[\&\.swiper-button-disabled\]\:text-uttaBlack-300 {
    &.swiper-button-disabled {
      color: var(--color-uttaBlack-300);
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }
}
@layer base {
  * {
    direction: rtl;
    text-align: right;
  }
}
.custom-underline {
  position: relative;
  &::after {
    position: absolute;
    bottom: calc(var(--spacing) * -1);
    left: calc(var(--spacing) * 0);
    height: 1px;
    width: 100%;
    background-color: #2F406E;
    content: '';
  }
}
::selection {
  background-color: var(--color-amber-100);
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: auto;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
.overflow-hide {
  overflow: hidden;
}
button, button:focus-visible, button:focus-within {
  outline: unset;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 500ms ease;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
@keyframes ripple {
  to {
    transform: scale(1);
    opacity: 0;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.submission-form-loader {
  display: none;
  border: 0.25em solid #ffffff;
  border-radius: 50%;
  border-top: 0.25em solid transparent;
  width: 1.2rem;
  height: 1.2rem;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mask {
  backdrop-filter: blur(10px) !important;
}
.utta-sections {
  padding-block: 30px;
  @media (width >= 1200px) {
    padding-block: 50px;
  }
}
.text-sectionTitle {
  font-family: "YekanBakh";
}
.toastify.success {
  background: #28a745;
}
.toastify.danger {
  background: #dc3545;
}
#header_mobile .rotate-top {
  transform: rotateZ(45deg) translateY(8px);
  -webkit-transform: rotateZ(45deg) translateY(8px);
  -moz-transform: rotateZ(45deg) translateY(8px);
  -ms-transform: rotateZ(45deg) translateY(8px);
  -o-transform: rotateZ(45deg) translateY(8px);
}
#header_mobile .rotate-down {
  transform: rotateZ(-45deg) translateY(-8px);
  width: 32px;
  -webkit-transform: rotateZ(-45deg) translateY(-8px);
  -moz-transform: rotateZ(-45deg) translateY(-8px);
  -ms-transform: rotateZ(-45deg) translateY(-8px);
  -o-transform: rotateZ(-45deg) translateY(-8px);
}
#header_mobile .nav-mobile {
  position: fixed;
  right: 0;
  top: 64px;
  background: #ffffff;
  height: 100vh;
  z-index: 40;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  box-shadow: -4px 0 25px rgba(0,0,0,0.08);
}
#header_mobile .nav-mobile::before {
  content: "";
  position: absolute;
  right: 0;
}
#header_mobile .transform-normal {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
#header_mobile .first-layer, #header_mobile .second-layer {
  display: none;
}
#header_mobile .nav-mobile > ul {
  padding: 0.5rem 0;
}
#header_mobile .nav-mobile .main-li {
  padding: 0;
  margin: 0;
}
#header_mobile .nav-mobile .main-li > a, #header_mobile .nav-mobile .main-li > span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  min-height: 48px;
  font-size: 15px;
  font-weight: 500;
  color: #1B2654;
  transition: all 0.2s ease;
  cursor: pointer;
}
#header_mobile .nav-mobile .main-li > a:hover, #header_mobile .nav-mobile .main-li > span:hover, #header_mobile .nav-mobile .main-li > a:active, #header_mobile .nav-mobile .main-li > span:active {
  background: #FFF8E7;
  color: #F5A623;
}
#header_mobile .nav-mobile .main-li .shapes {
  color: #F5A623;
  font-size: 18px;
  margin-left: 0;
  position: static;
}
#header_mobile .nav-mobile .main-li > a span, #header_mobile .nav-mobile .main-li > span span.header-menu-arrows {
  font-size: 10px;
  margin-right: auto;
  transition: transform 0.3s ease;
}
#header_mobile .nav-mobile .main-li.open > span .header-menu-arrows {
  transform: rotate(-90deg);
}
#header_mobile .nav-mobile .first-layer {
  margin: 0;
  padding: 0;
  border-right: 3px solid #FBB631;
  background: #f9fafb;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
#header_mobile .nav-mobile .main-li.open .first-layer {
  max-height: 500px;
  padding: 0.5rem 0;
}
#header_mobile .nav-mobile .first-layer li {
  padding: 0;
}
#header_mobile .nav-mobile .first-layer li > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem 0.75rem 2.5rem;
  min-height: 44px;
  font-size: 14px;
  color: #4b5563;
  transition: all 0.2s ease;
}
#header_mobile .nav-mobile .first-layer li > a:hover, #header_mobile .nav-mobile .first-layer li > a:active {
  color: #F5A623;
  background: #FFF8E7;
}
#header_mobile .nav-mobile .first-layer li > a .shapes {
  color: #F5A623;
  font-size: 14px;
}
#header_mobile .nav-mobile .second-layer {
  margin: 0;
  padding: 0;
  border-right: 2px solid #e5e7eb;
  background: #f3f4f6;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
#header_mobile .nav-mobile .first-layer-li.open .second-layer {
  max-height: 300px;
  padding: 0.25rem 0;
}
#header_mobile .nav-mobile .second-layer li {
  padding: 0;
}
#header_mobile .nav-mobile .second-layer li > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem 0.625rem 3.5rem;
  min-height: 40px;
  font-size: 13px;
  color: #6b7280;
  white-space: nowrap;
  transition: all 0.2s ease;
}
#header_mobile .nav-mobile .second-layer li > a:hover, #header_mobile .nav-mobile .second-layer li > a:active {
  color: #F5A623;
  background: #FFF8E7;
}
#header_mobile .nav-mobile .main-li.user-account-li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
#header_mobile .nav-mobile .main-li.user-account-li > a {
  font-weight: 600;
  color: #1B2654;
}
#header_mobile .nav-mobile .main-li.user-account-li > a svg {
  flex-shrink: 0;
}
#header_mobile .nav-mobile .main-li.user-account-li > a svg path {
  fill: #F5A623;
}
#header_mobile .header-inner-arrows {
  font-size: 6px;
}
.main-li {
  position: relative;
  padding: 4px 0.5vw 10px 0.5vw;
}
.main-li > a, .main-li p {
  color: black;
  width: 100%;
  font-weight: normal;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.main-li .first-layer-li > a {
  color: #313131;
  font-weight: 300;
  width: 100%;
}
.main-li .second-layer-li > a {
  color: #515151;
  font-weight: 200;
  width: 100%;
}
.main-li .shapes {
  position: relative;
  top: 2.5px;
  margin-left: 6px;
  color: var(--color-gray-700);
  @media (width >= 1200px) {
    top: calc(var(--spacing) * 0);
  }
  @media (width >= 1200px) {
    color: inherit;
  }
}
.main-li .header-menu-arrows {
  font-size: 6px;
  color: #848383;
  margin-right: 3px;
  padding: 5px;
  cursor: pointer;
}
.main-li .header-inner-arrows {
  font-size: 8px;
  color: #848383;
  margin-right: 3px;
  padding: 5px;
  cursor: pointer;
}
#header .main-li {
  position: relative;
  font-weight: lighter;
  color: #333;
}
#header .main-li a, #header .main-li p {
  width: 100%;
  color: var(--color-uttaBlack-300);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
#header .main-li span {
  display: inline-block;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
#header .main-li .header-menu-arrows {
  font-size: 6px;
  color: #848383;
  margin-right: 3px;
}
#header .main-li .header-inner-arrows {
  font-size: 8px;
  color: #848383;
  margin-right: 3px;
}
#header .main-li .first-layer .first-layer-li {
  white-space: nowrap;
}
#header .main-li .first-layer .first-layer-li > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
#header .main-li .first-layer .first-layer-li > a .shapes {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: var(--radius-md);
  background-color: var(--color-gray-100);
  padding: calc(var(--spacing) * 1);
  color: var(--color-uttaBlack-100);
}
#header .main-li .first-layer .first-layer-li:nth-child(1):hover > a .shapes {
  color: #000693;
  background: rgba(0, 6, 147, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:nth-child(2):hover > a .shapes {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:nth-child(3):hover > a .shapes {
  color: #1E91D0;
  background: rgba(30, 145, 208, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:nth-child(4):hover > a .shapes {
  color: #B7009A;
  background: rgba(183, 0, 154, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:nth-child(5):hover > a .shapes {
  color: #65CA00;
  background: rgba(101, 202, 0, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:last-of-type:hover ~ .first-layer-motion-bg {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#header .main-li .first-layer .first-layer-li:first-of-type ~ .first-layer-motion-bg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#header .main-li .first-layer .first-layer-li:first-of-type:hover ~ .first-layer-motion-bg {
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
  border-bottom-right-radius: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:last-of-type:hover ~ .first-layer-motion-bg {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:last-of-type:hover ~ .first-layer-motion-bg .after {
  opacity: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:last-of-type:hover ~ .first-layer-motion-bg .before {
  opacity: 1 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:first-of-type:hover ~ .first-layer-motion-bg {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:first-of-type:hover ~ .first-layer-motion-bg .before {
  opacity: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:first-of-type:hover ~ .first-layer-motion-bg .after {
  opacity: 1 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:hover ~ .first-layer-motion-bg {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:hover ~ .first-layer-motion-bg .after, #header .main-li .first-layer .first-layer-li.has_ul_inside:hover ~ .first-layer-motion-bg .before {
  opacity: 1;
}
#header .main-li .first-layer .first-layer-li:hover span {
  color: var(--color-uttaBlack-900);
  display: inline-block;
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
#header .main-li .second-layer a {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#header .main-li .second-layer .second-layer-li:hover a {
  display: inline-block;
  --tw-translate-x: calc(var(--spacing) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-uttaBlack-900);
}
#header .first-layer {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0px 35px 55px -27px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(9.5px);
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  min-width: 250px;
  max-width: 300px;
  z-index: 2;
  border-radius: var(--radius-lg);
}
#header .main-li:hover .first-layer {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
#header .main-li .has_ul_inside:hover .first-layer {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#header .main-li .first-layer-li.has_ul_inside:hover .first-layer {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#header .second-layer {
  position: fixed;
  background: #fff;
  backdrop-filter: blur(9.5px);
  right: 100%;
  top: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: 3;
  border-top-left-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-lg);
}
#header .main-li > .first-layer > .first-layer-li:hover .second-layer {
  opacity: 1;
  width: 100%;
  height: auto;
  min-height: 100%;
  pointer-events: all;
  visibility: visible;
}
#header .second-layer > * {
  white-space: nowrap !important;
}
#header .first-layer li {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  padding: calc(var(--spacing) * 4);
}
#header .first-layer > a {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-uttaBlack-500);
}
#header .first-layer-motion-bg {
  position: absolute;
  height: 54px;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#header .first-layer-motion-bg .before {
  position: absolute;
  background: url(../img/pages/home/rounded_triangle.svg) no-repeat center;
  z-index: 10;
  width: 10px;
  height: 10px;
  left: 0px;
  top: -10px;
  opacity: 0;
  transition-delay: 0.2s;
}
#header .first-layer-li:hover > a, #header .first-layer-li:hover > span {
  color: var(--color-uttaBlack-900);
}
.background-white {
  background-color: rgb(255, 255, 255) !important;
}
.utta-services-swiper-slide, .utta-opening-swiper-slide, .utta-simple-swiper-slide {
  margin-block: calc(var(--spacing) * 5);
  display: flex;
  cursor: default;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 5);
  border-radius: var(--radius-xl);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 6);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
    }
  }
  @media (width >= 940px) {
    flex-direction: column;
  }
  @media (width >= 940px) {
    align-items: flex-start;
  }
  @media (width >= 1200px) {
    padding-inline: 35px;
  }
  @media (width >= 1200px) {
    padding-block: calc(var(--spacing) * 10);
  }
}
.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.uttaServicesSwiper:nth-child(-n+3) {
  width: unset !important;
  flex: 1 !important;
}
.utta-video-swiper-slide {
  margin-block: calc(var(--spacing) * 5);
  display: flex;
  height: 100%;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  gap: calc(var(--spacing) * 5);
  border-radius: var(--radius-xl);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 3);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
    }
  }
}
#video-slider .swiper-pagination .swiper-pagination-bullet, #workSampleGrid .swiper-pagination .swiper-pagination-bullet {
  background: #FAB62F;
  transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#video-slider .swiper-pagination .swiper-pagination-bullet:hover, #workSampleGrid .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
#video-slider .swiper-pagination .swiper-pagination-bullet-active, #workSampleGrid .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 10px;
}
@keyframes numberColor {
  0% {
    color: #FAD000;
  }
  50% {
    color: #FFFFFF;
  }
  100% {
    color: #FAD000;
  }
}
@keyframes numberAfterColor {
  0% {
    background-color: #FAD000;
  }
  50% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: #FAD000;
  }
}
@keyframes phoneShaking {
  0% {
    rotate: 2deg;
  }
  2% {
    rotate: -2deg;
  }
  4% {
    rotate: 2deg;
  }
  6% {
    rotate: -2deg;
  }
  8% {
    rotate: 2deg;
  }
  10% {
    rotate: -2deg;
  }
  12% {
    rotate: 2deg;
  }
  14% {
    rotate: -2deg;
  }
  16% {
    rotate: 2deg;
  }
  18% {
    rotate: -2deg;
  }
  20% {
    rotate: 0deg;
  }
}
.advisorBanner-number {
  animation: numberColor 3s infinite;
}
.advisorBanner-number:after {
  animation: numberAfterColor 3s infinite;
}
.advisorBanner-phone {
  animation: phoneShaking 3s infinite;
}
.website-types-swiper-slide {
  margin-block: calc(var(--spacing) * 5);
  display: flex;
  height: 100%;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 5);
  border-radius: var(--radius-xl);
  background-color: var(--color-white);
  padding-inline: 35px;
  padding-block: calc(var(--spacing) * 10);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
    }
  }
}
#typesOfWebsitesSlider .swiper-button-disabled {
  opacity: 1;
  cursor: default;
  background-color: #F8EBCF;
}
#typesOfWebsitesSlider .swiper-button-disabled i {
  color: #FAB62F;
}
.utta-difference-dashed {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E0E3E3FF' stroke-width='4' stroke-dasharray='6%2c12' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
}
.utta-features-swiper-slide {
  display: flex;
  height: 100%;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  padding: 20px;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
#toggleablePoints .tip.active .tip-header .plus {
  color: #FAB62F;
}
#toggleablePoints .tip.active .q-content > span {
  background: #FFFFFF;
}
#opening-slider .active .opening-content, #opening-slider .active .opening-title {
  -webkit-line-clamp: unset;
}
#opening-slider .active .opening-image {
  display: flex;
}
#opening-slider .active .read-more {
  display: none;
}
#tabSlider .active {
  background: linear-gradient(to right, #FFDF63, #FFA700);
}
#workSamples .active {
  border: 2px solid #FFC300;
}
#programming-features .perspective-container {
  perspective: 200px;
}
#programming-features .perspective-container div {
  transform: rotateY(10deg);
  transition: all 0.5s;
  -webkit-transform: rotateY(10deg);
  -moz-transform: rotateY(10deg);
  -ms-transform: rotateY(10deg);
  -o-transform: rotateY(10deg);
}
#programming-features .perspective-container:hover div {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.footer-title {
  margin-bottom: calc(var(--spacing) * 3);
  font-family: var(--font-ybakh);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-neutral-900);
}
.footer-part {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
}
.footer-ul {
  flex-direction: column;
  gap: calc(var(--spacing) * 2.5);
}
.footer-li {
  font-size: var(--text-p);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-uttaBlack-100);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      color: var(--color-uttaYellow-900);
    }
  }
}
.footer-li::before {
  content: '';
  display: inline-flex;
  vertical-align: middle;
  width: 8px;
  height: 1px;
  margin-left: 5px;
  background: #707070;
}
@media only screen and (max-width: 1024px) {
  .first-layer-li.has_ul_inside {
    display: inline-block;
  }
  .first-layer-li.has_ul_inside > a {
    width: fit-content !important;
  }
  .first-layer-li.has_ul_inside > a + span {
    font-size: 8.5px !important;
  }
  .main-li {
    display: inline-block;
  }
  .main-li > a {
    width: fit-content !important;
  }
  .main-li > a + span {
    font-size: 8.5px !important;
  }
}
@keyframes arrow-down {
  0% {
    transform: translateY(0) rotate(-90deg);
  }
  50% {
    transform: translateY(40px) rotate(-90deg);
  }
  100% {
    transform: translateY(0px) rotate(-90deg);
  }
}
#home_hero .arrow-down {
  animation: arrow-down 2.5s ease infinite;
}
section {
  scroll-margin-top: 80px;
}
#content_accordion #content_accordion_ul .tabs {
  margin-top: 10px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: scroll;
  @media (width >= 1200px) {
    overflow: visible;
  }
}
#content_accordion #content_accordion_ul .tabs .active_bg {
  position: absolute;
  height: 50px;
  background: #FFAF40;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#content_accordion #content_accordion_ul .tabs > li {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-inline: calc(var(--spacing) * 5);
  white-space: nowrap;
  @media (width >= 1200px) {
    min-width: 160px;
  }
  @media (width >= 1200px) {
    padding-inline: calc(var(--spacing) * 3);
  }
  height: 50px;
  color: #848383;
  border: 2px solid #FFAF40;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#content_accordion #content_accordion_ul .tabs > li.active {
  color: white;
}
#content_accordion #content_accordion_ul .tabs > li:not(:last-child) {
  border-left: unset;
}
#content_accordion #content_accordion_ul .tabs > li:first-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#content_accordion #content_accordion_ul .tabs > li:last-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#blog .post-container {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  @media (width >= 1200px) {
    flex-direction: row;
  }
}
#blog .post-container .post-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
  @media (width >= 1200px) {
    width: calc(1/2 * 100%);
  }
  @media (width >= 1200px) {
    padding-inline: calc(var(--spacing) * 2);
  }
  @media (width >= 1200px) {
    padding-block: calc(var(--spacing) * 2);
  }
  @media (width >= 1450px) {
    padding-inline: calc(var(--spacing) * 4);
  }
  @media (width >= 1450px) {
    padding-block: calc(var(--spacing) * 4);
  }
}
#blog .post-container .post-img {
  width: 100%;
  align-self: center;
  overflow: hidden;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  @media (width >= 1200px) {
    max-height: 220px;
  }
  @media (width >= 1200px) {
    width: calc(1/2 * 100%);
  }
  @media (width >= 1200px) {
    border-top-left-radius: 0;
  }
  @media (width >= 1200px) {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
  }
}
#blog .post-container .post-img > a {
  display: block;
  max-height: 100%;
  width: 100%;
}
#blog .post-container .post-img > a > img {
  margin-inline: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  @media (width >= 1200px) {
    max-height: 220px;
  }
  @media (width >= 1200px) {
    border-top-left-radius: 0;
  }
  @media (width >= 1200px) {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
  }
  @media (width >= 1200px) {
    object-fit: contain;
  }
}
#blog .single-blog-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 3);
  padding-top: calc(var(--spacing) * 3);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-500);
  @media (width >= 1200px) {
    justify-content: space-around;
  }
  @media (width >= 1200px) {
    gap: calc(var(--spacing) * 1);
  }
  @media (width >= 1200px) {
    font-size: 10px;
  }
  @media (width >= 1450px) {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
}
#blog .post-title > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #212121;
  &:hover {
    @media (hover: hover) {
      color: var(--color-uttaYellow-900);
    }
  }
  @media (width >= 1200px) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  @media (width >= 1200px) {
    text-align: justify;
  }
  @media (width >= 1200px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
#blog .most-new-post-container {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  @media (width >= 1200px) {
    flex-direction: row;
  }
}
#blog .most-new-post-container .post-img {
  width: 100%;
  align-self: center;
  overflow: hidden;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  @media (width >= 1200px) {
    max-height: 250px;
  }
  @media (width >= 1200px) {
    width: calc(1/2 * 100%);
  }
  @media (width >= 1200px) {
    border-top-left-radius: 0;
  }
  @media (width >= 1200px) {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
  }
}
#blog .most-new-post-container .post-img > a {
  display: block;
  max-height: 100%;
  width: 100%;
}
#blog .most-new-post-container .post-img > a > img {
  margin-inline: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  @media (width >= 1200px) {
    max-height: 250px;
  }
  @media (width >= 1200px) {
    border-top-left-radius: 0;
  }
  @media (width >= 1200px) {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
  }
  @media (width >= 1200px) {
    object-fit: contain;
  }
}
#blog .post-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
  @media (width >= 1200px) {
    width: calc(1/2 * 100%);
  }
}
.suggested-course {
  position: relative;
  margin-block: calc(var(--spacing) * 10);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #FAB62F;
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 1);
  @media (width >= 940px) {
    flex-direction: row;
  }
}
.suggested-course .img-container {
  margin-block: calc(var(--spacing) * 5);
}
.suggested-course .img-container img {
  width: 100%;
  object-fit: cover;
  @media (width >= 1200px) {
    width: 300px;
  }
}
#hire .list-items {
  margin-top: 8px;
}
#hire .list-items ul {
  margin-top: 8px;
  padding-right: 12px;
}
#hire .list-items ul > li {
  position: relative;
}
#hire .list-items ul > li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}
.spinner {
  width: 30px;
  height: 30px;
  border: 5px solid #FAB62F;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  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;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes playButton {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-leading: 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;
      --tw-outline-style: solid;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
