/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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-200: oklch(88.5% 0.062 18.334);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-sm: 8px;
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .\!inset-auto {
    inset: auto !important;
  }
  .inset-0 {
    inset: 0px;
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .-top-12 {
    top: calc(var(--spacing) * -12);
  }
  .top-0 {
    top: 0px;
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-\[54px\] {
    top: 54px;
  }
  .-right-12 {
    right: calc(var(--spacing) * -12);
  }
  .-right-32 {
    right: calc(var(--spacing) * -32);
  }
  .-right-40 {
    right: calc(var(--spacing) * -40);
  }
  .-right-44 {
    right: calc(var(--spacing) * -44);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[12\%\] {
    right: 12%;
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .-left-32 {
    left: calc(var(--spacing) * -32);
  }
  .-left-40 {
    left: calc(var(--spacing) * -40);
  }
  .-left-44 {
    left: calc(var(--spacing) * -44);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-10 {
    left: calc(var(--spacing) * 10);
  }
  .left-\[12\%\] {
    left: 12%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-7 {
    margin-block: calc(var(--spacing) * 7);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-14 {
    margin-block: calc(var(--spacing) * 14);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .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);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.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-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .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-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[650px\] {
    height: 650px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[350px\] {
    max-height: 350px;
  }
  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }
  .min-h-\[58px\] {
    min-height: 58px;
  }
  .min-h-\[380px\] {
    min-height: 380px;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .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-11 {
    width: calc(var(--spacing) * 11);
  }
  .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-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[690px\] {
    max-width: 690px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-\[950px\] {
    max-width: 950px;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .max-w-\[980px\] {
    max-width: 980px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .min-w-14 {
    min-width: calc(var(--spacing) * 14);
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[255px\] {
    min-width: 255px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-\[1\.03\] {
    scale: 1.03;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .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-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  :where(.space-y-2 > :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)));
  }
  :where(.space-y-3 > :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)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-8 > :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)));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .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-\[6px\] {
    border-style: var(--tw-border-style);
    border-width: 6px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-\[6px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 6px;
  }
  .border-\[rgba\(55\,149\,44\,\.15\)\] {
    border-color: rgba(55,149,44,.15);
  }
  .border-\[rgba\(55\,149\,44\,\.20\)\] {
    border-color: rgba(55,149,44,.20);
  }
  .border-\[var\(--badge-stroke\)\] {
    border-color: var(--badge-stroke);
  }
  .border-\[var\(--bg-green\)\] {
    border-color: var(--bg-green);
  }
  .border-\[var\(--card-stroke\)\] {
    border-color: var(--card-stroke);
  }
  .border-\[var\(--primary\)\] {
    border-color: var(--primary);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-\[\#4B4B4B\] {
    background-color: #4B4B4B;
  }
  .bg-\[\#494949\] {
    background-color: #494949;
  }
  .bg-\[\#EEF8FF\] {
    background-color: #EEF8FF;
  }
  .bg-\[\#F8FAF8\] {
    background-color: #F8FAF8;
  }
  .bg-\[\#F9FAF7\] {
    background-color: #F9FAF7;
  }
  .bg-\[\#FFF5F5\] {
    background-color: #FFF5F5;
  }
  .bg-\[\#FFF7E8\] {
    background-color: #FFF7E8;
  }
  .bg-\[var\(--bg-badge\)\] {
    background-color: var(--bg-badge);
  }
  .bg-\[var\(--bg-green\)\] {
    background-color: var(--bg-green);
  }
  .bg-\[var\(--bg-red\)\] {
    background-color: var(--bg-red);
  }
  .bg-\[var\(--card-stroke\)\] {
    background-color: var(--card-stroke);
  }
  .bg-\[var\(--header-yellow\)\] {
    background-color: var(--header-yellow);
  }
  .bg-\[var\(--light-grey\)\] {
    background-color: var(--light-grey);
  }
  .bg-\[var\(--medium-bg\)\] {
    background-color: var(--medium-bg);
  }
  .bg-\[var\(--primary\)\] {
    background-color: var(--primary);
  }
  .bg-\[var\(--primary\)\]\/5 {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 5%, transparent);
    }
  }
  .bg-\[var\(--primary\)\]\/10 {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 10%, transparent);
    }
  }
  .bg-\[var\(--text-black\)\] {
    background-color: var(--text-black);
  }
  .bg-\[var\(--warning-bg\)\] {
    background-color: var(--warning-bg);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .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\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom 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\(180deg\,\#F9FAF7_0\%\,\#FFFFFF_100\%\)\] {
    background-image: linear-gradient(180deg,#F9FAF7 0%,#FFFFFF 100%);
  }
  .from-\[\#222222\]\/45 {
    --tw-gradient-from: color-mix(in oklab, #222222 45%, 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-\[\#222222\]\/60 {
    --tw-gradient-from: color-mix(in oklab, #222222 60%, 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-\[\#F9FAF7\] {
    --tw-gradient-from: #F9FAF7;
    --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-\[rgba\(20\,20\,20\,\.35\)\] {
    --tw-gradient-from: rgba(20,20,20,.35);
    --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\/45 {
    --tw-gradient-from: color-mix(in srgb, #000 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 45%, 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-black\/50 {
    --tw-gradient-from: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 50%, 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));
  }
  .via-\[\#222222\]\/20 {
    --tw-gradient-via: color-mix(in oklab, #222222 20%, 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\/10 {
    --tw-gradient-via: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 10%, 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\/55 {
    --tw-gradient-via: color-mix(in srgb, #000 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 55%, 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-transparent {
    --tw-gradient-via: 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);
  }
  .to-\[\#222222\]\/0 {
    --tw-gradient-to: color-mix(in oklab, #222222 0%, 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-\[\#F2F8F0\] {
    --tw-gradient-to: #F2F8F0;
    --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\/75 {
    --tw-gradient-to: color-mix(in srgb, #000 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 75%, 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-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));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-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-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .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-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .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-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[1\.9\] {
    --tw-leading: 1.9;
    line-height: 1.9;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .tracking-\[\.12em\] {
    --tw-tracking: .12em;
    letter-spacing: .12em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.15em\] {
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[var\(--text-black\)\] {
    color: var(--text-black) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .\!text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent) !important;
    }
  }
  .\!text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent) !important;
    }
  }
  .\!text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent) !important;
    }
  }
  .text-\[\#2B7DE9\] {
    color: #2B7DE9;
  }
  .text-\[\#E59A00\] {
    color: #E59A00;
  }
  .text-\[\#E53935\] {
    color: #E53935;
  }
  .text-\[\#F8B400\] {
    color: #F8B400;
  }
  .text-\[var\(--medium-text\)\] {
    color: var(--medium-text);
  }
  .text-\[var\(--primary\)\] {
    color: var(--primary);
  }
  .text-\[var\(--text-black\)\] {
    color: var(--text-black);
  }
  .text-\[var\(--text-grey\)\] {
    color: var(--text-grey);
  }
  .text-\[var\(--text-grey-2\)\] {
    color: var(--text-grey-2);
  }
  .text-\[var\(--text-red\)\] {
    color: var(--text-red);
  }
  .text-\[var\(--warning-text\)\] {
    color: var(--warning-text);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, 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);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .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_15px_40px_rgba\(0\,0\,0\,\.04\)\] {
    --tw-shadow: 0 15px 40px var(--tw-shadow-color, rgba(0,0,0,.04));
    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_20px_60px_rgba\(0\,0\,0\,\.08\)\] {
    --tw-shadow: 0 20px 60px var(--tw-shadow-color, rgba(0,0,0,.08));
    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_25px_80px_rgba\(0\,0\,0\,\.06\)\] {
    --tw-shadow: 0 25px 80px var(--tw-shadow-color, rgba(0,0,0,.06));
    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_30px_80px_rgba\(55\,149\,44\,\.10\)\] {
    --tw-shadow: 0 30px 80px var(--tw-shadow-color, rgba(55,149,44,.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-\[0_35px_80px_rgba\(55\,149\,44\,\.18\)\] {
    --tw-shadow: 0 35px 80px var(--tw-shadow-color, rgba(55,149,44,.18));
    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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --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);
  }
  .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-\[70px\] {
    --tw-blur: blur(70px);
    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-\[100px\] {
    --tw-blur: blur(100px);
    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-\[120px\] {
    --tw-blur: blur(120px);
    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,);
  }
  .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,);
  }
  .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-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-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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  @media (hover: hover) {
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: var(--spacing);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:scale-105:is(:where(.group):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-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:-rotate-6:is(:where(.group):hover *) {
      rotate: calc(6deg * -1);
    }
    .group-hover\:shadow-lg:is(:where(.group):hover *) {
      --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);
    }
  }
  .placeholder\:text-white\/50::placeholder {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  @media (hover: hover) {
    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:-translate-y-2:hover {
      --tw-translate-y: calc(var(--spacing) * -2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:border-\[var\(--primary\)\]:hover {
      border-color: var(--primary);
    }
    .hover\:bg-\[var\(--primary\)\]:hover {
      background-color: var(--primary);
    }
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
    .hover\:text-\[var\(--primary\)\]:hover {
      color: var(--primary);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:shadow-\[0_15px_35px_rgba\(55\,149\,44\,\.35\)\]:hover {
      --tw-shadow: 0 15px 35px var(--tw-shadow-color, rgba(55,149,44,.35));
      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-\[0_25px_60px_rgba\(55\,149\,44\,\.12\)\]:hover {
      --tw-shadow: 0 25px 60px var(--tw-shadow-color, rgba(55,149,44,.12));
      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-lg:hover {
      --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);
    }
    .hover\:shadow-xl: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\:shadow-\[rgba\(55\,149\,44\,\.25\)\]:hover {
      --tw-shadow-color: rgba(55,149,44,.25);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-\[rgba\(55\,149\,44\,\.25\)\]:hover {
        --tw-shadow-color: color-mix(in oklab, rgba(55,149,44,.25) var(--tw-shadow-alpha), transparent);
      }
    }
    .hover\:shadow-\[rgba\(55\,149\,44\,\.35\)\]:hover {
      --tw-shadow-color: rgba(55,149,44,.35);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-\[rgba\(55\,149\,44\,\.35\)\]:hover {
        --tw-shadow-color: color-mix(in oklab, rgba(55,149,44,.35) var(--tw-shadow-alpha), transparent);
      }
    }
    .hover\:brightness-110:hover {
      --tw-brightness: brightness(110%);
      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\:border-white:focus {
    border-color: var(--color-white);
  }
  .focus\:bg-white\/15:focus {
    background-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:inline-flex {
      display: inline-flex;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:gap-0 {
      gap: 0px;
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-6 {
      grid-column: span 6 / span 6;
    }
    .md\:col-span-12 {
      grid-column: span 12 / span 12;
    }
    .md\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
    .md\:h-\[560px\] {
      height: 560px;
    }
    .md\:min-h-\[450px\] {
      min-height: 450px;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .md\:text-\[20px\] {
      font-size: 20px;
    }
    .md\:text-\[32px\] {
      font-size: 32px;
    }
    .md\:text-\[40px\] {
      font-size: 40px;
    }
    .md\:text-\[42px\] {
      font-size: 42px;
    }
    .md\:text-\[44px\] {
      font-size: 44px;
    }
    .md\:text-\[48px\] {
      font-size: 48px;
    }
    .md\:text-\[52px\] {
      font-size: 52px;
    }
    .md\:text-\[54px\] {
      font-size: 54px;
    }
  }
  @media (width >= 64rem) {
    .lg\:order-1 {
      order: 1;
    }
    .lg\:order-2 {
      order: 2;
    }
    .lg\:mb-20 {
      margin-bottom: calc(var(--spacing) * 20);
    }
    .lg\:mb-24 {
      margin-bottom: calc(var(--spacing) * 24);
    }
    .lg\:mb-32 {
      margin-bottom: calc(var(--spacing) * 32);
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:h-\[640px\] {
      height: 640px;
    }
    .lg\:max-h-full {
      max-height: 100%;
    }
    .lg\:min-h-\[600px\] {
      min-height: 600px;
    }
    .lg\:max-w-\[420px\] {
      max-width: 420px;
    }
    .lg\:min-w-\[300px\] {
      min-width: 300px;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[1\.7fr_\.8fr\] {
      grid-template-columns: 1.7fr .8fr;
    }
    .lg\:grid-cols-\[220px_1fr\] {
      grid-template-columns: 220px 1fr;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:justify-start {
      justify-content: flex-start;
    }
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .lg\:gap-15 {
      gap: calc(var(--spacing) * 15);
    }
    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .lg\:p-14 {
      padding: calc(var(--spacing) * 14);
    }
    .lg\:p-16 {
      padding: calc(var(--spacing) * 16);
    }
    .lg\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .lg\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
    .lg\:py-\[100px\] {
      padding-block: 100px;
    }
    .lg\:py-\[110px\] {
      padding-block: 110px;
    }
    .lg\:pt-\[90px\] {
      padding-top: 90px;
    }
    .lg\:text-left {
      text-align: left;
    }
    .lg\:text-\[20px\] {
      font-size: 20px;
    }
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
    .lg\:text-\[28px\] {
      font-size: 28px;
    }
    .lg\:text-\[30px\] {
      font-size: 30px;
    }
    .lg\:text-\[32px\] {
      font-size: 32px;
    }
    .lg\:text-\[36px\] {
      font-size: 36px;
    }
    .lg\:text-\[48px\] {
      font-size: 48px;
    }
    .lg\:text-\[50px\] {
      font-size: 50px;
    }
    .lg\:text-\[60px\] {
      font-size: 60px;
    }
    .lg\:text-\[64px\] {
      font-size: 64px;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
  }
}
:root {
  --primary: #37952C;
  --bg-green: #F2F8F0;
  --text-black: #222222;
  --text-grey: rgba(34,34,34,0.6);
  --text-grey-2: rgba(34,34,34,0.7);
  --text-green: #008236;
  --bg-badge: #F0FDF4;
  --badge-stroke: #B9F8CF;
  --card-stroke: #E6E6E6;
  --light-grey: #F9FAF7;
  --bg-red: #FEF2F2;
  --text-red: #E7000B;
  --white: #fff;
  --menu-text: #D4D4D4;
  --container-width: 1280px;
  --warning-bg: #FFF7ED;
  --warning-text: #F54900;
  --medium-bg: #EFF6FF;
  --medium-text: #155DFC;
  --header-yellow: #F4B400;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Inter",sans-serif;
  color: var(--text-black);
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Inter",sans-serif;
  color: var(--text-black);
}
p {
  color: var(--text-grey-2);
}
a {
  text-decoration: none;
  transition: .3s ease;
}
img {
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
}
.nav-link {
  color: var(--menu-text);
  font-size: 14px;
  font-weight: 500;
  transition: .3s;
}
.nav-link:hover {
  color: var(--white);
}
.login-btn {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  transition: .3s;
}
.login-btn:hover {
  color: var(--primary);
}
.register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 10px;
  transition: .3s;
}
.register-btn:hover {
  background: #2d7d25;
  transform: translateY(-2px);
}
.search-input {
  width: 100%;
  height: 44px;
  background: #363636;
  border: 1px solid transparent;
  border-radius: 999px;
  padding-left: 46px;
  padding-right: 16px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: .3s;
}
.search-input::placeholder {
  color: #a0a0a0;
}
.search-input:focus {
  border-color: var(--primary);
}
.mobile-link {
  display: block;
  padding: 14px 16px;
  color: var(--menu-text);
  font-size: 14px;
  transition: .3s;
}
.mobile-link:hover {
  color: #fff;
  background: #383838;
}
@media (max-width:1024px) {
  .register-btn {
    width: fit-content;
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgba(55,149,44,0.15) 0%, rgba(55,149,44,0) 55%, rgba(0,0,0,0.18) 100% );
}
.feature-card {
  border: 1px solid var(--card-stroke);
  border-radius: 14px;
  padding: 16px;
  background: var(--white);
  transition: .3s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.floating-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--card-stroke);
  border-radius: 14px;
  padding: 16px;
  min-width: 240px;
  box-shadow: 0 15px 35px rgba(0,0,0,.08);
  animation: float 4s ease-in-out infinite;
  z-index: 2;
}
.left-card {
  top: 40px;
  left: -10px;
}
.right-card {
  right: -20px;
  bottom: 50px;
  animation-delay: 1.5s;
}
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 500px;
  background: var(--bg-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width:1023px) {
  .floating-card {
    min-width: 210px;
  }
  .left-card {
    left: 15px;
    top: 20px;
  }
  .right-card {
    right: 15px;
    bottom: 20px;
  }
}
.clientSwiper {
  overflow: hidden;
}
.clientSwiper .swiper-wrapper {
  align-items: center;
}
.clientSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}
.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 110px;
  transition: .35s ease;
}
.client-logo img {
  max-width: 180px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: .65;
  filter: grayscale(100%);
  transition: .35s ease;
}
.client-logo:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.08);
}
@media (max-width:991px) {
  .client-logo {
    width: 180px;
    height: 90px;
  }
  .client-logo img {
    max-width: 150px;
    max-height: 55px;
  }
}
@media (max-width:767px) {
  .client-logo {
    width: 150px;
    height: 80px;
  }
  .client-logo img {
    max-width: 120px;
    max-height: 48px;
  }
}
.category-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
  transition: .35s ease;
}
.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,.15);
}
.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}
.category-card:hover .category-image {
  transform: scale(1.08);
}
.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgba(34,34,34,.9) 0%, rgba(34,34,34,.4) 50%, rgba(34,34,34,0) 100% );
  transform: rotate(180deg);
}
.category-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}
.category-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(10px);
  margin-bottom: 18px;
}
.category-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.category-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 8px;
}
.category-text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: .9;
}
.small-card {
  min-height: 235px;
}
.wide-card {
  min-height: 225px;
}
.bottom-card {
  min-height: 220px;
}
@media (min-width:1024px) {
  .lg\:col-span-6:first-child .category-card {
    min-height: 640px;
  }
}
@media (max-width:1023px) {
  .category-title {
    font-size: 26px;
  }
  .small-card, .wide-card, .bottom-card {
    min-height: 260px;
  }
}
@media (max-width:767px) {
  .category-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .category-title {
    font-size: 22px;
  }
  .category-text {
    font-size: 14px;
  }
  .category-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }
  .small-card, .wide-card, .bottom-card {
    min-height: 220px;
  }
  .category-card {
    height: 350px;
  }
}
.faq-item {
  transition: box-shadow .35s ease, transform .35s ease;
}
.faq-item:hover {
  box-shadow: 0 12px 35px rgba(0,0,0,.05);
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease;
}
.faq-item.active .faq-content {
  max-height: 300px;
}
.faq-icon {
  transition: transform .3s ease;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.cta-btn-primary, .cta-btn-secondary {
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease, color .35s ease;
}
.cta-btn-primary:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0,0,0,.18);
}
.cta-btn-secondary:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.30);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}
.cta-btn-primary img, .cta-btn-secondary img {
  transition: transform .35s ease;
}
.cta-btn-primary:hover img, .cta-btn-secondary:hover img {
  transform: scale(1.12);
}
.footer-link {
  font-size: 14px;
  color: rgba(255,255,255,.70);
  transition: all .3s ease;
}
.footer-link:hover {
  color: #fff;
  padding-left: 6px;
}
.footer-social {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  transition: transform .35s ease, background .35s ease;
}
.footer-social:hover {
  transform: translateY(-4px);
  background: var(--primary);
}
.footer-social img {
  transition: transform .35s ease;
}
.footer-social:hover img {
  transform: scale(1.1);
}
.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.70);
  font-size: 14px;
  transition: background .3s ease, color .3s ease;
}
.footer-badge:hover {
  background: var(--primary);
  color: #fff;
}
div#mobileMenu {
  position: absolute;
  width: 100%;
}
.header-top-link {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  transition: .3s;
}
.header-top-link:hover {
  color: #fff;
}
.header-nav-link {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  transition: .3s;
}
.header-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: .3s;
}
.header-nav-link:hover, .header-nav-link.active {
  color: var(--primary);
}
.header-nav-link:hover::after, .header-nav-link.active::after {
  width: 100%;
}
.mobile-nav-link {
  display: block;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  transition: .3s;
}
.mobile-nav-link:hover {
  background: rgba(255,255,255,.08);
  color: var(--primary);
}
.about-hero-image {
  animation: aboutHeroZoom 18s ease-in-out infinite alternate;
  transform: scale(1.05);
  transition: transform .8s ease;
}
@keyframes aboutHeroZoom {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1.15);
  }
}
.about-hero-overlay {
  background: linear-gradient( 180deg, rgba(34,34,34,.35) 0%, rgba(34,34,34,.55) 45%, rgba(34,34,34,.80) 100%);
}
.hero-breadcrumb a {
  transition: color .3s ease;
}
.hero-breadcrumb a:hover {
  color: var(--primary);
}
@media (max-width:767px) {
  .about-hero-image {
    animation: none;
    transform: scale(1);
  }
}
.role-content {
  transition: all .35s ease;
}
.role-content.fade-out {
  opacity: 0;
  transform: translateY(20px);
}
.role-content.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.role-tab {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.role-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 135deg, rgba(55,149,44,.08), rgba(55,149,44,0) );
  opacity: 0;
  transition: .35s;
}
.role-tab:hover::before {
  opacity: 1;
}
.role-tab.active {
  border-color: var(--primary);
  background: var(--bg-green);
  box-shadow: 0 18px 45px rgba(55,149,44,.12);
  transform: translateY(-4px);
}
.tick-sym {
  opacity: 0;
}
.role-tab.active .tick-sym {
  opacity: 1;
}
.role-tab.active .role-icon {
  transform: scale(1.08);
}
.role-tab img {
  transition: .35s;
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--card-stroke);
  border-radius: 28px;
  transition: .35s;
  overflow: hidden;
}
.pricing-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: .35s;
}
.pricing-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: 0 30px 70px rgba(55,149,44,.12);
}
.pricing-card:hover::before {
  transform: scaleX(1);
}
.pricing-card.popular {
  border: 2px solid var(--primary);
  transform: scale(1.03);
  box-shadow: 0 35px 80px rgba(55,149,44,.18);
}
.pricing-card.popular:hover {
  transform: scale(1.03) translateY(-10px);
}
.popular-badge {
  animation: badgeFloat 3s ease-in-out infinite;
}
@keyframes badgeFloat {
  0% {
    transform: translate(-50%,0);
  }
  50% {
    transform: translate(-50%,-6px);
  }
  100% {
    transform: translate(-50%,0);
  }
}
.pricing-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 17px;
  color: var(--text-black);
  line-height: 1.6;
}
.pricing-feature i {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-green);
  color: var(--primary);
  font-size: 11px;
  flex-shrink: 0;
}
.pricing-primary-btn {
  width: 100%;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 40px;
  background: var(--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: .35s;
}
.pricing-primary-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(55,149,44,.30);
}
.pricing-outline-btn {
  width: 100%;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 40px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  transition: .35s;
}
.pricing-outline-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.pricing-price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.pricing-price h3 {
  line-height: 1;
}
.role-content {
  animation: pricingFade .4s ease;
}
@keyframes pricingFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width:1024px) {
  .pricing-card.popular {
    transform: none;
  }
  .pricing-card.popular:hover {
    transform: translateY(-8px);
  }
}
@media (max-width:767px) {
  .role-tab {
    padding: 24px;
  }
  .role-tab h3 {
    font-size: 26px;
  }
  .pricing-card {
    border-radius: 22px;
  }
  .pricing-card.popular {
    transform: none;
  }
}
@media (max-width:575px) {
  .pricing-feature {
    font-size: 16px;
  }
  .pricing-primary-btn, .pricing-outline-btn {
    height: 52px;
    font-size: 15px;
  }
}
.successSwiper {
  overflow: visible;
  padding-bottom: 20px;
}
.successSwiper .swiper-slide {
  opacity: .45;
  transform: scale(.92);
  transition: all .45s ease;
}
.successSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.success-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--card-stroke);
  border-radius: 32px;
  transition: .35s;
}
.success-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0,0,0,.08);
}
.success-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--primary);
}
.quote-icon {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 80px;
  color: var(--primary);
  opacity: .08;
  pointer-events: none;
}
.success-profile {
  text-align: center;
}
.success-profile img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--bg-green);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: .35s;
}
.success-card:hover .success-profile img {
  transform: scale(1.05);
}
.success-profile h4 {
  margin-top: 24px;
  font-size: 26px;
  font-weight: 600;
  color: var(--text-black);
}
.success-profile p {
  margin-top: 8px;
  color: var(--text-grey);
  font-size: 16px;
}
.success-company {
  display: inline-flex;
  margin-top: 14px;
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
}
.success-stars {
  display: flex;
  gap: 4px;
  color: #F8B400;
  font-size: 20px;
}
.success-quote {
  margin-top: 30px;
  font-size: 26px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--text-black);
}
.result-box {
  border-radius: 20px;
  padding: 26px;
  text-align: center;
  transition: .35s;
}
.result-box.before {
  background: var(--bg-green);
}
.result-box.after {
  background: var(--primary);
  color: #fff;
}
.result-box:hover {
  transform: translateY(-5px);
}
.result-box h5 {
  font-size: 38px;
  font-weight: 600;
  margin: 8px 0;
}
.achievement-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--bg-green);
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
  transition: .35s;
}
.achievement-tag:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.success-prev, .success-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--card-stroke);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .35s;
}
.success-prev:hover, .success-next:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateY(-4px);
}
.success-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D6D6D6;
  opacity: 1;
  transition: .35s;
}
.success-pagination .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 999px;
  background: var(--primary);
}
.trust-badge {
  transition: .35s;
}
.trust-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}
@media (max-width:991px) {
  .success-profile {
    margin-bottom: 30px;
  }
  .success-quote {
    font-size: 22px;
  }
  .quote-icon {
    display: none;
  }
}
@media (max-width:767px) {
  .success-card {
    border-radius: 24px;
  }
  .success-profile img {
    width: 110px;
    height: 110px;
  }
  .success-profile h4 {
    font-size: 22px;
  }
  .success-quote {
    font-size: 20px;
  }
  .result-box h5 {
    font-size: 30px;
  }
  .success-prev, .success-next {
    width: 48px;
    height: 48px;
  }
}
@media (max-width:575px) {
  .success-quote {
    font-size: 18px;
    line-height: 1.8;
  }
  .achievement-tag {
    width: 100%;
    justify-content: center;
  }
}
.terms-card {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 40px;
  background: #fff;
  border: 1px solid var(--card-stroke);
  border-left: 5px solid var(--primary);
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0,0,0,.04);
  transition: all .35s ease;
}
.terms-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0,0,0,.08);
}
.terms-card-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--bg-green);
  color: var(--primary);
  font-size: 28px;
}
.terms-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.terms-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--text-black);
  margin-bottom: 24px;
}
.terms-text {
  font-size: 17px;
  line-height: 1.9;
  color: var(--text-grey-2);
  margin-bottom: 18px;
}
.terms-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 30px;
  padding: 24px;
  border-radius: 18px;
  background: var(--bg-green);
}
.terms-highlight i {
  color: var(--primary);
  font-size: 22px;
  margin-top: 3px;
}
.terms-highlight span {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-grey-2);
}
.terms-list {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-grey-2);
}
.terms-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}
.terms-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  color: var(--text-grey-2);
  font-size: 15px;
  font-weight: 500;
  transition: .3s;
}
.terms-nav i {
  width: 18px;
  text-align: center;
  color: var(--primary);
}
.terms-nav:hover {
  background: var(--bg-green);
  color: var(--primary);
  transform: translateX(5px);
}
.terms-nav.active {
  background: var(--primary);
  color: #fff;
}
.terms-nav.active i {
  color: #fff;
}
.terms-info-card {
  transition: .35s;
}
.terms-info-card:hover {
  transform: translateY(-5px);
}
.terms-contact-card {
  transition: .35s;
}
.terms-contact-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,.08);
}
html {
  scroll-behavior: smooth;
}
@media (max-width:1199px) {
  .terms-card {
    padding: 34px;
  }
}
@media (max-width:991px) {
  .terms-card {
    flex-direction: column;
    gap: 24px;
    padding: 32px;
  }
  .terms-card-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 24px;
  }
  .terms-title {
    font-size: 28px;
  }
  .terms-number {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
}
@media (max-width:767px) {
  .terms-card {
    padding: 24px;
    border-radius: 20px;
  }
  .terms-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .terms-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .terms-highlight {
    padding: 18px;
    flex-direction: column;
  }
  .terms-nav {
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media (max-width:575px) {
  .terms-card {
    padding: 20px;
  }
  .terms-card-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 22px;
    border-radius: 16px;
  }
  .terms-title {
    font-size: 22px;
  }
  .terms-text {
    font-size: 15px;
  }
  .terms-number {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
}
#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .1s ease;
}
body {
  padding-top: 167px;
}
@media (max-width:1024px) {
  body {
    padding-top: 82px;
  }
}
@media (max-width:640px) {
  body {
    padding-top: 80px;
  }
}
#siteHeader.header-scrolled {
  box-shadow: 0 8px 25px rgba(0,0,0,.15);
}
.top-bar {
  max-height: 40px;
  overflow: hidden;
  transition: all .1s ease;
}
.header-scrolled .top-bar {
  max-height: 0;
  opacity: 0;
}
@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-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-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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-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-leading: initial;
      --tw-font-weight: 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-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
