@charset "UTF-8";
/* ------------------------------------*\
  #FONTS - Plus Jakarta Sans
\*------------------------------------ */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf") format("truetype-variations");
}
@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Regular.ttf") format("truetype");
  }
  @font-face {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-SemiBold.ttf") format("truetype");
  }
  @font-face {
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Bold.ttf") format("truetype");
  }
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Plus Jakarta Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.c-accordion {
    position: relative;
    overflow: hidden;
  }
.c-accordion__inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
.c-accordion__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
.c-accordion__item {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    border: 1px solid #EDEDED;
    border-radius: 24px;
    transition: padding 0.4s ease, gap 0.4s ease;
  }
.c-accordion__item:has(> .c-accordion__trigger[aria-expanded=true]) {
    padding-bottom: 12px;
  }
.c-accordion__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 24px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    color: inherit;
    background: none;
    border: none;
    transition: opacity 0.2s ease;
    line-height: 130%;
    font-size: 1rem;
  }
.c-accordion__trigger:hover {
    opacity: 0.8;
  }
.c-accordion__trigger[aria-expanded=true] {
    cursor: default;
  }
.c-accordion__icon {
    position: relative;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
  }
.c-accordion__icon::before, .c-accordion__icon::after {
    content: "";
    position: absolute;
    background-color: #E65050;
    transition: transform 0.3s ease;
  }
.c-accordion__icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
  }
.c-accordion__icon::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    transform-origin: center;
  }
.c-accordion__trigger[aria-expanded=true] .c-accordion__icon::after {
    transform: translateX(-50%) rotate(90deg);
  }
.c-accordion__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    align-items: center;
    height: 0;
    padding: 0px 24px;
    overflow: hidden;
    text-align: left;
  }
.c-accordion__content .c-accordion__image {
    overflow: hidden;
    border-radius: 8px;
  }
.c-accordion__content .c-accordion__image img {
    width: 100%;
    height: auto;
  }
