/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: oklch(0.936 0.032 17.717);
    --color-red-500: oklch(0.637 0.237 25.331);
    --color-red-600: oklch(0.577 0.245 27.325);
    --color-red-700: oklch(0.505 0.213 27.518);
    --color-green-100: oklch(0.962 0.044 156.743);
    --color-green-700: oklch(0.527 0.154 150.069);
    --color-emerald-600: oklch(0.596 0.145 163.225);
    --color-emerald-800: oklch(0.432 0.095 166.913);
    --color-teal-500: oklch(0.704 0.14 182.503);
    --color-blue-50: oklch(0.97 0.014 254.604);
    --color-blue-400: oklch(0.707 0.165 254.624);
    --color-blue-500: oklch(0.623 0.214 259.815);
    --color-blue-700: oklch(0.488 0.243 264.376);
    --color-violet-500: oklch(0.606 0.25 292.717);
    --color-gray-50: oklch(0.985 0.002 247.839);
    --color-gray-100: oklch(0.967 0.003 264.542);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-300: oklch(0.872 0.01 258.338);
    --color-gray-400: oklch(0.707 0.022 261.325);
    --color-gray-500: oklch(0.551 0.027 264.364);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-gray-800: oklch(0.278 0.033 256.848);
    --color-gray-900: oklch(0.21 0.034 264.665);
    --color-neutral-100: oklch(0.97 0 0);
    --color-neutral-200: oklch(0.922 0 0);
    --color-neutral-300: oklch(0.87 0 0);
    --color-neutral-400: oklch(0.708 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --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.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-thin: 100;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --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-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .start-100 {
    inset-inline-start: calc(var(--spacing) * 100);
  }
  .top-50 {
    top: calc(var(--spacing) * 50);
  }
  .top-\[-5\%\] {
    top: -5%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-16 {
    bottom: calc(var(--spacing) * 16);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .bottom-28 {
    bottom: calc(var(--spacing) * 28);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-100 {
    z-index: 100;
  }
  .order-1 {
    order: 1;
  }
  .order-last {
    order: 9999;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-12 {
    margin-inline: calc(var(--spacing) * 12);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-6 {
    margin-block: calc(var(--spacing) * -6);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-auto {
    margin-block: auto;
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .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-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-64 {
    margin-left: calc(var(--spacing) * 64);
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .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;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-\[3rem\] {
    height: 3rem;
  }
  .h-\[4rem\] {
    height: 4rem;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[20rem\] {
    height: 20rem;
  }
  .h-\[32rem\] {
    height: 32rem;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[84vw\]\! {
    height: 84vw !important;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[\[\+tv\.height\:empty\=\`8px\`\]\] {
    height: [+tv.height:empty=`8px`];
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[50vh\] {
    max-height: 50vh;
  }
  .max-h-\[800px\] {
    max-height: 800px;
  }
  .min-h-\[25rem\] {
    min-height: 25rem;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-auto {
    min-height: auto;
  }
  .min-h-auto\! {
    min-height: auto !important;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5\/6 {
    width: calc(5/6 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9\/10 {
    width: calc(9/10 * 100%);
  }
  .w-10\/12 {
    width: calc(10/12 * 100%);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[32\%\] {
    width: 32%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .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-\[18rem\] {
    max-width: 18rem;
  }
  .max-w-\[20rem\] {
    max-width: 20rem;
  }
  .max-w-\[32rem\] {
    max-width: 32rem;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }
  .basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }
  .basis-2\/3 {
    flex-basis: calc(2/3 * 100%);
  }
  .basis-3\/3 {
    flex-basis: calc(3/3 * 100%);
  }
  .basis-4\/12 {
    flex-basis: calc(4/12 * 100%);
  }
  .basis-7\/12 {
    flex-basis: calc(7/12 * 100%);
  }
  .basis-10\/12 {
    flex-basis: calc(10/12 * 100%);
  }
  .basis-\[26vw\] {
    flex-basis: 26vw;
  }
  .basis-\[30vw\] {
    flex-basis: 30vw;
  }
  .basis-\[40vw\] {
    flex-basis: 40vw;
  }
  .basis-\[\[\[\[\+id\:eq\=\`\`\:then\=\`\*\`\:else\=\`\+tv\.\`\]\]DocumentOtherProperties\:getDocumentProperty\=\`width\`\]\] {
    flex-basis: [[[+id:eq=``:then=`*`:else=`+tv.`]]DocumentOtherProperties:getDocumentProperty=`width`];
  }
  .basis-full {
    flex-basis: 100%;
  }
  .scale-200 {
    --tw-scale-x: 200%;
    --tw-scale-y: 200%;
    --tw-scale-z: 200%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .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;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .\[grid-template-columns\:repeat\(auto-fit\,minmax\(250px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .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-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .gap-\[0px\] {
    gap: 0px;
  }
  .gap-\[64px\] {
    gap: 64px;
  }
  .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)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.5px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-\[0\.5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.5px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[0\.5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.5px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-\[\#3eb5a2\] {
    border-color: #3eb5a2;
  }
  .border-\[\#42b5a3\] {
    border-color: #42b5a3;
  }
  .border-\[var\(--theme-color\)\] {
    border-color: var(--theme-color);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-blue-400 {
    border-color: var(--color-blue-400);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-white {
    border-top-color: var(--color-white);
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-\[\#42b5a3\] {
    background-color: #42b5a3;
  }
  .bg-\[\#42b8a4\] {
    background-color: #42b8a4;
  }
  .bg-\[\#f4f4f4\] {
    background-color: #f4f4f4;
  }
  .bg-\[\[\+tv\.RG_theme\:lcase\]\] {
    background-color: [+tv.RG theme:lcase];
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/80 {
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
  .bg-\[url\(\'\[\[\+tv\.RG_imageBlockItem\[\[pThumbParams\?\&imageVisuelWidth\=\`600\`\]\]\]\]\'\)\] {
    background-image: url('[[+tv.RG_imageBlockItem[[pThumbParams?&imageVisuelWidth=`600`]]]]');
  }
  .bg-\[url\(\[\[\+tv\.RG_imageBlockItem\[\[pThumbParams\?\&imageVisuelWidth\=\`800\`\]\]\]\]\)\] {
    background-image: url([[+tv.RG_imageBlockItem[[pThumbParams?&imageVisuelWidth=`800`]]]]);
  }
  .bg-\[url\(assets\/websiteFiles\/images\/RG_img\/accompagner-photo\.jpg\)\] {
    background-image: url(assets/websiteFiles/images/RG_img/accompagner-photo.jpg);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1\! {
    padding: calc(var(--spacing) * 1) !important;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-24 {
    padding: calc(var(--spacing) * 24);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .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-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .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-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pe-8 {
    padding-inline-end: calc(var(--spacing) * 8);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .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-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-30 {
    padding-bottom: calc(var(--spacing) * 30);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .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);
    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-\[0\.8em\] {
    font-size: 0.8em;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[29px\] {
    font-size: 29px;
  }
  .text-\[30px\]\! {
    font-size: 30px !important;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .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-\[1em\] {
    --tw-leading: 1em;
    line-height: 1em;
  }
  .leading-\[4rem\] {
    --tw-leading: 4rem;
    line-height: 4rem;
  }
  .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-\[32px\] {
    --tw-font-weight: 32px;
    font-weight: 32px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#4d4d4d\] {
    color: #4d4d4d;
  }
  .text-\[\#42b5a3\] {
    color: #42b5a3;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-emerald-600 {
    color: var(--color-emerald-600);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .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-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-none\! {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .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,);
  }
  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .first\:mb-4 {
    &:first-child {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .first\:text-\[24px\] {
    &:first-child {
      font-size: 24px;
    }
  }
  .focus-within\:border-2 {
    &:focus-within {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .focus-within\:border-solid {
    &:focus-within {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .focus-within\:border-teal-500 {
    &:focus-within {
      border-color: var(--color-teal-500);
    }
  }
  .focus-within\:outline {
    &:focus-within {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-within\:outline-2 {
    &:focus-within {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .hover\:\!bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent !important;
      }
    }
  }
  .hover\:bg-\[\#369e8e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #369e8e;
      }
    }
  }
  .hover\:bg-\[\#369e8e\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #369e8e !important;
      }
    }
  }
  .hover\:bg-\[\#888B8D\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #888B8D !important;
      }
    }
  }
  .hover\:bg-\[\#e6f7f4\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e6f7f4;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-neutral-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-neutral-100);
      }
    }
  }
  .hover\:\!text-inherit {
    &:hover {
      @media (hover: hover) {
        color: inherit !important;
      }
    }
  }
  .hover\:text-\[var\(--theme-color\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--theme-color);
      }
    }
  }
  .hover\:text-emerald-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-emerald-800);
      }
    }
  }
  .hover\:text-green-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-700);
      }
    }
  }
  .hover\:text-red-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-700);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:shadow-none\! {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 0 #0000 !important;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[var\(--theme-color\)\] {
    &:focus {
      --tw-ring-color: var(--theme-color);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:outline-2 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:outline-offset-2 {
    &:focus {
      outline-offset: 2px;
    }
  }
  .focus\:outline-violet-500 {
    &:focus {
      outline-color: var(--color-violet-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .aria-selected\:text-white {
    &[aria-selected="true"] {
      color: var(--color-white);
    }
  }
  .max-lg\:flex {
    @media (width < 64rem) {
      display: flex;
    }
  }
  .max-lg\:justify-center {
    @media (width < 64rem) {
      justify-content: center;
    }
  }
  .max-lg\:pt-4 {
    @media (width < 64rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:pb-4 {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .xl\:mx-16 {
    @media (width >= 1200px) {
      margin-inline: calc(var(--spacing) * 16);
    }
  }
  .xl\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .xl\:w-9\/12 {
    @media (width >= 1200px) {
      width: calc(9/12 * 100%);
    }
  }
  .xl\:w-60 {
    @media (width >= 1200px) {
      width: calc(var(--spacing) * 60);
    }
  }
  .xl\:basis-1\/4 {
    @media (width >= 1200px) {
      flex-basis: calc(1/4 * 100%);
    }
  }
  .xl\:flex-row {
    @media (width >= 1200px) {
      flex-direction: row;
    }
  }
  .xl\:items-center {
    @media (width >= 1200px) {
      align-items: center;
    }
  }
  .xl\:p-36 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 36);
    }
  }
  .xl\:px-16 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .xl\:pb-0 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:pl-16 {
    @media (width >= 1200px) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .min-\[1500px\]\:block {
    @media (width >= 1500px) {
      display: block;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-12 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .sm\:py-3 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .sm\:py-12 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .sm\:pt-12 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-32 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 32);
    }
  }
  .md\:max-w-2\/3 {
    @media (width >= 48rem) {
      max-width: calc(2/3 * 100%);
    }
  }
  .md\:basis-5\/12 {
    @media (width >= 48rem) {
      flex-basis: calc(5/12 * 100%);
    }
  }
  .md\:basis-8\/12 {
    @media (width >= 48rem) {
      flex-basis: calc(8/12 * 100%);
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:border-\[10px\] {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 10px;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:py-48 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 48);
    }
  }
  .md\:pt-40 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .md\:pb-32 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:order-0 {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:order-first {
    @media (width >= 64rem) {
      order: -9999;
    }
  }
  .lg\:order-none {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-6 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-1 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 1);
    }
  }
  .lg\:mb-1 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:hidden\! {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:h-16 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .lg\:h-\[28px\] {
    @media (width >= 64rem) {
      height: 28px;
    }
  }
  .lg\:h-\[32rem\] {
    @media (width >= 64rem) {
      height: 32rem;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-9\/12 {
    @media (width >= 64rem) {
      width: calc(9/12 * 100%);
    }
  }
  .lg\:w-16 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 16);
    }
  }
  .lg\:w-60 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .lg\:w-\[28px\] {
    @media (width >= 64rem) {
      width: 28px;
    }
  }
  .lg\:w-\[31\%\] {
    @media (width >= 64rem) {
      width: 31%;
    }
  }
  .lg\:w-\[47\%\] {
    @media (width >= 64rem) {
      width: 47%;
    }
  }
  .lg\:basis-\[31\%\] {
    @media (width >= 64rem) {
      flex-basis: 31%;
    }
  }
  .lg\:basis-\[47\%\] {
    @media (width >= 64rem) {
      flex-basis: 47%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-18 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .lg\:gap-\[0px\] {
    @media (width >= 64rem) {
      gap: 0px;
    }
  }
  .lg\:rounded-2xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .lg\:rounded-none {
    @media (width >= 64rem) {
      border-radius: 0;
    }
  }
  .lg\:border-none {
    @media (width >= 64rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:bg-\[\#F2F2F2\] {
    @media (width >= 64rem) {
      background-color: #F2F2F2;
    }
  }
  .lg\:bg-neutral-200 {
    @media (width >= 64rem) {
      background-color: var(--color-neutral-200);
    }
  }
  .lg\:bg-white {
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:p-18 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 18);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-6 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:pt-10 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-18 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 18);
    }
  }
  .lg\:pt-24 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-6 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-18 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .lg\:pb-38 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 38);
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-\[10px\] {
    @media (width >= 64rem) {
      font-size: 10px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 64rem) {
      font-size: 25px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-white {
    @media (width >= 64rem) {
      color: var(--color-white);
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:w-8\/12 {
    @media (width >= 96rem) {
      width: calc(8/12 * 100%);
    }
  }
  .\32 xl\:basis-8\/12 {
    @media (width >= 96rem) {
      flex-basis: calc(8/12 * 100%);
    }
  }
  .\32 xl\:pt-24 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:pr-10 {
    @media (width >= 96rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .rtl\:rotate-180 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      rotate: 180deg;
    }
  }
  .rtl\:rotate-270 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      rotate: 270deg;
    }
  }
  .\[\&_a\.selected\.active\]\:\!bg-\[var\(--theme-color\)\] {
    & a.selected.active {
      background-color: var(--theme-color) !important;
    }
  }
  .\[\&_li\]\:bg-gray-50\! {
    & li {
      background-color: var(--color-gray-50) !important;
    }
  }
  .\[\&_li\]\:p-4 {
    & li {
      padding: calc(var(--spacing) * 4);
    }
  }
  .\[\&_li\]\:text-base {
    & li {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .\[required\]\:hidden {
    &:is(required) {
      display: none;
    }
  }
  .\[\&\>div\]\:my-2 {
    &>div {
      margin-block: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>div\]\:block {
    &>div {
      display: block;
    }
  }
  .\[\&\>div\]\:w-full {
    &>div {
      width: 100%;
    }
  }
  .\[\&\>div\]\:rounded-md {
    &>div {
      border-radius: var(--radius-md);
    }
  }
  .\[\&\>div\]\:border {
    &>div {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&\>div\]\:border-gray-200 {
    &>div {
      border-color: var(--color-gray-200);
    }
  }
  .\[\&\>div\]\:bg-gray-50 {
    &>div {
      background-color: var(--color-gray-50);
    }
  }
  .\[\&\>div\]\:px-4 {
    &>div {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>div\]\:py-3 {
    &>div {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>div\]\:ring-0 {
    &>div {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .\[\&\>div\]\:focus\:ring-2 {
    &>div {
      &:focus {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .\[\&\>div\]\:focus\:ring-\[var\(--theme-color\)\] {
    &>div {
      &:focus {
        --tw-ring-color: var(--theme-color);
      }
    }
  }
  .\[\&\>div\]\:focus\:outline-none {
    &>div {
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
      }
    }
  }
}
@font-face {
  font-display: swap;
  font-family: "RenaultGroup-Variable";
  font-style: normal;
  font-weight: 300 400;
  src: url("../fonts/RenaultGroupRegular.otf");
}
@font-face {
  font-display: swap;
  font-family: "RenaultGroup-Variable";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/RenaultGroupSemibold.otf");
}
@font-face {
  font-display: swap;
  font-family: "RenaultGroup-Variable";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RenaultGroupBold.otf");
}
@font-face {
  font-display: swap;
  font-family: "RenaultGroup-Variable";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/RenaultGroupExtrabold.otf");
}
:root {
  --theme-color: #42b5a3;
  --theme-red: #E94A2D;
  --theme-purple: #9453D5;
  --theme-yellow: #FFAC4A;
  --theme-green: #42B5A3;
  --swiper-theme-color: #666666;
  --font--renault-group: "RenaultGroup-Variable", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font--renault-group-ah: "RenaultGroupAH-Variable", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --color--primary: 30deg 10.34% 54.51%;
  --color--primary-light: #ccc5be;
  --color--primary-lighter: #edeceb;
  --color--primary-lightest: 30deg 11% 96%;
  --color--primary-dark: 13.71deg 85.37% 8.04%;
  --color--primary-inverse: 30deg 20% 39.22%;
  --color--black: 0deg 0% 0%;
  --color--white: 0deg 0% 100%;
  --color--slate: 210deg 73% 15%;
  --color--purple: 243deg 100% 68%;
  --color--red: 0deg 100% 45%;
  --color--tan: 39deg 42% 74%;
  --color--success: 130.67deg 58.8% 42.24%;
  --color--error: 10deg 60% 50%;
  --color--warning: 34deg 100% 71%;
  --color--help: 261deg 79% 36%;
  --color--grey-surface: 30deg 2% 49%;
  --color--master-detail: 36deg 16% 94%;
  --color--bento: 0deg 0% 11%;
  --color--primary-disabled: 33deg 12% 85%;
  --color--article-bg: 240deg 59% 78%/0.078;
  --color--event-block-bg: 30deg, 33%, 26%/0.12;
  --text--color: var(--color--black);
  --link--color: hsl(var(--color--black));
  --bg--color: #e6e6e6;
  --header--height: 127px;
  --content--max-width: 620px;
  --section--padding-y: 3rem;
  --container--max-width: 1440px;
  --container--md-max-width: 1226px;
  --container--sm-max-width: 972px;
  --container--xsm-max-width: 738px;
  --table--border-color: hsl(var(--color--primary)/0.5);
  --table--strip-color: hsla(33, 12%, 85%, .16);
  --border--light: var(--border-size--s) solid rgba(175, 184, 193, .2);
  --shadow--large: 0 50px 120px -40px hsla(0, 0%, 59%, .2), 0 20px 60px -30px rgba(0, 0, 0, .5);
  --color--white-10: hsl(var(--color--white)/0.1);
  --color--black-10: hsl(var(--color--black)/0.1);
  --color--white-15: hsl(var(--color--white)/0.15);
  --color--black-15: hsl(var(--color--black)/0.15);
  --color--white-20: hsl(var(--color--white)/0.2);
  --color--black-20: hsl(var(--color--black)/0.2);
  --color--white-30: hsl(var(--color--white)/0.3);
  --color--black-30: hsl(var(--color--black)/0.3);
  --color--white-40: hsl(var(--color--white)/0.4);
  --color--black-40: hsl(var(--color--black)/0.4);
  --color--white-50: hsl(var(--color--white)/0.5);
  --color--black-50: hsl(var(--color--black)/0.5);
  --color--white-60: hsl(var(--color--white)/0.6);
  --color--black-60: hsl(var(--color--black)/0.6);
  --color--white-70: hsl(var(--color--white)/0.7);
  --color--black-70: hsl(var(--color--black)/0.7);
  --color--white-80: hsl(var(--color--white)/0.8);
  --color--black-80: hsl(var(--color--black)/0.8);
  --color--white-90: hsl(var(--color--white)/0.9);
  --color--black-90: hsl(var(--color--black)/0.9);
  --color--neutral--100: #1e1e1e;
  --color--neutral--200: #2f2f2f;
  --color--neutral--300: #757575;
  --color--neutral--400: #9e9e9e;
  --color--neutral--600: #ccc;
  --color--neutral--700: #ddd;
  --color--neutral--800: #e0e0e0;
  --color--neutral--900: #f0f0f0;
  --font-weight--extra-light: 200;
  --font-weight--light: 300;
  --font-weight--regular: 400;
  --font-weight--medium: 500;
  --font-weight--semi-bold: 600;
  --font-weight--bold: 700;
  --body-xxs: 8px;
  --body-xs: 12px;
  --body-s: 14px;
  --body: 16px;
  --body-ms: 18px;
  --body-m: 20px;
  --body-l: 24px;
  --body-xl: 30px;
  --quote: 40px;
  --heading-xs: 24px;
  --heading-s: 30px;
  --heading-m: 40px;
  --heading-l: 64px;
  --heading-xl: 80px;
  --heading-mobile: 36px;
  --border-radius--none: 0;
  --border-radius--soft: 4px;
  --border-radius--medium: 16px;
  --border-radius--large: 24px;
  --border-radius--rounded: 100px;
  --border-radius--circle: 100%;
  --border-size--none: 0;
  --border-size--s: 1px;
  --border-size--m: 2px;
  --border-size--l: 3px;
  --grid-unit-2: 2px;
  --grid-unit-4: 4px;
  --grid-unit-7: 7px;
  --grid-unit-8: 8px;
  --grid-unit-10: 10px;
  --grid-unit-12: 12px;
  --grid-unit-11: 11px;
  --grid-unit-13: 13px;
  --grid-unit-14: 14px;
  --grid-unit-16: 16px;
  --grid-unit-20: 20px;
  --grid-unit-24: 24px;
  --grid-unit-28: 28px;
  --grid-unit-30: 30px;
  --grid-unit-32: 32px;
  --grid-unit-36: 36px;
  --grid-unit-40: 40px;
  --grid-unit-44: 44px;
  --grid-unit-42: 42px;
  --grid-unit-48: 48px;
  --grid-unit-52: 52px;
  --grid-unit-56: 56px;
  --grid-unit-60: 60px;
  --grid-unit-64: 64px;
  --grid-unit-75: 75px;
  --grid-unit-80: 80px;
  --grid-unit-84: 84px;
  --grid-unit-88: 88px;
  --grid-unit-93: 93px;
  --grid-unit-96: 96px;
  --grid-unit-104: 104px;
  --grid-unit-108: 108px;
  --grid-unit-110: 110px;
  --grid-unit-112: 112px;
  --grid-unit-114: 114px;
  --grid-unit-116: 116px;
  --grid-unit-117: 117px;
  --grid-unit-120: 120px;
  --grid-unit-124: 124px;
  --grid-unit-127: 127px;
  --grid-unit-128: 128px;
  --grid-unit-131: 131px;
  --grid-unit-132: 132px;
  --grid-unit-136: 136px;
  --grid-unit-137: 137px;
  --grid-unit-140: 140px;
  --grid-unit-144: 144px;
  --grid-unit-148: 148px;
  --grid-unit-157: 157px;
  --grid-unit-180: 180px;
  --grid-unit-456: 456px;
}
@media screen and (max-width < 64rem) {
  body {
    --border-radius--medium: 12px;
    --border-radius--large: 16px;
  }
}
.theme-yellow {
  --theme-color: var(--theme-yellow);
}
.theme-red {
  --theme-color: var(--theme-red);
}
.theme-purple {
  --theme-color: var(--theme-purple);
}
.theme-green {
  --theme-color: var(--theme-green);
}
.theme-onehealth {
  --theme-color: var(--theme-green);
}
[role="tablist"] {
  display: flex;
  flex-direction: column;
}
[role="tabpanel"].is-hidden {
  display: none;
}
[role="tabpanel"] p {
  margin: 0;
}
body {
  min-height: 200vh;
  background: #FFF;
  font-family: var(--font--renault-group);
  font-size: 16px;
}
.bg-theme, .hover\:bg-theme:hover, .aria-selected\:bg-theme[aria-selected="true"] {
  background-color: var(--theme-color);
}
.text-theme, .hover\:text-theme:hover {
  color: var(--theme-color);
}
.text-notheme, .hover\:text-theme:hover {
  color: var(--color--neutral--100);
}
.border-theme, .hover\:border-theme:hover {
  border-color: var(--theme-color);
}
p a {
  text-decoration: underline;
}
div[role="tabpanel"] a[href^="https:"] > span, a[href^="mailto:"] > span {
  word-break: break-all;
}
.accessibility-on .text-accessibility {
  background: #000 !important;
  color: #FFF !important;
}
.accessibility-on .text-accessibility-size {
  font-size: 1rem !important;
}
h2 {
  font-size: 41px;
  font-weight: 700;
  line-height: 49px;
}
h3 {
  font-size: 19px;
}
.siteeditor {
  padding: 0 !important;
  margin: 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  background-color: inherit !important;
  display: inline-block;
}
.video-js.vjs-fullscreen .vjs-control-bar {
  bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 31px;
    line-height: 39px;
  }
  h3 {
    font-size: 21px;
  }
}
button {
  cursor: pointer;
}
.logo-renaultgroup {
  font-size: 1px;
  text-align: left;
  text-indent: -100px;
  overflow: hidden;
  background: transparent url('../img/logo_RenaultGroup.svg') center center no-repeat;
  background-size: contain;
}
.rounded-soft {
  border-radius: var(--border-radius--soft);
}
.rounded-t-medium {
  border-top-left-radius: var(--border-radius--medium);
  border-top-right-radius: var(--border-radius--medium);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-medium {
  border-radius: var(--border-radius--medium);
}
.rounded-t-large {
  border-top-left-radius: var(--border-radius--large);
  border-top-right-radius: var(--border-radius--large);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-large {
  border-radius: var(--border-radius--large);
}
.rounded {
  border-radius: var(--border-radius--rounded);
}
@media (width >=64rem) {
  .lg\:rounded-none {
    border-radius: 0;
  }
  .lg\:rounded-large {
    border-radius: var(--border-radius--large);
  }
}
.video-wrapper {
  position: relative;
  min-height: 30rem;
  .pause-layer {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: 1em 1em;
    background-repeat: no-repeat;
    transition: all 0.3s;
    pointer-events: none;
    h3 {
      font-size: 30px;
      font-weight: bold;
      color: #FFF;
      text-shadow: 1px 1px 4px #666;
    }
  }
  &.playing {
    .pause-layer {
      opacity: 0;
    }
  }
  .video-js .vjs-control-bar {
    bottom: 20px;
  }
}
@media (width < 64rem) {
  .video-wrapper {
    .pause-layer {
      h3 {
        font-size: 24px;
      }
    }
    video {
      height: 30rem !important;
      object-fit: cover;
    }
    .vjs-poster {
      height: 30rem !important;
    }
    img {
      object-fit: cover;
    }
    .video-js .vjs-control-bar {
      bottom: calc( -31rem + 56vw );
    }
  }
  .video-wrapper.playing {
    border: 1px solid white;
    .pause-layer {
      opacity: 1;
    }
    video {
      object-fit: contain;
    }
    .pause-layer {
      justify-content: flex-start;
      background-image: url('../img/logo_RG_w.svg');
      background-color: transparent;
      background-size: 3em;
      height: 5em;
      top: 0;
      bottom: auto;
      text-overflow: ellipsis;
      overflow: hidden;
      h3 {
        font-size: 1rem;
        padding-left: 5rem;
        padding-right: 1rem;
        text-align: left;
        padding-top: 0.5rem;
      }
      div {
        display: none;
      }
    }
  }
}
.capitalize-first-letter {
  text-transform: lowercase;
  display: inline-block;
}
.capitalize-first-letter::first-letter {
  text-transform: uppercase;
}
.mx-auto > .container {
  margin-inline: auto;
}
#pageTitle {
  h1 {
    font-size: 1px;
    text-align: left;
    text-indent: -100px;
    overflow: hidden;
    background: transparent url('../img/logo_OneHealth.svg') center center no-repeat;
    background-size: contain;
    width: 380px;
    height: 45px;
    margin: 0 auto;
  }
}
body>header, body>#wrapper>header {
  position: static;
  top: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  &.sticky {
    position: sticky;
  }
  &.bg-neutral-100 {
    #pageTitle {
      background-color: rgb(255, 255, 255);
    }
  }
  &.bgneutral100-80 {
    background-color: rgba(245, 245, 245,0.85);
  }
  &.bgneutral100-80 {
    #pageTitle {
      background-color: rgba(255, 255, 255, 0.3);
    }
  }
  & .logo-renaultgroup {
    width: 72px;
    height: 32px;
  }
  &:not(.open) {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-8px);
  }
  & .desktop {
    .submenu {
      display: none;
      position: absolute;
      z-index: 4;
      top: 14.6rem;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease, display 0.3s ease allow-discrete;
      background: #FFF;
      padding: 0.5rem 1rem;
      border-radius: 0 0 16px 16px;
      &.fullwidth {
        left: 0;
        right: 0;
      }
      a {
        padding: 0.5em 0;
        display: flex;
        border: 0px;
      }
      li.first {
        font-size: 21px;
      }
      &.accessibility-info {
        left: auto;
        right: 0;
        width: 200px;
        font-size: 14px;
      }
      &#country-submenu {
        a {
          padding: 1rem;
        }
        .active {
          background-color: var(--color-neutral-100);
        }
        & > ul > li {
          flex-basis: 300px;
        }
      }
    }
    &.pre-title {
      .submenu {
        top: 2.75rem;
        &.show-logo {
          top: 10.25rem;
        }
      }
    }
    .menuOpen .submenu, .menuToggle.hover:hover .submenu {
      opacity: 1;
      pointer-events: all;
      display: block;
      box-shadow: 0 10px 15px -3px RGB(0 0 0 / 0.1), 0 4px 6px -4px RGB(0 0 0 / 0.1);
    }
    .border-menu {
      border: 2px solid transparent;
      border-width: 2px 0;
      transition: all 0.3s;
      &:hover {
        border-bottom-color: var(--theme-color);
        color: var(--theme-color);
      }
    }
  }
}
body.popin-open>header, body.popin-open>#wrapper>header {
  &.open, &:not(.open) {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-8px);
  }
}
.switch {
  position: relative;
  width: 38px;
  height: 16px;
  display: inline-block;
  .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }
  .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 1rem;
  }
  .knobs {
    z-index: 2;
  }
  .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }
  .knobs::before, .knobs::after, .knobs span {
    text-align: center;
    border-radius: 1rem;
    width: 18px;
    height: 18px;
    padding: 6px 0px;
    font-size: 7px;
    font-weight: 400;
    line-height: 1;
    transition: all .3s;
    position: absolute;
    top: -1px;
  }
  .knobs::after {
    content: "OFF";
    right: 4px;
    color: #FFF;
  }
  .knobs::before {
    content: "";
    left: -1px;
    z-index: 3;
    background-color: #BBBCBC;
  }
  .knobs span {
    display: inline-block;
    left: 2px;
    color: transparent;
    z-index: 1;
  }
  .checkbox:checked+.knobs span {
    color: #FFF;
  }
  .checkbox:checked+.knobs:before {
    left: 21px;
    background-color: #BBBCBC;
  }
  .checkbox:checked+.knobs:after {
    color: transparent;
  }
  .checkbox:not(:checked)~.layer {
    background-color: #888B8D;
  }
  .checkbox:checked~.layer {
    background-color: #333;
  }
}
@media screen and (max-width: 1535px) {
  header {
    .mobile {
      h1 {
        font-size: 1px;
        text-align: left;
        text-indent: -100px;
        overflow: hidden;
        background: transparent url('../img/logo_OneHealth.svg') center center no-repeat;
        background-size: contain;
        width: 258px;
        height: 38px;
        margin: 1rem auto 0;
      }
      .RG {
        font-size: 1px;
        text-align: left;
        text-indent: -100px;
        overflow: hidden;
        background: transparent url('../img/logo_RG.svg') center center no-repeat;
        background-size: contain;
        width: 42px;
        height: 42px;
      }
      .burger {
        width: 30px;
        height: 30px;
        position: relative;
        span {
          width: 30px;
          height: 2px;
          background: #000;
          position: absolute;
          left: 0;
          transition: all 0.3s;
        }
        span.b1 {
          top: 11px;
        }
        span.b2 {
          top: 17px;
        }
        * {
          pointer-events: none;
        }
      }
    }
  }
  body.header-sideMenu-open {
    overflow: hidden;
    pointer-events: none;
    header {
      .mobile {
        pointer-events: all;
        .burger {
          span.b1 {
            top: 14px;
            left: 0;
            transform: rotate(45deg);
          }
          span.b2 {
            top: 14px;
            left: 0;
            transform: rotate(-45deg);
          }
        }
      }
    }
    #header-sideMenu {
      pointer-events: all;
    }
  }
  #header-sideMenu {
    position: fixed;
    top: 5.8rem;
    left: 0;
    right: 0;
    height: calc(100vh - 8rem);
    background: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    transform: translateX(100vh);
    z-index: 400;
    opacity: 0;
    transition: all 0.5s;
    .menuToggle.top {
      .submenu {
        display: none;
        position: absolute;
        z-index: 40;
        background: #FFF;
        padding: 1rem;
        &#country-submenu {
          a {
            padding: 1rem;
          }
          .active {
            background-color: var(--color-neutral-100);
          }
          & > ul > li {
            flex-basis: 300px;
          }
        }
      }
      &.menuOpen {
        .submenu {
          display: block;
        }
      }
    }
    .level1 {
      &>li>a, &>li>button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: calc(100% - 6rem);
        font-size: 1.4rem;
        font-weight: 700;
        padding: .5rem 0;
        margin: 0 3rem;
        transition: all 0.2s;
      }
      &>li>button {
        overflow-x: hidden;
        .left {
          margin-left: -24px;
        }
        .left, .right {
          transition: all 0.2s;
        }
        span {
          margin-right: auto;
          padding-bottom: 0.1em;
          height: 2rem;
        }
      }
      .menuOpen {
        .level2 {
          pointer-events: all;
          transform: translateX(0);
        }
      }
    }
    .level2 {
      display: block;
      margin: 0;
      position: absolute;
      pointer-events: none;
      transition: transform 0.3s;
      transform: translateX(100vw);
      top: 4.7rem;
      left: 0;
      right: 0;
      bottom: 0;
      background: #FFF;
      padding: 1em 2em 2em;
      z-index: 10000;
      li {
        margin: 1rem 0;
        font-size: 1.4rem;
        font-weight: 700;
        &.title {
          font-size: 1rem;
        }
      }
    }
    .fullwidth {
      left: 0;
      right: 0;
      top: 4.7rem;
      padding-bottom: 2rem;
    }
  }
  body.header-sideMenu-open #header-sideMenu {
    pointer-events: all;
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  header {
    .mobile {
      h1 {
        width: 200px;
        height: 30px;
      }
    }
  }
  #header-sideMenu {
    top: 5.2rem;
    & .level1 {
      & > li > a, & > li > button {
        margin: 0 1rem;
        width: calc(100% - 2rem);
        font-size: 1.2rem;
        line-height: 1.4rem;
      }
    }
  }
}
@media screen and (max-width: 430px) {
  #header-sideMenu {
    label[for="accessibility"] {
      flex-direction: column;
      gap: 0;
    }
    & > ul:not(.level1) {
      padding: 1rem;
    }
  }
}
@media screen and (max-width: 400px) {
  header {
    .mobile {
      h1 {
        width: 160px;
        height: 22px;
      }
    }
  }
  #header-sideMenu {
    button.uppercase {
      font-size: 13px;
    }
  }
}
@starting-style {
  #header-sideMenu {
    transform: translateX(-100vh);
    transition: none;
    opacity: 0;
  }
  body>header .desktop .menuOpen .submenu, body>#wrapper>header .desktop .menuToggle.hover:hover .submenu {
    opacity: 0;
  }
}
body>section>footer, body>#wrapper>section>footer {
  & .logo-renaultgroup {
    width: 220px;
    height: 8rem;
    font-size: 1px !important;
  }
  & h4 {
    font-size: 19px;
    line-height: 22px;
  }
  & h3 {
    font-size: 38px;
    line-height: 42px;
  }
  & h3 {
    line-height: 42px;
  }
}
.btn-rs {
  display: block;
  height: 2rem;
  width: 2rem;
  background: transparent url('../img/logo_O.svg') center center no-repeat;
  background-size: contain;
  font-size: 2px;
  text-indent: -50px;
  overflow: hidden;
}
.btn-rs.rs-xformerlytwitter {
  background-image: url('../img/rs_xformerlytwitter.svg');
}
.btn-rs.rs-instagram {
  background-image: url('../img/rs_instagram.svg');
}
.btn-rs.rs-youtube {
  background-image: url('../img/rs_youtube.svg');
}
.btn-rs.rs-linkedin {
  background-image: url('../img/rs_linkedin.svg');
}
@media screen and (max-width: 1023px) {
  body>section> footer, body>#wrapper>section>footer {
    & h4 {
      font-size: 10px;
      line-height: 12px;
    }
    & h3 {
      font-size: 18px;
      line-height: 22px;
    }
    & h3.logo-renaultgroup {
      width: 150px;
      height: 65px;
    }
  }
  .btn-rs {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-navcontainer {
  position: relative;
}
.swiper-pagination {
  position: static;
  padding-top: 25px;
  height: 55px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 514px;
  overflow: hidden;
  flex-grow: 1;
}
.swiper.min-h-auto {
  .swiper-slide {
    min-height: auto;
  }
}
.swiper.min-h-\[25rem\] {
  .swiper-slide {
    min-height: 25rem;
  }
}
.swiper-btn-next, .swiper-btn-prev {
  position: absolute;
  top: calc(50% - 17px - 27px);
  width: 34px;
  height: 34px;
  z-index: 99;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  text-align: center;
  padding: 0.25rem;
}
.swiper-btn-next {
  right: -17px;
  left: auto;
}
.swiper-btn-prev:dir(rtl) {
  right: -17px;
  left: auto;
  transform: rotate(180deg);
}
.swiper-btn-prev {
  left: -17px;
  right: auto;
}
.swiper-btn-next:dir(rtl) {
  left: -17px;
  right: auto;
  transform: rotate(180deg);
}
.swiper-button-lock {
  display: none;
}
.popin {
  .swiper-btn-next, .swiper-btn-prev {
    top: calc(50% - 17px);
  }
}
.testimoniesSwiper {
  img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    background-color: color-mix(in oklab, var(--theme-color) 70%, transparent);
    padding: 1rem 2rem 2rem;
    height: 50%;
    width: 100%;
    .quote {
      padding-bottom: 1rem;
      color: #FFF;
      font-size: 17px;
      line-height: 20px;
      font-weight: 700;
      height: calc(100% - 56px);
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: RGBA(255, 255, 255, 0.75) transparent;
      margin-bottom: 1rem;
      &:before {
        display: block;
        content: "”";
        font-size: 56px;
        color: #FFF;
        height: 28px;
        line-height: 34px;
      }
      .author {
        margin-top: 0.8rem;
        font-weight: 400;
        font-size: 12px;
      }
    }
  }
  .additional {
    display: none;
    &[aria-expanded="true"] {
      display: block;
    }
  }
  &.zoom {
    .content {
      overflow-y: auto;
      .quote {
        height: auto;
        width: 50%;
        min-width: 25rem;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 0.5px solid white;
        &:before {
          height: 34px;
          font-size: 76px;
          line-height: 41px;
        }
      }
    }
    .swiper-slide {
      height: 70vh;
      min-height: 42rem;
    }
  }
}
.TestimoniesQuoteSwiper {
  max-width: 32rem;
  .swiper-wrapper {
    max-width: calc(82vw / 3);
  }
}
.sswiperTestimoniesWithPoppins {
  .swiper-slide {
    max-width: 48rem;
  }
}
@media screen and (max-width: 1023px) {
  .testimoniesSwiper {
    .content {
      height: auto;
      min-height: 50%;
    }
  }
  .themeCarousel {
    overflow: visible;
  }
}
.popin {
  display: none;
  .container {
    position: relative;
  }
  .closeBtn {
    position: absolute;
    z-index: 12000;
    right: 1rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    border-width: 0.5px;
    border-radius: 50%;
    border-color: #FFF;
    background-color: #E6E6E6;
    color: #808080;
    opacity: 0.5;
    svg {
      pointer-events: none;
      display: block;
      width: 100%;
      height: 100%;
    }
  }
}
.popin-open {
  overflow: hidden;
  position: relative;
  .popin.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: RGBA(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10000;
  }
}
.accordion {
  transition: all 0.3s ease-in-out;
  &+& {
    margin-top: 0.25rem;
  }
  .icon-close {
    display: none;
  }
  .icon-open {
    display: block;
  }
}
.accordion__title {
  cursor: pointer;
}
.accordion__title {
  list-style-type: none;
  &::marker, &::-webkit-details-marker {
    display: none;
  }
}
.accordion {
  &[open] {
    .icon-open {
      display: none;
    }
    .icon-close {
      display: block;
    }
  }
}
.bandeau {
  background: rgb(255,172,74);
  background: linear-gradient(90deg, rgba(255,172,74,1) 0%, rgba(148,83,213,1) 50%, rgba(233,74,45,1) 100%);
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 1rem 4rem;
  font-size: 23px;
}
.theme-card {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #000;
  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .content {
    position: relative;
    color: #FFF;
    h2 {
      font-size: 31px;
      line-height: 35px;
      font-weight: 700;
    }
    h3 {
      font-size: 15px;
      line-height: 20px;
      font-weight: 700;
      padding: 0.2rem 0;
    }
  }
}
.logoCta {
  background-image: url("../img/logo_O_transp.svg");
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: 21rem;
}
.sswiperSolutions h3 {
  font-size: 27px;
  color: var(--theme-color);
  font-weight: 700;
}
.faq {
  .theme {
    h3 {
      font-size: 30px;
    }
  }
}
@media (width < 64rem) {
  .faq {
    .theme {
      h3 {
        font-size: 24px;
      }
    }
  }
}
.pagehead {
  h2 {
    font-size: 45px;
    @media (width >=64rem) {
      text-shadow: 1px 1px 32px #4b3700;
    }
  }
  h3 {
    font-size: 29px;
    font-weight: 700;
    @media (width >=64rem) {
      text-shadow: 1px 1px 32px #4b3700;
    }
    @media (width <= 32rem) {
      font-size: 25px;
    }
  }
}
#waitLoader.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms, visibility 200ms;
}
#waitLoader.loader.display {
  visibility: visible;
  opacity: 0.8;
  transition: opacity 200ms, visibility 200ms;
}
#waitLoader.loader .showgooey {
  display: none;
}
#waitLoader.loader.showgooey {
  filter: contrast(20);
}
#waitLoader.loader.showgooey .showgooey {
  display: block;
}
#waitLoader.loader.showgooey .gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: none;
  z-index: 10;
}
#waitLoader.loader.showgooey .gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  background: var(--theme-color);
  border-radius: 50%;
  transform: translateX(0);
  animation: gooeydot 2.8s infinite;
}
#waitLoader.loader.showgooey .gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: gooeydots 2.8s infinite;
}
#waitLoader.loader.showgooey .gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  background: var(--theme-color);
  border-radius: 50%;
}
@keyframes gooeydot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes gooeydots {
  50% {
    transform: translateX(-31px);
  }
}
#waitLoader.loader .showsasha {
  display: none;
}
#waitLoader.loader.showsasha .showsasha {
  display: block;
}
#waitLoader.loader.showsasha .showsasha .sasha {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
#waitLoader.loader.showsasha .showsasha .sasha .item {
  width: 20px;
  height: 20px;
  margin: 10px;
  list-style-type: none;
  transition: 0.5s all ease;
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(1) {
  animation: sashaRight-1 1s infinite alternate;
  background-color: var(--color-prevent);
  animation-delay: 100ms;
}
@keyframes sashaRight-1 {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(60px);
  }
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(2) {
  animation: sashaRight-2 1s infinite alternate;
  background-color: var(--color-protect);
  animation-delay: 200ms;
}
@keyframes sashaRight-2 {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(70px);
  }
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(3) {
  animation: sashaRight-3 1s infinite alternate;
  background-color: var(--color-support);
  animation-delay: 300ms;
}
@keyframes sashaRight-3 {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(80px);
  }
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(4) {
  animation: sashaRight-4 1s infinite alternate;
  background-color: var(--color-act);
  animation-delay: 400ms;
}
@keyframes sashaRight-4 {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(90px);
  }
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(5) {
  animation: sashaRight-5 1s infinite alternate;
  background-color: var(--theme-color);
  animation-delay: 500ms;
}
@keyframes sashaRight-5 {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(100px);
  }
}
.news-head {
  h2 {
    font-size: 65px;
    font-weight: 700;
    line-height: 77px;
  }
}
.news-content {
  h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 900;
    .index {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.9rem;
    }
  }
}
nav.breadcrumb {
  li:not(:last-child):after {
    height: 1em;
    width: 1em;
    padding-left: 1em;
    padding-right: 1em;
    content: ">";
    color: transparent;
    background: transparent url('../img/breadcrumb_arrow.svg') center center no-repeat;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 1023px) {
  .news-head {
    h2 {
      font-size: 45px;
      line-height: 54px;
    }
  }
}
@media screen and (max-width: 400px) {
  .news-head {
    h2 {
      font-size: 32px;
      line-height: 40px;
    }
  }
  .news-content {
    h3 {
      font-size: 28px;
      line-height: 32px;
    }
  }
}
@media screen and (max-width: 1536px) {
  .container.container64-to-max96 {
    max-width: 96rem;
  }
}
.actuButton {
  background-color: var(--bg-color);
  --bg-color: #4D4D4D;
}
.Testimonies .actuButton.Testimonies {
  --bg-color: var(--color-onehealth);
}
.News .actuButton.News {
  --bg-color: var(--color-onehealth);
}
.Events .actuButton.Events {
  --bg-color: var(--color-onehealth);
}
.testimonies-1\/3 {
  flex-basis: calc(1 / 3* 100% - 1rem);
}
.testimonies-1\/2 {
  flex-basis: calc(1 / 2* 100% - 1rem);
}
.testimonies-quote-mark {
  font-size: 100px;
  line-height: 0.7;
  color: var(--theme-color);
}
.testimonies-text {
  font-size: 23px;
  font-weight: 500;
}
.testimonies-firstname {
  font-size: 17px;
  margin-top: 24px;
}
.CTA-testimonies h3 {
  margin-bottom: 20px;
  font-size: 28px;
}
.CTA-testimonies p {
  margin-bottom: 20px;
  font-size: 28px;
}
.CTA-testimonies a {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .testimonies-text {
    font-size: 17px;
  }
  .testimonies-quote-mark {
    font-size: 50px;
  }
  .testimonies-firstname {
    font-size: 13px;
  }
  .CTA-testimonies h3 {
    font-size: 24px;
  }
  .CTA-testimonies p {
    font-size: 24px;
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
