/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Poppins", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #111827;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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.125rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --shadow-xl: 0px 4px 6px rgba(0, 0, 0, 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --text-subtitle: 1.25rem;
    --text-subtitle-mobile: 1rem;
    --text-hero-title: 48px;
    --text-title: 30px;
    --text-title-mobile: 25px;
    --text-body: 16px;
    --text-body-leading: 1.2;
    --color-red: #FF6B6B;
    --color-red-light: #FF8E8E;
    --color-white-a7: rgba(251, 251, 251, 0.7);
    --color-indigo-light: #EFF6FF;
    --color-yellow: #EAE8E3;
    --color-yellow-intense: #FAF3DF;
    --color-gray-dark: #999999;
    --color-gray-light: #F8FAFC;
    --color-gray-light2: #E5E7EB;
    --color-gray-light3: #9CA3AF;
    --color-gray-light4: #F9FAFB;
    --color-green: #3BBFB1;
    --color-blue: #2C63B4;
    --color-blue-azure: #A4CAFF;
    --color-blue-dark: #374151;
    --color-blue-light: #E8F4FD;
    --color-primary: var(--color-red);
    --color-secondary: var(--color-blue);
    --color-tertiary: var(--color-white);
    --color-content: var(--color-blue-dark);
    --color-accent: #00A8E8;
    --color-muted: #4B5563;
    --color-blue-gradient: linear-gradient(139deg, #A1BFFF 0%, #E8F4FD 100%);
    --radius-card: 24px;
    --radius-card-xl: 34px;
    --header-size: 78px;
    --header-mobile-size: 62px;
    --container-8xl: 1600px;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .-left-\[100px\] {
    left: calc(100px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[30px\] {
    left: 30px;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-\[16px\] {
    margin: 16px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .\!mt-\[4px\] {
    margin-top: 4px !important;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .\!box-border {
    box-sizing: border-box !important;
  }
  .box-border {
    box-sizing: border-box;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .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;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-\[20px\] {
    height: 20px !important;
  }
  .\!h-\[24px\] {
    height: 24px !important;
  }
  .\!h-\[48px\] {
    height: 48px !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[308px\] {
    height: 308px;
  }
  .h-\[353px\] {
    height: 353px;
  }
  .h-\[433px\] {
    height: 433px;
  }
  .h-\[483px\] {
    height: 483px;
  }
  .h-\[528px\] {
    height: 528px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[180px\] {
    min-height: 180px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[260px\] {
    min-height: 260px;
  }
  .min-h-\[377px\] {
    min-height: 377px;
  }
  .min-h-\[388px\] {
    min-height: 388px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .\!w-\[20px\] {
    width: 20px !important;
  }
  .\!w-\[25px\] {
    width: 25px !important;
  }
  .\!w-\[48px\] {
    width: 48px !important;
  }
  .\!w-\[330px\] {
    width: 330px !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[133px\] {
    width: 133px;
  }
  .w-\[135px\] {
    width: 135px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-8xl {
    max-width: var(--container-8xl);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    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);
  }
  .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;
  }
  .list-inside {
    list-style-position: inside;
  }
  .columns-2 {
    columns: 2;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .\!items-center {
    align-items: center !important;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[36px\] {
    gap: 36px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .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-4 {
    :where(& > :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)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-\[10px\] {
    column-gap: 10px;
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .\!overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-card {
    border-radius: var(--radius-card);
  }
  .rounded-card-xl {
    border-radius: var(--radius-card-xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-\[5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 5px;
  }
  .border-gray-light2 {
    border-color: var(--color-gray-light2);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .\!bg-gray-light2 {
    background-color: var(--color-gray-light2) !important;
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-blue-light {
    background-color: var(--color-blue-light);
  }
  .bg-gray-light {
    background-color: var(--color-gray-light);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white-a7 {
    background-color: var(--color-white-a7);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-green {
    --tw-gradient-from: var(--color-green);
    --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-indigo-light {
    --tw-gradient-from: var(--color-indigo-light);
    --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-white {
    --tw-gradient-via: var(--color-white);
    --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-blue {
    --tw-gradient-to: var(--color-blue);
    --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));
  }
  .\!fill-muted {
    fill: var(--color-muted) !important;
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-green {
    fill: var(--color-green);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .\!px-\[16px\] {
    padding-inline: 16px !important;
  }
  .\!px-\[30px\] {
    padding-inline: 30px !important;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[62px\] {
    padding-inline: 62px;
  }
  .\!py-\[16px\] {
    padding-block: 16px !important;
  }
  .\!py-\[20px\] {
    padding-block: 20px !important;
  }
  .\!py-\[24px\] {
    padding-block: 24px !important;
  }
  .\!py-\[66px\] {
    padding-block: 66px !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .\!pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .\!pt-\[0px\] {
    padding-top: 0px !important;
  }
  .\!pt-\[40px\] {
    padding-top: 40px !important;
  }
  .\!pt-\[46px\] {
    padding-top: 46px !important;
  }
  .\!pt-\[66px\] {
    padding-top: 66px !important;
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[36\%\] {
    padding-top: 36%;
  }
  .pt-\[56\%\] {
    padding-top: 56%;
  }
  .pt-\[80\%\] {
    padding-top: 80%;
  }
  .pr-\[8px\] {
    padding-right: 8px;
  }
  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!pb-\[8px\] {
    padding-bottom: 8px !important;
  }
  .\!pb-\[10px\] {
    padding-bottom: 10px !important;
  }
  .\!pb-\[20px\] {
    padding-bottom: 20px !important;
  }
  .\!pb-\[24px\] {
    padding-bottom: 24px !important;
  }
  .\!pb-\[40px\] {
    padding-bottom: 40px !important;
  }
  .\!pb-\[66px\] {
    padding-bottom: 66px !important;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .\!text-center {
    text-align: center !important;
  }
  .\!text-left {
    text-align: left !important;
  }
  .\!text-right {
    text-align: right !important;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .\!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) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .\!text-xl {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .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-\[13px\] {
    font-size: 13px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .\!leading-1 {
    --tw-leading: calc(var(--spacing) * 1) !important;
    line-height: calc(var(--spacing) * 1) !important;
  }
  .\!leading-\[1\] {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\!text-black {
    color: var(--color-black) !important;
  }
  .\!text-blue {
    color: var(--color-blue) !important;
  }
  .\!text-blue-dark {
    color: var(--color-blue-dark) !important;
  }
  .\!text-muted {
    color: var(--color-muted) !important;
  }
  .\!text-red {
    color: var(--color-red) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-content {
    color: var(--color-content);
  }
  .text-gray-light3 {
    color: var(--color-gray-light3);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-red {
    color: var(--color-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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: 0px 10px 15px var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0px 4px 6px var(--tw-shadow-color, rgba(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-3xl {
    --tw-shadow: 0px 10px 25px var(--tw-shadow-color, rgba(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-blue-2xl {
    --tw-shadow: 0px 4px 12px var(--tw-shadow-color, rgba(37, 99, 235, 0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-blue-3xl {
    --tw-shadow: 0px 15px 25px var(--tw-shadow-color, rgba(37, 99, 235, 0.15));
    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-bottom {
    --tw-shadow: inset 0px -10px 16px var(--tw-shadow-color, rgba(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-inner-top {
    --tw-shadow: inset 0px 10px 16px var(--tw-shadow-color, rgba(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-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, 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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .\*\:visible {
    :is(& > *) {
      visibility: visible;
    }
  }
  .group-hover\:-translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:text-blue {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-blue);
      }
    }
  }
  .group-hover\:text-green {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-green);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:gap-\[30px\] {
    @media (width >= 40rem) {
      gap: 30px;
    }
  }
  .sm\:p-\[32px\] {
    @media (width >= 40rem) {
      padding: 32px;
    }
  }
  .sm\:pb-\[30px\] {
    @media (width >= 40rem) {
      padding-bottom: 30px;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:mb-\[46px\] {
    @media (width >= 48rem) {
      margin-bottom: 46px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:min-h-\[388px\] {
    @media (width >= 48rem) {
      min-height: 388px;
    }
  }
  .md\:min-h-\[600px\] {
    @media (width >= 48rem) {
      min-height: 600px;
    }
  }
  .md\:\!w-\[600px\] {
    @media (width >= 48rem) {
      width: 600px !important;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 48rem) {
      width: calc(3/4 * 100%);
    }
  }
  .md\:w-10\/12 {
    @media (width >= 48rem) {
      width: calc(10/12 * 100%);
    }
  }
  .md\:w-\[181px\] {
    @media (width >= 48rem) {
      width: 181px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:\!items-start {
    @media (width >= 48rem) {
      align-items: flex-start !important;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 48rem) {
      gap: 16px;
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:gap-\[26px\] {
    @media (width >= 48rem) {
      gap: 26px;
    }
  }
  .md\:gap-\[46px\] {
    @media (width >= 48rem) {
      gap: 46px;
    }
  }
  .md\:gap-\[50px\] {
    @media (width >= 48rem) {
      gap: 50px;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:p-\[20px\] {
    @media (width >= 48rem) {
      padding: 20px;
    }
  }
  .md\:p-\[25px\] {
    @media (width >= 48rem) {
      padding: 25px;
    }
  }
  .md\:p-\[32px\] {
    @media (width >= 48rem) {
      padding: 32px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[62px\] {
    @media (width >= 48rem) {
      padding-inline: 62px;
    }
  }
  .md\:\!py-\[40px\] {
    @media (width >= 48rem) {
      padding-block: 40px !important;
    }
  }
  .md\:\!py-\[66px\] {
    @media (width >= 48rem) {
      padding-block: 66px !important;
    }
  }
  .md\:py-\[48px\] {
    @media (width >= 48rem) {
      padding-block: 48px;
    }
  }
  .md\:pt-\[10px\] {
    @media (width >= 48rem) {
      padding-top: 10px;
    }
  }
  .md\:pt-\[24px\] {
    @media (width >= 48rem) {
      padding-top: 24px;
    }
  }
  .md\:pt-\[56\%\] {
    @media (width >= 48rem) {
      padding-top: 56%;
    }
  }
  .md\:\!text-left {
    @media (width >= 48rem) {
      text-align: left !important;
    }
  }
  .md\:\!text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .md\:\!text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base) !important;
      line-height: var(--tw-leading, var(--text-base--line-height)) !important;
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:\!text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px !important;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:gap-\[70px\] {
    @media (width >= 64rem) {
      gap: 70px;
    }
  }
  .lg\:rounded-none {
    @media (width >= 64rem) {
      border-radius: 0;
    }
  }
  .lg\:p-\[76px\] {
    @media (width >= 64rem) {
      padding: 76px;
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-size: 50px;
    --swiper-navigation-color: var(--color-black);
    --swiper-pagination-color: var(--color-red);
    @media (width >= 86rem) {
      --swiper-navigation-sides-offset: calc((100vw - var(--container-6xl)) / 2 - 100px);
    }
  }
}
@layer components {
  [x-cloak] {
    display: none;
  }
  .w-\[105px\] {
    width: 105px;
  }
  body {
    font-size: 16px;
    padding-top: var(--header-mobile-size) !important;
    @media (width >= 48rem) {
      padding-top: var(--header-size) !important;
    }
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .main-menu {
    margin: 0 !important;
    display: inline-flex;
    gap: 30px;
    align-items: center;
    list-style: none !important;
  }
  .main-menu .menu-item {
    position: relative;
    padding: 7px;
    margin: 0 !important;
  }
  .main-menu .menu-item .menu-link {
    font-weight: 500 !important;
    font-size: var(--text-base) !important;
    color: var(--color-text) !important;
    text-decoration: none !important;
  }
  .main-menu .menu-item .menu-link:hover {
    color: var(--color-primary) !important;
  }
  .main-menu .menu-item:hover .material-symbols-sharp {
    transform: rotate(180deg);
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color-yellow);
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 10rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .main-menu .menu-item:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .main-menu .sub-menu .menu-link {
    display: block;
    padding: 5px 7px;
    color: var(--color-muted);
    text-decoration: none;
  }
  .main-menu .sub-menu .menu-item:hover {
    background: #f5f5f5;
  }
  .text-icons {
    font-size: 48px !important;
  }
  .bg-pattern {
    background-image: url("../images/bg-pattern.png");
    background-size: 250px 166px;
  }
  .bg-pattern-opacity {
    background-image: url("../images/bg-pattern-white.png");
    background-size: 250px 166px;
  }
  .bg-gradient {
    background: linear-gradient(139deg, rgba(59, 191, 177, 1) 0%, rgba(44, 99, 180, 1) 44%, rgba(255, 141, 141, 1) 100%);
  }
  .bg-gradient-blue {
    background: var(--color-blue-gradient);
  }
  .card-echipament .card-echipament-text {
    opacity: 0;
    backdrop-filter: blur(8px);
    clip-path: polygon(0 calc(100% - 100px),100% calc(100% - 100px),100% 100%,0% 100%);
    transition: opacity 0.5s;
    background-color: rgba(0,0,0,0.2);
    pointer-events: none;
  }
  .card-echipament:hover .card-echipament-text {
    opacity: 1;
    clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
    pointer-events: visible;
  }
  .card {
    background-color: var(--color-white);
    border-radius: var(--rounded-lg);
    padding: var(--spacing-6);
    box-shadow: var(--shadow-xl);
  }
  .hero-title {
    font-size: var(--text-title-mobile) !important;
    color: var(--color-black);
    line-height: 1.1;
    font-weight: 700;
    margin: 0 !important;
    padding-bottom: calc(var(--spacing) * 3);
    @media (width >= 48rem) {
      font-size: var(--text-hero-title) !important;
    }
  }
  .title {
    font-size: var(--text-title-mobile) !important;
    line-height: 1.1;
    font-weight: 700;
    color: var(--color-black);
    margin: 0 !important;
    @media (width >= 48rem) {
      font-size: var(--text-title) !important;
    }
  }
  .title:not(.\!pb-0) {
    padding-bottom: calc(var(--spacing) * 6) !important;
  }
  .subtitle {
    font-size: var(--text-subtitle-mobile) !important;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 !important;
    color: var(--color-black);
    padding-bottom: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      font-size: var(--text-subtitle) !important;
    }
  }
  .title.heading-underline {
    position: relative;
    padding-bottom: 48px !important;
  }
  .heading-underline::after {
    content: '';
    position: absolute;
    width: 96px;
    height: 8px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--color-green), var(--color-blue));
    bottom: 24px;
    left: 0;
    transition: transform .3s ease-in-out;
  }
  p {
    font-size: var(--text-body);
    line-height: var(--text-body-leading);
    padding-bottom: calc(var(--spacing) * 6);
    @media (width >= 48rem) {
      font-size: var(--text-body);
    }
  }
  p:last-child {
    padding-bottom: 0;
    margin: 0px !important;
  }
  .content-block p {
    font-size: var(--text-body);
    line-height: var(--text-body-leading);
    padding-bottom: calc(var(--spacing) * 6);
    @media (width >= 48rem) {
      font-size: var(--text-body);
    }
  }
  .content-block ul {
    margin-left: 0px !important;
    margin-bottom: 16px !important;
  }
  .content-block ul li {
    margin-left: 16px !important;
    margin-top: 0px !important;
    padding-bottom: 5px !important;
  }
  .content-block h1 {
    text-align: left !Important;
    font-size: var(--text-title-mobile) !important;
    line-height: 1.1;
    font-weight: 700;
    color: var(--color-black);
    margin: 0 !important;
    padding-bottom: 0 !important;
    @media (width >= 48rem) {
      font-size: var(--text-title) !important;
    }
  }
  .content-block h2 {
    text-align: left !Important;
    font-size: var(--text-title-mobile);
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 0;
    @media (width >= 48rem) {
      font-size: var(--text-title);
    }
  }
  .content-block h3 {
    text-align: left !Important;
    font-size: var(--text-subtitle-mobile);
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 0;
    @media (width >= 48rem) {
      font-size: var(--text-subtitle);
    }
  }
  .content-block p {
    text-align: left !Important;
    font-size: var(--text-body);
    line-height: var(--text-body-leading);
    padding-bottom: 0 !important;
    @media (width >= 48rem) {
      font-size: var(--text-body);
    }
  }
  .tabs-button-list [role="tab"] {
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    font-size: 16px !important;
    line-height: 1;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    padding: 12px 24px !important;
    border-radius: 50px;
    transition: all 0.3s;
    min-width: 220px;
    text-decoration: none !important;
    background: #F3F4F6;
    outline: none !important;
    color: var(--color-muted) !important;
    @media (width >= 48rem) {
      min-width: 0;
    }
  }
  .tabs-button-list [role="tab"]:hover {
    border-color: var(--color-primary) !important;
    background: transparent;
    color: var(--color-primary) !important;
  }
  .tabs-button-list [role="tab"][aria-selected="true"] {
    background: linear-gradient(90deg, var(--color-red), var(--color-red-light));
    color: var(--color-white) !important;
  }
  .tabs-button-list [role="tab"][aria-selected="true"]:hover {
    border-color: var(--color-primary) !important;
    background: transparent;
    color: var(--color-primary) !important;
  }
  .btn {
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    font-size: 16px !important;
    line-height: 1;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    padding: 12px 24px !important;
    border-radius: 50px;
    transition: all 0.3s;
    min-width: 220px;
    text-decoration: none !important;
    @media (width >= 48rem) {
      min-width: 0;
    }
  }
  .btn.btn-small {
    font-size: 14px !important;
    padding: 13px 18px !important;
    min-width: 150px;
    @media (width >= 48rem) {
      min-width: 0;
    }
  }
  .btn:hover {
    outline: none;
  }
  .btn.btn-primary {
    background: linear-gradient(90deg, var(--color-red), var(--color-red-light));
    color: var(--color-white) !important;
  }
  .btn.btn-primary:hover {
    border-color: var(--color-primary);
    background: transparent;
    color: var(--color-primary) !important;
  }
  .btn.btn-primary.btn-outline {
    border-color: var(--color-primary);
    background: transparent;
    color: var(--color-primary) !important;
  }
  .btn.btn-primary.btn-outline:hover {
    background: var(--color-primary);
    border: 2px solid transparent;
    color: var(--color-white) !important;
  }
  .btn.btn-secondary {
    background: var(--color-secondary);
    color: var(--color-white) !important;
  }
  .btn.btn-secondary:hover {
    border-color: var(--color-secondary);
    background: transparent;
    color: var(--color-secondary) !important;
  }
  .btn.btn-secondary.hover\:outline:hover {
    border-color: var(--color-secondary);
    background: transparent;
    color: var(--color-secondary) !important;
  }
  .btn.btn-secondary.btn-outline {
    border-color: var(--color-secondary);
    background: transparent;
    color: var(--color-secondary) !important;
  }
  .btn.btn-secondary.btn-outline:hover {
    background: var(--color-secondary);
    border: 2px solid transparent;
    color: var(--color-white) !important;
  }
  .btn.btn-tertiary {
    background: linear-gradient(90deg, var(--color-red), var(--color-red-light));
    color: var(--color-white) !important;
  }
  .btn.btn-tertiary:hover {
    border-color: var(--color-tertiary);
    background: transparent;
    color: var(--color-tertiary) !important;
  }
  .btn.btn-tertiary.btn-outline {
    border-color: var(--color-tertiary);
    background: transparent;
    color: var(--color-tertiary) !important;
  }
  .btn.btn-tertiary.hover\:outline:hover {
    border-color: var(--color-primary);
    background: transparent;
    color: var(--color-primary) !important;
  }
  .btn.btn-tertiary.btn-outline:hover {
    background: var(--color-primary);
    border: 2px solid transparent;
    color: var(--color-white) !important;
  }
  .search-form-box input[type="text"] {
    width: 100%;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 18px !important;
    color: var(--color-black);
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 52px !important;
    padding-right: 16px !important;
    height: calc(38px + 18px) !important;
    background-color: var(--color-gray-light2) !important;
    border-radius: 999px !important;
    border: 1px solid var(--color-gray-light2) !important;
    transition: all 0.3s;
  }
  .search-form-box input[type="text"]:focus {
    border: 1px solid var(--color-gray-dark) !important;
    outline: none;
  }
  .form-box label {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    text-align: left !important;
    color: var(--color-black);
    padding-bottom: 8px;
  }
  .form-box input[type="text"], .form-box input[type="tel"], .form-box input[type="date"], .form-box input[type="email"] {
    width: 100%;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 18px !important;
    color: var(--color-black);
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    height: calc(28px + 18px) !important;
    background-color: #fff;
    border-radius: 8px !important;
    border: 1px solid var(--color-gray-light2) !important;
    transition: all 0.3s;
  }
  .form-box textarea {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 18px !important;
    padding: 16px !important;
    background-color: #fff;
    border-radius: 8px !important;
    border: 1px solid var(--color-gray-light2) !important;
    transition: all 0.3s;
  }
  .form-box input[type="text"]:focus, .form-box input[type="date"]:focus, .form-box input[type="tel"]:focus, .form-box input[type="email"]:focus {
    border: 1px solid var(--color-gray-dark) !important;
    outline: none;
  }
  .form-box .btn.btn-primary {
    background: linear-gradient(90deg, var(--color-red), var(--color-red-light)) !important;
    color: var(--color-white) !important;
    border: 1px solid transparent !important;
    border-radius: 50px !important;
  }
  .form-box .btn.btn-primary:hover {
    border-color: var(--color-primary) !important;
    background: transparent !important;
    color: var(--color-primary) !important;
  }
  .form-box p {
    font-size: 14px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .form-box .form-row {
    padding-bottom: 0px;
  }
  .form-box .form-row p {
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .form-box .form-control {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .form-box input[type="radio"], .form-box input[type="checkbox"] {
    width: 1em;
    height: 1rem;
    accent-color: var(--color-black);
  }
  .form-box select {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    padding: 0px 40px 4px 16px;
    height: calc(28px + 18px);
    background-color: #D9D9D9;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--color-gray-light2);
    appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"%3E%3Cpath fill="%23697077" d="M0 0l5 6L10 0z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    transition: all 0.3s ease;
    border-radius: 8px !important;
  }
  .form-box select option {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-black);
    padding: 8px 16px;
    background-color: var(--color-gray-light);
    transition: all 0.3s;
  }
  .form-box select option:hover {
    background-color: #dad2bb;
  }
  .form-box select:focus {
    outline: none;
    border-bottom-color: var(--color-gray-dark);
  }
  .form-box select:disabled {
    background-color: #f5f5f5;
    color: #d3d3d3;
    cursor: not-allowed;
  }
  .form-box .wpcf7-list-item {
    margin-left: 0px !important;
  }
  .form-box .wpcf7-spinner {
    display: none !important;
  }
  .form-box .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .form-box .adornedStart, .form-box.form-theme-contrast .adornedStart {
    position: relative;
    display: block;
  }
  .form-box .adornedStart .material-symbols-sharp, .form-box.form-theme-contrast .adornedStart .material-symbols-sharp {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-green);
  }
  .form-box .adornedStart .material-symbols-sharp input, .form-box.form-theme-contrast .adornedStart input {
    padding-left: 45px;
  }
  .form-box.form-theme-contrast .btn.btn-secondary:hover {
    border-color: var(--color-yellow-intense);
    background-color: var(--color-yellow-intense);
    color: var(--color-green);
  }
  a.underline-effect {
    position: relative;
    text-decoration: none;
  }
  a.underline-effect::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: var(--color-white);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  a.underline-effect:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  .footer-copyright {
    text-align: center !important;
    border-top: 1px solid var(--color-blue-azure) !important;
    margin-top: 20px !important;
    padding-top: 6px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .footer-copyright a {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-family: 'Material Symbols Sharp' !important;
    font-size: 50px !important;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\f46a' !important;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\f46b' !important;
  }
  .navigation-root {
    background-color: var(--color-gray-light4);
    border-radius: 999px;
    box-shadow: var(--shadow-xl);
  }
  .navigation-item-element-width-sm {
    width: 150px !important;
  }
  .navigation-item-element-width {
    width: 170px !important;
  }
  .navigation-item-element-width-lg {
    width: 180px !important;
  }
  .navigation-item-element-width-xl {
    width: 210px !important;
  }
  .navigation-item-element {
    margin: 10px 0;
    padding: 10px;
    height: 40px;
    border-radius: 999px;
  }
  .navigation-item-element:hover, .navigation-item-element.active {
    color: var(--color-blue) !important;
    background: linear-gradient(139deg, #A1BFFF 0%, #E8F4FD 100%);
    box-shadow: 0px 4px 12px rgba(37, 99, 235, 0.3);
    border-radius: 999px;
  }
  .navigation-item-element.active .group-hover\:text-blue {
    color: var(--color-blue) !important;
  }
  .navigation-item-element-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .navigation-item-element-icon.icon-chirurgie {
    width: 48px;
  }
}
@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-space-x-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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-space-x-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-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-duration: initial;
      --tw-ease: initial;
    }
  }
}