.c-accordion__content .c-accordion__video {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
.c-accordion__content .c-accordion__video video {
    display: block;
    width: 100%;
    height: auto;
  }
.c-accordion__text {
    line-height: 120%;
    font-size: 0.875rem;
  }
/* --------------------------
    Videos
  -------------------------- */
.c-accordion__videos {
    display: none;
    align-items: center;
    justify-content: center;
  }
.c-accordion__videos .c-accordion__video {
    display: none;
  }
/* --------------------------
    Navigation
  -------------------------- */
.c-accordion__nav {
    position: absolute;
    top: 50%;
    left: 40px;
    display: none;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 32px;
    padding: 4px 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    transform: translateY(-50%);
  }
.c-accordion__nav button {
    transition: color 0.2s ease;
  }
.c-accordion__nav button:hover:not(:disabled){
  --tw-text-opacity: 1;
  color: rgb(230 80 80 / var(--tw-text-opacity, 1));
}
.c-accordion__nav button:disabled{
  cursor: not-allowed;
  opacity: 0.2;
}
.c-anim {
    will-change: transform;
  }
.c-anim--video {
    max-width: 500px;
    margin: 0 auto;
  }
.c-anim--title {
    perspective: 1000px;
  }
.c-anim--title .word {
    display: inline-block;
    white-space: nowrap;
  }
.c-anim--title .char {
    display: inline-block;
    transform-style: preserve-3d;
    will-change: transform, opacity;
  }
.c-anim--text-switch{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.c-anim--text-switch strong{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  white-space: nowrap;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.c-anim--text-switch strong:first-child{
  position: relative;
    opacity: 1;
    visibility: visible;
}
.c-anim--footer-link{
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
    min-height: -moz-fit-content;
    min-height: fit-content;
    opacity: 0;
    visibility: hidden;
}
.c-anim--title-outline {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.88px;
    color: transparent;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1.3);
    perspective: 1000px;
    -webkit-text-stroke: 1.5px #E65050;
  }
.c-anim--title-outline .word {
    display: inline-block;
    white-space: nowrap;
  }
.c-anim--title-outline .char {
    display: inline-block;
    transform-style: preserve-3d;
    will-change: transform, opacity;
  }
.c-back-to-top {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: #FFFFFF;
    background: #E65050;
    border-radius: 9999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    transform: translateY(1rem);
  }
.c-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.c-back-to-top:hover {
    filter: brightness(1.1);
  }
.c-btn {
    --btn-bg-color: #FFFFFF;
    --btn-text-color: #1E005A;
    --btn-border-color: #FFFFFF;
    --btn-hover-bg-color: #E65050;
    --btn-hover-text-color: #FFFFFF;
    --btn-hover-border-color: #E65050;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-width: 1px;
    border-style: solid;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border-radius: 9999px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    color: var(--btn-text-color);
    background-color: var(--btn-bg-color);
    border-color: var(--btn-border-color);
  }
.c-btn:hover, .c-btn.active {
    color: var(--btn-hover-text-color);
    background-color: var(--btn-hover-bg-color);
    border-color: var(--btn-hover-border-color);
  }
.c-btn span{
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-btn--secondary {
    --btn-bg-color: #E65050;
    --btn-text-color: #FFFFFF;
    --btn-border-color: #E65050;
    --btn-hover-bg-color: #FFFFFF;
    --btn-hover-text-color: #1E005A;
    --btn-hover-border-color: #1E005A;
  }
.c-btn--nav-link {
    --btn-bg-color: transparent;
    --btn-text-color: #FFFFFF;
    --btn-border-color: transparent;
    --btn-hover-bg-color: transparent;
    --btn-hover-text-color: #FFFFFF;
    --btn-hover-border-color: transparent;
    position: relative;
    z-index: 1;
  }
.c-btn--nav-link:hover, .c-btn--nav-link.active {
    --btn-hover-text-color: #1E005A;
    --btn-text-color: #1E005A;
  }
.c-btn--footer-link{
  font-weight: 800;
}
.c-btn--xl{
  font-weight: 700;
}
.c-icon {
    display: inline-block;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    vertical-align: middle;
  }
.c-icon > use {
    pointer-events: none;
  }
.c-icon--lg {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
  }
.c-list{
  list-style-type: none;
  text-align: left;
}
.c-list li{
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}
.c-list--check{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.c-list--check li{
  margin: 0px;
    line-height: 120%;
    font-size: 0.875rem;
}
.c-list--check li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    width: 1.25rem;
    height: 1.25rem;
    transform: translateY(-50%);
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(230 80 80 / var(--tw-bg-opacity, 1));
  }
.c-list--check li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.125rem;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.99996L6.82843 10.8284L12.4847 5.17151' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
.c-list--bullets {
    --list-bullets-bg: #FFFFFF;
    --list-bullets-width: 0.625rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.5rem;
  }
.c-list--bullets li{
  position: relative;
  margin: 0px;
}
.c-list--bullets li::before {
    content: "";
    width: var(--list-bullets-width);
    height: 0.125rem;
    background-color: var(--list-bullets-bg);
    display: block;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.c-list--bullets li[aria-current=true] {
    --list-bullets-bg: #E65050;
    --list-bullets-width: 1.25rem;
  }
.c-loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #140032;
  }
.c-loading-screen__content {
    text-align: center;
  }
.c-loading-screen__logo {
    width: 160px;
    margin: 0 auto 2rem;
  }
.c-loading-screen__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
.c-loading-screen__spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 4px solid rgba(230, 80, 80, 0.1);
    border-radius: 50%;
    border-top-color: #E65050;
  }
.c-map{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}
.c-map__img{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 66.666667%;
  justify-content: center;
}
.c-map__img-inner{
  position: relative;
}
.c-map__img-svg{
  position: absolute;
  height: 100%;
  width: 100%;
    top: 5px;
    left: 17px;
    z-index: -1;
}
.c-map__city {
    --map-city-top: 0px;
    --map-city-left: 0px;
    top: var(--map-city-top);
    left: var(--map-city-left);
    min-width: 20px;
    min-height: 20px;
    position: absolute;
    display: flex;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(230 80 80 / var(--tw-bg-opacity, 1));
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.c-map__city small{
  display: inline-block;
  height: 0px;
  width: 0px;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
}
.c-map__city--poitiers {
    --map-city-top: 13%;
    --map-city-left: 51%;
    --pulse-total: 4.2s;
    --pulse-delay: 0.6s;
  }
.c-map__city--limoges {
    --map-city-top: 31%;
    --map-city-left: 70%;
    --pulse-total: 3.7s;
    --pulse-delay: 1.4s;
  }
.c-map__city--bordeaux {
    --map-city-top: 53%;
    --map-city-left: 27%;
    --pulse-total: 4.5s;
    --pulse-delay: 0.2s;
  }
.c-map__city--pau {
    --map-city-top: 87%;
    --map-city-left: 31%;
    --pulse-total: 3.9s;
    --pulse-delay: 0.9s;
  }
.c-map__city--brive {
    --map-city-top: 47%;
    --map-city-left: 76%;
    --pulse-total: 4.1s;
    --pulse-delay: 1s;
  }
.c-map__city--bidart {
    --map-city-top: 83%;
    --map-city-left: 10%;
    --pulse-total: 4.3s;
    --pulse-delay: 0.4s;
  }
.c-map__city.is-active small{
  height: auto;
  width: auto;
    margin: 10px 16px;
}
.c-map__city.is-active::after {
    opacity: 0 !important;
  }
.c-map__content{
  display: flex;
  width: 100%;
  align-items: center;
}
.c-map__content-title {
    line-height: 130%;
    font-size: 1.25rem;
  }
.c-map__content-inner{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(20 0 50 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.c-map__content-items{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
.c-map__content-items.c-map__content-items--show{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.c-map__content-item p{
  display: none;
  flex-grow: 1;
  text-align: left;
    line-height: 120%;
    font-size: 0.875rem;
}
.c-map__content-item img{
  margin-left: auto;
  margin-right: auto;
}
.c-map__content-item a{
  display: inline-block;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.c-map__content-item a:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.c-map__content-items--show .c-map__content-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
}
.c-map__content-items--show .c-map__content-item p{
  display: block;
}
.c-modal {
    position: fixed;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
    inset: 0;
  }
.c-modal.is-open {
    visibility: visible;
    pointer-events: auto;
  }
.c-modal__overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    backdrop-filter: blur(4px);
    inset: 0;
  }
.c-modal__container{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 0 50 / var(--tw-text-opacity, 1));
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(640px, 90vw);
    max-height: 80vh;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.1215686275), 0 2px 10px 0 rgba(255, 255, 255, 0.16) inset;
    opacity: 0;
    transform: translateY(24px);
    backdrop-filter: blur(16px);
}
.c-modal__header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
.c-modal__title{
  --tw-text-opacity: 1;
  color: rgb(20 0 50 / var(--tw-text-opacity, 1));
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}
.c-modal__close{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    position: absolute;
    top: 12px;
    right: 12px;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    transition: background-color 0.2s ease;
}
.c-modal__close:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.c-modal__close::before, .c-modal__close::after{
  --tw-bg-opacity: 1;
  background-color: rgb(20 0 50 / var(--tw-bg-opacity, 1));
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 1px;
}
.c-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
.c-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
.c-modal__body {
    padding: 32px;
    overflow-y: auto;
    line-height: 170%;
  }
.c-modal__body p + p {
    margin-top: 16px;
  }
.c-modal__body h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #E65050;
  }
.c-modal--wide .c-modal__container {
    width: min(900px, 95vw);
    max-height: 90vh;
  }
.c-modal__body--video {
    padding: 0 0 24px;
  }
.c-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
.c-video-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    inset: 0;
  }
.c-navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
    position: relative;
    border-radius: 63px;
    box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.1215686275), 0 2px 10px 0 rgba(255, 255, 255, 0.16) inset;
    backdrop-filter: blur(5px);
}
.c-navbar__logo {
    display: inline-flex;
    align-items: center;
    cursor: default;
  }
.c-navbar__burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    padding: 0;
  }
.c-navbar__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }
.c-navbar__burger.is-open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
.c-navbar__burger.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
.c-navbar__burger.is-open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
.c-navbar__burger.is-open + .c-navbar__menu-wrapper {
    display: flex;
  }
.c-navbar__menu-wrapper {
    display: contents;
  }
.c-navbar__menu{
  position: relative;
  display: flex;
  gap: 0.25rem;
}
.c-navbar__indicator {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 9999px;
    pointer-events: none;
    will-change: transform, width;
  }
/* When hovering another item, active link text reverts to white (indicator moved away) */
/* When hovering the active item itself, keep primary color (indicator is on it) */
.c-navbar__menu:hover .c-btn--nav-link.active:hover {
    color: #1E005A;
  }
.c-footer{
  margin-top: 2rem;
  display: none;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(230 80 80 / var(--tw-border-opacity, 1));
    flex-direction: row;
    gap: 24px;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 130%; /* 18.2px */
}
.c-footer--mobile{
  display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 12px;
    border-top: none;
}
.c-footer--mobile .c-footer__support {
    flex-direction: column;
  }
.c-footer--mobile .c-footer__nav {
    gap: 12px;
  }
.c-footer__nav{
  --tw-text-opacity: 1;
  color: rgb(230 80 80 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    align-self: stretch;
    justify-content: flex-end;
}
.c-footer__nav button:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.c-footer__support {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
.c-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
.c-form__group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
.c-form__group--full {
    grid-column: 1/-1;
  }
.c-form__label-row {
    display: flex;
    gap: 0.25rem;
    align-items: center;
  }
.c-form__label {
    line-height: 130%;
    font-size: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(20 0 50 / var(--tw-text-opacity, 1));
  }
.c-form__required {
    line-height: 130%;
    font-size: 0.875rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
.c-form__input,
  .c-form__select,
  .c-form__textarea {
    width: 100%;
    height: 48px;
    padding: 0.5rem 1rem;
    background: #EDEDED;
    border: 1.5px solid #EDEDED;
    border-radius: 9999px;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    line-height: 140%;
    font-size: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(20 0 50 / var(--tw-text-opacity, 1));
  }
.c-form__input::-moz-placeholder, .c-form__select::-moz-placeholder, .c-form__textarea::-moz-placeholder {
    color: #A2A2A2;
    font-weight: 700;
  }
.c-form__input::placeholder,
  .c-form__select::placeholder,
  .c-form__textarea::placeholder {
    color: #A2A2A2;
    font-weight: 700;
  }
.c-form__input:focus,
  .c-form__select:focus,
  .c-form__textarea:focus {
    border-color: #A2A2A2;
  }
.c-form__input:focus-visible,
  .c-form__select:focus-visible,
  .c-form__textarea:focus-visible {
    outline: 2px solid #E65050;
    outline-offset: 2px;
  }
.c-form__input.is-invalid,
  .c-form__select.is-invalid,
  .c-form__textarea.is-invalid {
    background: #FFFFFF;
    border-color: #f54646;
  }
.c-form__select{
  cursor: pointer;
    padding-right: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 6l5 5 5-5' stroke='%23140032' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 1rem center;
    background-size: 1rem;
    background-repeat: no-repeat;
}
.c-form__textarea {
    height: auto;
    min-height: 120px;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    resize: vertical;
  }
.c-form__file {
    width: 100%;
    padding: 0.5rem 1rem;
    background: #EDEDED;
    border: 1.5px solid #EDEDED;
    border-radius: 9999px;
    --tw-text-opacity: 1;
    color: rgb(20 0 50 / var(--tw-text-opacity, 1));
    cursor: pointer;
    line-height: 140%;
    font-size: 0.875rem;
  }
.c-form__file::file-selector-button {
    margin-right: 0.75rem;
    padding: 0.375rem 0.75rem;
    color: #fff;
    background: #E65050;
    border: none;
    border-radius: 0.5rem;
    transition: background 0.2s;
    cursor: pointer;
    font-weight: 600;
  }
.c-form__file::file-selector-button:hover {
    background: #E65050;
    opacity: 0.8;
  }
.c-form__help {
    line-height: 130%;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(109 109 109 / var(--tw-text-opacity, 1));
  }
.c-form__error {
    line-height: 130%;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
    display: none;
  }
.c-form__group.has-error .c-form__error {
    display: block;
  }
.c-form__group.has-error .c-form__input,
  .c-form__group.has-error .c-form__select,
  .c-form__group.has-error .c-form__textarea {
    background: #FFFFFF;
    border-color: #f54646;
  }
.c-form__checkboxes {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
.c-form__checkbox{
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  gap: 0.75rem;
    line-height: 140%;
    font-size: 1rem;
}
.c-form__checkbox input[type=checkbox] {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.25rem;
    background: #FFFFFF;
    border: 2px solid #DBDBDB;
    border-radius: 0.25rem;
    transition: all 0.2s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
.c-form__checkbox input[type=checkbox]:checked {
    background: #E65050;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: center;
    background-size: 0.875rem;
    background-repeat: no-repeat;
    border-color: #E65050;
  }
.c-form__checkbox input[type=checkbox]:focus-visible {
    outline: 2px solid transparent;
    box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #E65050;
  }
.c-form__checkbox span{
  --tw-text-opacity: 1;
  color: rgb(20 0 50 / var(--tw-text-opacity, 1));
}
.c-form__checkbox a{
  --tw-text-opacity: 1;
  color: rgb(230 80 80 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
    transition: opacity 0.2s;
}
.c-form__checkbox a:hover {
    opacity: 0.8;
  }
.c-form__checkbox--required input[type=checkbox]:invalid {
    border-color: #f54646;
  }
.c-form__section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1/-1;
    gap: 1.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid #DBDBDB;
  }
.c-form__section-title {
    grid-column: 1/-1;
    line-height: 130%;
    font-size: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(20 0 50 / var(--tw-text-opacity, 1));
  }
.c-form__actions {
    display: flex;
    grid-column: 1/-1;
    justify-content: center;
    margin-top: 0.5rem;
  }
.c-form__message {
    grid-column: 1/-1;
    padding: 2rem;
    text-align: center;
    border-radius: 1rem;
    line-height: 140%;
    font-size: 1rem;
    font-weight: 600;
  }
.c-form__message--success {
    color: #4ade80;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid #22c55e;
  }
.c-form__message--error {
    color: #f87171;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid #ef4444;
  }
.c-form__message p {
    margin: 0;
  }
.c-prototype-steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    align-self: stretch;
    padding: 24px;
    border-radius: 16px;
  }
.c-prototype-steps__border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
.c-prototype-steps__border-path {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    visibility: hidden;
  }
.c-prototype-steps__title {
    line-height: 120%;
    font-size: 1.125rem;
  }
.c-prototype-steps__title:after{
  --tw-bg-opacity: 1;
  background-color: rgb(20 0 50 / var(--tw-bg-opacity, 1));
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 3px;
}
.c-prototype-steps__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: flex-start;
    align-self: stretch;
  }
.c-prototype-steps__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
.c-prototype-steps__item span {
    line-height: 120%;
    font-size: 0.875rem;
  }
.c-video-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
.c-video-trigger:hover .c-play-btn {
    opacity: 0.85;
    transform: scale(1.1);
  }
.c-play-btn-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
  }
.c-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
.c-play-btn__ring,
  .c-play-btn__circle,
  .c-play-btn__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.c-play-btn__ring {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 90px;
    opacity: 0.3;
    transition: opacity 0.2s ease;
  }
.c-play-btn__circle {
    width: 70px;
    height: 70px;
    background: #E65050;
    border-radius: 70px;
    opacity: 0.65;
    transition: transform 0.2s ease;
  }
.c-play-btn__icon {
    fill: #fff;
  }
.c-section-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 155px;
  }
.c-text--lg {
    line-height: 140%;
    font-size: 1.125rem;
  }
.c-text--lg big {
    line-height: 140%;
    font-size: 1.625rem;
  }
.c-text--s1 {
    line-height: 140%;
    font-size: 0.875rem;
  }
.c-text--semibold{
  font-weight: 600;
}
.c-text--light{
  font-weight: 300;
}
.c-text--secondary{
  --tw-text-opacity: 1;
  color: rgb(230 80 80 / var(--tw-text-opacity, 1));
}
.c-text--big {
    font-size: larger;
  }
.c-title--h1 {
    line-height: 120%;
    font-size: 1.75rem;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 1.28px;
  }
:root {
  --container-padding: 1rem;
}

/* ------------------------------------*\
  #CUSTOMISATION SCROLLBAR
\*------------------------------------ */
/* ------------------------------------*\
  # POINTER EVENTS NONE

  Suppression des events clic sur tout
  les enfants
\*------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------*\
  #TO-REM

  transform number into rem
  Base font size is 15px (from text-base mixin)
\*------------------------------------ */
/* ------------------------------------*\
# FONT SIZE
\*------------------------------------ */
/* ------------------------------------*\
# FONT FAMILY
\*------------------------------------ */
/* ------------------------------------*\
  #RESET - Full Page Smooth Scroll
\*------------------------------------ */
html {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 150%;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: none;
  /* Firefox */
  scrollbar-color: #A2A2A2 #FFFFFF;
  scrollbar-width: thin;
  /* Chrome, Edge, and Safari */
}
body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
body::-webkit-scrollbar-track {
  background: #FFFFFF;
}
body::-webkit-scrollbar-thumb {
  background: #A2A2A2;
  border: 3px solid #FFFFFF;
  border-radius: 12px;
  cursor: pointer;
}
body {
  height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #140032;
}

/* ------------------------------------*\
# TITLE
\*------------------------------------ */
h1 {
  line-height: 120%;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 1.28px;
}

h2 {
  line-height: 120%;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
}

h3 {
  line-height: 120%;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none;
}

/* ------------------------------------*\
  #CONTAINER
\*------------------------------------ */
.o-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.o-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
}

.o-header{
  position: fixed;
  top: 0.75rem;
  left: 0px;
  right: 0px;
  z-index: 50;
}

/*------------------------------------*\
  #HIDDEN VISUALLY

  Cache un élément visuellement en front
  mais reste disponible d'un point de 
  vue accessibilité
\*------------------------------------*/
.o-hidden{
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border-style: none;
  padding: 0px;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.o-hidden-visually{
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border-style: none;
  padding: 0px;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.o-hidden-visually:focus-within{
  left: 50%;
  top: 0px;
  height: auto;
  width: auto;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  z-index: 1000;
}

.o-section{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.o-title-wrapper {
  position: relative;
}

.o-wrapper {
  --wrapper-gap: 2rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  padding-top: 0px;
  gap: var(--wrapper-gap);
}

.o-wrapper--last{
  justify-content: center;
  padding-bottom: 0px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes c-map-pulse {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  35% {
    opacity: 0;
    transform: scale(3);
  }
  36% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.c-scroll-progress {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 3px;
  opacity: 0;
  pointer-events: none;
}
.c-scroll-progress__bar {
  width: 0%;
  height: 100%;
  background: #E65050;
  transform-origin: left center;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-z-1{
  z-index: -1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mt-2{
  margin-top: 0.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-full{
  height: 100%;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-full{
  width: 100%;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.justify-center{
  justify-content: center;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(30 0 90 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(230 80 80 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.outline{
  outline-style: solid;
}
.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.u-text--center{
  text-align: center;
}

.u-text--left{
  text-align: left;
}

.u-text--upper{
  text-transform: uppercase;
}

@media (min-width: 100%){
  .\!container{
    max-width: 100% !important;
  }
  .container{
    max-width: 100%;
  }
  .o-container{
    max-width: 100%;
  }
}

@media (min-width: 768px){
    .c-btn--nowrap{
    white-space: nowrap;
  }
    .c-map__content-items{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    .c-text--md {
      line-height: 130%;
      font-size: 1.25rem;
    }
    .c-text--lg {
      line-height: 140%;
      font-size: 1.375rem;
    }
    .c-text--lg big {
      line-height: 140%;
      font-size: 2.5rem;
    }
    .c-text--s1 {
      line-height: 140%;
      font-size: 2.375rem;
    }
  :root {
    --container-padding: 2.5rem;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
}

@media (min-width: 1024px){
    .c-accordion {
      cursor: n-resize;
    }
    .c-accordion__inner{
    margin-left: auto;
    margin-right: auto;
    width: 83.333333%;
      grid-template-columns: repeat(2, 1fr);
  }
    .c-accordion__item:has(> .c-accordion__trigger[aria-expanded=true]) {
      gap: 16px;
    }
    .c-accordion__trigger {
      line-height: 130%;
      font-size: 1.25rem;
    }
    .c-accordion__content {
      grid-template-columns: repeat(2, 1fr);
    }
    .c-accordion__content .c-accordion__video {
      display: none;
    }
    .c-accordion__videos {
      display: flex;
    }
    .c-accordion__nav {
      display: flex;
    }
    .c-btn--xl{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
      line-height: 120%;
      font-size: 1.75rem;
  }
    .c-list--check{
    gap: 2rem;
  }
    .c-list--check li {
      line-height: 130%;
      font-size: 1.25rem;
    }
    .c-map{
    width: 83.333333%;
    flex-direction: row;
  }
    .c-map__img{
    width: 41.666667%;
  }
    .c-map__content{
    width: 58.333333%;
  }
    .c-map__content-item p {
      line-height: 130%;
      font-size: 1.25rem;
    }
    .c-navbar__menu:hover .c-btn--nav-link.active {
      color: #FFFFFF;
    }
    .c-footer{
    display: flex;
  }
    .c-footer--mobile{
    display: none;
  }
    .c-footer__nav {
      flex-direction: row;
      gap: 40px;
    }
    .c-prototype-steps {
      padding: 56px 32px 32px;
    }
    .c-prototype-steps__title {
      position: absolute;
      top: -2px;
      left: 50%;
      padding: 0px 24px;
      transform: translateX(-50%) translateY(-50%);
      line-height: 130%;
      font-size: 1.5rem;
    }
    .c-prototype-steps__items {
      grid-template-columns: repeat(4, 1fr);
    }
    .c-prototype-steps__item span {
      line-height: 130%;
      font-size: 1.25rem;
    }
    .c-section-logo {
      width: 370px;
    }
    .c-title--h1 {
      line-height: 140%;
      font-size: 3rem;
    }
  h1 {
    line-height: 140%;
    font-size: 3rem;
  }
  h2 {
    line-height: 140%;
    font-size: 2.375rem;
  }
  h3 {
    line-height: 130%;
    font-size: 1.5rem;
  }
  .o-section{
    height: 100vh;
    width: 100%;
  }
  .o-title-wrapper {
    container-type: inline-size;
  }
  .o-title-wrapper h1,
  .o-title-wrapper .c-anim--title-outline {
    font-size: 3.7cqi;
    white-space: nowrap;
  }
  .o-wrapper{
    padding-top: 8rem;
  }
  .o-wrapper--last{
    gap: 3rem;
  }
  .u-text--left-lg{
    text-align: left;
  }
  .lg\:w-6\/12{
    width: 50%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
}

@media (min-width: 1024px) and (max-width: 1279px){
    .c-navbar__menu .c-btn--nav-link,
    .c-navbar__menu .c-btn--secondary {
      line-height: 120%;
      font-size: 0.875rem;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
}

@media screen and (min-height: 1200px) and (min-width: 1024px){
  .o-container {
    justify-content: center;
  }
  .o-wrapper {
    height: auto;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
    .c-navbar__menu{
    gap: 2rem;
  }
    .o-container{
    max-width: 1280px;
  }
}

@media screen and (max-height: 750px) and (min-width: 1024px){
    .c-map__content-title {
      line-height: 130%;
      font-size: 0.875rem;
    }
    .c-map__content-inner{
    gap: 0.75rem;
    padding: 0.75rem;
  }
    .c-map__content-item p {
      line-height: 120%;
      font-size: 0.8125rem;
    }
    .c-prototype-steps {
      gap: 4px;
      padding: 12px;
    }
    .c-prototype-steps__items {
      gap: 16px;
    }
    .c-prototype-steps__item span {
      line-height: 120%;
      font-size: 0.8125rem;
    }
    .c-prototype-steps__item {
      gap: 2px;
    }
    .c-prototype-steps__item dotlottie-player {
      max-width: 60px;
    }
    .c-text--lg {
      line-height: 140%;
      font-size: 0.9375rem;
    }
    .c-text--lg big {
      line-height: 140%;
      font-size: 1.375rem;
    }
    .c-text--s1 {
      line-height: 140%;
      font-size: 1.25rem;
    }
    .c-title--h1 {
      line-height: 120%;
      font-size: 1.875rem;
    }
  :root {
    --container-padding: 1.5rem;
  }
  h1 {
    line-height: 120%;
    font-size: 1.875rem;
  }
  h2 {
    line-height: 120%;
    font-size: 1.5rem;
  }
  h3 {
    line-height: 120%;
    font-size: 1.125rem;
  }
  .o-wrapper {
    --wrapper-gap: 0.75rem;
    padding-top: 3.5rem;
  }
}

@media screen and (max-height: 650px) and (min-width: 1024px){
    .c-accordion__inner {
      gap: 0.5rem;
      grid-template-columns: repeat(1, 1fr);
    }
    .c-accordion__trigger {
      line-height: 130%;
      font-size: 0.875rem;
      padding: 6px 16px;
    }
    .c-accordion__content {
      grid-template-columns: repeat(3, 1fr);
    }
    .c-accordion__content .c-accordion__video {
      display: block;
    }
    .c-accordion__videos {
      display: none;
    }
    .c-accordion__nav {
      display: none;
    }
}

@media screen and (max-height: 900px) and (min-width: 1024px){
    .c-accordion__inner {
      gap: 1rem;
    }
    .c-accordion__trigger {
      line-height: 130%;
      font-size: 1rem;
      padding: 8px 20px;
    }
    .c-map__img {
      max-height: 50vh;
    }
    .c-map__img img {
      max-height: 100%;
    }
    .c-map__content-title {
      line-height: 130%;
      font-size: 1.0625rem;
    }
    .c-map__content-inner{
    gap: 1rem;
    padding: 1rem;
  }
    .c-map__content-item p {
      line-height: 120%;
      font-size: 0.9375rem;
    }
    .c-prototype-steps {
      gap: 6px;
      padding: 20px;
    }
    .c-prototype-steps__items {
      gap: 24px;
    }
    .c-prototype-steps__item span {
      line-height: 120%;
      font-size: 1rem;
    }
    .c-prototype-steps__item {
      gap: 4px;
    }
    .c-prototype-steps__item dotlottie-player {
      max-width: 80px;
    }
    .c-text--lg {
      line-height: 140%;
      font-size: 1.125rem;
    }
    .c-text--lg big {
      line-height: 140%;
      font-size: 1.75rem;
    }
    .c-text--s1 {
      line-height: 140%;
      font-size: 1.75rem;
    }
    .c-title--h1 {
      line-height: 130%;
      font-size: 2.375rem;
    }
  h1 {
    line-height: 130%;
    font-size: 2.375rem;
  }
  h2 {
    line-height: 130%;
    font-size: 1.875rem;
  }
  h3 {
    line-height: 120%;
    font-size: 1.25rem;
  }
  .o-wrapper {
    --wrapper-gap: 1.25rem;
    padding-top: 5rem;
  }
}

@media (max-width: 1023px){
    .c-btn {
      line-height: 120%;
      font-size: 0.875rem;
    }
    .c-btn--nav-link:hover, .c-btn--nav-link.active{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
    .c-list--bullets{
    display: none;
  }
    .c-navbar__burger {
      display: flex;
    }
    .c-navbar__menu-wrapper{
    --tw-bg-opacity: 1;
    background-color: rgb(20 0 50 / var(--tw-bg-opacity, 1));
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: -1;
      display: none;
      flex-direction: column;
      justify-content: space-between;
      height: calc(100dvh - 30px);
      padding: 12px;
      padding-top: 68px;
      border-radius: 24px;
      box-shadow: 0 0 0 100vmax #140032, 0 -4px 6px 0 rgba(0, 0, 0, 0.1215686275), 0 2px 10px 0 rgba(255, 255, 255, 0.16) inset;
      backdrop-filter: blur(16px);
  }
    .c-navbar__menu {
      flex-direction: column;
      gap: 4px;
    }
    .c-navbar__menu li {
      width: 100%;
    }
    .c-navbar__menu .c-btn--nav-link,
    .c-navbar__menu .c-btn--secondary {
      justify-content: flex-start;
      width: 100%;
    }
    .c-navbar__menu .c-navbar__indicator {
      display: none;
    }
  html {
    height: auto;
    overflow: visible;
    overflow-x: hidden;
  }
  body {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-y: auto;
  }
}

@media screen and (max-height: 900px){
    .c-list--check{
    gap: 0.75rem;
  }
}

@media screen and (max-height: 650px) and (max-width: 1024px){
    .c-map__city {
      overflow: visible;
    }
    .c-map__city::after {
      content: "";
      position: absolute;
      background: transparent;
      border-radius: 9999px;
      pointer-events: none;
      inset: 0;
      border-width: 2px;
      --tw-border-opacity: 1;
      border-color: rgb(230 80 80 / var(--tw-border-opacity, 1));
    }
}

@media screen and (max-height: 650px) and (max-width: 1024px) and (prefers-reduced-motion: no-preference){
    .c-map__city::after {
      animation: c-map-pulse var(--pulse-total, 4s) var(--pulse-delay, 0s) ease-out infinite;
    }
}

@media (max-height: 649px){
  html {
    height: auto;
    overflow: visible;
    overflow-x: hidden;
  }
  body {
    height: auto;
    padding-top: 80px;
    overflow-y: auto;
  }
  .o-section {
    height: auto;
  }
}

@media (max-width: 600px){
    .c-form {
      grid-template-columns: 1fr;
    }
    .c-form__section {
      grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: no-preference){
    .c-loading-screen__logo {
      animation: pulse 2s ease-in-out infinite;
    }
    .c-loading-screen__spinner {
      animation: spin 1s linear infinite;
    }
}

@media (prefers-reduced-motion: reduce){
    .c-back-to-top {
      transition: opacity 0.3s ease, visibility 0.3s ease;
      transform: none;
    }
}
