:root {
  --green-100: #04261c;
  --green-200: #093d30;
  --green-300: #1a5444;
  --green-400: #12936e;
  --green-500: #12af7e;

  --yellow-500: #e7c15d;
  --yellow-400: #d1a449;
  --yellow-300: #bb8a32;
  --yellow-200: #a38a59;

  --body-font: "Ubuntu", sans-serif;
}

img,
video {
  object-fit: cover;
}

.text-center {
  text-align: center;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hide-large {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.inline-block {
  display: inline-block;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 2.539%;
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 20rem;
  }
}

@media (min-width: 1440px) {
  .grid {
    column-gap: 24rem;
  }
}

.container .col-start-1,
.mb\:container .col-start-1,
.tb\:container .col-start-1 {
  grid-column-start: 1;
}

.container .col-end-1,
.mb\:container .col-end-1,
.tb\:container .col-end-1 {
  grid-column-end: 1;
}

.container .col-start-2,
.mb\:container .col-start-2,
.tb\:container .col-start-2 {
  grid-column-start: 2;
}

.container .col-end-2,
.mb\:container .col-end-2,
.tb\:container .col-end-2 {
  grid-column-end: 2;
}

.container .col-start-3,
.mb\:container .col-start-3,
.tb\:container .col-start-3 {
  grid-column-start: 3;
}

.container .col-end-3,
.mb\:container .col-end-3,
.tb\:container .col-end-3 {
  grid-column-end: 3;
}

.container .col-start-4,
.mb\:container .col-start-4,
.tb\:container .col-start-4 {
  grid-column-start: 4;
}

.container .col-end-4,
.mb\:container .col-end-4,
.tb\:container .col-end-4 {
  grid-column-end: 4;
}

.container .col-start-5,
.mb\:container .col-start-5,
.tb\:container .col-start-5 {
  grid-column-start: 5;
}

.container .col-end-5,
.mb\:container .col-end-5,
.tb\:container .col-end-5 {
  grid-column-end: 5;
}

/* 
@media (max-width: 767px) {
  .homepage .btn-fill {
    margin-top: 20px;
    padding: 11rem 8rem;
    width: 70%;
  }
}
   */

@media (min-width: 768px) {

  .container .tb\:col-start-1,
  .mb\:container .tb\:col-start-1,
  .tb\:container .tb\:col-start-1 {
    grid-column-start: 1;
  }

  .container .tb\:col-end-1,
  .mb\:container .tb\:col-end-1,
  .tb\:container .tb\:col-end-1 {
    grid-column-end: 1;
  }

  .container .tb\:col-start-2,
  .mb\:container .tb\:col-start-2,
  .tb\:container .tb\:col-start-2 {
    grid-column-start: 2;
  }

  .container .tb\:col-end-2,
  .mb\:container .tb\:col-end-2,
  .tb\:container .tb\:col-end-2 {
    grid-column-end: 2;
  }

  .container .tb\:col-start-3,
  .mb\:container .tb\:col-start-3,
  .tb\:container .tb\:col-start-3 {
    grid-column-start: 3;
  }

  .container .tb\:col-end-3,
  .mb\:container .tb\:col-end-3,
  .tb\:container .tb\:col-end-3 {
    grid-column-end: 3;
  }

  .container .tb\:col-start-4,
  .mb\:container .tb\:col-start-4,
  .tb\:container .tb\:col-start-4 {
    grid-column-start: 4;
  }

  .container .tb\:col-end-4,
  .mb\:container .tb\:col-end-4,
  .tb\:container .tb\:col-end-4 {
    grid-column-end: 4;
  }

  .container .tb\:col-start-5,
  .mb\:container .tb\:col-start-5,
  .tb\:container .tb\:col-start-5 {
    grid-column-start: 5;
  }

  .container .tb\:col-end-5,
  .mb\:container .tb\:col-end-5,
  .tb\:container .tb\:col-end-5 {
    grid-column-end: 5;
  }

  .container .tb\:col-start-6,
  .mb\:container .tb\:col-start-6,
  .tb\:container .tb\:col-start-6 {
    grid-column-start: 6;
  }

  .container .tb\:col-end-6,
  .mb\:container .tb\:col-end-6,
  .tb\:container .tb\:col-end-6 {
    grid-column-end: 6;
  }

  .container .tb\:col-start-7,
  .mb\:container .tb\:col-start-7,
  .tb\:container .tb\:col-start-7 {
    grid-column-start: 7;
  }

  .container .tb\:col-end-7,
  .mb\:container .tb\:col-end-7,
  .tb\:container .tb\:col-end-7 {
    grid-column-end: 7;
  }

  .container .tb\:col-start-8,
  .mb\:container .tb\:col-start-8,
  .tb\:container .tb\:col-start-8 {
    grid-column-start: 8;
  }

  .container .tb\:col-end-8,
  .mb\:container .tb\:col-end-8,
  .tb\:container .tb\:col-end-8 {
    grid-column-end: 8;
  }

  .container .tb\:col-start-9,
  .mb\:container .tb\:col-start-9,
  .tb\:container .tb\:col-start-9 {
    grid-column-start: 9;
  }

  .container .tb\:col-end-9,
  .mb\:container .tb\:col-end-9,
  .tb\:container .tb\:col-end-9 {
    grid-column-end: 9;
  }

  .container .tb\:col-start-10,
  .mb\:container .tb\:col-start-10,
  .tb\:container .tb\:col-start-10 {
    grid-column-start: 10;
  }

  .container .tb\:col-end-10,
  .mb\:container .tb\:col-end-10,
  .tb\:container .tb\:col-end-10 {
    grid-column-end: 10;
  }

  .container .tb\:col-start-11,
  .mb\:container .tb\:col-start-11,
  .tb\:container .tb\:col-start-11 {
    grid-column-start: 11;
  }

  .container .tb\:col-end-11,
  .mb\:container .tb\:col-end-11,
  .tb\:container .tb\:col-end-11 {
    grid-column-end: 11;
  }

  .container .tb\:col-start-12,
  .mb\:container .tb\:col-start-12,
  .tb\:container .tb\:col-start-12 {
    grid-column-start: 12;
  }

  .container .tb\:col-end-12,
  .mb\:container .tb\:col-end-12,
  .tb\:container .tb\:col-end-12 {
    grid-column-end: 12;
  }

  .container .tb\:col-start-13,
  .mb\:container .tb\:col-start-13,
  .tb\:container .tb\:col-start-13 {
    grid-column-start: 13;
  }

  .container .tb\:col-end-13,
  .mb\:container .tb\:col-end-13,
  .tb\:container .tb\:col-end-13 {
    grid-column-end: 13;
  }

  .lg-right {
    float: right;
  }
}


@media (min-width: 1025px) {

  .container .dk\:col-start-1,
  .mb\:container .dk\:col-start-1,
  .tb\:container .dk\:col-start-1 {
    grid-column-start: 1;
  }

  .container .dk\:col-end-1,
  .mb\:container .dk\:col-end-1,
  .tb\:container .dk\:col-end-1 {
    grid-column-end: 1;
  }

  .container .dk\:col-start-2,
  .mb\:container .dk\:col-start-2,
  .tb\:container .dk\:col-start-2 {
    grid-column-start: 2;
  }

  .container .dk\:col-end-2,
  .mb\:container .dk\:col-end-2,
  .tb\:container .dk\:col-end-2 {
    grid-column-end: 2;
  }

  .container .dk\:col-start-3,
  .mb\:container .dk\:col-start-3,
  .tb\:container .dk\:col-start-3 {
    grid-column-start: 3;
  }

  .container .dk\:col-end-3,
  .mb\:container .dk\:col-end-3,
  .tb\:container .dk\:col-end-3 {
    grid-column-end: 3;
  }

  .container .dk\:col-start-4,
  .mb\:container .dk\:col-start-4,
  .tb\:container .dk\:col-start-4 {
    grid-column-start: 4;
  }

  .container .dk\:col-end-4,
  .mb\:container .dk\:col-end-4,
  .tb\:container .dk\:col-end-4 {
    grid-column-end: 4;
  }

  .container .dk\:col-start-5,
  .mb\:container .dk\:col-start-5,
  .tb\:container .dk\:col-start-5 {
    grid-column-start: 5;
  }

  .container .dk\:col-end-5,
  .mb\:container .dk\:col-end-5,
  .tb\:container .dk\:col-end-5 {
    grid-column-end: 5;
  }

  .container .dk\:col-start-6,
  .mb\:container .dk\:col-start-6,
  .tb\:container .dk\:col-start-6 {
    grid-column-start: 6;
  }

  .container .dk\:col-end-6,
  .mb\:container .dk\:col-end-6,
  .tb\:container .dk\:col-end-6 {
    grid-column-end: 6;
  }

  .container .dk\:col-start-7,
  .mb\:container .dk\:col-start-7,
  .tb\:container .dk\:col-start-7 {
    grid-column-start: 7;
  }

  .container .dk\:col-end-7,
  .mb\:container .dk\:col-end-7,
  .tb\:container .dk\:col-end-7 {
    grid-column-end: 7;
  }

  .container .dk\:col-start-8,
  .mb\:container .dk\:col-start-8,
  .tb\:container .dk\:col-start-8 {
    grid-column-start: 8;
  }

  .container .dk\:col-end-8,
  .mb\:container .dk\:col-end-8,
  .tb\:container .dk\:col-end-8 {
    grid-column-end: 8;
  }

  .container .dk\:col-start-9,
  .mb\:container .dk\:col-start-9,
  .tb\:container .dk\:col-start-9 {
    grid-column-start: 9;
  }

  .container .dk\:col-end-9,
  .mb\:container .dk\:col-end-9,
  .tb\:container .dk\:col-end-9 {
    grid-column-end: 9;
  }

  .container .dk\:col-start-10,
  .mb\:container .dk\:col-start-10,
  .tb\:container .dk\:col-start-10 {
    grid-column-start: 10;
  }

  .container .dk\:col-end-10,
  .mb\:container .dk\:col-end-10,
  .tb\:container .dk\:col-end-10 {
    grid-column-end: 10;
  }

  .container .dk\:col-start-11,
  .mb\:container .dk\:col-start-11,
  .tb\:container .dk\:col-start-11 {
    grid-column-start: 11;
  }

  .container .dk\:col-end-11,
  .mb\:container .dk\:col-end-11,
  .tb\:container .dk\:col-end-11 {
    grid-column-end: 11;
  }

  .container .dk\:col-start-12,
  .mb\:container .dk\:col-start-12,
  .tb\:container .dk\:col-start-12 {
    grid-column-start: 12;
  }

  .container .dk\:col-end-12,
  .mb\:container .dk\:col-end-12,
  .tb\:container .dk\:col-end-12 {
    grid-column-end: 12;
  }

  .container .dk\:col-start-13,
  .mb\:container .dk\:col-start-13,
  .tb\:container .dk\:col-start-13 {
    grid-column-start: 13;
  }

  .container .dk\:col-end-13,
  .mb\:container .dk\:col-end-13,
  .tb\:container .dk\:col-end-13 {
    grid-column-end: 13;
  }
}

@media (min-width: 1440px) {

  .container .lg\:col-start-1,
  .mb\:container .lg\:col-start-1,
  .tb\:container .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .container .lg\:col-end-1,
  .mb\:container .lg\:col-end-1,
  .tb\:container .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .container .lg\:col-start-2,
  .mb\:container .lg\:col-start-2,
  .tb\:container .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .container .lg\:col-end-2,
  .mb\:container .lg\:col-end-2,
  .tb\:container .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .container .lg\:col-start-3,
  .mb\:container .lg\:col-start-3,
  .tb\:container .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .container .lg\:col-end-3,
  .mb\:container .lg\:col-end-3,
  .tb\:container .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .container .lg\:col-start-4,
  .mb\:container .lg\:col-start-4,
  .tb\:container .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .container .lg\:col-end-4,
  .mb\:container .lg\:col-end-4,
  .tb\:container .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .container .lg\:col-start-5,
  .mb\:container .lg\:col-start-5,
  .tb\:container .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .container .lg\:col-end-5,
  .mb\:container .lg\:col-end-5,
  .tb\:container .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .container .lg\:col-start-6,
  .mb\:container .lg\:col-start-6,
  .tb\:container .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .container .lg\:col-end-6,
  .mb\:container .lg\:col-end-6,
  .tb\:container .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .container .lg\:col-start-7,
  .mb\:container .lg\:col-start-7,
  .tb\:container .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .container .lg\:col-end-7,
  .mb\:container .lg\:col-end-7,
  .tb\:container .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .container .lg\:col-start-8,
  .mb\:container .lg\:col-start-8,
  .tb\:container .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .container .lg\:col-end-8,
  .mb\:container .lg\:col-end-8,
  .tb\:container .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .container .lg\:col-start-9,
  .mb\:container .lg\:col-start-9,
  .tb\:container .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .container .lg\:col-end-9,
  .mb\:container .lg\:col-end-9,
  .tb\:container .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .container .lg\:col-start-10,
  .mb\:container .lg\:col-start-10,
  .tb\:container .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .container .lg\:col-end-10,
  .mb\:container .lg\:col-end-10,
  .tb\:container .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .container .lg\:col-start-11,
  .mb\:container .lg\:col-start-11,
  .tb\:container .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .container .lg\:col-end-11,
  .mb\:container .lg\:col-end-11,
  .tb\:container .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .container .lg\:col-start-12,
  .mb\:container .lg\:col-start-12,
  .tb\:container .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .container .lg\:col-end-12,
  .mb\:container .lg\:col-end-12,
  .tb\:container .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .container .lg\:col-start-13,
  .mb\:container .lg\:col-start-13,
  .tb\:container .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .container .lg\:col-end-13,
  .mb\:container .lg\:col-end-13,
  .tb\:container .lg\:col-end-13 {
    grid-column-end: 13;
  }
}

@media (min-width: 1700px) {

  .container .xlg\:col-start-1,
  .mb\:container .xlg\:col-start-1,
  .tb\:container .xlg\:col-start-1 {
    grid-column-start: 1;
  }

  .container .xlg\:col-end-1,
  .mb\:container .xlg\:col-end-1,
  .tb\:container .xlg\:col-end-1 {
    grid-column-end: 1;
  }

  .container .xlg\:col-start-2,
  .mb\:container .xlg\:col-start-2,
  .tb\:container .xlg\:col-start-2 {
    grid-column-start: 2;
  }

  .container .xlg\:col-end-2,
  .mb\:container .xlg\:col-end-2,
  .tb\:container .xlg\:col-end-2 {
    grid-column-end: 2;
  }

  .container .xlg\:col-start-3,
  .mb\:container .xlg\:col-start-3,
  .tb\:container .xlg\:col-start-3 {
    grid-column-start: 3;
  }

  .container .xlg\:col-end-3,
  .mb\:container .xlg\:col-end-3,
  .tb\:container .xlg\:col-end-3 {
    grid-column-end: 3;
  }

  .container .xlg\:col-start-4,
  .mb\:container .xlg\:col-start-4,
  .tb\:container .xlg\:col-start-4 {
    grid-column-start: 4;
  }

  .container .xlg\:col-end-4,
  .mb\:container .xlg\:col-end-4,
  .tb\:container .xlg\:col-end-4 {
    grid-column-end: 4;
  }

  .container .xlg\:col-start-5,
  .mb\:container .xlg\:col-start-5,
  .tb\:container .xlg\:col-start-5 {
    grid-column-start: 5;
  }

  .container .xlg\:col-end-5,
  .mb\:container .xlg\:col-end-5,
  .tb\:container .xlg\:col-end-5 {
    grid-column-end: 5;
  }

  .container .xlg\:col-start-6,
  .mb\:container .xlg\:col-start-6,
  .tb\:container .xlg\:col-start-6 {
    grid-column-start: 6;
  }

  .container .xlg\:col-end-6,
  .mb\:container .xlg\:col-end-6,
  .tb\:container .xlg\:col-end-6 {
    grid-column-end: 6;
  }

  .container .xlg\:col-start-7,
  .mb\:container .xlg\:col-start-7,
  .tb\:container .xlg\:col-start-7 {
    grid-column-start: 7;
  }

  .container .xlg\:col-end-7,
  .mb\:container .xlg\:col-end-7,
  .tb\:container .xlg\:col-end-7 {
    grid-column-end: 7;
  }

  .container .xlg\:col-start-8,
  .mb\:container .xlg\:col-start-8,
  .tb\:container .xlg\:col-start-8 {
    grid-column-start: 8;
  }

  .container .xlg\:col-end-8,
  .mb\:container .xlg\:col-end-8,
  .tb\:container .xlg\:col-end-8 {
    grid-column-end: 8;
  }

  .container .xlg\:col-start-9,
  .mb\:container .xlg\:col-start-9,
  .tb\:container .xlg\:col-start-9 {
    grid-column-start: 9;
  }

  .container .xlg\:col-end-9,
  .mb\:container .xlg\:col-end-9,
  .tb\:container .xlg\:col-end-9 {
    grid-column-end: 9;
  }

  .container .xlg\:col-start-10,
  .mb\:container .xlg\:col-start-10,
  .tb\:container .xlg\:col-start-10 {
    grid-column-start: 10;
  }

  .container .xlg\:col-end-10,
  .mb\:container .xlg\:col-end-10,
  .tb\:container .xlg\:col-end-10 {
    grid-column-end: 10;
  }

  .container .xlg\:col-start-11,
  .mb\:container .xlg\:col-start-11,
  .tb\:container .xlg\:col-start-11 {
    grid-column-start: 11;
  }

  .container .xlg\:col-end-11,
  .mb\:container .xlg\:col-end-11,
  .tb\:container .xlg\:col-end-11 {
    grid-column-end: 11;
  }

  .container .xlg\:col-start-12,
  .mb\:container .xlg\:col-start-12,
  .tb\:container .xlg\:col-start-12 {
    grid-column-start: 12;
  }

  .container .xlg\:col-end-12,
  .mb\:container .xlg\:col-end-12,
  .tb\:container .xlg\:col-end-12 {
    grid-column-end: 12;
  }

  .container .xlg\:col-start-13,
  .mb\:container .xlg\:col-start-13,
  .tb\:container .xlg\:col-start-13 {
    grid-column-start: 13;
  }

  .container .xlg\:col-end-13,
  .mb\:container .xlg\:col-end-13,
  .tb\:container .xlg\:col-end-13 {
    grid-column-end: 13;
  }
}

.container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 2.539%;
  margin-left: auto;
  margin-right: auto;
  width: max(200rem, 100% - 48rem);
  height: fit-content;
}

@media (min-width: 768px) {
  .container {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 20rem;
  }
}

@media (min-width: 1440px) {
  .container {
    column-gap: 24rem;
  }
}

.container>* {
  grid-column-start: 1;
  grid-column-end: 5;
}

@media (min-width: 768px) {
  .container>* {
    grid-column-end: 13;
  }
}

@media (min-width: 768px) {
  .container {
    width: min(1920rem, 100% - 72rem);
  }
}

@media (min-width: 1440px) {
  .container {
    width: min(1920rem, 100% - 96rem);
  }
}

@media (max-width: 767px) {
  .mb\:container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2.539%;
    margin-left: auto;
    margin-right: auto;
    width: max(200rem, 100% - 48rem);
    height: fit-content;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .mb\:container {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 20rem;
  }
}

@media (max-width: 767px) and (min-width: 1440px) {
  .mb\:container {
    column-gap: 24rem;
  }
}

@media (max-width: 767px) {
  .mb\:container>* {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .mb\:container>* {
    grid-column-end: 13;
  }
}

@media (min-width: 768px) {
  .tb\:container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2.539%;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .tb\:container {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 20rem;
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .tb\:container {
    column-gap: 24rem;
  }
}

@media (min-width: 768px) {
  .tb\:container>* {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .tb\:container>* {
    grid-column-end: 13;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .tb\:container {
    width: min(1920rem, 100% - 72rem);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .tb\:container {
    width: min(1920rem, 100% - 96rem);
  }
}

@font-face {
  font-family: Roobert;
  src: url(fonts/roobert/Roobert-Light.woff2) format("woff2"),
    url(fonts/roobert/Roobert-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobert;
  src: url(fonts/roobert/Roobert-Medium.woff2) format("woff2"),
    url(fonts/roobert/Roobert-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobert;
  src: url(fonts/roobert/Roobert-SemiBold.woff2) format("woff2"),
    url(fonts/roobert/Roobert-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: Neue Haas Grotesk Display Pro;
  src: url(fonts/neue/NeueHaasDisplay-Light.woff2) format("woff2"),
    url(fonts/neue/NeueHaasDisplay-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: Neue Haas Grotesk Display Pro;
  src: url(fonts/neue/NeueHaasDisplay-Roman.woff2) format("woff2"),
    url(fonts/neue/NeueHaasDisplay-Roman.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Caslon Display;
  src: url(fonts/others/LibreCaslonDisplay-Regular.woff2) format("woff2"),
    url(fonts/others/LibreCaslonDisplay-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: icomoon;
  src: url(fonts/icomoon/icomoon.eot);
  src: url(fonts/icomoon/icomoon.eot) format("embedded-opentype"),
    url(fonts/icomoon/icomoon.ttf) format("truetype"),
    url(fonts/icomoon/icomoon.woff) format("woff"),
    url(fonts/icomoon/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.fs-h1 {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 48rem;
  line-height: 90%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .fs-h1 {
    font-size: 59.1rem;
  }
}

@media (min-width: 1025px) {
  .fs-h1 {
    font-size: 82rem;
    line-height: 100%;
  }
}

@media (min-width: 1440px) {
  .fs-h1 {
    font-size: 102.4rem;
    line-height: 100%;
  }
}

.fs-h2 {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 44rem;
  line-height: 90%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .fs-h2 {
    font-size: 46.1rem;
  }
}

@media (min-width: 1025px) {
  .fs-h2 {
    font-size: 70rem;
    line-height: 100%;
  }
}

@media (min-width: 1440px) {
  .fs-h2 {
    font-size: 76.8rem;
    line-height: 100%;
  }
}

.fs-h3 {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 40rem;
  line-height: 42rem;
}

@media (min-width: 768px) {
  .fs-h3 {
    font-size: 40.3rem;
    line-height: 100%;
  }
}

@media (min-width: 1025px) {
  .fs-h3 {
    font-size: 42.2rem;
  }
}

@media (min-width: 1440px) {
  .fs-h3 {
    font-size: 51.2rem;
  }
}

.fs-h4 {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 32rem;
  line-height: 105%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .fs-h4 {
    font-size: 34.6rem;
  }
}

@media (min-width: 1025px) {
  .fs-h4 {
    /* 
    font-size: 44.8rem;
    letter-spacing: -2rem; 
    letter-spacing: -1rem;
    */
    font-size: 34rem;
  }
}

.fs-h5 {
  /*
   font-family: Roobert; 
   letter-spacing: -2rem;
   */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 30rem;
  line-height: 100%;
}

@media (min-width: 768px) {
  .fs-h5 {
    font-size: 25.9rem;
  }
}

@media (min-width: 1025px) {
  .fs-h5 {
    font-size: 32.4rem;
  }
}

@media (min-width: 1440px) {
  .fs-h5 {
    font-size: 38.4rem;
  }
}

.fs-p1 {
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 32rem;
  line-height: 100%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .fs-p1 {
    font-size: 38.4rem;
  }
}

@media (min-width: 1025px) {
  .fs-p1 {
    font-size: 42rem;
  }
}

@media (min-width: 1440px) {
  .fs-p1 {
    font-size: 48rem;
  }
}

.fs-p2 {
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 22rem;
  line-height: 130%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .fs-p2 {
    font-size: 22.4rem;
  }
}

@media (min-width: 1025px) {
  .fs-p2 {
    font-size: 23.5rem;
  }
}

@media (min-width: 1440px) {
  .fs-p2 {
    font-size: 25.6rem;
  }
}

.fs-p2-regular {
  font-weight: 300;
  font-size: 22rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 400;
}

@media (min-width: 768px) {
  .fs-p2-regular {
    font-size: 22.4rem;
  }
}

@media (min-width: 1025px) {
  .fs-p2-regular {
    font-size: 23.5rem;
  }
}

@media (min-width: 1440px) {
  .fs-p2-regular {
    font-size: 25.6rem;
  }
}

.fs-p2-medium {
  font-weight: 300;
  font-size: 22rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 500;
}

@media (min-width: 768px) {
  .fs-p2-medium {
    font-size: 22.4rem;
  }
}

@media (min-width: 1025px) {
  .fs-p2-medium {
    font-size: 23.5rem;
  }
}

@media (min-width: 1440px) {
  .fs-p2-medium {
    font-size: 25.6rem;
  }
}

.fs-p3 {
  font-size: 20rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 300;
}

@media (min-width: 768px) {
  .fs-p3 {
    font-size: 17.6rem;
  }
}

@media (min-width: 1025px) {
  .fs-p3 {
    font-size: 18.2rem;
    line-height: 135%;
  }
}

@media (min-width: 1440px) {
  .fs-p3 {
    font-size: 19.2rem;
  }
}

.fs-p3-regular {
  font-size: 20rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 400;
}

@media (min-width: 768px) {
  .fs-p3-regular {
    font-size: 17.6rem;
  }
}

@media (min-width: 1025px) {
  .fs-p3-regular {
    font-size: 18.2rem;
    line-height: 135%;
  }
}

@media (min-width: 1440px) {
  .fs-p3-regular {
    font-size: 19.2rem;
  }
}

.fs-p3-medium {
  font-size: 20rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 500;
}

@media (min-width: 768px) {
  .fs-p3-medium {
    font-size: 17.6rem;
  }
}

@media (min-width: 1025px) {
  .fs-p3-medium {
    font-size: 18.2rem;
    line-height: 135%;
  }
}

@media (min-width: 1440px) {
  .fs-p3-medium {
    font-size: 19.2rem;
  }
}

.fs-p4 {
  font-size: 16rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 300;
}

@media (min-width: 768px) {
  .fs-p4 {
    font-size: 14.4rem;
  }
}

@media (min-width: 1025px) {
  .fs-p4 {
    font-size: 16rem;
    line-height: 135%;
  }
}

.fs-p4-regular {
  font-size: 16rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 400;
}

@media (min-width: 768px) {
  .fs-p4-regular {
    font-size: 14.4rem;
  }
}

@media (min-width: 1025px) {
  .fs-p4-regular {
    font-size: 16rem;
    line-height: 135%;
  }
}

.fs-p4-medium {
  font-size: 16rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 500;
}

@media (min-width: 768px) {
  .fs-p4-medium {
    font-size: 14.4rem;
  }
}

@media (min-width: 1025px) {
  .fs-p4-medium {
    font-size: 16rem;
    line-height: 135%;
  }
}

.fs-p5 {
  font-size: 14rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 300;
}

@media (min-width: 768px) {
  .fs-p5 {
    font-size: 16rem;
  }
}

@media (min-width: 1025px) {
  .fs-p5 {
    font-size: 16rem;
    line-height: 20rem;
  }
}

.fs-p5-regular {
  font-size: 14rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 400;
}

@media (min-width: 768px) {
  .fs-p5-regular {
    font-size: 16rem;
  }
}

@media (min-width: 1025px) {
  .fs-p5-regular {
    font-size: 16rem;
    line-height: 20rem;
  }
}

.fs-p5-medium {
  font-size: 14rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 500;
}

@media (min-width: 768px) {
  .fs-p5-medium {
    font-size: 16rem;
  }
}

@media (min-width: 1025px) {
  .fs-p5-medium {
    font-size: 16rem;
    line-height: 20rem;
  }
}

.fs-p6 {
  font-size: 12rem;
  line-height: 110%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 300;
}

@media (min-width: 768px) {
  .fs-p6 {
    font-size: 14rem;
  }
}

@media (min-width: 1025px) {
  .fs-p6 {
    font-size: 14rem;
  }
}

.fs-p6-regular {
  font-size: 12rem;
  line-height: 110%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 400;
}

@media (min-width: 768px) {
  .fs-p6-regular {
    font-size: 14rem;
  }
}

@media (min-width: 1025px) {
  .fs-p6-regular {
    font-size: 14rem;
  }
}

.fs-cta-block {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 24rem;
  line-height: 120%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .fs-cta-block {
    font-size: 22.4rem;
  }
}

@media (min-width: 1025px) {
  .fs-cta-block {
    font-size: 25.6rem;
  }
}

.fs-light {
  font-weight: 300;
}

.fs-cta-line {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 12rem;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .fs-cta-line {
    font-size: 13rem;
  }
}

@media (min-width: 1025px) {
  .fs-cta-line {
    font-size: 13rem;
  }
}

.fs-data {
  font-family: Libre Caslon Display;
  font-weight: 400;
  font-size: 128rem;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .fs-data {
    font-size: 192rem;
  }
}

@media (min-width: 1025px) {
  .fs-data {
    font-size: 230rem;
  }
}

@media (min-width: 1440px) {
  .fs-data {
    font-size: 256rem;
  }
}

.fs-number {
  font-family: Libre Caslon Display;
  font-weight: 400;
  font-size: 54rem;
  line-height: 100%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .fs-number {
    font-size: 56rem;
  }
}

@media (min-width: 1025px) {
  .fs-number {
    font-size: 60rem;
  }
}

@media (min-width: 1440px) {
  .fs-number {
    font-size: 64rem;
  }
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.word-wrapper {
  padding-top: 30rem;
  margin-top: -60rem;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.night-blue {
  color: #0e1a2c;
}

.support-grey {
  color: #e8ebf1;
}

.celest-blue {
  color: #a0c8f3;
}

.electric-blue {
  color: #3e8cff;
}

.dark-blue {
  color: #07101f;
}

.bg-white {
  background-color: #fff;
}

.bg-dark-white {
  background-color: #f6f7f9;
}

.bg-black {
  background-color: #000;
}

.bg-night-blue {
  background-color: #0e1a2c;
}

.full-bg-night-blue {
  background-color: var(--green-100);
  /* background-color: #0e1a2c; */
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-support-grey {
  background-color: #e8ebf1;
}

.bg-celest-blue {
  background-color: #a0c8f3;
}

.bg-electric-blue {
  background-color: #3e8cff;
}

.bg-dark-blue {
  background-color: #07101f;
}

.bg-green-100 {
  background-color: var(--green-100);
}

.bg-green-200 {
  background-color: var(--green-200);
}

.bg-green-300 {
  background-color: var(--green-300);
}

.bg-green-400 {
  background-color: var(--green-400);
}

.bg-green-500 {
  background-color: var(--green-500);
}

.bg-yellow-500 {
  background-color: var(--yellow-500);
}

.bg-yellow-400 {
  background-color: var(--yellow-400);
}

.bg-yellow-300 {
  background-color: var(--yellow-300);
}

.bg-yellow-200 {
  background-color: var(--yellow-200);
}

.text-green-100 a,
.text-green-100 {
  color: var(--green-100);
}


.text-green-200 a,
.text-green-200 {
  color: var(--green-200);
}

.text-green-300 a,
.text-green-300 {
  color: var(--green-300);
}

.text-green-400 a,
.text-green-400 {
  color: var(--green-400);
}

.text-green-500 a,
.text-green-500 {
  color: var(--green-500);
}

.text-yellow-500 a,
.text-yellow-500 {
  color: var(--yellow-500);
}

.text-yellow-400 a,
.text-yellow-400 {
  color: var(--yellow-400);
}

.text-yellow-300 a,
.text-yellow-300 {
  color: var(--yellow-300);
}

.text-yellow-200 a,
.text-yellow-200 {
  color: var(--yellow-200);
}

.bg-grey-gradient {
  background: linear-gradient(180deg, #ffffff 0%, #e8ebf1 100%);
}

.icon-x-logo:before {
  content: "\e919";
}

.icon-arrow-cta-right:before {
  content: "\e900";
}

.icon-arrow-cta-up-left:before {
  content: "\e901";
}

.icon-arrow-cta-up-right:before {
  content: "\e902";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-down-left:before {
  content: "\e904";
}

.icon-arrow-down-right:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-arrow-up:before {
  content: "\e908";
}

.icon-arrow-up-left:before {
  content: "\e909";
}

.icon-arrow-up-right:before {
  content: "\e90a";
}

.icon-download:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90c";
}

.icon-globe:before {
  content: "\e90d";
}

.icon-instagram:before {
  content: "\e90e";
}

.icon-linkedin:before {
  content: "\e90f";
}

.icon-paperclip:before {
  content: "\e910";
}

.icon-pin:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e913";
}

.icon-search-cta:before {
  content: "\e914";
}

.icon-triangle-down:before {
  content: "\e915";
}

.icon-triangle-up:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e917";
}

.icon-youtube:before {
  content: "\e918";
}

i.icon-puce {
  background: transparent;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  border: 2rem solid;
}

i.icon-puce .white {
  border-color: #fff;
}

i.icon-puce .electric-blue {
  border-color: #3e8cff;
}

i.icon-cross {
  position: relative;
  background: transparent;
  width: 32rem;
  height: 32rem;
  pointer-events: none;
}

@media (min-width: 768px) {
  i.icon-cross {
    width: 56rem;
    height: 56rem;
  }
}

i.icon-cross.white:before,
i.icon-cross.white:after {
  background: #fff;
}

i.icon-cross.celest-blue:before,
i.icon-cross.celest-blue:after {
  background: #fff;
}

i.icon-cross.electric-blue:before,
i.icon-cross.electric-blue:after {
  background: #3e8cff;
}

i.icon-cross.night-blue:before,
i.icon-cross.night-blue:after {
  background: #0e1a2c;
}

i.icon-cross:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0) scaleY(0);
  width: 1px;
  height: 100%;
  transform-origin: bottom right;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

i.icon-cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0) scaleX(0);
  width: 100%;
  height: 1px;
  transform-origin: bottom right;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

i.icon-cross.show-icon {
  pointer-events: all;
}

i.icon-cross.show-icon:before {
  transform: translate3d(-50%, 0, 0) scaleY(1);
}

i.icon-cross.show-icon:after {
  transform: translate3d(0, -50%, 0) scaleY(1);
}

i.icon-little-cross {
  position: relative;
  width: 16rem;
  height: 16rem;
  background: transparent;
}

i.icon-little-cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  width: 100%;
  height: 1.5rem;
  background: #ffffff;
  transition: background 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

i.icon-little-cross:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 1.5rem;
  height: 100%;
  background: #ffffff;
  transition: background 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absolute-full-minus {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-component="DropdownContentReveal"] .content-trigger {
  cursor: pointer;
}

[data-component="DropdownContentReveal"] .content-wrapper {
  height: 0;
  will-change: height;
  overflow: hidden;
}

.module {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}

.min-100vh {
  min-height: calc(var(--vh) * 100 + 2px);
}

.min-80vh {
  min-height: calc(var(--vh) * 80);
}

.min-50vh {
  min-height: calc(var(--vh) * 50);
}

.space-text-y {
  margin: 30rem 0;
}

.service-module {
  background-color: var(--green-100);
  border-radius: 60px;
  margin-top: -60rem;
}

.service-module p {
  margin-top: 30rem;
  width: 60%;
}

@media (max-width: 767.98px) {
  .service-module p {
    width: 80%;
  }
}



.module-default-pt,
.module-default-py {
  padding-top: 96rem;
}

@media (min-width: 1025px) {

  .module-default-pt,
  .module-default-py {
    padding-top: 120rem;
  }
}

@media (min-width: 1440px) {

  .module-default-pt,
  .module-default-py {
    padding-top: 160rem;
  }
}

.module-default-pb,
.module-default-py {
  padding-bottom: 96rem;
}

@media (min-width: 1025px) {

  .module-default-pb,
  .module-default-py {
    padding-bottom: 120rem;
  }
}

@media (min-width: 1440px) {

  .module-default-pb,
  .module-default-py {
    padding-bottom: 160rem;
  }
}

.plus-icon {
  height: fit-content;
  display: inline-block;
  color: #3e8cff;
  font-size: 24px;
  line-height: 24px;
  font-style: unset;
}

.plus-icon:before {
  content: "+";
}

.opacity-0,
.opacity-0-children div {
  opacity: 0;
}

.ratio-image {
  position: relative;
  width: 100%;
  height: auto;
}

.ratio-image:before {
  content: "";
  padding-top: 10%;
  width: 100%;
  display: block;
}

.ratio-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.wysiwyg {
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 500;
  color: #0e1a2c;
  font-size: 20rem;
  line-height: 135%;
}

@media (min-width: 768px) {
  .wysiwyg {
    font-size: 24rem;
    line-height: 135%;
  }
}

.wysiwyg h1 {
  font-size: 40rem;
  line-height: 100%;
  margin-top: 125px;
}

@media (min-width: 768px) {
  .wysiwyg h1 {
    font-size: 64rem;
  }
}

.wysiwyg h1+* {
  margin-top: 70px;
}

.wysiwyg h2 {
  font-size: 22rem;
  line-height: 130%;
  margin-top: 70px;
}

@media (min-width: 768px) {
  .wysiwyg h2 {
    font-size: 32rem;
  }
}

.wysiwyg h2+* {
  margin-top: 40px;
}

.wysiwyg a {
  text-decoration: underline;
  color: #3e8cff;
}

.wysiwyg strong {
  font-weight: 700;
}

.wysiwyg ul {
  list-style: inside;
}

.wysiwyg ul li {
  display: list-item;
}

* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

#root {
  position: relative;
  min-height: var(--window-height);
  min-height: -webkit-fill-available;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  height: -webkit-fill-available;
}

body {
  position: relative;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  margin: 0;
  --window-height: 100vh;
  overflow-x: hidden;
  background-color: #f6f7f9;
  font-family: var(--body-font);
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 400;
}

p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: inherit;
  border: none;
  color: inherit;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  cursor: pointer;
}

a[href],
[data-follow-link] {
  cursor: pointer;
}

input,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  border: 0px;
  border-radius: 0;
  background: none;
}

input::placeholder,
textarea::placeholder {
  font: inherit;
  color: inherit;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.btn-fill {
  color: var(--green-100);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64rem;
  background-color: #fff;
  padding: 16rem 40rem;
  border: 1px solid rgba(160, 200, 243, .2);
  transition: background .8s cubic-bezier(.19, 1, .22, 1), border .8s cubic-bezier(.19, 1, .22, 1);
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.tp-dfwv {
  z-index: 10000;
}

strong {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 500;
}

html {
  font-size: max(0.2666666667vw, 1px);
}

@media (min-width: 768px) {
  html {
    font-size: max(0.09765625vw, 1px);
  }
}

@media (min-width: 1025px) {
  html {
    font-size: max(0.0520833333vw, 1px);
  }
}

@media (min-width: 1440px) {
  html {
    font-size: min(1px, 0.125vh);
  }
}

.no-scroll {
  height: calc(var(--vh) * 100);
  overflow: hidden;
  box-sizing: border-box;
}

.inner-line {
  position: relative;
}

.page {
  z-index: 0;
  position: relative;
}

html body #tarteaucitronRoot #tarteaucitronAlertSmall {
  background: #ffffff !important;
  border-radius: 20px !important;
  right: 10px;
  bottom: 10px;
}

html body #tarteaucitronRoot #tarteaucitronAlertSmall button#tarteaucitronManager {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0e1a2c !important;
}

html body #tarteaucitronRoot #tarteaucitronAlertSmall button#tarteaucitronManager #tarteaucitronDot {
  display: block;
  width: 8px !important;
}

html body #tarteaucitronRoot #tarteaucitronInfo {
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 16rem !important;
  line-height: 130% !important;
  letter-spacing: 0 !important;
}

@media (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitronInfo {
    font-size: 14.4rem !important;
  }
}

@media (min-width: 1025px) {
  html body #tarteaucitronRoot #tarteaucitronInfo {
    font-size: 16rem !important;
    line-height: 135% !important;
  }
}

html body #tarteaucitronRoot .tarteaucitronH1 {
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 20rem !important;
  line-height: 130% !important;
  letter-spacing: 0 !important;
}

@media (min-width: 768px) {
  html body #tarteaucitronRoot .tarteaucitronH1 {
    font-size: 17.6rem !important;
  }
}

@media (min-width: 1025px) {
  html body #tarteaucitronRoot .tarteaucitronH1 {
    font-size: 18.2rem !important;
    line-height: 135% !important;
  }
}

@media (min-width: 1440px) {
  html body #tarteaucitronRoot .tarteaucitronH1 {
    font-size: 19.2rem !important;
  }
}

.icon-arrow-cta-up-left {
  position: relative;
  min-width: 32rem;
  min-height: 32rem;
  max-width: 32rem;
  max-height: 32rem;
}

@media (min-width: 768px) {
  .icon-arrow-cta-up-left {
    min-width: 56rem;
    min-height: 56rem;
    max-width: 56rem;
    max-height: 56rem;
  }
}

@media (min-width: 1025px) {
  .icon-arrow-cta-up-left {
    min-width: 42rem;
    min-height: 42rem;
    max-width: 42rem;
    max-height: 42rem;
  }
}

@media (min-width: 1440px) {
  .icon-arrow-cta-up-left {
    display: none;
    min-width: 56rem;
    min-height: 56rem;
    max-width: 56rem;
    max-height: 56rem;
  }
}

.icon-arrow-cta-up-left.white .diagonal,
.icon-arrow-cta-up-left.white:before,
.icon-arrow-cta-up-left.white:after {
  background: #ffffff;
}

.icon-arrow-cta-up-left.celest-blue .diagonal,
.icon-arrow-cta-up-left.celest-blue:before,
.icon-arrow-cta-up-left.celest-blue:after {
  background: #a0c8f3;
}

.icon-arrow-cta-up-left.electric-blue .diagonal,
.icon-arrow-cta-up-left.electric-blue:before,
.icon-arrow-cta-up-left.electric-blue:after {
  background: #3e8cff;
}

.icon-arrow-cta-up-left.night-blue .diagonal,
.icon-arrow-cta-up-left.night-blue:before,
.icon-arrow-cta-up-left.night-blue:after {
  background: #0e1a2c;
}

.icon-arrow-cta-up-left .diagonal {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.5px;
  height: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.icon-arrow-cta-up-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top left;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.icon-arrow-cta-up-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: scaleX(0);
  transform-origin: top left;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.icon-arrow-cta-up-left.show-icon .diagonal {
  height: 135%;
}

.icon-arrow-cta-up-left.show-icon:before {
  transform: scaleY(1);
}

.icon-arrow-cta-up-left.show-icon:after {
  transform: scaleX(1);
}

@media (hover: hover) and (pointer: fine) {
  [data-hover-icon-arrow-up]:hover .icon-arrow-cta-up-left:before {
    transform: scaleY(0.6);
    transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  }

  [data-hover-icon-arrow-up]:hover .icon-arrow-cta-up-left:after {
    transform: scaleX(0.6);
    transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  }
}

.icon-arrow-cta-up-right {
  position: relative;
  min-width: 32rem;
  min-height: 32rem;
  max-width: 32rem;
  max-height: 32rem;
}

@media (min-width: 768px) {
  .icon-arrow-cta-up-right {
    min-width: 56rem;
    min-height: 56rem;
    max-width: 56rem;
    max-height: 56rem;
  }
}

.icon-arrow-cta-up-right.white .diagonal,
.icon-arrow-cta-up-right.white:before,
.icon-arrow-cta-up-right.white:after {
  background: #ffffff;
}

.icon-arrow-cta-up-right.celest-blue .diagonal,
.icon-arrow-cta-up-right.celest-blue:before,
.icon-arrow-cta-up-right.celest-blue:after {
  background: #a0c8f3;
}

.icon-arrow-cta-up-right.electric-blue .diagonal,
.icon-arrow-cta-up-right.electric-blue:before,
.icon-arrow-cta-up-right.electric-blue:after {
  background: #3e8cff;
}

.icon-arrow-cta-up-right.night-blue .diagonal,
.icon-arrow-cta-up-right.night-blue:before,
.icon-arrow-cta-up-right.night-blue:after {
  background: #0e1a2c;
}

.icon-arrow-cta-up-right .diagonal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5px;
  height: 0;
  transform: rotate(45deg);
  transform-origin: bottom right;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.icon-arrow-cta-up-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top right;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.icon-arrow-cta-up-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: scaleX(0);
  transform-origin: top right;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.icon-arrow-cta-up-right.show-icon .diagonal {
  height: 135%;
}

.icon-arrow-cta-up-right.show-icon:before {
  transform: scaleY(1);
}

.icon-arrow-cta-up-right.show-icon:after {
  transform: scaleX(1);
}

@media (hover: hover) and (pointer: fine) {
  [data-hover-icon-arrow-up]:hover .icon-arrow-cta-up-right:before {
    transform: scaleY(0.6);
    transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  }

  [data-hover-icon-arrow-up]:hover .icon-arrow-cta-up-right:after {
    transform: scaleX(0.6);
    transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  }
}

.puce {
  --radius: 5.25px;
  --circumference: calc(var(--radius) * 2 * 3.14159265358979323846);
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.puce.animated {
  stroke-dashoffset: var(--circumference);
  stroke-dasharray: var(--circumference) var(--circumference);
}

.input-item {
  width: 100%;
  height: 64rem;
}

.input-item label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  border-radius: 32rem;
  border: 1px solid var(--green-500);
  padding: 18rem 24rem;
  transition: border 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.input-item label:has(.error) {
  border-color: #ff2626;
}

.input-item label input {
  width: 100%;
}

.input-item label i {
  font-size: 16rem;
}

textarea {
  padding: 18rem 24rem;
  width: 100%;
  height: 323rem;
  border-radius: 32rem;
  border: 1px solid var(--green-500);
  resize: none;
  transition: border 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

textarea.error {
  border-color: #ff2626;
}

label .file-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

label input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.module-report-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 100vh;
  display: none;
  pointer-events: none;
}

.module-report-form.is-opened {
  display: block;
  pointer-events: auto;
}

.module-report-form .content-wrapper {
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0, 0);
}

@media (min-width: 1025px) {
  .module-report-form .content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 640rem;
  }
}

.module-report-form .content-wrapper .success-message {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 52rem;
  transform: translate3d(100%, 0, 0);
}

.module-report-form .content-wrapper .success-message .icon-cross {
  position: absolute;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .module-report-form .content-wrapper .success-message .icon-cross:hover:before,
  .module-report-form .content-wrapper .success-message .icon-cross:hover:after {
    background: #a0c8f3;
  }
}

.module-report-form .content-wrapper .success-message h2 {
  margin-top: 75rem;
  max-width: 369rem;
}

.module-report-form .content-wrapper .success-message p {
  position: absolute;
  left: 52rem;
  bottom: 52rem;
  max-width: 265rem;
}

.module-report-form .content-wrapper .top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 14rem;
  border-bottom: 1px solid rgba(14, 26, 44, 0.2);
}

@media (min-width: 768px) {
  .module-report-form .content-wrapper .top-wrapper {
    padding: 14rem 28rem;
  }
}

.module-report-form .content-wrapper .top-wrapper .icon-cross {
  transform: rotate(45deg);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .module-report-form .content-wrapper .top-wrapper .icon-cross:hover:before,
  .module-report-form .content-wrapper .top-wrapper .icon-cross:hover:after {
    background: #3e8cff;
  }
}

.module-report-form .content-wrapper .form-wrapper {
  position: relative;
  height: calc(100% - 77rem);
}

@media (min-width: 768px) {
  .module-report-form .content-wrapper .form-wrapper {
    height: calc(100% - 85rem);
  }
}

.module-report-form .content-wrapper .form-wrapper form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 77rem;
}

@media (min-width: 768px) {
  .module-report-form .content-wrapper .form-wrapper form {
    padding-bottom: 85rem;
  }
}

.module-report-form .content-wrapper .form-wrapper form .form-inner {
  height: 100%;
  overflow-y: auto;
  padding: 25rem 21rem 50rem;
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

@media (min-width: 768px) {
  .module-report-form .content-wrapper .form-wrapper form .form-inner {
    padding: 50rem 42rem 100rem;
  }
}

.module-report-form .content-wrapper .form-wrapper form .form-inner::-webkit-scrollbar {
  background: #e8ebf1;
  width: 8rem;
}

.module-report-form .content-wrapper .form-wrapper form .form-inner::-webkit-scrollbar-thumb {
  background: #a0c8f3;
}

@media (hover: hover) and (pointer: fine) {
  .module-report-form .content-wrapper .form-wrapper form .form-inner::-webkit-scrollbar-thumb:hover {
    background: #0e1a2c;
  }
}

.module-report-form .content-wrapper .form-wrapper form .form-inner {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

.module-report-form .content-wrapper .form-wrapper form .form-inner .form-description {
  margin-bottom: 42rem;
}

.module-report-form .content-wrapper .form-wrapper form .form-inner .form-inputs {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}

.module-report-form .content-wrapper .form-wrapper form .form-inner .form-inputs .row-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
  width: 100%;
}

@media (min-width: 768px) {
  .module-report-form .content-wrapper .form-wrapper form .form-inner .form-inputs .row-input {
    flex-direction: row;
  }
}

.module-report-form .content-wrapper .form-wrapper form .form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60rem;
  padding: 14rem;
  padding: 22rem;
  background: #0e1a2c;
  transition: background 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768px) {
  .module-report-form .content-wrapper .form-wrapper form .form-submit {
    height: 85rem;
    padding: 16rem 28rem;
  }
}

.module-report-form .content-wrapper .form-wrapper form .form-submit p,
.module-report-form .content-wrapper .form-wrapper form .form-submit .icon-arrow-cta-up-right {
  transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

@media (min-width: 768px) {
  .module-report-form .content-wrapper .form-wrapper form .form-submit .icon-arrow-cta-up-right {
    min-width: 42rem;
    max-width: 42rem;
    min-height: 42rem;
    max-height: 42rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-report-form .content-wrapper .form-wrapper form .form-submit:hover {
    background: #3e8cff;
  }

  .module-report-form .content-wrapper .form-wrapper form .form-submit:hover p,
  .module-report-form .content-wrapper .form-wrapper form .form-submit:hover .icon-arrow-cta-up-right {
    color: #fff !important;
  }
}

.module-report-form .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(7, 16, 31, 0.7);
}

.module-contact-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 100vh;
  display: none;
  pointer-events: none;
  overflow: unset;
  margin-top: 0;
}

.module-contact-form.is-opened {
  display: block;
  pointer-events: auto;
}

.module-contact-form .content-wrapper {
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0, 0);
}

@media (min-width: 1025px) {
  .module-contact-form .content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 640rem;
  }
}

.module-contact-form .content-wrapper .success-message {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 52rem;
  transform: translate3d(100%, 0, 0);
}

.module-contact-form .content-wrapper .success-message.apply h2:first-of-type {
  display: none;
}

.module-contact-form .content-wrapper .success-message.apply h2:last-of-type {
  display: block;
}

.module-contact-form .content-wrapper .success-message .icon-cross {
  position: absolute;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .module-contact-form .content-wrapper .success-message .icon-cross:hover:before,
  .module-contact-form .content-wrapper .success-message .icon-cross:hover:after {
    background: #a0c8f3;
  }
}

.module-contact-form .content-wrapper .success-message h2 {
  margin-top: 75rem;
  max-width: 369rem;
}

.module-contact-form .content-wrapper .success-message h2:last-of-type {
  display: none;
}

.module-contact-form .content-wrapper .success-message p {
  position: absolute;
  left: 52rem;
  bottom: 52rem;
  max-width: 265rem;
}

.module-contact-form .content-wrapper .top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14rem;
  border-bottom: 1px solid rgba(14, 26, 44, 0.2);
}

@media (min-width: 768px) {
  .module-contact-form .content-wrapper .top-wrapper {
    padding: 14rem 28rem;
  }
}

.module-contact-form .content-wrapper .top-wrapper .icon-cross {
  transform: rotate(45deg);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .module-contact-form .content-wrapper .top-wrapper .icon-cross:hover:before,
  .module-contact-form .content-wrapper .top-wrapper .icon-cross:hover:after {
    /* background: #3e8cff; */
    background: var(--green-500);
  }
}

.module-contact-form .content-wrapper .top-wrapper .back-btn {
  border-radius: 30rem;
  white-space: nowrap;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.module-contact-form .content-wrapper .top-wrapper .back-btn.active {
  opacity: 1;
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .module-contact-form .content-wrapper .top-wrapper .back-btn:hover {
    background: #3e8cff !important;
  }
}

.module-contact-form .content-wrapper .top-wrapper .back-btn p {
  padding: 12px 16px;
}

.module-contact-form .content-wrapper .form-wrapper {
  position: relative;
  height: calc(100% - 70rem);
}

@media (min-width: 768px) {
  .module-contact-form .content-wrapper .form-wrapper {
    height: calc(100% - 85rem);
  }
}

.module-contact-form .content-wrapper .form-wrapper .form-subjects {
  height: 100%;
  padding: 25rem 26rem 25rem 21rem;
}

@media (min-width: 768px) {
  .module-contact-form .content-wrapper .form-wrapper .form-subjects {
    padding: 50rem 52rem 50rem 42rem;
  }
}

.module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-description {
  margin-bottom: 93rem;
}

.module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16rem;
  width: 100%;
  height: calc(100% - 127rem);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

.module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper::-webkit-scrollbar {
  background: #e8ebf1;
  width: 5rem;
}

.module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper::-webkit-scrollbar-thumb {
  background: #a0c8f3;
}

@media (hover: hover) and (pointer: fine) {
  .module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper::-webkit-scrollbar-thumb:hover {
    background: #0e1a2c;
  }
}

.module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

.module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper .subject {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper .subject:hover span {
    color: #3e8cff;
  }

  .module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper .subject:hover i {
    opacity: 1;
    color: #3e8cff;
    transform: translateZ(0);
  }
}

.module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper .subject span {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper .subject i {
  display: none;
  opacity: 0;
  font-size: 16rem;
  transform: translate3d(-50%, 0, 0);
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .module-contact-form .content-wrapper .form-wrapper .form-subjects .subjects-wrapper .subject i {
    display: block;
  }
}

.module-contact-form .content-wrapper .form-wrapper form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0, 0);
}

@media (min-width: 1025px) {
  .module-contact-form .content-wrapper .form-wrapper form {
    padding-bottom: 85rem;
  }
}

.module-contact-form .content-wrapper .form-wrapper form.not-free .form-inner .form-label p:last-child {
  display: none;
}

.module-contact-form .content-wrapper .form-wrapper form:not(.not-free) .form-inner .form-label p:first-child {
  display: none;
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner {
  height: 100%;
  overflow-y: auto;
  padding: 25rem 0 80rem;
}

@media (min-width: 1025px) {
  .module-contact-form .content-wrapper .form-wrapper form .form-inner {
    padding: 50rem 42rem 100rem;
  }
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner::-webkit-scrollbar {
  background: #e8ebf1;
  width: 8rem;
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner::-webkit-scrollbar-thumb {
  background: #a0c8f3;
}

@media (hover: hover) and (pointer: fine) {
  .module-contact-form .content-wrapper .form-wrapper form .form-inner::-webkit-scrollbar-thumb:hover {
    background: #0e1a2c;
  }
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner .form-description {
  margin-bottom: 42rem;
  padding: 0 21rem;
}

@media (min-width: 1025px) {
  .module-contact-form .content-wrapper .form-wrapper form .form-inner .form-description {
    padding: 0;
  }
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner textarea {
  margin-top: 26rem;
  margin-bottom: 26rem;
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner .custom-select {
  max-width: 100%;
  min-width: 100%;
}

@media (min-width: 768px) {
  .module-contact-form .content-wrapper .form-wrapper form .form-inner .custom-select {
    max-width: 290rem;
    min-width: 290rem;
  }
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner .form-inputs {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  padding: 0 21rem 26rem;
}

@media (min-width: 1025px) {
  .module-contact-form .content-wrapper .form-wrapper form .form-inner .form-inputs {
    padding: 0;
  }
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner .form-inputs input#custom-select {
  display: none;
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner .form-inputs .row-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
  width: 100%;
}

@media (min-width: 768px) {
  .module-contact-form .content-wrapper .form-wrapper form .form-inner .form-inputs .row-input {
    flex-direction: row;
  }
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner .form-inputs .form-checkbox {
  margin-top: 30rem;
  padding-left: 24rem;
  display: flex;
  gap: 27rem;
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner .form-inputs .form-checkbox input[type="checkbox"] {
  appearance: none;
  width: 18rem;
  height: 14rem;
  margin-top: 2rem;
  border-radius: 3rem;
  border: 3px solid #3e8cff;
  transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner .form-inputs .form-checkbox input[type="checkbox"]:checked {
  background: #3e8cff;
}

.module-contact-form .content-wrapper .form-wrapper form .form-inner .form-inputs .form-checkbox label {
  max-width: 327rem;
  cursor: pointer;
}

.module-contact-form .content-wrapper .form-wrapper form .form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60rem;
  padding: 14rem;
  /* background: #0e1a2c; */
  background: var(--green-100);
  transition: background 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 60rem;
}

@media (min-width: 1025px) {
  .module-contact-form .content-wrapper .form-wrapper form .form-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85rem;
    padding: 16rem 28rem;
    margin-bottom: 0;
  }
}

.module-contact-form .content-wrapper .form-wrapper form .form-submit p,
.module-contact-form .content-wrapper .form-wrapper form .form-submit .icon-arrow-cta-up-right {
  transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

@media (min-width: 768px) {
  .module-contact-form .content-wrapper .form-wrapper form .form-submit .icon-arrow-cta-up-right {
    min-width: 42rem;
    max-width: 42rem;
    min-height: 42rem;
    max-height: 42rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-contact-form .content-wrapper .form-wrapper form .form-submit:hover {
    /* background: #3e8cff; */
    background: var(--yellow-300);
  }

  .module-contact-form .content-wrapper .form-wrapper form .form-submit:hover p,
  .module-contact-form .content-wrapper .form-wrapper form .form-submit:hover .icon-arrow-cta-up-right {
    color: #fff !important;
  }
}

.module-contact-form .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(7, 16, 31, 0.7);
}

.form-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 32rem;
  height: 60rem;
  border: 1px solid #a0c8f3;
  overflow: hidden;
  transition: border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.form-newsletter.error {
  border-color: #ff2626;
}

.form-newsletter input {
  width: 100%;
  height: 100%;
  padding-left: 24rem;
}

.form-newsletter button {
  position: relative;
  width: 64rem;
  height: 100%;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .form-newsletter button:hover i:first-of-type {
    transform: translate3d(200%, -50%, 0);
  }

  .form-newsletter button:hover i:last-of-type {
    opacity: 1;
    transform: translate3d(150%, -50%, 0);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .form-newsletter button:hover i:first-of-type {
    transform: translate3d(200%, -50%, 0);
  }

  .form-newsletter button:hover i:last-of-type {
    opacity: 1;
    transform: translate3d(75%, -50%, 0);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  }
}

.form-newsletter button i {
  position: absolute;
  font-size: 14rem;
}

@media (min-width: 768px) {
  .form-newsletter button i {
    font-size: 20rem;
  }
}

.form-newsletter button i:first-of-type {
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.form-newsletter button i:last-of-type {
  left: 0;
  opacity: 0;
  transform: translate3d(-100%, -50%, 0);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.form-newsletter button .success {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}

.form-newsletter button .success .success_check {
  fill: none;
  stroke: #0e1a2c;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}

.custom-select {
  position: relative;
  width: 100%;
  max-width: fit-content;
}

@media (min-width: 768px) {
  .custom-select {
    min-width: 430rem;
  }
}

.custom-select .input-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 32rem;
  height: 64rem;
  background: #0e1a2c;
  transition: background 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.custom-select .input-bar.active {
  background: #3e8cff;
}

@media (hover: hover) and (pointer: fine) {
  .custom-select .input-bar.active:hover {
    background: #0e1a2c;
  }
}

.custom-select .input-bar.active .label,
.custom-select .input-bar.active .icons-section i {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {

  .custom-select .input-bar:hover .label,
  .custom-select .input-bar:hover .icons-section i {
    color: #fff;
  }

  .custom-select .input-bar:hover .icons-section i:first-of-type {
    transform: translate3d(0, -2rem, 0);
  }

  .custom-select .input-bar:hover .icons-section i:last-of-type {
    transform: translate3d(0, 2rem, 0);
  }
}

.custom-select .input-bar .label {
  color: #a0c8f3;
  padding-left: 24rem;
  padding-right: 24rem;
  min-width: 100rem;
  transition: color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: 450;
  display: flex;
  align-items: center;
  column-gap: 10rem;
}

.custom-select .input-bar .label i {
  font-size: 15rem;
}

.custom-select .input-bar input {
  display: none;
}

.custom-select .input-bar .icons-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  width: 64rem;
  height: 100%;
  border-left: 1px solid rgba(160, 200, 243, 0.2);
}

.custom-select .input-bar .icons-section i {
  color: #a0c8f3;
  font-size: 6rem;
  transition: color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.custom-select .options-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  border-radius: 32rem;
  box-shadow: 0 2rem 2rem, 0 10rem 20rem;
  color: transparent;
  pointer-events: none;
  width: 102%;
  left: -1%;
}

.custom-select .options-container[data-open-in-middle="1"] {
  transform: translate3d(0, -50%, 0) scale3d(1, 0, 1);
  top: 50%;
  box-shadow: 0 2rem 2rem, 0 10rem 20rem #00000014;
}

.custom-select .options-container[data-open-in-middle="1"] .options-wrapper {
  transform: none;
}

.custom-select .options-container .options-wrapper {
  position: absolute;
  z-index: 4;
  top: -1px;
  width: 100%;
  min-height: 66rem;
  max-height: 264rem;
  border-radius: 32rem;
  overflow-y: auto;
  overflow-y: overlay;
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
  transform: translate3d(0, -105%, 0);
}

@media (min-width: 1025px) {
  .custom-select .options-container .options-wrapper {
    max-height: 304rem;
  }
}

@media (min-width: 1440px) {
  .custom-select .options-container .options-wrapper {
    max-height: 364rem;
  }
}

.custom-select .options-container .options-wrapper::-webkit-scrollbar {
  width: 18rem;
}

.custom-select .options-container .options-wrapper::-webkit-scrollbar-track {
  margin: 32rem 0;
  background-clip: padding-box;
}

.custom-select .options-container .options-wrapper::-webkit-scrollbar-thumb {
  background: #a0c8f3;
  border: 6rem solid transparent;
  background-clip: padding-box;
  border-radius: 55rem;
}

.custom-select .options-container .options-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
}

.custom-select .options-container .options-wrapper .option {
  position: relative;
  padding: 16rem 24rem;
  transition: background 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .custom-select .options-container .options-wrapper .option:hover {
    background: #3e8cff;
  }

  .custom-select .options-container .options-wrapper .option:hover:before {
    opacity: 0;
  }

  .custom-select .options-container .options-wrapper .option:hover .label {
    color: #fff;
  }
}

.custom-select .options-container .options-wrapper .option.active {
  background: #3e8cff;
}

.custom-select .options-container .options-wrapper .option.active:before {
  opacity: 0;
}

.custom-select .options-container .options-wrapper .option.active .label {
  color: #fff;
}

.custom-select .options-container .options-wrapper .option.disabled {
  pointer-events: none;
}

.custom-select .options-container .options-wrapper .option.disabled p {
  opacity: 0.3;
}

.custom-select .options-container .options-wrapper .option:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24rem;
  width: calc(100% - 48rem);
  height: 1px;
  opacity: 0.3;
  background: #a0c8f3;
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.custom-select .options-container .options-wrapper .option .label {
  transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear;
}

.custom-select .indicator {
  position: absolute;
  width: 37rem;
  height: 37rem;
  top: -18rem;
  right: -8rem;
  border-radius: 50%;
  background: #ffffff;
  display: none;
  z-index: 4;
  transform: scale(0);
}

.custom-select .indicator.active {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
}

@media (min-width: 1025px) {
  .custom-select .indicator.active {
    transform: translate3d(-50%, 0, 0) scale(1);
  }
}

.custom-select .indicator span {
  color: #0e1a2c;
}

.cursor-text {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.cursor-text.hidden {
  display: none;
}

.cursor-text.is-visible .cursor,
.cursor-text.is-visible .text-wrapper {
  opacity: 1;
}

.cursor-text.is-grabbing .cursor .inner-cursor {
  border: 3px solid #3e8cff;
  opacity: 1;
}

.cursor-text.is-grabbing .cursor .outer-cursor {
  opacity: 0.1;
}

.cursor-text.is-grabbing .text-wrapper {
  opacity: 0;
}

.cursor-text .cursor {
  position: relative;
  top: 0;
  left: 0;
  width: 100rem;
  height: 100rem;
  opacity: 0;
  transition: opacity 0.6s linear;
}

.cursor-text .cursor>* {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
}

.cursor-text .cursor>*:not(.inner-cursor) {
  width: 100%;
  height: 100%;
}

.cursor-text .cursor .inner-cursor {
  z-index: 5;
  width: 70rem;
  height: 70rem;
  opacity: 0.3;
  border: 0.8px solid #3e8cff;
  transition: opacity 0.3s, border 0.3s;
}

.cursor-text .cursor .outer-cursor {
  border: 0.8px solid #3e8cff;
  opacity: 0;
  transition: opacity 0.3s;
}

.cursor-text .text-wrapper {
  position: absolute;
  top: 0;
  left: 110rem;
  display: inline-block;
  width: max-content;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.cursor-text .text-wrapper span {
  display: inline-block;
}

.cursor-quotes-view-first {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.cursor-quotes-view-first .quote-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 225rem;
  height: 225rem;
}

.cursor-quotes-view-first .quote-cursor.is-visible .img-wrapper {
  transform: translate3d(-50%, -50%, 0) scaleZ(1);
}

.cursor-quotes-view-first .quote-cursor.is-visible .circle {
  transform: scaleZ(1);
}

.cursor-quotes-view-first .quote-cursor .img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 175rem;
  height: 175rem;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}

.cursor-quotes-view-first .quote-cursor .img-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}

.cursor-quotes-view-first .quote-cursor .img-wrapper img.no-src:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #07101f;
}

.cursor-quotes-view-first .quote-cursor .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale3d(0, 0, 0);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid rgba(62, 140, 255, 0.2);
}

.cursor-quotes-view-second {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
}

.cursor-quotes-view-second .quote-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 167rem;
  height: 167rem;
}

.cursor-quotes-view-second .quote-cursor.is-visible .border {
  transform: translate3d(-50%, -50%, 0) scaleZ(1);
}

.cursor-quotes-view-second .quote-cursor.is-visible .circle {
  transform: scaleZ(1);
}

.cursor-quotes-view-second .quote-cursor.is-grabbing .border {
  transform: translate3d(-50%, -50%, 0) scale3d(0.6, 0.6, 0.6);
}

.cursor-quotes-view-second .quote-cursor.is-grabbing .circle {
  transform: scale3d(0.5, 0.5, 0.5);
}

.cursor-quotes-view-second .quote-cursor .border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101rem;
  height: 101rem;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #3e8cff;
}

.cursor-quotes-view-second .quote-cursor .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale3d(0, 0, 0);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid rgba(62, 140, 255, 0.2);
}

.cta-line {
  display: flex;
  align-items: center;
  gap: 30rem;
  width: fit-content;
}

@media (min-width: 1025px) {
  .cta-line {
    gap: 70rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cta-line:hover p {
    color: #3e8cff;
  }

  .cta-line:hover .line.transition {
    background: #3e8cff;
    transform: scale3d(0.8, 1, 1);
  }
}

.cta-line p {
  white-space: nowrap;
  transition: color 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.cta-line .line {
  width: 100rem;
  height: 2rem;
  /* background: #a0c8f3; */
  background: var(--yellow-500);
  transform-origin: left center;
}

.cta-line .line.transition {
  transition: background 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 1025px) {
  .cta-line .line {
    width: 130rem;
  }
}

.plus-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 70rem;
  min-width: 70rem;
  height: 70rem;
  min-height: 70rem;
  border: 1px solid rgba(160, 200, 243, 0.2);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    border 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    background 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .plus-btn:hover {
    transform: scale(0.8);
  }

  .plus-btn:hover i {
    transform: scale(1.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .plus-btn.light:hover {
    border: 1px solid var(--green-100);
    transform: scale(0.8);
  }

  .plus-btn.light:hover i.icon-little-cross {
    transform: scale(1.2);
  }

  .plus-btn.light:hover i.icon-little-cross:before,
  .plus-btn.light:hover i.icon-little-cross:after {
    background: var(--green-100);
  }
}

.plus-btn.light i.icon-little-cross:before,
.plus-btn.light i.icon-little-cross:after {
  background: var(--green-100);
}

.plus-btn:not(.light) {
  border: none;
  background: var(--green-100);
}

@media (hover: hover) and (pointer: fine) {
  .plus-btn:not(.light):hover {
    background: var(--green-100);
  }
}

.plus-btn:not(.light) i.icon-little-cross:before,
.plus-btn:not(.light) i.icon-little-cross:after {
  background: #ffffff;
}

.plus-btn i {
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-button,
.zoom-button {
  border-radius: 25px;
  white-space: nowrap;
  transform-origin: left center;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  height: 40px;
}

@media (min-width: 768px) {

  .contact-button,
  .zoom-button {
    height: 40rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .contact-button:hover,
  .zoom-button:hover {
    background: var(--yellow-500) !important;
  }

  .contact-button:hover .contact-button-text,
  .contact-button:hover .zoom-button-text,
  .zoom-button:hover .contact-button-text,
  .zoom-button:hover .zoom-button-text {
    color: #fff !important;
  }
}

.contact-button .contact-button-text,
.contact-button .zoom-button-text,
.zoom-button .contact-button-text,
.zoom-button .zoom-button-text {
  padding: 0 16px;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 14px;
}

@media (min-width: 768px) {

  .contact-button .contact-button-text,
  .contact-button .zoom-button-text,
  .zoom-button .contact-button-text,
  .zoom-button .zoom-button-text {
    font-size: 16rem;
  }
}

.back-to-top-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  border: 1.5px solid #a0c8f3;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .back-to-top-btn:hover {
    transform: scale(0.8);
  }

  .back-to-top-btn:hover i:first-of-type {
    transform: translate3d(0, -300%, 0) scale(1.2);
  }

  .back-to-top-btn:hover i:last-of-type {
    transform: translateZ(0) scale(1.2);
  }
}

.back-to-top-btn i {
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 14rem;
}

@media (min-width: 768px) {
  .back-to-top-btn i {
    font-size: 20rem;
  }
}

.back-to-top-btn i:first-of-type {
  transform: translateZ(0);
}

.back-to-top-btn i:last-of-type {
  transform: translate3d(0, 300%, 0);
}

.scroll-down-cta {
  position: absolute;
  bottom: 34rem;
  left: 12rem;
  width: 65rem;
  height: 65rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .scroll-down-cta {
    bottom: 48rem;
    left: 48rem;
    width: 145rem;
    height: 145rem;
  }
}

@media (min-width: 1025px) {
  .scroll-down-cta {
    width: 94rem;
    height: 94rem;
  }
}

@media (min-width: 1440px) {
  .scroll-down-cta {
    width: 106rem;
    height: 106rem;
  }
}

@media (min-width: 1440px) {
  .scroll-down-cta {
    width: 120rem;
    height: 120rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .scroll-down-cta:hover .circle-inner {
    /* border: 2px solid #3e8cff; */
    border: 2px solid var(--yellow-500);
    transform: translate3d(-50%, -50%, 0) scale(0.9);
  }

  .scroll-down-cta:hover .circle-outer.active {
    transform: scale3d(0.85, 0.85, 0.85);
  }
}

.scroll-down-cta .circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 52rem;
  height: 52rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  overflow: hidden;
  transition: border 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 768px) {
  .scroll-down-cta .circle-inner {
    width: 85rem;
    height: 85rem;
  }
}

@media (min-width: 1025px) {
  .scroll-down-cta .circle-inner {
    width: 62rem;
    height: 62rem;
  }
}

@media (min-width: 1440px) {
  .scroll-down-cta .circle-inner {
    width: 72rem;
    height: 72rem;
  }
}

@media (min-width: 1700px) {
  .scroll-down-cta .circle-inner {
    width: 82rem;
    height: 82rem;
  }
}

.scroll-down-cta .circle-inner i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  height: 100%;
  font-size: 14rem;
}

@media (min-width: 768px) {
  .scroll-down-cta .circle-inner i {
    font-size: 20rem;
  }
}

.scroll-down-cta .circle-inner i:first-of-type {
  animation: transformArrow 6s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}

.scroll-down-cta .circle-inner i:last-of-type {
  animation: transformArrow 6s cubic-bezier(0.86, 0, 0.07, 1) infinite 3s;
}

.scroll-down-cta .circle-outer {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 0.8px solid rgba(255, 255, 255, 0.12);
  transform: scale3d(0, 0, 0);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.scroll-down-cta .circle-outer.active {
  transform: scaleZ(1);
}

@keyframes transformArrow {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0);
  }

  1% {
    opacity: 1;
  }

  50% {
    transform: translate3d(-50%, 0, 0);
  }

  99% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-50%, 100%, 0);
  }
}

.previous-next-button {
  display: flex;
  align-items: center;
  gap: 8rem;
}

@media (min-width: 768px) {
  .previous-next-button {
    gap: 24rem;
  }
}

.previous-next-button button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  /* border: 1.5px solid #a0c8f3; */
  border: 1.5px solid var(--yellow-500);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}

.previous-next-button button.disabled,
.previous-next-button button[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

@media (min-width: 768px) {
  .previous-next-button button {
    width: 70rem;
    height: 70rem;
  }
}

.previous-next-button button i {
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 14rem;
}

@media (min-width: 768px) {
  .previous-next-button button i {
    font-size: 20rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .previous-next-button .previous-btn:hover:not(.disabled),
  .previous-next-button .previous-btn:hover:not([disabled]) {
    transform: scale(0.8);
  }

  .previous-next-button .previous-btn:hover:not(.disabled) i:first-of-type,
  .previous-next-button .previous-btn:hover:not([disabled]) i:first-of-type {
    transform: translate3d(-300%, 0, 0) rotate(-90deg) scale(1.2);
  }

  .previous-next-button .previous-btn:hover:not(.disabled) i:last-of-type,
  .previous-next-button .previous-btn:hover:not([disabled]) i:last-of-type {
    transform: translateZ(0) rotate(-90deg) scale(1.2);
  }
}

.previous-next-button .previous-btn i:first-of-type {
  transform: translateZ(0) rotate(-90deg);
}

.previous-next-button .previous-btn i:last-of-type {
  transform: translate3d(300%, 0, 0) rotate(-90deg);
}

@media (hover: hover) and (pointer: fine) {

  .previous-next-button .next-btn:hover:not(.disabled),
  .previous-next-button .next-btn:hover:not(:disabled) {
    transform: scale(0.8);
  }

  .previous-next-button .next-btn:hover:not(.disabled) i:first-of-type,
  .previous-next-button .next-btn:hover:not(:disabled) i:first-of-type {
    transform: translate3d(300%, 0, 0) rotate(90deg) scale(1.2);
  }

  .previous-next-button .next-btn:hover:not(.disabled) i:last-of-type,
  .previous-next-button .next-btn:hover:not(:disabled) i:last-of-type {
    transform: translateZ(0) rotate(90deg) scale(1.2);
  }
}

.previous-next-button .next-btn i:first-of-type {
  transform: translateZ(0) rotate(90deg);
}

.previous-next-button .next-btn i:last-of-type {
  transform: translate3d(-300%, 0, 0) rotate(90deg);
}

.arrow-description-button {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 22rem 28rem 21rem;
  width: 100%;
  height: fit-content;
  align-items: center;
}

@media (min-width: 768px) {
  .arrow-description-button {
    max-width: 330rem;
    padding: 34rem 36rem 34rem 42rem;
    align-items: flex-start;
  }
}

@media (min-width: 1025px) {
  .arrow-description-button {
    max-width: 450rem;
    padding: 24rem 26rem 24rem 32rem;
  }
}

@media (min-width: 1440px) {
  .arrow-description-button {
    max-width: 640rem;
    padding: 26rem 40rem 26rem 34rem;
  }
}

@media (min-width: 1700px) {
  .arrow-description-button {
    max-width: 640rem;
    padding: 34rem 48rem 34rem 42rem;
  }
}

@media (min-width: 768px) {
  .arrow-description-button .arrow-description-button-title {
    max-width: 150rem;
  }
}

.arrow-description-button[data-direction="row"] {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16rem;
}

.arrow-description-button[data-direction="row"] .description {
  display: none;
}

.arrow-description-button[data-direction="row"][data-reverse="1"] {
  flex-direction: row-reverse;
}

.arrow-description-button[data-direction="row"][data-reverse="1"] .background {
  transform-origin: bottom left;
}

.arrow-description-button[data-direction="row"][data-reverse="1"] .arrow-description-button-title {
  width: auto;
  max-width: 146rem;
  text-align: right;
}

@media (min-width: 1025px) {
  .arrow-description-button[data-direction="row"][data-reverse="1"] .arrow-description-button-title {
    max-width: 170rem;
  }
}

@media (min-width: 768px) {
  .arrow-description-button[data-direction="column"] {
    width: 270rem;
    height: 270rem;
    flex-direction: column;
    padding: 38rem 38rem 23rem;
  }

  .arrow-description-button[data-direction="column"] .content {
    width: 100%;
    margin-top: 33rem;
  }

  .arrow-description-button[data-direction="column"][data-reverse="1"] .content {
    flex-direction: row-reverse;
  }

  .arrow-description-button[data-direction="column"][data-reverse="1"] .content .description {
    margin-right: 0;
    margin-left: auto;
  }

  .arrow-description-button[data-direction="column"][data-reverse="1"] .arrow-description-button-title {
    text-align: right;
    max-width: unset;
  }

  .arrow-description-button[data-direction="column"][data-reverse="1"] .background {
    transform-origin: bottom left;
  }
}

@media (min-width: 1025px) {
  .arrow-description-button[data-direction="column"] {
    width: 240rem;
    height: 240rem;
    padding: 30rem 30rem 25rem;
  }
}

@media (min-width: 1440px) {
  .arrow-description-button[data-direction="column"] {
    width: 330rem;
    height: 330rem;
    padding: 48rem 48rem 33rem;
  }
}

.arrow-description-button .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
}

.arrow-description-button .background.is-active {
  transition: background 1s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.arrow-description-button[data-background="bg-white"] .background {
  background: #ffffff;
}

.arrow-description-button[data-background="bg-electric-blue"] .background {
  background: #3e8cff;
}

.arrow-description-button[data-background="bg-night-blue"] .background {
  background: #0e1a2c;
}

@media (hover: hover) and (pointer: fine) {
  .arrow-description-button:hover[data-background="bg-electric-blue"] .background {
    background: #ffffff;
  }

  .arrow-description-button:hover[data-background="bg-electric-blue"]>*:not(.background),
  .arrow-description-button:hover[data-background="bg-electric-blue"] .content>*,
  .arrow-description-button:hover[data-background="bg-electric-blue"] .content .description>*,
  .arrow-description-button:hover[data-background="bg-electric-blue"] .content .description .label>* {
    color: #3e8cff;
  }

  .arrow-description-button:hover[data-background="bg-electric-blue"] .icon-arrow-cta-up-left .diagonal,
  .arrow-description-button:hover[data-background="bg-electric-blue"] .icon-arrow-cta-up-left:before,
  .arrow-description-button:hover[data-background="bg-electric-blue"] .icon-arrow-cta-up-left:after,
  .arrow-description-button:hover[data-background="bg-electric-blue"] .icon-arrow-cta-up-right .diagonal,
  .arrow-description-button:hover[data-background="bg-electric-blue"] .icon-arrow-cta-up-right:before,
  .arrow-description-button:hover[data-background="bg-electric-blue"] .icon-arrow-cta-up-right:after {
    background: #3e8cff;
  }

  .arrow-description-button:hover .background {
    background: #3e8cff;
    transform: scale3d(1.04, 1.04, 1);
  }

  .arrow-description-button:hover>*:not(.background),
  .arrow-description-button:hover .content>*,
  .arrow-description-button:hover .content .description>*,
  .arrow-description-button:hover .content .description .label>* {
    color: #fff;
    transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }

  .arrow-description-button:hover .icon-arrow-cta-up-left .diagonal,
  .arrow-description-button:hover .icon-arrow-cta-up-left:before,
  .arrow-description-button:hover .icon-arrow-cta-up-left:after,
  .arrow-description-button:hover .icon-arrow-cta-up-right .diagonal,
  .arrow-description-button:hover .icon-arrow-cta-up-right:before,
  .arrow-description-button:hover .icon-arrow-cta-up-right:after {
    background: #ffffff;
  }
}

.arrow-description-button>*:not(.background),
.arrow-description-button .content>*,
.arrow-description-button .content .description>*,
.arrow-description-button .content .description .label>* {
  position: relative;
  z-index: 1;
  transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.arrow-description-button .arrow-description-button-title {
  text-align: left;
}

.arrow-description-button .content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 26rem;
}

.arrow-description-button .content .description {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-right: auto;
  text-align: left;
}

.arrow-description-button .content .description .text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.arrow-description-button .content .description .label {
  display: flex;
  align-items: center;
  gap: 16rem;
}

.dropdown .list {
  border-top: 1px solid rgba(160, 200, 243, 0.2);
}

.dropdown .list:last-of-type {
  border-bottom: 1px solid rgba(160, 200, 243, 0.2);
}

.dropdown .list.open .content-trigger h4 {
  color: #3e8cff;
}

.dropdown .list .content-trigger {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16rem;
  padding-top: 32rem;
  padding-bottom: 32rem;
}

@media (min-width: 768px) {
  .dropdown .list .content-trigger {
    gap: 32rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .dropdown .list .content-trigger:hover h4 {
    color: #a0c8f3;
  }
}

.dropdown .list .content-trigger .icon-arrow-cta-up-right {
  min-width: 16rem;
  min-height: 16rem;
  max-width: 16rem;
  max-height: 16rem;
  margin-top: 12rem;
}

@media (max-width: 767px) {
  .dropdown .list .content-trigger .icon-arrow-cta-up-right:before {
    right: -2px;
  }

  .dropdown .list .content-trigger .icon-arrow-cta-up-right:after {
    top: -1px;
    left: 2px;
  }
}

@media (min-width: 768px) {
  .dropdown .list .content-trigger .icon-arrow-cta-up-right {
    min-width: 32rem;
    min-height: 32rem;
    max-width: 32rem;
    max-height: 32rem;
  }
}

.dropdown .list .content-trigger .icon-arrow-cta-up-right:last-of-type {
  position: absolute;
  right: 0;
  transform: rotate(90deg);
}

.dropdown .list .content-trigger h4 {
  transition: color 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.dropdown .list .content-wrapper .content {
  padding-bottom: 32rem;
  /*
  text-align: justify;
   font-family: Neue Haas Grotesk Display Pro; 
  */
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .dropdown .list .content-wrapper .content {
    font-size: 18rem;
  }
}

@media (min-width: 1025px) {
  .dropdown .list .content-wrapper .content {
    font-size: 20rem;
    line-height: 135%;
  }
}

.dropdown .list .content-wrapper .content p {
  color: #fff;
  max-width: 760rem;
}

.dropdown .list .content-wrapper .content strong {
  display: block;
  margin-bottom: 20px;
}

.dropdown .list .content-wrapper .content p:not(:last-of-type) {
  margin-bottom: 20rem;
}

.dropdown .list .content-wrapper .content ul li {
  color: #fff;
  margin-bottom: 16rem;
  padding-left: 22rem;
  position: relative;
}

.dropdown .list .content-wrapper .content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  display: inline-flex;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  /* border: 2rem solid #3e8cff; */
  border: 2rem solid var(--yellow-500);
  margin-right: 0;
  left: 0;
}

.dropdown .list .content-wrapper .content a {
  color: #3e8cff;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .dropdown .list .content-wrapper .content a:hover {
    color: #a0c8f3;
  }
}

.news-card {
  position: relative;
}

.news-card.articles-slide .animation-overlay {
  position: absolute;
  background: #f6f7f9;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 178rem;
  width: calc(100% + 2px);
  z-index: 2;
}

@media (min-width: 1025px) {
  .news-card.articles-slide .animation-overlay {
    height: 323rem;
  }
}

.news-card.last-news .animation-overlay {
  background: #ffffff;
  transform: translate3d(0, -100%, 0);
}

.news-card .img-wrapper {
  position: relative;
  width: 100%;
  height: 175rem;
  border-radius: 4rem;
  margin-bottom: 24rem;
}

@media (min-width: 768px) {
  .news-card .img-wrapper {
    height: 260rem;
    margin-bottom: 32rem;
  }
}

@media (min-width: 1025px) {
  .news-card .img-wrapper {
    height: 320rem;
    margin-bottom: 48rem;
  }
}

.news-card .img-wrapper .overlay {
  display: none;
}

.news-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card .informations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-bottom: 26rem;
}

@media (min-width: 1025px) {
  .news-card .informations-wrapper {
    gap: 12rem;
    margin-bottom: 32rem;
  }
}

@media (min-width: 1025px) {
  .news-card .informations-wrapper {
    gap: 16rem;
    margin-bottom: 48rem;
  }
}

.news-card .informations-wrapper .label {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.news-card .informations-wrapper .date {
  opacity: 0.3;
}

.news-card.night .label p,
.news-card.night .title,
.news-card.night .description,
.news-card.night .date,
.news-card.night .cta-line p {
  color: #fff;
}

.news-card.night .date {
  opacity: 0.8;
}

.news-card.night .animation-overlay {
  background: #0e1a2c;
}

.news-card.report .overlay {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #0e1a2cc2;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.news-card.report .download-cta {
  position: absolute;
  display: flex;
  column-gap: 10rem;
  align-items: center;
  background-color: #fff;
  height: 32px;
  border-radius: 70px;
  width: 150rem;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .news-card.report .download-cta {
    width: 32px;
    background-color: #0e1a2c;
    transition: all 0.4s ease-in-out;
  }
}

.news-card.report .download-cta span {
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 12rem;
  line-height: 110%;
  color: #0e1a2c;
  white-space: nowrap;
  padding-right: 22rem;
  margin-left: 10rem;
}

@media (min-width: 1025px) {
  .news-card.report .download-cta span {
    opacity: 0;
    transition: all 0.1s ease-in;
  }
}

.news-card.report .download-cta i {
  color: #0e1a2c;
  position: absolute;
  right: 10rem;
  font-size: 12rem;
}

@media (min-width: 1025px) {
  .news-card.report .download-cta i {
    color: #fff;
    transition: all 0.4s ease-in-out;
  }
}

@media (hover: hover) and (pointer: fine) {
  .news-card.report:hover .overlay {
    opacity: 1;
  }

  .news-card.report:hover .download-cta {
    background-color: #fff;
    width: 150rem;
  }

  .news-card.report:hover .download-cta span {
    opacity: 1;
    transition: all 0.3s ease-out 0.3s;
  }

  .news-card.report:hover .download-cta i {
    color: #0e1a2c;
  }
}

.search-bar {
  margin-right: 16rem;
}

.search-bar .header-search-btn {
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 768px) {
  .search-bar .header-search-btn {
    width: 40rem;
    height: 40rem;
  }
}

.search-bar .header-search-btn i {
  font-size: 15px;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 768px) {
  .search-bar .header-search-btn i {
    font-size: 15rem;
  }
}

.search-bar .search-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background-color: rgba(14, 26, 44, 0.702); */
  background-color: rgba(4, 38, 28, 0.70);
  z-index: 999;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  display: none;
}

.search-bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 82rem;
  /* background-color: #0e1a2c; */
  background-color: var(--green-100);
  display: none;
  align-items: center;
  transform: translate3d(0, -100%, 0);
  z-index: 999;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 24rem;
}

@media (min-width: 1025px) {
  .search-bar .bar {
    padding: 0 48rem;
    gap: 100rem;
    min-height: 152rem;
  }
}

.search-bar .bar.hover {
  background-color: var(--green-100);
}

.search-bar .bar.hover .icon-cross:before,
.search-bar .bar.hover .icon-cross:after {
  background: #ffffff;
}

.search-bar .bar.hover input,
.search-bar .bar.hover .search-btn i {
  color: #fff;
}

.search-bar .bar .icon-cross {
  transform: rotate(45deg);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .search-bar .bar .icon-cross:hover:before,
  .search-bar .bar .icon-cross:hover:after {
    background: var(--yellow-500);
  }
}

.search-bar .bar input:-webkit-autofill,
.search-bar .bar input:-webkit-autofill:hover,
.search-bar .bar input:-webkit-autofill:focus,
.search-bar .bar input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}

.search-bar .bar input {
  color: #fff;
  flex: 1;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .search-bar .bar input {
    font-size: 32rem;
  }
}

.search-bar .bar .search-btn i {
  font-size: 32rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .search-bar .bar .search-btn i {
    font-size: 56rem;
  }
}

.partial-award-card {
  position: relative;
  border-bottom: 1px solid #0e1a2c;
  min-height: 263rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30rem 24rem 32rem;
  overflow: hidden;
}

.partial-award-card:first-child {
  border-top: 1px solid #0e1a2c;
}

.partial-award-card:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  right: 0;
  background-color: #3e8cff;
  transform: translate3d(-101%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (hover: hover) and (pointer: fine) {
  .partial-award-card[data-follow-link]:hover:before {
    transform: translateZ(0);
  }

  .partial-award-card[data-follow-link]:hover .top .award-title {
    color: #fff;
  }

  .partial-award-card[data-follow-link]:hover .top .icon-arrow-cta-up-right .diagonal,
  .partial-award-card[data-follow-link]:hover .top .icon-arrow-cta-up-right:before,
  .partial-award-card[data-follow-link]:hover .top .icon-arrow-cta-up-right:after {
    background-color: #fff;
  }

  .partial-award-card[data-follow-link]:hover .bottom .description,
  .partial-award-card[data-follow-link]:hover .bottom .icon-puce,
  .partial-award-card[data-follow-link]:hover .bottom span {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .partial-award-card:nth-child(2) {
    border-top: 1px solid #0e1a2c;
  }
}

@media (min-width: 768px) {
  .partial-award-card {
    flex: 0 0 calc(50% - 10rem);
    padding: 46rem 48rem 47rem;
    min-height: 365rem;
  }
}

@media (min-width: 1025px) {
  .partial-award-card {
    flex: 0 0 calc(50% - 12rem);
  }
}

.partial-award-card .top {
  display: flex;
  justify-content: space-between;
  gap: 40rem;
  position: relative;
}

.partial-award-card .top .award-title {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.partial-award-card .top .icon-arrow-cta-up-right {
  margin-top: 7rem;
}

.partial-award-card .bottom {
  position: relative;
}

.partial-award-card .bottom .description {
  max-width: 80%;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.partial-award-card .bottom .label {
  display: flex;
  align-items: center;
  margin-top: 13rem;
}

@media (min-width: 768px) {
  .partial-award-card .bottom .label {
    margin-top: 20rem;
  }
}

.partial-award-card .bottom .label .icon-puce {
  display: inline-block;
  margin-right: 6rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 768px) {
  .partial-award-card .bottom .label .icon-puce {
    margin-right: 17rem;
  }
}

.partial-award-card .bottom .label span {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.offer-card {
  position: relative;
  padding: 28rem;
  border-radius: 0 0 40rem;
  width: 240rem;
  height: 355rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .offer-card {
    padding: 46rem 36rem 44rem 48rem;
    width: 100%;
    height: 480rem;
  }
}

@media (min-width: 1025px) {
  .offer-card {
    padding: 42rem 36rem;
  }
}

@media (min-width: 1440px) {
  .offer-card {
    padding: 30rem 28rem 30rem 38rem;
  }
}

@media (min-width: 1700px) {
  .offer-card {
    height: 580rem;
  }
}

.offer-card:hover .content h5 {
  color: #fff;
}

.offer-card:hover .content .icon-arrow-cta-up-right {
  opacity: 0;
}


.offer-card:hover .overlay,
.offer-card:hover .overlay .overlay-inner {
  transform: translateZ(0);
}

.offer-card:hover .img-wrapper img {
  transform: scale(1.1);
}

@media (hover: hover) and (pointer: fine) {}

.offer-card .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.offer-card .content h5 {
  position: relative;
  z-index: 3;
  transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

@media (min-width: 1025px) {
  .offer-card .content h5 {
    font-size: 34rem;
  }
}

.offer-card .content .icon-arrow-cta-up-right {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.offer-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translate3d(-101%, 0, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.offer-card .overlay .overlay-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 32rem;
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768px) {
  .offer-card .overlay .overlay-inner {
    padding: 46rem;
    gap: 25rem;
  }
}

@media (min-width: 1700px) {
  .offer-card .overlay .overlay-inner {
    gap: 75rem;
  }
}

.offer-card .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.offer-card .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(14, 26, 44, 0.8); */
  background: rgb(13 38 28 / 75%);
  pointer-events: none;
}

.offer-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin-bottom: 32rem;
  gap: 10rem;
  z-index: 1;
}

@media (min-width: 1025px) {
  .breadcrumb {
    margin-bottom: 40rem;
  }
}

@media (min-width: 1440px) {
  .breadcrumb {
    margin-bottom: 48rem;
  }
}

.breadcrumb.night-blue p,
.breadcrumb.night-blue a {
  color: #0e1a2c;
}

.breadcrumb .separator {
  width: 4rem;
  height: 4rem;
  background: var(--yellow-500);
  border-radius: 50%;
}

.breadcrumb p {
  color: #fff;
}

.breadcrumb a {
  color: #fff;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.breadcrumb.text-green-100 a,
.breadcrumb.text-green-100 p {
  color: var(--green-100);
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    color: var(--yellow-300);
  }
}

.offices-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 480rem;
  padding: 44rem;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .offices-card {
    padding: 49rem 44rem 46rem;
    width: 100%;
    height: 480rem;
  }
}

@media (min-width: 1700px) {
  .offices-card {
    height: 580rem;
  }
}

.offices-card .content {
  margin-bottom: 40rem;
  max-width: 200rem;
}

.offices-card .content p {
  font-weight: 400;
}

.offices-card .offices-content p {
  font-weight: 500;
}

.offices-card .offices-content .offices-adress {
  padding-bottom: 8rem;
}

.offices-card .offices-content .offices-phone {
  margin-right: 25rem;
}

.offices-card .cta-line {
  justify-content: space-between;
  width: 100%;
  gap: unset;
  max-width: 282rem;
}

.global-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 125;
  width: 100%;
  height: 100vh;
  display: none;
}

.global-menu .overlay {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(7, 16, 31, 0.7);
}

.global-menu .panel {
  position: relative;
  height: 100%;
  width: 100%;
  background: #ffffff;
  padding-top: 155rem;
  padding-left: 24rem;
}

@media (min-width: 1025px) {
  .global-menu .panel {
    padding-top: 0;
    padding-left: 28rem;
  }

  .global-menu .panel:not(.panel-quaternary) {
    border-right: 1.5rem solid rgba(7, 16, 31, 0.15);
  }
}

@media (min-width: 1440px) {
  .global-menu .panel {
    padding-left: 38rem;
  }
}

.global-menu .panel.disabled {
  opacity: 0;
  pointer-events: none;
}

.global-menu .panel .icon-cross {
  position: absolute;
  z-index: 2;
  width: 40rem;
  height: 40rem;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (min-width: 1025px) {
  .global-menu .panel .icon-cross {
    top: 32rem;
    right: 32rem;
  }
}

@media (min-width: 1440px) {
  .global-menu .panel .icon-cross {
    top: 64rem;
    right: 38rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .global-menu .panel .icon-cross:hover:before,
  .global-menu .panel .icon-cross:hover:after {
    background: #3e8cff;
  }
}

.global-menu .panel .links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16rem;
  width: 100%;
  height: calc(100% - 163rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 20rem;
  padding-bottom: 20rem;
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

@media (min-width: 1025px) {
  .global-menu .panel .links-wrapper {
    padding-top: 195rem;
    padding-right: 18rem;
    padding-bottom: 32rem;
  }

  .global-menu .panel .links-wrapper::-webkit-scrollbar {
    max-height: 300rem;
  }

  .global-menu .panel .links-wrapper::-webkit-scrollbar-thumb {
    margin: 163rem 0 0;
    background-clip: padding-box;
  }
}

@media (min-width: 1440px) {
  .global-menu .panel .links-wrapper {
    height: calc(100% - 158rem);
    padding-top: 239rem;
    padding-right: 22rem;
  }
}

.global-menu .panel .links-wrapper::-webkit-scrollbar {
  background: #e8ebf1;
  width: 5rem;
}

.global-menu .panel .links-wrapper::-webkit-scrollbar-thumb {
  background: #a0c8f3;
}

@media (hover: hover) and (pointer: fine) {
  .global-menu .panel .links-wrapper::-webkit-scrollbar-thumb:hover {
    background: #0e1a2c;
  }
}

.global-menu .panel .links-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

.global-menu .panel .links-wrapper .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
  text-align: left;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .global-menu .panel .links-wrapper .link:hover span {
    color: #3e8cff;
  }

  .global-menu .panel .links-wrapper .link:hover i {
    opacity: 1;
    color: #3e8cff;
    transform: translateZ(0);
  }
}

.global-menu .panel .links-wrapper .link.active span {
  color: #3e8cff;
}

.global-menu .panel .links-wrapper .link.active i {
  opacity: 1;
  color: #3e8cff;
  transform: translateZ(0);
}

.global-menu .panel .links-wrapper .link span {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.global-menu .panel .links-wrapper .link i {
  display: none;
  opacity: 0;
  font-size: 16rem;
  transform: translate3d(-50%, 0, 0);
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .global-menu .panel .links-wrapper .link i {
    display: block;
  }
}

.global-menu .panel .links-informations {
  display: none;
}

.global-menu .top-wrapper {
  position: absolute;
  z-index: 1;
  top: 32rem;
  left: 24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 54rem);
}

@media (min-width: 1025px) {
  .global-menu .top-wrapper {
    width: fit-content;
  }
}

@media (min-width: 1440px) {
  .global-menu .top-wrapper {
    top: 64rem;
    left: 48rem;
  }
}

.global-menu .top-wrapper .header-logo {
  opacity: 0;
}

.global-menu .top-wrapper .header-logo svg {
  /* font-size: 24rem; */
  fill: var(--green-100);
  height: 50rem;
}

@media (min-width: 1025px) {
  .global-menu .top-wrapper .header-logo svg {
    font-size: 34rem;
  }
}

.global-menu .top-wrapper .icon-cross {
  width: 40rem;
  height: 40rem;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .global-menu .top-wrapper .icon-cross:hover:before,
  .global-menu .top-wrapper .icon-cross:hover:after {
    background: #3e8cff;
  }
}

.global-menu .back-arrow {
  position: absolute;
  z-index: 1;
  top: 100rem;
  left: 24rem;
  transform: rotate(-45deg);
  min-width: 16rem;
  min-height: 16rem;
  max-width: 16rem;
  max-height: 16rem;
  pointer-events: none;
}

.global-menu .back-arrow.show-icon {
  pointer-events: all;
  cursor: pointer;
}

.global-menu .bottom-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 34rem;
  left: 24rem;
}

.global-menu .bottom-wrapper .contact-lang-wrapper {
  display: flex;
  align-items: center;
  gap: 24rem;
  margin-bottom: 24rem;
}

@media (min-width: 1440px) {
  .global-menu .bottom-wrapper .contact-lang-wrapper {
    gap: 26rem;
    margin-bottom: 46rem;
  }
}

.global-menu .bottom-wrapper .contact-lang-wrapper .contact-button {
  /* background: #0e1a2c; */
  background: var(--green-100);
  color: #fff;
}

.global-menu .panel-primary {
  transform: translate3d(-105%, 0, 0);
}

.global-menu .panel-primary.hide:before {
  opacity: 1;
  pointer-events: all;
}

.global-menu .panel-primary:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: rgba(7, 16, 31, 0.7);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1440px) {
  .global-menu .panel-primary {
    min-width: 370rem;
    max-width: 370rem;
  }
}

.global-menu .panel:not(.panel-primary) {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1025px) {
  .global-menu .panel:not(.panel-primary) {
    position: relative;
  }

  .global-menu .panel:not(.panel-primary) .links-wrapper {
    padding-top: 195rem;
    padding-right: 22rem;
    gap: 25rem;
    height: 100%;
    overflow-y: auto;
  }
}

@media (min-width: 1440px) {
  .global-menu .panel:not(.panel-primary) .links-wrapper {
    padding-top: 239rem;
  }
}

.global-menu .panel-secondary {
  z-index: 0;
  transform: translate3d(100%, 0, 0);
}

@media (min-width: 1025px) {
  .global-menu .panel-secondary {
    z-index: -1;
    transform: translateZ(0);
  }
}

@media (min-width: 1440px) {
  .global-menu .panel-secondary {
    min-width: 290rem;
  }
}

.global-menu .panel-tertiary {
  z-index: -2;
  display: none;
}

@media (min-width: 1025px) {
  .global-menu .panel-tertiary {
    display: block;
    transform: translate3d(-100%, 0, 0);
  }
}

@media (min-width: 1440px) {
  .global-menu .panel-tertiary {
    min-width: 290rem;
  }
}

.global-menu .panel-quaternary {
  z-index: -3;
  display: none;
}

@media (min-width: 1440px) {
  .global-menu .panel-quaternary {
    display: block;
    min-width: 430rem;
    padding: 166rem 56rem 56rem 53rem;
  }
}

@media (min-width: 1700px) {
  .global-menu .panel-quaternary {
    min-width: 690rem;
  }
}

.global-menu .panel-quaternary .content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .global-menu .panel-quaternary .content-wrapper .fs-h2 {
    font-size: 40rem;
    line-height: 100%;
  }
}

@media (min-width: 1700px) {
  .global-menu .panel-quaternary .content-wrapper .fs-h2 {
    font-size: 76.8rem;
  }
}

.global-menu .panel-quaternary .content-wrapper .description-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24rem;
  width: 100%;
}

.global-menu .panel-quaternary .content-wrapper .description-wrapper .puce-description {
  max-width: 380rem;
}

.global-menu .panel-quaternary .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.global-menu .panel-quaternary .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 26, 44, 0.8);
  pointer-events: none;
}

.global-menu .panel-quaternary .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-lang {
  position: relative;
  display: block;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .dropdown-lang:hover .lang-select-outside .icon-triangle-down {
    transform: rotate(-180deg);
  }

  .dropdown-lang:hover .dropdown-lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) rotateY(0);
  }
}

.dropdown-lang.opened .lang-select-outside .icon-triangle-down {
  transform: rotate(-180deg);
}

.dropdown-lang.opened .dropdown-lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) rotateY(0);
}

.dropdown-lang .lang-select-outside {
  display: flex;
  align-items: center;
  gap: 5rem;
  cursor: pointer;
}

.dropdown-lang .lang-select-outside .icon-globe {
  font-size: 15rem;
}

.dropdown-lang .lang-select-outside .icon-triangle-down {
  font-size: 4rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s;
}

.dropdown-lang .dropdown-lang-menu {
  position: absolute;
  display: block;
  width: 100rem;
  padding: 20px 15px;
  left: -25rem;
  transform: translateY(-10px) rotateY(15deg);
  opacity: 0;
  background: #fff;
  box-shadow: 0 2px 8px #35314817;
  border-radius: 15px;
  visibility: hidden;
  transition: opacity cubic-bezier(0.16, 1, 0.3, 1) 0.6s,
    visibility cubic-bezier(0.16, 1, 0.3, 1) 0.6s,
    transform cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}

.dropdown-lang .dropdown-lang-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}

.dropdown-lang .dropdown-lang-menu .dropdown-lang-links {
  margin: -15px 0;
}

.dropdown-lang .dropdown-lang-menu .dropdown-lang-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #0e1a2c;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}

@media (hover: hover) and (pointer: fine) {
  .dropdown-lang .dropdown-lang-menu .dropdown-lang-link:hover {
    color: #3e8cff;
  }
}

.dropdown-lang.dropdown-bottom .dropdown-lang-menu {
  margin-top: 20px;
}

.dropdown-lang.dropdown-top .dropdown-lang-menu {
  bottom: 25px;
}

.filters-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.filters-bar.show {
  transform: translateZ(0) !important;
}

.filters-bar.show .filters-bar-wrapper .filter-content .reset {
  opacity: 1 !important;
}

.filters-bar.show .filters-bar-wrapper .search-btn {
  transform: translate3d(-25%, 0, 0) scale3d(1.4, 1.4, 1.4) !important;
}

@media (min-width: 1025px) {
  .filters-bar.show .filters-bar-wrapper .search-btn {
    transform: initial !important;
  }
}

.filters-bar.show .overlay {
  display: block;
}

.filters-bar.follow {
  transform: translate3d(0, calc(100% - 100rem), 0);
}

@media (min-width: 1025px) {
  .filters-bar.follow {
    transform: initial;
  }
}

.filters-bar.follow .filters-bar-wrapper {
  background: #07101f;
}

.filters-bar.follow .filters-bar-wrapper .filter-content .filter,
.filters-bar.follow .filters-bar-wrapper .filter-content .reset {
  color: #fff;
}

.filters-bar.follow .filters-bar-wrapper .filter-content .reset {
  opacity: 0;
}

@media (min-width: 1025px) {
  .filters-bar.follow .filters-bar-wrapper .filter-content .reset {
    opacity: 1;
  }
}

.filters-bar.follow .filters-bar-wrapper .search-btn {
  border: 1px solid rgba(160, 200, 243, 0.2);
  transform: translate3d(0, calc(-50% + 18rem), 0);
}

@media (min-width: 1025px) {
  .filters-bar.follow .filters-bar-wrapper .search-btn {
    transform: initial;
  }
}

.filters-bar.follow .filters-bar-wrapper .search-btn i {
  color: #fff;
}

@media (min-width: 1025px) {
  .filters-bar.search .filters-bar-wrapper {
    justify-content: space-between;
    gap: 36rem;
  }
}

@media (min-width: 1440px) {
  .filters-bar.search .filters-bar-wrapper {
    gap: 48rem;
    width: calc(100% - 48rem);
  }
}

@media (min-width: 1025px) {
  .filters-bar.search .filters-bar-wrapper .filter-content {
    gap: 35rem;
    max-width: calc(100% - 105rem);
  }
}

@media (min-width: 1440px) {
  .filters-bar.search .filters-bar-wrapper .filter-content {
    gap: 100rem;
    max-width: calc(100% - 170rem);
  }
}

.filters-bar.search .filters-bar-wrapper .filter-content .filter {
  margin-bottom: 16rem;
}

@media (min-width: 1025px) {
  .filters-bar.search .filters-bar-wrapper .filter-content .filter {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .filters-bar.search .filters-bar-wrapper .filter-content .filters-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.filters-bar.search .filters-bar-wrapper .filter-content .reset {
  position: relative;
  top: initial;
  right: initial;
  order: 1;
}

@media (min-width: 1025px) {
  .filters-bar.search .filters-bar-wrapper .filter-content .reset {
    order: initial;
    margin-left: 0;
    margin-right: 0;
  }
}

.filters-bar .filters-bar-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 46rem 24rem 28rem;
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper {
    position: absolute;
    bottom: 24rem;
    left: 24rem;
    flex-direction: row;
    align-items: center;
    padding: 8rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 64rem;
    width: calc(100% - 48rem);
  }
}

.filters-bar .filters-bar-wrapper .filter-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper .filter-content {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}

.filters-bar .filters-bar-wrapper .filter-content .filter {
  color: #0e1a2c;
  margin-bottom: 33rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper .filter-content .filter {
    margin-bottom: 0;
    padding-left: 32rem;
  }
}

@media (min-width: 1440px) {
  .filters-bar .filters-bar-wrapper .filter-content .filter {
    padding-left: 48rem;
  }
}

.filters-bar .filters-bar-wrapper .filter-content .filters-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  order: 2;
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
}

@media (max-width: 767px) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper {
    max-height: 300rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 20rem;
    border-radius: 64rem;
    overflow-x: hidden;
    order: initial;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper {
    margin-left: 70rem;
    margin-right: 70rem;
  }
}

@media (min-width: 1025px) and (min-width: 1440px) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper {
    margin-left: 100rem;
    margin-right: 100rem;
    gap: 24rem;
  }
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper:hover {
    overflow-x: overlay;
  }
}

.filters-bar .filters-bar-wrapper .filter-content .filters-wrapper::-webkit-scrollbar {
  width: calc(100% - 192rem);
  height: 4rem;
}

.filters-bar .filters-bar-wrapper .filter-content .filters-wrapper::-webkit-scrollbar-thumb {
  background: #a0c8f3;
  border-radius: 24rem;
}

@media (hover: hover) and (pointer: fine) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper::-webkit-scrollbar-thumb:hover {
    background: #3e8cff;
  }
}

.filters-bar .filters-bar-wrapper .filter-content .filters-wrapper::-webkit-scrollbar-track {
  margin: 0 96rem;
  background: transparent;
  background-clip: padding-box;
}

.filters-bar .filters-bar-wrapper .filter-content .filters-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper .custom-select {
    min-width: initial;
    max-width: initial;
  }
}

@media (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper .custom-select {
    position: initial;
    width: fit-content;
    min-width: auto;
  }

  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper .custom-select .indicator {
    right: initial;
    top: -8rem;
  }
}

.filters-bar .filters-bar-wrapper .filter-content .filters-wrapper .custom-select .options-container {
  z-index: 5;
  top: unset;
  bottom: 0;
  left: unset;
  width: 100%;
  height: 364rem;
  border-radius: 32rem;
}

@media (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper .filter-content .filters-wrapper .custom-select .options-container {
    bottom: 8rem;
  }
}

.filters-bar .filters-bar-wrapper .filter-content .filters-wrapper .custom-select .options-container .options-wrapper {
  transform: translate3d(0, 105%, 0);
}

.filters-bar .filters-bar-wrapper .filter-content .reset {
  position: absolute;
  top: 46rem;
  right: 24rem;
  color: #0e1a2c;
  margin-bottom: 34rem;
  width: fit-content;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .filters-bar .filters-bar-wrapper .filter-content .reset:hover {
    color: #3e8cff;
  }
}

@media (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper .filter-content .reset {
    position: relative;
    top: initial;
    right: initial;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 48rem;
  }
}

.filters-bar .filters-bar-wrapper .search-btn {
  position: absolute;
  top: 36rem;
  right: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #a0c8f3;
  width: 48rem;
  min-width: 48rem;
  height: 48rem;
  transition: border 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .filters-bar .filters-bar-wrapper .search-btn:hover {
    border: 1px solid #3e8cff;
  }
}

@media (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper .search-btn {
    position: relative;
    top: initial;
    right: initial;
    width: 70rem;
    min-width: 70rem;
    height: 70rem;
  }
}

.filters-bar .filters-bar-wrapper .search-btn i {
  color: #0e1a2c;
  font-size: 12rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .filters-bar .filters-bar-wrapper .search-btn i {
    font-size: 12rem;
  }
}

.filters-bar .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(-95%);
  display: none;
}

.filters-bar .search-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translate3d(0, 100%, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12rem;
  width: 100%;
  padding: 30rem 32rem;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.filters-bar .search-bar.active {
  transform: translateZ(0);
}

@media (min-width: 768px) {
  .filters-bar .search-bar {
    gap: 24rem;
  }
}

@media (min-width: 1025px) {
  .filters-bar .search-bar {
    padding: 28rem 36rem;
  }
}

.filters-bar .search-bar input {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  width: 100%;
  font-size: 20rem;
}

@media (min-width: 768px) {
  .filters-bar .search-bar input {
    font-size: 26rem;
  }
}

@media (min-width: 1025px) {
  .filters-bar .search-bar input {
    font-size: 32rem;
  }
}

.filters-bar .search-bar input::placeholder {
  color: #a0c8f3;
}

@media (hover: hover) and (pointer: fine) {
  .filters-bar .search-bar button:hover i {
    color: #fff;
  }
}

.filters-bar .search-bar button i {
  font-size: 30rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .filters-bar .search-bar button i {
    font-size: 42rem;
  }
}

.filters-bar .search-bar .icon-cross {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (min-width: 1025px) {
  .filters-bar .search-bar .icon-cross {
    width: 42rem;
    height: 42rem;
    min-width: 42rem;
    min-height: 42rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .filters-bar .search-bar .icon-cross:hover:before,
  .filters-bar .search-bar .icon-cross:hover:after {
    background: white;
  }
}

.partial.report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46rem;
  padding: 32rem 24rem;
  border-bottom: 1px solid #0e1a2c;
  min-height: 120rem;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 768px) {
  .partial.report-item {
    padding: 32rem 40rem;
  }
}

.partial.report-item.new {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .partial.report-item.secured-report:hover {
    background: #3e8cff;
  }

  .partial.report-item.secured-report:hover .informations p {
    color: #fff;
  }

  .partial.report-item.secured-report:hover .reports-secured-btn {
    opacity: 1;
  }
}

.partial.report-item.secured-report .reports-secured-btn {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.partial.report-item:not(.secured-report) {
  cursor: pointer;
}

.partial.report-item.selected {
  background: #3e8cff;
}

.partial.report-item.selected .informations .report-title {
  color: #fff;
}

.partial.report-item.selected .icon-arrow-cta-up-left .diagonal,
.partial.report-item.selected .icon-arrow-cta-up-left:before,
.partial.report-item.selected .icon-arrow-cta-up-left:after {
  background: #ffffff;
}

.partial.report-item:first-of-type {
  border-top: 1px solid #0e1a2c;
}

@media (hover: hover) and (pointer: fine) {
  .partial.report-item:hover {
    background: #3e8cff;
  }

  .partial.report-item:hover .informations .report-title {
    color: #fff;
  }

  .partial.report-item:hover .icon-arrow-cta-up-left .diagonal,
  .partial.report-item:hover .icon-arrow-cta-up-left:before,
  .partial.report-item:hover .icon-arrow-cta-up-left:after {
    background: #ffffff;
  }
}

.partial.report-item .informations {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media (min-width: 768px) {
  .partial.report-item .informations {
    flex-direction: row;
    align-items: center;
    gap: 34rem;
  }
}

@media (min-width: 1025px) {
  .partial.report-item .informations {
    gap: 56rem;
  }
}

.partial.report-item .informations .report-title,
.partial.report-item .informations .warning {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.partial-image-reveal {
  overflow: hidden;
  position: relative;
}

@media (min-width: 1025px) {
  .partial-image-reveal {
    overflow: unset;
  }
}

.partial-image-reveal .overlay {
  transform-origin: top;
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  z-index: 1;
  left: -1px;
  right: -1px;
  top: -4px;
}

.shortcuts-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
}

.shortcuts-bar .shortcuts-bar-wrapper {
  position: absolute;
  bottom: 24rem;
  left: 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 48rem);
  margin-left: auto;
  margin-right: auto;
  padding: 8rem;
  border-radius: 64rem;
  overflow: hidden;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.shortcuts-bar .shortcuts-bar-wrapper.hide {
  transform: translate3d(0, 150%, 0);
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors {
  display: flex;
  align-items: center;
  gap: 8rem;
  max-width: 100%;
  overflow-x: hidden;
  border-radius: 64rem;
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
}

@media (hover: hover) and (pointer: fine) {
  .shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors:hover {
    overflow-x: overlay;
  }
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors::-webkit-scrollbar {
  width: calc(100% - 192rem);
  height: 4rem;
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors::-webkit-scrollbar-thumb {
  background: #a0c8f3;
  border-radius: 24rem;
}

@media (hover: hover) and (pointer: fine) {
  .shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors::-webkit-scrollbar-thumb:hover {
    background: #3e8cff;
  }
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors::-webkit-scrollbar-track {
  margin: 0 96rem;
  background: transparent;
  background-clip: padding-box;
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors .shortcuts-bar-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64rem;
  background: transparent;
  opacity: 0.9;
  padding: 19rem 56rem;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors .shortcuts-bar-anchor.active {
  /* background: #a0c8f3; */
  background: var(--green-300);
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors .shortcuts-bar-anchor.active span {
  /* color: #0e1a2c; */
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors .shortcuts-bar-anchor:hover {
    /* background: #3e8cff; */
    background: var(--green-300);
  }

  .shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors .shortcuts-bar-anchor:hover span {
    color: #fff;
  }
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-anchors .shortcuts-bar-anchor span {
  white-space: nowrap;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64rem;
  background: transparent;
  opacity: 0.9;
  margin-left: 8rem;
  padding: 19rem 80rem;
  border: 1.5px solid rgba(160, 200, 243, 0.2);
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-button:hover {
    /* background: #3e8cff; */
    background: var(--green-300);
    border: 1.5px solid transparent;
  }
}

.shortcuts-bar .shortcuts-bar-wrapper .shortcuts-bar-button span {
  white-space: nowrap;
}

.shortcuts-bar .shortcuts-bar-line {
  width: 100%;
  height: 8rem;
}

.shortcuts-bar .shortcuts-bar-line .shortcuts-bar-line-inner {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: left center;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.shortcuts-bar .shortcuts-bar-line .shortcuts-bar-line-inner.hide {
  transform: scale3d(0, 1, 1) !important;
}

.card-parallax {
  position: relative;
  min-height: 480rem;
  height: fit-content;
  padding: 44rem;
  overflow: hidden;
  border-radius: 4px;
}

@media (min-width: 1025px) {
  .card-parallax {
    min-height: 580rem;
    height: fit-content;
    padding: 46rem 48rem;
  }
}

.card-parallax.bg-white .svg-circle svg .svg-circle-stroke {
  stroke: #a0c8f3;
}

.card-parallax .card-content {
  position: relative;
  z-index: 1;
}

.card-parallax .card-content .title {
  margin-bottom: 32rem;
}

@media (min-width: 1025px) {
  .card-parallax .card-content .title {
    margin-bottom: 67rem;
  }
}

.card-parallax .card-content .description {
  max-width: 236rem;
}

.card-parallax .card-content .description p:not(:first-of-type) {
  margin-top: 14rem;
}

.card-parallax .svg-circle {
  position: absolute;
  top: 0;
  left: -25%;
  height: 100%;
  width: 100%;
}

.card-parallax .svg-circle svg {
  height: 100%;
  width: 100%;
  overflow: initial;
}

.card-parallax .svg-circle svg .svg-circle-stroke {
  fill: transparent;
  stroke-width: 0.5px;
  stroke: #a0c8f326;
}

.card-parallax .svg-circle svg .svg-circle-dash-stroke {
  fill: transparent;
  stroke-width: 1px;
  /* stroke: #3e8cff; */
  stroke: var(--green-100);
  stroke-dashoffset: 20;
  stroke-dasharray: 70 244.159265359;
}

.social-network {
  width: fit-content;
  height: fit-content;
}

.social-network.vertical ul {
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .social-network.vertical ul {
    flex-direction: row;
    justify-content: initial;
  }
}

.social-network ul {
  display: flex;
  align-items: center;
  gap: 24rem;
}

.social-network ul li a {
  display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
  .social-network ul li a:hover i {
    color: #3e8cff;
  }
}

.social-network ul li a i {
  font-size: 16rem;
  color: #0e1a2c;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.background-eight {
  position: absolute;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: calc(var(--vh) * 300 + 2px);
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.background-eight.disabled {
  opacity: 0;
}

.background-eight svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 89px;
  height: 150px;
  pointer-events: none;
  transform-origin: top left;
}

.background-eight .animated {
  stroke-dasharray: 1000, 2500;
  stroke-dashoffset: 0;
}

.puce-description {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  width: 284rem;
}

.puce-description div p {
  margin-bottom: 1em;
}

.puce-description[data-animation] p div {
  opacity: 0;
}

.news-card-highlight .img-wrapper {
  position: relative;
  width: 100%;
  height: 240rem;
  overflow: hidden;
  border-radius: 4rem;
  margin-bottom: 24rem;
}

@media (min-width: 768px) {
  .news-card-highlight .img-wrapper {
    height: 480rem;
    margin-bottom: 32rem;
  }
}

@media (min-width: 1025px) {
  .news-card-highlight .img-wrapper {
    height: 660rem;
    margin-bottom: 48rem;
  }
}

.news-card-highlight .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card-highlight .informations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}

@media (min-width: 768px) {
  .news-card-highlight .informations-wrapper {
    flex-direction: row;
    gap: 48rem;
  }
}

.news-card-highlight .informations-wrapper .title {
  width: 100%;
}

.news-card-highlight .informations-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  max-width: 285rem;
}

@media (min-width: 1025px) {
  .news-card-highlight .informations-wrapper .content {
    gap: 12rem;
  }
}

@media (min-width: 1025px) {
  .news-card-highlight .informations-wrapper .content {
    gap: 16rem;
  }
}

.news-card-highlight .informations-wrapper .content .label {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.news-card-highlight .informations-wrapper .content .date {
  opacity: 0.3;
}

.news-card-highlight .informations-wrapper .content .cta-line {
  margin-top: 18rem;
}

@media (min-width: 1025px) {
  .news-card-highlight .informations-wrapper .content .cta-line {
    margin-top: 20rem;
  }
}

@media (min-width: 1025px) {
  .news-card-highlight .informations-wrapper .content .cta-line {
    margin-top: 32rem;
  }
}

.scale-image-popin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
  opacity: 0;
}

.scale-image-popin .relative-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
}

.scale-image-popin .relative-wrapper .background {
  background: #0e1a2c;
  opacity: 0.95;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.scale-image-popin .relative-wrapper .close-button-container {
  position: absolute;
  top: 40rem;
  left: 40rem;
  width: 40em;
  height: 40rem;
  transform: rotate(45deg);
  cursor: pointer;
}

.scale-image-popin .relative-wrapper .close-button-container .icon-cross {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.scale-image-popin .relative-wrapper .close-button-container .icon-cross:before,
.scale-image-popin .relative-wrapper .close-button-container .icon-cross:after {
  background: #ffffff;
}

.scale-image-popin .relative-wrapper .image-wrapper {
  width: 60%;
  height: 50vh;
  z-index: 1;
}

.scale-image-popin .relative-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-map-item {
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
}

@media (min-width: 768px) {
  .site-map-item {
    gap: 16px;
  }
}

.site-map-item.link {
  position: relative;
  cursor: pointer;
  padding-right: 13px;
}

@media (min-width: 768px) {
  .site-map-item.link {
    padding-right: 17px;
  }
}

.site-map-item.link:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 12px;
  background: #3e8cff;
}

@media (min-width: 768px) {
  .site-map-item.link:after {
    height: 16px;
  }
}

.site-map-item.link:hover .text {
  color: #3e8cff;
}

.site-map-item .text {
  color: #0e1a2c;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 12rem;
  line-height: 13rem;
  transition: color 0.3s linear;
}

@media (min-width: 768px) {
  .site-map-item .text {
    font-size: 16rem;
    line-height: 17.6rem;
  }
}

.site-map-item .text.no-link {
  font-weight: 600;
}

.jobs-list {
  margin-top: 70rem;
  margin-bottom: 70rem;
}

@media (min-width: 1025px) {
  .jobs-list {
    margin-top: 120rem;
    margin-bottom: 120rem;
  }
}

.jobs-list #recruitee-careers .rt-body {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0;
}

.jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header {
  margin-top: 0;
  padding: 32rem 24rem 0;
  border-top: 1px solid #0e1a2c;
}

@media (min-width: 1025px) {
  .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header {
    padding: 38rem 48rem 0;
  }
}

.jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header .rt-list__header-main {
  display: none;
}

.jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header .rt__badge {
  margin-top: 0;
  background: #0e1a2c;
  border: none;
  padding: 4rem 8rem;
}

.jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header .rt__badge .rt__text {
  color: #a0c8f3;
  font-size: 14rem;
}

.jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items {
  margin: 0;
  padding: 12rem 24rem 32rem;
}

@media (min-width: 1025px) {
  .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items {
    padding: 12rem 48rem 38rem;
  }
}

.jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items:last-child {
  border-bottom: 1px solid #0e1a2c;
}

.jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-title {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 32rem;
  line-height: 105%;
  letter-spacing: 0;
  margin-bottom: 12rem;
}

@media (min-width: 768px) {
  .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-title {
    font-size: 34.6rem;
  }
}

@media (min-width: 1025px) {
  .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-title {
    font-size: 44.8rem;
    letter-spacing: -2rem;
  }
}

.jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-icon {
  display: none;
}

@media (min-width: 768px) {
  .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-icon {
    display: inherit;
  }
}

.jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-location .rt__text {
  color: #3e8cff;
  font-size: 12rem;
  line-height: 110%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 400;
}

@media (min-width: 768px) {
  .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-location .rt__text {
    font-size: 14rem;
  }
}

@media (min-width: 1025px) {
  .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-location .rt__text {
    font-size: 14rem;
  }
}

.module-homepage-team {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* z-index: 1; */
}

.module-homepage-team .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module-homepage-team .background picture {
  display: none;
}

.module-homepage-team .background canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.module-homepage-team .container {
  z-index: 1;
}

.module-homepage-team .container .title {
  text-align: right;
  color: #fff;
  padding-bottom: 34rem;
}

@media (min-width: 768px) {
  .module-homepage-team .container .title {
    padding-bottom: 56rem;
  }
}

.module-homepage-team .container .cta-line {
  margin-left: auto;
}

.module-homepage-team .container .cta-line .fs-cta-line {
  color: #fff;
}

.module-homepage-team .container .descriptions {
  display: flex;
  flex-direction: column;
  gap: 40rem;
  margin-top: 206rem;
}

@media (min-width: 768px) {
  .module-homepage-team .container .descriptions {
    margin-top: 170rem;
    flex-direction: row;
    gap: 46rem;
  }

  .module-homepage-team .container .descriptions .puce-description {
    flex: 1;
  }

  .module-homepage-team .container .descriptions .description_right {
    margin-top: 36rem;
    flex: 1;
  }
}

@media (min-width: 1025px) {
  .module-homepage-team .container .descriptions {
    margin-top: 194rem;
  }
}

.module-video {
  min-height: unset;
  margin-top: -28px;
}

.module-video .video-w {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .module-video .video-w {
    border-radius: 32px;
  }
}

@media (min-width: 1700px) {
  .module-video .video-w {
    padding-bottom: unset;
    height: 100vh;
  }
}

.module-video .video-w iframe,
.module-video .video-w .thumbnail-w {
  position: absolute;
  width: 100%;
  height: 100%;
}

.module-video .video-w .thumbnail-w .thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}

.module-video .video-w .thumbnail-w .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-video .video-w .thumbnail-w .indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transform: translate3d(-50%, -50%, 0);
  transition: background 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

@media (min-width: 768px) {
  .module-video .video-w .thumbnail-w .indicator {
    width: 85px;
    height: 85px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-video .video-w .thumbnail-w .indicator:hover {
    background: #ffffff;
  }

  .module-video .video-w .thumbnail-w .indicator:hover .icon {
    color: #0e1a2c;
  }
}

.module-video .video-w .thumbnail-w .indicator .icon {
  transition: color 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.module-video .video-w .thumbnail-w .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16rem;
}

.module-awards {
  position: relative;
  padding: 95rem 0;
}

@media (min-width: 768px) {
  .module-awards {
    padding-top: 237rem;
    padding-bottom: 330rem;
  }
}

@media (min-width: 1440px) {
  .module-awards {
    padding-bottom: 342rem;
  }
}

.module-awards .container .puce-description {
  margin-top: 55rem;
}

@media (min-width: 768px) {
  .module-awards .container .puce-description {
    margin-top: 115rem;
    max-width: 260rem;
  }
}

.module-awards .container .awards {
  margin-top: 57rem;
}

@media (min-width: 768px) {
  .module-awards .container .awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1440px) {
  .module-awards .container .awards {
    margin-top: -18rem;
  }
}

.module-awards .image-link-container {
  height: 100%;
}

@media (min-width: 1025px) {
  .module-awards .image-link-container {
    margin-top: -40rem;
  }
}

@media (min-width: 1440px) {
  .module-awards .image-link-container {
    margin-top: -620rem;
  }
}

.module-awards .image-link-container .image-wrapper {
  position: relative;
  height: 100%;
  margin-left: -24rem;
}

@media (min-width: 768px) {
  .module-awards .image-link-container .image-wrapper {
    width: 500rem;
    height: 719rem;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .module-awards .image-link-container .image-wrapper {
    width: 580rem;
    height: 834rem;
  }
}

@media (min-width: 1440px) {
  .module-awards .image-link-container .image-wrapper {
    margin-left: -48rem;
  }
}

@media (min-width: 1700px) {
  .module-awards .image-link-container .image-wrapper {
    width: 640rem;
    height: 920rem;
  }
}

.module-awards .image-link-container .ratio-image {
  height: 100%;
  margin-top: 97rem;
}

.module-awards .image-link-container .ratio-image:before {
  padding-top: 143.4%;
}

@media (min-width: 768px) {
  .module-awards .image-link-container .ratio-image:before {
    padding-top: 142.5%;
  }
}

.module-awards .image-link-container .awards-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7.5rem 24rem;
  gap: 30%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .module-awards .image-link-container .awards-link {
    position: absolute;
    width: 332rem;
    height: 332rem;
    z-index: 1;
    bottom: -166.5rem;
    right: -178rem;
    flex-direction: column-reverse;
    padding: 48rem 48rem 40rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-awards .image-link-container .awards-link:hover:before {
    transform: translateZ(0);
  }

  .module-awards .image-link-container .awards-link:hover span {
    color: #fff;
  }

  .module-awards .image-link-container .awards-link:hover .icon-arrow-cta-up-right .diagonal,
  .module-awards .image-link-container .awards-link:hover .icon-arrow-cta-up-right:before,
  .module-awards .image-link-container .awards-link:hover .icon-arrow-cta-up-right:after {
    background: #ffffff;
  }
}

.module-awards .image-link-container .awards-link:before {
  position: absolute;
  content: "";
  background: #3e8cff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.module-awards .image-link-container .awards-link .icon-arrow-cta-up-right .diagonal,
.module-awards .image-link-container .awards-link .icon-arrow-cta-up-right:before,
.module-awards .image-link-container .awards-link .icon-arrow-cta-up-right:after {
  transition: background-color 0.4s linear;
}

@media (min-width: 768px) {
  .module-awards .image-link-container .awards-link .icon-arrow-cta-up-right {
    align-self: flex-end;
  }
}

.module-awards .image-link-container .awards-link span {
  position: relative;
  text-align: right;
  transition: color 0.4s linear;
}

@media (min-width: 768px) {
  .module-awards .image-link-container .awards-link span {
    text-align: left;
  }
}

.module-quotes {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .module-quotes {
    min-height: 900px;
  }
}

@media (min-width: 1025px) {
  .module-quotes {
    min-height: 1000px;
  }
}

@media (min-width: 1700px) {
  .module-quotes {
    min-height: 100vh;
  }
}

.module-quotes.radius-quotes {
  border-radius: 20rem;
}

@media (min-width: 768px) {
  .module-quotes.radius-quotes {
    border-radius: 32rem;
  }
}

.module-quotes .quotes-view-first {
  width: 100%;
  height: 100%;
}

.module-quotes .quotes-view-first .container {
  position: relative;
  align-items: end;
  padding-bottom: 154rem;
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-first .container {
    padding-top: 0;
    padding-bottom: 114rem;
  }
}

.module-quotes .quotes-view-first .container .quote-wrapper {
  position: relative;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .module-quotes .quotes-view-first .container .quote-wrapper {
    margin-bottom: 32rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-quotes .quotes-view-first .container .quote-wrapper:hover span.quote {
    color: #3e8cff;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .module-quotes .quotes-view-first .container .quote-wrapper:hover p {
    opacity: 1;
  }
}

.module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content {
  position: relative;
  z-index: 2;
}

.module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span.quote {
  transition: color 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span.celest-blue {
  position: relative;
}

.module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span.celest-blue:first-of-type {
  top: -5rem;
  left: -5rem;
}

.module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span.celest-blue:last-of-type {
  bottom: -5rem;
  right: -5rem;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span.celest-blue:first-of-type {
    top: -10rem;
    left: -10rem;
  }

  .module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span.celest-blue:last-of-type {
    bottom: -10rem;
    right: -10rem;
  }
}

.module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span {
  font-size: 30rem;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span {
    font-size: 40rem;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span {
    font-size: 60rem;
  }
}

@media (min-width: 1700px) {
  .module-quotes .quotes-view-first .container .quote-wrapper .quote-wrapper-content span {
    font-size: 70rem;
  }
}

.module-quotes .quotes-view-first .container .quote-wrapper p {
  position: relative;
  z-index: 2;
  margin-top: 20rem;
  padding-bottom: 30rem;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.module-quotes .quotes-view-first .container .quote-wrapper p.hide {
  opacity: 0;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-first .container .quote-wrapper p {
    margin-top: 46rem;
    opacity: 0;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-first .container .identity-wrapper {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
  }
}

.module-quotes .quotes-view-first .container .identity-wrapper .lastname {
  margin-bottom: 10rem;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-first .container .identity-wrapper .lastname {
    margin-bottom: 8rem;
  }
}

.module-quotes .quotes-view-first .container .identity-wrapper .title {
  margin-bottom: 4rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-quotes .quotes-view-first .container .identity-wrapper .position {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-quotes .quotes-view-first .container .previous-next-button {
  position: absolute;
  z-index: 1;
  bottom: 62rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-first .container .previous-next-button {
    bottom: 12rem;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-first .container .previous-next-button {
    bottom: -124rem;
  }
}

.module-quotes .quotes-view-first .container .quotes-informations-wrapper {
  display: none;
}

.module-quotes .quotes-view-second {
  width: 100%;
  height: 100%;
  padding-bottom: 24rem;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-second {
    padding-bottom: 196rem;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-second {
    padding-bottom: 154rem;
  }
}

.module-quotes .quotes-view-second .embla {
  cursor: grab;
}

.module-quotes .quotes-view-second .embla.is-grabbing,
.module-quotes .quotes-view-second .embla.is-grabbing .embla__container .embla__slide .quote-wrapper {
  cursor: grabbing;
}

.module-quotes .quotes-view-second .embla .embla__container {
  display: flex;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  padding: 40rem 24rem;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide:first-of-type .img-wrapper {
  left: 24rem;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="2"] .img-wrapper {
  top: 10%;
  width: 240rem;
  height: 240rem;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="2"] .img-wrapper .circle {
  left: 15%;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="3"] .img-wrapper {
  top: 5%;
  width: 195rem;
  height: 195rem;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="3"] .img-wrapper .circle {
  left: -25%;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="4"] .img-wrapper {
  top: 45%;
  width: 140rem;
  height: 140rem;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="4"] .img-wrapper .circle {
  left: 45%;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide {
    padding: 40rem 80rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide:first-of-type .img-wrapper {
    left: 72rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="2"] .img-wrapper {
    top: 5%;
    width: 420rem;
    height: 420rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="2"] .img-wrapper .circle {
    left: 25%;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="3"] .img-wrapper {
    top: -35%;
    width: 270rem;
    height: 270rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="3"] .img-wrapper .circle {
    left: 50%;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="4"] .img-wrapper {
    top: -10%;
    width: 390rem;
    height: 390rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="4"] .img-wrapper .circle {
    left: 35%;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide {
    padding: 40rem 0;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide:first-of-type .img-wrapper {
    left: 96rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="2"] .img-wrapper {
    top: 5%;
    width: 480rem;
    height: 480rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="2"] .img-wrapper .circle {
    left: 15%;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="3"] .img-wrapper {
    top: -25%;
    width: 310rem;
    height: 310rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="3"] .img-wrapper .circle {
    left: 50%;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="4"] .img-wrapper {
    top: 5%;
    width: 420rem;
    height: 420rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="4"] .img-wrapper .circle {
    left: 35%;
  }
}

@media (min-width: 1440px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide {
    padding: 40rem 0;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide:first-of-type .img-wrapper {
    left: 240rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="2"] .img-wrapper {
    top: 0;
    width: 580rem;
    height: 580rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="2"] .img-wrapper .circle {
    left: 15%;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="3"] .img-wrapper {
    top: -40%;
    width: 390rem;
    height: 390rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="3"] .img-wrapper .circle {
    left: 50%;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="4"] .img-wrapper {
    top: -10%;
    width: 470rem;
    height: 470rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide[data-index="4"] .img-wrapper .circle {
    left: 35%;
  }
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper {
    gap: 46rem;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper {
    gap: 84rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper:hover .quote-wrapper-content span,
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper:hover .cta-line p {
    color: #3e8cff;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper:hover .cta-line .line {
    background: #3e8cff;
    transform: scale3d(0.8, 1, 1);
  }
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content {
  position: relative;
  z-index: 2;
  max-width: 680rem;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span.quote {
  transition: color 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span.celest-blue {
  position: relative;
  top: 0;
  transition: color 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span.celest-blue:first-of-type {
  left: -5rem;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span.celest-blue:last-of-type {
  right: -5rem;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span.celest-blue:first-of-type {
    left: -10rem;
  }

  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span.celest-blue:last-of-type {
    right: -10rem;
  }
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span {
  font-size: 40rem;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span {
    font-size: 50rem;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span {
    font-size: 40rem;
  }
}

@media (min-width: 1700px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .quote-wrapper .quote-wrapper-content span {
    font-size: 60rem;
  }
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .img-wrapper {
  position: absolute;
  top: -30%;
  left: 24rem;
  width: 160rem;
  height: 160rem;
  aspect-ratio: 1/1;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .img-wrapper {
    top: -60%;
    left: 72rem;
    width: 230rem;
    height: 230rem;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .img-wrapper {
    top: -50%;
    left: 96rem;
    width: 340rem;
    height: 340rem;
  }
}

@media (min-width: 1440px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .img-wrapper {
    top: -45%;
    left: 90rem;
    width: 390rem;
    height: 390rem;
  }
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.module-quotes .quotes-view-second .embla .embla__container .embla__slide .img-wrapper .circle {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 45%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid rgba(160, 200, 243, 0.2);
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .img-wrapper .circle {
    left: 55%;
  }
}

@media (min-width: 1440px) {
  .module-quotes .quotes-view-second .embla .embla__container .embla__slide .img-wrapper .circle {
    left: 75%;
  }
}

.module-quotes .quotes-view-second .identity-wrapper {
  position: relative;
  left: 24rem;
  bottom: 0;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-second .identity-wrapper {
    position: absolute;
    z-index: 5;
    left: 48rem;
    bottom: 168rem;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quotes-view-second .identity-wrapper {
    left: 140rem;
  }
}

.module-quotes .quotes-view-second .identity-wrapper .lastname {
  margin-bottom: 10rem;
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-second .identity-wrapper .lastname {
    margin-bottom: 8rem;
  }
}

.module-quotes .quotes-view-second .identity-wrapper .title {
  margin-bottom: 4rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-quotes .quotes-view-second .identity-wrapper .position {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-quotes .quotes-view-second .previous-next-button {
  margin-top: 24rem;
}

@media (max-width: 767px) {
  .module-quotes .quotes-view-second .previous-next-button .previous-btn {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .module-quotes .quotes-view-second .previous-next-button .next-btn {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .module-quotes .quotes-view-second .previous-next-button {
    position: absolute;
    z-index: 2;
    bottom: 24rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.module-quotes .quote-wrapper-content {
  position: relative;
  text-align: center;
  padding-bottom: 100rem;
  margin-left: auto;
  margin-right: auto;
  width: max(200rem, 100% - 48rem);
}

@media (min-width: 768px) {
  .module-quotes .quote-wrapper-content {
    padding-bottom: 60rem;
    max-width: 80%;
  }
}

@media (min-width: 1025px) {
  .module-quotes .quote-wrapper-content {
    max-width: 1256rem;
    padding-bottom: 20rem;
  }
}

@media (min-width: 1700px) {
  .module-quotes .quote-wrapper-content {
    padding-bottom: 60rem;
  }
}

.module-quotes .quote-wrapper-content span {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  line-height: 100%;
}

.module-quotes .quote-wrapper-content span.quote {
  transition: color 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-quotes .quote-wrapper-content span.celest-blue {
  position: relative;
}

.module-quotes .quote-wrapper-content span.celest-blue:first-of-type {
  top: -5rem;
  left: -5rem;
}

.module-quotes .quote-wrapper-content span.celest-blue:last-of-type {
  bottom: -5rem;
  right: -5rem;
}

@media (min-width: 768px) {
  .module-quotes .quote-wrapper-content span.celest-blue:first-of-type {
    top: -15rem;
    left: -15rem;
  }

  .module-quotes .quote-wrapper-content span.celest-blue:last-of-type {
    bottom: -15rem;
    right: -15rem;
  }
}

.quote-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  z-index: 105;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .quote-overlay {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .quote-overlay.no-picture {
    grid-template-rows: 1fr;
  }

  .quote-overlay.no-picture .img-wrapper {
    display: none;
  }

  .quote-overlay.no-picture .quote-description .quote-description-content {
    padding-top: 105rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .quote-overlay.no-picture {
    grid-template-rows: 1fr;
  }

  .quote-overlay.no-picture .img-wrapper {
    display: none;
  }

  .quote-overlay.no-picture .quote-description .quote-description-content {
    padding-top: 105rem;
  }
}

.quote-overlay .icon-cross {
  position: absolute;
  z-index: 4;
  width: 40rem;
  height: 40rem;
  top: 32rem;
  left: 24rem;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .quote-overlay .icon-cross:hover:before,
  .quote-overlay .icon-cross:hover:after {
    background: #3e8cff;
  }
}

.quote-overlay .img-wrapper {
  position: relative;
  overflow: hidden;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.quote-overlay .img-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-overlay .img-wrapper img.no-src {
  display: none;
}

.quote-overlay .quote-description {
  position: relative;
  overflow: hidden;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

@media (min-width: 1025px) {
  .quote-overlay .quote-description {
    position: relative;
  }
}

.quote-overlay .quote-description .icon-cross {
  position: absolute;
  z-index: 4;
  top: 38rem;
  left: 35rem;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (min-width: 1440px) {
  .quote-overlay .quote-description .icon-cross {
    top: 58rem;
    left: 55rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .quote-overlay .quote-description .icon-cross:hover:before,
  .quote-overlay .quote-description .icon-cross:hover:after {
    background: #3e8cff;
  }
}

.quote-overlay .quote-description .quote-description-content {
  height: 100%;
  overflow-y: auto;
  padding: 48rem 22rem 48rem 24rem;
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
}

@media (min-width: 768px) {
  .quote-overlay .quote-description .quote-description-content {
    padding: 72rem 52rem;
  }
}

@media (min-width: 1025px) {
  .quote-overlay .quote-description .quote-description-content {
    padding: 112rem;
  }
}

@media (min-width: 1440px) {
  .quote-overlay .quote-description .quote-description-content {
    padding: 202rem;
  }
}

.quote-overlay .quote-description .quote-description-content::-webkit-scrollbar {
  width: 8rem;
}

.quote-overlay .quote-description .quote-description-content::-webkit-scrollbar-thumb {
  background: #a0c8f3;
}

@media (hover: hover) and (pointer: fine) {
  .quote-overlay .quote-description .quote-description-content::-webkit-scrollbar-thumb:hover {
    background: #3e8cff;
  }
}

.quote-overlay .quote-description .quote-description-content::-webkit-scrollbar-track {
  background: transparent;
}

.quote-overlay .quote-description .quote-description-content {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
}

.quote-overlay .quote-description .quote-description-content span.celest-blue {
  line-height: 0;
}

.quote-overlay .quote-description .quote-description-content p {
  white-space: pre-wrap;
}

.module-join-us {
  padding: 96rem 0;
}

@media (min-width: 768px) {
  .module-join-us {
    padding: 160rem 0;
  }
}

@media (min-width: 1440px) {
  .module-join-us.align-left .content-container {
    flex-direction: row-reverse;
  }
}

.module-join-us.align-left .content-container .infos h2 {
  text-align: right;
}

@media (min-width: 768px) {
  .module-join-us.align-left .content-container .infos .description-wrapper {
    padding-left: 100rem;
    justify-content: flex-end;
  }
}

@media (min-width: 1440px) {
  .module-join-us.align-left .content-container .infos .description-wrapper {
    padding-left: 120rem;
  }
}

@media (min-width: 1700px) {
  .module-join-us.align-left .content-container .infos .description-wrapper {
    padding-left: 165rem;
  }
}

@media (min-width: 768px) {
  .module-join-us.align-left .content-container .infos .offers {
    padding-left: 100rem;
  }
}

@media (min-width: 1440px) {
  .module-join-us.align-left .content-container .infos .offers {
    padding-left: 180rem;
  }
}

@media (min-width: 1700px) {
  .module-join-us.align-left .content-container .infos .offers {
    padding-left: 90rem;
  }
}

@media (min-width: 768px) {
  .module-join-us.align-left .content-container .image-link-wrapper .image-wrapper {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .module-join-us.align-left .content-container .image-link-wrapper .offers-link {
    right: -178rem;
  }
}

@media (min-width: 1440px) {
  .module-join-us.align-left .content-container .image-link-wrapper .offers-link {
    right: -100rem;
  }
}

@media (min-width: 1700px) {
  .module-join-us.align-left .content-container .image-link-wrapper .offers-link {
    right: -178rem;
  }
}

@media (min-width: 1440px) {
  .module-join-us.align-right .content-container {
    flex-direction: row;
  }
}

.module-join-us.align-right .content-container .infos h2 {
  text-align: left;
}

@media (min-width: 768px) {
  .module-join-us.align-right .content-container .infos .offers {
    padding-right: 100rem;
  }
}

@media (min-width: 1440px) {
  .module-join-us.align-right .content-container .infos .offers {
    padding-right: 130rem;
  }
}

@media (min-width: 1700px) {
  .module-join-us.align-right .content-container .infos .offers {
    padding-right: 60rem;
  }
}

@media (min-width: 768px) {
  .module-join-us.align-right .content-container .image-link-wrapper {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .module-join-us.align-right .content-container .image-link-wrapper .offers-link {
    left: -178rem;
  }
}

@media (min-width: 1440px) {
  .module-join-us.align-right .content-container .image-link-wrapper .offers-link {
    left: -100rem;
  }
}

@media (min-width: 1700px) {
  .module-join-us.align-right .content-container .image-link-wrapper .offers-link {
    left: -178rem;
  }
}

.module-join-us .content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 72rem;
}

@media (min-width: 768px) {
  .module-join-us .content-container {
    gap: 97rem;
  }
}

@media (min-width: 1440px) {
  .module-join-us .content-container {
    gap: 0;
  }
}

@media (min-width: 1440px) {
  .module-join-us .content-container .infos h2 {
    max-width: 1035rem;
    margin-bottom: 167rem;
    margin-left: auto;
  }
}

.module-join-us .content-container .infos .description-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 56rem;
  gap: 32rem;
}

@media (min-width: 768px) {
  .module-join-us .content-container .infos .description-wrapper {
    flex-direction: row;
    margin-top: 80rem;
    gap: 65rem;
  }
}

@media (min-width: 1440px) {
  .module-join-us .content-container .infos .description-wrapper {
    margin-top: 100rem;
    gap: 30rem;
  }
}

@media (min-width: 1700px) {
  .module-join-us .content-container .infos .description-wrapper {
    margin-top: 160rem;
    gap: 85rem;
  }
}

@media (min-width: 768px) {
  .module-join-us .content-container .infos .description-wrapper .puce-description {
    max-width: 260rem;
  }
}

.module-join-us .content-container .infos .offers {
  margin-top: 72rem;
  margin-left: auto;
}

@media (min-width: 768px) {
  .module-join-us .content-container .infos .offers {
    margin-top: 96rem;
  }
}

@media (min-width: 1025px) {
  .module-join-us .content-container .infos .offers {
    margin-top: 124rem;
  }
}

@media (min-width: 1440px) {
  .module-join-us .content-container .infos .offers {
    max-width: 746rem;
    margin-top: 166rem;
  }
}

.module-join-us .content-container .infos .offers .offer {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16rem;
  padding: 32rem 24rem;
  border-bottom: 1px solid #0e1a2c;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .module-join-us .content-container .infos .offers .offer:hover:before {
    transform: translateZ(0);
  }

  .module-join-us .content-container .infos .offers .offer:hover .offer-description h4,
  .module-join-us .content-container .infos .offers .offer:hover .offer-description p {
    color: #fff;
    transition: color 0.1s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .module-join-us .content-container .infos .offers .offer:hover .offer-description .offer-tags .separator {
    background: #ffffff;
  }

  .module-join-us .content-container .infos .offers .offer:hover .icon-arrow-cta-up-left .diagonal,
  .module-join-us .content-container .infos .offers .offer:hover .icon-arrow-cta-up-left:before,
  .module-join-us .content-container .infos .offers .offer:hover .icon-arrow-cta-up-left:after,
  .module-join-us .content-container .infos .offers .offer:hover .icon-arrow-cta-up-right .diagonal,
  .module-join-us .content-container .infos .offers .offer:hover .icon-arrow-cta-up-right:before,
  .module-join-us .content-container .infos .offers .offer:hover .icon-arrow-cta-up-right:after {
    background: #ffffff;
    transition: background 0.6s 0.2s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  }
}

@media (min-width: 1025px) {
  .module-join-us .content-container .infos .offers .offer {
    padding: 58rem 48rem;
  }
}

.module-join-us .content-container .infos .offers .offer:first-of-type {
  border-top: 1px solid #0e1a2c;
}

.module-join-us .content-container .infos .offers .offer:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e8cff;
  transform: translate3d(-101%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.module-join-us .content-container .infos .offers .offer .offer-description {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.module-join-us .content-container .infos .offers .offer .offer-description h4,
.module-join-us .content-container .infos .offers .offer .offer-description p {
  transition: color 0.8s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.module-join-us .content-container .infos .offers .offer .offer-description .offer-tags {
  display: flex;
  align-items: center;
  gap: 10rem;
}

.module-join-us .content-container .infos .offers .offer .offer-description .offer-tags .separator {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #3e8cff;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-join-us .content-container .infos .offers .offer .icon-arrow-cta-up-left .diagonal,
.module-join-us .content-container .infos .offers .offer .icon-arrow-cta-up-left:before,
.module-join-us .content-container .infos .offers .offer .icon-arrow-cta-up-left:after,
.module-join-us .content-container .infos .offers .offer .icon-arrow-cta-up-right .diagonal,
.module-join-us .content-container .infos .offers .offer .icon-arrow-cta-up-right:before,
.module-join-us .content-container .infos .offers .offer .icon-arrow-cta-up-right:after {
  transition: background 0.6s 0.1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.module-join-us .content-container .image-link-wrapper {
  margin-left: -24rem;
  margin-right: -24rem;
}

@media (min-width: 768px) {
  .module-join-us .content-container .image-link-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1440px) {
  .module-join-us .content-container .image-link-wrapper {
    margin-top: 86rem;
    margin-left: -48rem;
    margin-right: -48rem;
  }
}

.module-join-us .content-container .image-link-wrapper .image-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .module-join-us .content-container .image-link-wrapper .image-wrapper {
    width: 500rem;
  }
}

@media (min-width: 1025px) {
  .module-join-us .content-container .image-link-wrapper .image-wrapper {
    width: 580rem;
  }
}

@media (min-width: 1700px) {
  .module-join-us .content-container .image-link-wrapper .image-wrapper {
    width: 640rem;
  }
}

.module-join-us .content-container .image-link-wrapper .image-wrapper .ratio-image {
  overflow: hidden;
}

.module-join-us .content-container .image-link-wrapper .image-wrapper .ratio-image:before {
  padding-top: 143.4%;
}

@media (min-width: 768px) {
  .module-join-us .content-container .image-link-wrapper .image-wrapper .ratio-image:before {
    padding-top: 142.5%;
  }
}

.module-join-us .content-container .image-link-wrapper .offers-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7.5rem 24rem;
  gap: 30%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .module-join-us .content-container .image-link-wrapper .offers-link {
    position: absolute;
    width: 332rem;
    height: 332rem;
    z-index: 1;
    bottom: -166.5rem;
    flex-direction: column-reverse;
    padding: 48rem 48rem 40rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-join-us .content-container .image-link-wrapper .offers-link:hover:before {
    transform: translateZ(0);
  }

  .module-join-us .content-container .image-link-wrapper .offers-link:hover span {
    color: #fff;
  }

  .module-join-us .content-container .image-link-wrapper .offers-link:hover .icon-arrow-cta-up-left .diagonal,
  .module-join-us .content-container .image-link-wrapper .offers-link:hover .icon-arrow-cta-up-left:before,
  .module-join-us .content-container .image-link-wrapper .offers-link:hover .icon-arrow-cta-up-left:after,
  .module-join-us .content-container .image-link-wrapper .offers-link:hover .icon-arrow-cta-up-right .diagonal,
  .module-join-us .content-container .image-link-wrapper .offers-link:hover .icon-arrow-cta-up-right:before,
  .module-join-us .content-container .image-link-wrapper .offers-link:hover .icon-arrow-cta-up-right:after {
    background: #ffffff;
  }
}

.module-join-us .content-container .image-link-wrapper .offers-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e8cff;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768px) {

  .module-join-us .content-container .image-link-wrapper .offers-link .icon-arrow-cta-up-left,
  .module-join-us .content-container .image-link-wrapper .offers-link .icon-arrow-cta-up-right {
    align-self: flex-end;
  }
}

.module-join-us .content-container .image-link-wrapper .offers-link span {
  position: relative;
  text-align: right;
  transition: color 0.4s linear;
}

@media (min-width: 768px) {
  .module-join-us .content-container .image-link-wrapper .offers-link span {
    text-align: left;
  }
}

.module-pillars {
  position: relative;
  margin-top: -4px;
}

.module-pillars.bg-gradient {
  background: linear-gradient(180deg,
      rgb(14, 26, 44) 0%,
      rgba(255, 255, 255, 0) 40%);
}

.module-pillars:after {
  content: "";
  position: absolute;
  top: -1%;
  left: 0;
  right: 0;
  bottom: -1%;
  width: 101%;
  height: 101%;
  z-index: 0;
  background: radial-gradient(circle,
      rgba(14, 26, 44, 0) 0%,
      rgb(14, 26, 44) 85%);
}

@media (min-width: 1025px) {
  .module-pillars:after {
    background: radial-gradient(50% 50% at 50% 50%,
        rgba(14, 26, 44, 0) 0%,
        rgba(14, 26, 44, 0.7) 61.98%,
        #0e1a2c 100%),
      radial-gradient(50% 50% at 50% 50%,
        rgba(14, 26, 44, 0) 47.4%,
        #0e1a2c 94.19%);
  }
}

.module-pillars .background-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--vh) * 300 + 2px);
  overflow: hidden;
}

.module-pillars .background-top .mask-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: -25%;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.module-pillars .background-top canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}

.module-pillars .pillars-container {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.module-pillars .pillars-container .container {
  position: relative;
  z-index: 1;
}

.module-pillars .pillars-container .container .icon-cross {
  position: absolute;
  top: 0;
  left: 0;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .module-pillars .pillars-container .container .icon-cross {
    top: 8rem;
  }
}

.module-pillars .pillars-container .container .icon-cross.active {
  pointer-events: all;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .module-pillars .pillars-container .container .icon-cross.active:hover:before,
  .module-pillars .pillars-container .container .icon-cross.active:hover:after {
    background: #3e8cff;
  }
}

.module-pillars .pillars-container .container .icon-cross.active:before,
.module-pillars .pillars-container .container .icon-cross.active:after {
  background: #ffffff;
}

.module-pillars .pillars-container .pillars-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;
}

.module-pillars .pillars-container .pillars-wrapper .pillar {
  text-align: left;
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (min-width: 1440px) {
  .module-pillars .pillars-container .pillars-wrapper .pillar.hover .btn-text {
    color: #3e8cff;
    opacity: 1;
  }

  .module-pillars .pillars-container .pillars-wrapper .pillar.active {
    transform: translate3d(-100rem, 0, 0);
  }

  .module-pillars .pillars-container .pillars-wrapper .pillar.active .btn-text {
    color: #3e8cff;
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-pillars .pillars-container .pillars-wrapper .pillar:hover:not(.not-active) .btn-text {
    color: #3e8cff;
  }
}

.module-pillars .pillars-container .pillars-wrapper .pillar .btn-text {
  pointer-events: none;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 767px) {
  .module-pillars .pillars-container .pillars-wrapper .pillar .btn-text {
    font-size: 32rem;
  }
}

.module-pillars .pillars-container .pillar-informations {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.module-pillars .pillars-container .pillar-informations.active {
  pointer-events: all;
}

@media (min-width: 1440px) {
  .module-pillars .pillars-container .pillar-informations {
    max-width: 540rem;
  }
}

.module-pillars .pillars-container .pillar-informations .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module-pillars .pillars-container .pillar-informations .img-wrapper .full-overlay-blue {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(7, 16, 31, 0.35),
      rgba(7, 16, 31, 0.5));
  pointer-events: none;
}

@media (min-width: 1025px) {
  .module-pillars .pillars-container .pillar-informations .img-wrapper .full-overlay-blue {
    display: none;
  }
}

.module-pillars .pillars-container .pillar-informations .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-pillars .pillars-container .pillar-informations .img-wrapper .bottom {
  position: absolute;
  z-index: 1;
  bottom: 24rem;
  left: 24rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24rem;
}

@media (min-width: 768px) {
  .module-pillars .pillars-container .pillar-informations .img-wrapper .bottom {
    gap: 42rem;
    left: 42rem;
  }
}

@media (min-width: 1025px) {
  .module-pillars .pillars-container .pillar-informations .img-wrapper .bottom {
    gap: 56rem;
    left: 56rem;
  }
}

.module-pillars .pillars-container .pillar-informations .img-wrapper .bottom .icon-cross {
  margin-top: 8rem;
  transform: rotate(45deg);
  cursor: pointer;
}

.module-pillars .pillars-container .pillar-informations .pillar-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24rem;
  width: 100%;
  height: 100%;
  overflow-y: overlay;
  background: #3e8cff;
  transition: background 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

.module-pillars .pillars-container .pillar-informations .pillar-description::-webkit-scrollbar {
  background: #e8ebf1;
  width: 10rem;
}

.module-pillars .pillars-container .pillar-informations .pillar-description::-webkit-scrollbar-thumb {
  padding-right: 22rem;
  background-clip: padding-box;
  background: #a0c8f3;
}

@media (hover: hover) and (pointer: fine) {
  .module-pillars .pillars-container .pillar-informations .pillar-description::-webkit-scrollbar-thumb:hover {
    background: #0e1a2c;
  }
}

.module-pillars .pillars-container .pillar-informations .pillar-description {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

@media (min-width: 768px) {
  .module-pillars .pillars-container .pillar-informations .pillar-description {
    padding: 42rem;
  }
}

@media (min-width: 1025px) {
  .module-pillars .pillars-container .pillar-informations .pillar-description {
    padding: 56rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-pillars .pillars-container .pillar-informations .pillar-description:hover {
    background: #ffffff;
  }

  .module-pillars .pillars-container .pillar-informations .pillar-description:hover .text-description {
    color: #3e8cff;
  }

  .module-pillars .pillars-container .pillar-informations .pillar-description:hover i {
    color: #3e8cff;
    transform: translate3d(5rem, 5rem, 0);
  }
}

.module-pillars .pillars-container .pillar-informations .pillar-description .text-description {
  max-width: 80%;
  transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.module-pillars .pillars-container .pillar-informations .pillar-description i {
  font-size: 40rem;
  margin-left: auto;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s,
    color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

@media (min-width: 768px) {
  .module-pillars .pillars-container .pillar-informations .pillar-description i {
    font-size: 48rem;
  }
}

@media (min-width: 1025px) {
  .module-pillars .pillars-container .pillar-informations .pillar-description i {
    font-size: 56rem;
  }
}

.module-pillars .bg-images-w {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
}

.module-pillars .bg-images-w:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1%;
  width: 101%;
  height: 2vh;
  z-index: 0;
  display: none;
}

@media (min-width: 1025px) {
  .module-pillars .bg-images-w:after {
    display: block;
    background: rgb(14, 26, 44);
  }
}

.module-pillars .bg-images {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}

.module-pillars .bg-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  display: none;
}

.module-pillars .puce-description {
  position: relative;
  margin-top: -144rem;
  padding-left: 24rem;
  z-index: 1;
}

@media (min-width: 1025px) {
  .module-pillars .puce-description {
    padding-left: 0;
    position: absolute;
    bottom: 10%;
    transform: translate3d(0, -10%, 0);
    left: 48rem;
  }
}

.module-our-team {
  padding-bottom: 50rem;
}

@media (min-width: 1025px) {
  .module-our-team {
    padding-bottom: 235rem;
  }
}

@media (min-width: 1440px) {
  .module-our-team {
    padding-bottom: 190rem;
  }
}

@media (min-width: 1025px) {
  .module-our-team {
    display: flex;
    align-items: center;
  }
}

.module-our-team .title {
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) {
  .module-our-team .title {
    text-align: right;
  }
}

.module-our-team .puce-description {
  position: relative;
  z-index: 1;
  margin-top: 54rem;
}

@media (min-width: 1025px) {
  .module-our-team .puce-description {
    margin-top: 128rem;
  }
}

@media (min-width: 1440px) {
  .module-our-team .puce-description {
    margin-top: 206rem;
  }
}

.module-our-team .cta-line {
  position: relative;
  z-index: 1;
  margin-top: 33rem;
}

@media (min-width: 1025px) {
  .module-our-team .cta-line {
    margin-top: 42rem;
  }
}

@media (min-width: 1440px) {
  .module-our-team .cta-line {
    margin-top: 75rem;
  }
}

.module-our-team .cta-line .line {
  width: 100rem;
}

@media (min-width: 1440px) {
  .module-our-team .cta-line .line {
    width: 130rem;
  }
}

.module-our-team .background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: radial-gradient(circle,
      rgba(134, 160, 255, 0.1),
      rgba(255, 255, 255, 0) 30%);
  opacity: 0;
}

@media (min-width: 768px) {
  .module-our-team .background-overlay {
    opacity: 1;
    left: -50%;
  }
}

.module-our-team .slider {
  width: 100%;
}

@media (min-width: 1025px) {
  .module-our-team .slider {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-mask: linear-gradient(90deg,
        #0e1a2c 22%,
        rgba(14, 26, 44, 0.4) 40%,
        rgba(14, 26, 44, 0) 58%);
  }
}

@media (min-width: 1440px) {
  .module-our-team .slider {
    -webkit-mask: linear-gradient(-90deg,
        rgba(14, 26, 44, 0) 30%,
        rgba(14, 26, 44, 0.1) 40%,
        #0e1a2c 60%);
  }
}

.module-our-team .slider .embla {
  cursor: grab;
  margin-top: 60rem;
  padding-left: 42rem;
  padding-right: 42rem;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .module-our-team .slider .embla {
    margin-bottom: 40rem;
    padding-left: 97rem;
    padding-right: 580rem;
  }
}

@media (min-width: 1025px) {
  .module-our-team .slider .embla {
    margin-top: 0;
    padding-left: 71rem;
    padding-right: 210rem;
  }
}

@media (min-width: 1440px) {
  .module-our-team .slider .embla {
    padding-right: 360rem;
  }
}

.module-our-team .slider .embla.is-grabbing {
  cursor: grabbing;
}

.module-our-team .slider .embla .embla__container {
  display: flex;
}

.module-our-team .slider .embla .embla__container .embla__slide {
  padding: 40rem 0;
  margin-right: 42rem;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .module-our-team .slider .embla .embla__container .embla__slide {
    margin-right: 71rem;
  }
}

.module-our-team .slider .embla .embla__container .embla__slide:first-of-type {
  margin-left: 0;
}

.module-our-team .slider .embla .embla__container .embla__slide:last-of-type {
  margin-right: 0;
}

@media (min-width: 1440px) {
  .module-our-team .slider .embla .embla__container .embla__slide:last-of-type {
    margin-right: 340rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-our-team .slider .embla .embla__container .embla__slide:hover .img-wrapper .img-wrapper-content:before {
    opacity: 1;
  }

  .module-our-team .slider .embla .embla__container .embla__slide:hover .partner-information p {
    /* color: #3e8cff; */
    color: var(--yellow-500);
  }
}

.module-our-team .slider .embla .embla__container .embla__slide:nth-child(even) .img-wrapper .circle {
  display: none;
}

.module-our-team .slider .embla .embla__container .embla__slide .img-wrapper {
  display: block;
  position: relative;
  z-index: 2;
  width: 240rem;
  height: 240rem;
  border-radius: 50%;
}

@media (min-width: 1025px) {
  .module-our-team .slider .embla .embla__container .embla__slide .img-wrapper {
    width: 300rem;
    height: 300rem;
  }
}

@media (min-width: 1440px) {
  .module-our-team .slider .embla .embla__container .embla__slide .img-wrapper {
    width: 360rem;
    height: 360rem;
  }
}

.module-our-team .slider .embla .embla__container .embla__slide .img-wrapper a {
  display: none;
}

.module-our-team .slider .embla .embla__container .embla__slide .img-wrapper .circle {
  position: absolute;
  z-index: 0;
  top: -10%;
  left: -30%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid rgba(160, 200, 243, 0.2);
}

.module-our-team .slider .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: auto;
  overflow: hidden;
  cursor: pointer;
}

.module-our-team .slider .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  border-radius: 50%;
  /* border: 3px solid #3e8cff; */
  border: 3px solid var(--yellow-500);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-our-team .slider .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-our-team .slider .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content .default {
  position: relative;
  width: 100%;
  height: 100%;
  background: #07101f;
}

.module-our-team .slider .embla .embla__container .embla__slide .partner-information {
  margin-top: 32rem;
}

@media (min-width: 1025px) {
  .module-our-team .slider .embla .embla__container .embla__slide .partner-information {
    margin-top: 40rem;
    padding-left: 25rem;
  }
}

@media (min-width: 1700px) {
  .module-our-team .slider .embla .embla__container .embla__slide .partner-information {
    margin-top: 70rem;
  }
}

.module-our-team .slider .embla .embla__container .embla__slide .partner-information p {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-our-team .slider .embla .embla__container .embla__slide .partner-information p.white {
  margin-bottom: 8rem;
}

.module-our-team .slider .embla .embla__container .embla__slide .partner-information p.celest-blue:not(:first-of-type) {
  margin-top: 2rem;
  text-align: left;
}

.module-our-team .previous-next-button {
  justify-content: center;
}

@media (min-width: 1025px) {
  .module-our-team .previous-next-button {
    position: absolute;
    z-index: 2;
    bottom: 42rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.module-timeline {
  position: relative;
  overflow: hidden;
}

.module-timeline .wrapper {
  position: relative;
  cursor: grab;
  height: 90vh;
}

.module-timeline .wrapper .background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: radial-gradient(circle,
      rgba(134, 160, 255, 0.1),
      rgba(255, 255, 255, 0) 50%);
}

@media (min-width: 1025px) {
  .module-timeline .wrapper .background-overlay {
    left: 30%;
  }
}

.module-timeline .wrapper .year-w {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.module-timeline .wrapper .year-w .year {
  font-family: Libre Caslon Display;
  font-weight: 400;
  font-size: 158rem;
  height: 158rem;
  line-height: 100%;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 2s linear;
  white-space: nowrap;
  text-align: center;
}

@media (min-width: 1025px) {
  .module-timeline .wrapper .year-w .year {
    padding: 0 50px;
  }
}

.module-timeline .wrapper .year-w .year .number {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
  letter-spacing: -0.05em;
  max-width: 25%;
}

@media (min-width: 1025px) {
  .module-timeline .wrapper .year-w .year {
    font-size: 400rem;
    height: 400rem;
  }
}

.module-timeline .wrapper .year-w .year.disabled {
  opacity: 0.3;
}

.module-timeline .wrapper .slideshow {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: center;
}

.module-timeline .wrapper .slideshow.hold {
  transform: scale(0.9);
}

.module-timeline .wrapper .slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.module-timeline .wrapper .slideshow .slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 28vh;
  height: 20vh;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .module-timeline .wrapper .slideshow .slide .image {
    width: 43vh;
    height: 30vh;
    top: 0;
  }
}

.module-timeline .wrapper .slideshow .slide .image img {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  width: 100%;
  object-fit: cover;
}

.module-timeline .wrapper .slideshow .slide .description {
  position: absolute;
  bottom: 25vh;
  width: 250px;
}

@media (min-width: 1025px) {
  .module-timeline .wrapper .slideshow .slide .description {
    width: 300px;
    left: -50rem;
    bottom: 20vh;
  }
}

.module-timeline .wrapper .slideshow .slide .description .plus-icon {
  position: absolute;
  left: -41px;
}

.module-timeline .wrapper .slideshow .slide:nth-child(2n + 1) {
  z-index: 3;
}

.module-timeline .wrapper .slideshow .slide:nth-child(2n) .image {
  top: unset;
  bottom: 12vh;
}

.module-timeline .wrapper .slideshow .slide:nth-child(2n) .description {
  top: 0vh;
}

@media (min-width: 1025px) {
  .module-timeline .wrapper .slideshow .slide:nth-child(2n) .description {
    top: 5vh;
  }
}

.module-timeline .wrapper .years-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vh;
  z-index: 1;
  cursor: pointer;
  align-items: center;
  height: 50px;
}

.module-timeline .wrapper .years-bottom .back-past {
  width: 150px;
}

.module-timeline .wrapper .years-bottom .years-w-w {
  overflow: hidden;
  position: relative;
}

.module-timeline .wrapper .years-bottom .years-w {
  display: flex;
  gap: 24rem;
}

@media (min-width: 1025px) {
  .module-timeline .wrapper .years-bottom .years-w {
    gap: 103rem;
  }
}

.module-timeline .wrapper .years-bottom .years-w .single-year {
  transition: opacity 0.3s linear;
}

.module-timeline .wrapper .years-bottom .years-w .single-year.disabled {
  opacity: 0.3;
}

.module-timeline .wrapper .years-bottom .years-w .single-year.disabled:hover {
  opacity: 0.8;
}

.module-timeline .wrapper .controls {
  display: none;
}

@media (min-width: 1025px) {
  .module-timeline .wrapper .controls {
    display: block;
    position: absolute;
    left: 0;
    top: calc(50vh - 35rem);
  }

  .module-timeline .wrapper .controls .previous-next-button {
    width: 100vw;
  }

  .module-timeline .wrapper .controls .previous-btn {
    position: absolute;
    top: 0;
    left: 52px;
    cursor: pointer;
    z-index: 2;
  }

  .module-timeline .wrapper .controls .previous-btn.disabled {
    cursor: default;
    opacity: 0;
  }

  .module-timeline .wrapper .controls .next-btn {
    position: absolute;
    top: 0;
    right: 52px;
    cursor: pointer;
    z-index: 2;
  }

  .module-timeline .wrapper .controls .next-btn.disabled {
    cursor: default;
    opacity: 0;
  }
}

.module-accordion {
  padding-top: 62rem;
  padding-bottom: 62rem;
}

@media (min-width: 768px) {
  .module-accordion {
    padding-top: 123rem;
    padding-bottom: 123rem;
  }
}

.module-accordion h2 {
  margin-bottom: 54rem;
}

.module-accordion .puce-description {
  margin-bottom: 72rem;
}

@media (max-width: 767px) {
  .module-accordion .puce-description {
    max-width: 212rem;
  }
}

@media (min-width: 1440px) {
  .module-accordion .puce-description {
    padding-top: 300rem;
  }
}

.module-our-values {
  display: flex;
  padding-top: 15vh;
  justify-content: center;
  overflow: hidden;
  height: 750rem;
}

@media (min-width: 768px) {
  .module-our-values {
    padding-top: 8vh;
    height: auto;
  }
}

@media (min-width: 1025px) {
  .module-our-values {
    align-items: center;
    padding-top: 0;
  }
}

.module-our-values .main-container {
  z-index: 1;
}

.module-our-values .main-container .our-values-title {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-our-values .main-container .our-values-text,
.module-our-values .main-container .puce {
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-our-values .main-container.preopen .our-values-title,
.module-our-values .main-container.preopen .our-values-text,
.module-our-values .main-container.preopen .puce {
  transform: translate3d(0, -30vh, 0);
}

.module-our-values .main-container.preopen .values-w {
  transform: translate3d(-23%, -18vh, 0) scale(1.1);
}

@media (min-width: 1025px) {

  .module-our-values .main-container.preopen .our-values-title,
  .module-our-values .main-container.preopen .our-values-text,
  .module-our-values .main-container.preopen .puce,
  .module-our-values .main-container.preopen .values-w {
    transform: translateZ(0);
  }
}

.module-our-values .img {
  background-position: center;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  z-index: 0;
  visibility: hidden;
}

.module-our-values .img.visible {
  visibility: visible;
}

.module-our-values .img-crop {
  transform-origin: 40vw 60vh;
  clip-path: circle(calc(26vw - 0.2%) at 72vw 66vh);
  opacity: 0;
  z-index: 3;
  transition: opacity 1s linear;
}

.module-our-values .img-crop[data-index-values="0"].visible {
  opacity: 1;
}

@media (min-width: 768px) {
  .module-our-values .img-crop {
    clip-path: circle(calc(14.5vw - 0.2%) at 57.5vw 66.5vh);
  }
}

@media (min-width: 1025px) {
  .module-our-values .img-crop {
    clip-path: circle(calc(10.5vw - 0.2%) at 40vw 55vh);
  }
}

.module-our-values .img-bg {
  transition: opacity 1s linear;
  -webkit-mask: radial-gradient(50% 50% at 50% 80%,
      rgba(36, 57, 89, 0.4) 10%,
      rgba(36, 57, 89, 0) 100%);
}

.module-our-values .img-bg[data-index-values="0"].visible {
  opacity: 1;
}

@media (min-width: 1025px) {
  .module-our-values .img-bg {
    -webkit-mask: radial-gradient(50% 50% at 50% 50%,
        rgba(36, 57, 89, 0.4) 10%,
        rgba(36, 57, 89, 0) 100%);
  }
}

.module-our-values .our-values-title {
  text-align: left;
}

@media (min-width: 1025px) {
  .module-our-values .our-values-title {
    text-align: right;
  }
}

.module-our-values .puce {
  margin-top: 54rem;
}

@media (min-width: 1440px) {
  .module-our-values .puce {
    margin-top: 117rem;
  }
}

.module-our-values .our-values-text {
  margin-top: 24rem;
}

.module-our-values .values-w {
  position: absolute;
  margin: 0;
  top: 100rem;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (min-width: 768px) {
  .module-our-values .values-w {
    top: 0;
  }
}

@media (min-width: 1025px) {
  .module-our-values .values-w.content-open {
    transform: translate3d(-10%, 0, 0) scale(1.1);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .module-our-values .values-w.content-open .circle-anim {
    transition: stroke-dasharray 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  }
}

.module-our-values .values-w .circles-w {
  width: 52vw;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 3;
  transition: top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .module-our-values .values-w .circles-w {
    width: 29vw;
  }
}

@media (min-width: 1025px) {
  .module-our-values .values-w .circles-w {
    width: 21vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-our-values .values-w .circles-w:hover .values-svg .values-circle.circle-anim {
    stroke-dasharray: 3500, 4000;
    transform: rotate(200deg);
  }

  .module-our-values .values-w .circles-w:hover .values-svg .circle-text {
    fill: #3e8cff;
  }

  .module-our-values .values-w .circles-w:hover[data-index-values="0"] .circle-anim {
    stroke-dasharray: 4000, 4000;
    transform: rotate(120deg);
  }

  .module-our-values .values-w .circles-w:hover[data-index-values="0"] .circle-text {
    fill: #fff;
  }
}

.module-our-values .values-w .circles-w[data-index-values="0"] {
  left: 46vw;
  top: calc(66vh - 26vw);
  z-index: 4;
}

.module-our-values .values-w .circles-w[data-index-values="0"] .circle-anim {
  transition: stroke-dasharray 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (min-width: 768px) {
  .module-our-values .values-w .circles-w[data-index-values="0"] {
    left: 43vw;
    top: calc(66.5vh - 14.5vw);
  }
}

@media (min-width: 1025px) {
  .module-our-values .values-w .circles-w[data-index-values="0"] {
    top: calc(55vh - 10.5vw);
    left: 29.5vw;
  }
}

.module-our-values .values-w .circles-w[data-index-values="1"] {
  top: calc(66vh - 48.5vw);
  left: 9vw;
}

@media (min-width: 768px) {
  .module-our-values .values-w .circles-w[data-index-values="1"] {
    top: calc(66.5vh - 28.5vw);
    left: 22.5vw;
  }
}

@media (min-width: 1025px) {
  .module-our-values .values-w .circles-w[data-index-values="1"] {
    left: 14.8vw;
    top: calc(55vh - 19.4vw);
  }
}

.module-our-values .values-w .circles-w[data-index-values="2"] {
  top: calc(66vh - 5vw);
  left: 6.5vw;
}

@media (min-width: 768px) {
  .module-our-values .values-w .circles-w[data-index-values="2"] {
    top: calc(66.5vh - 2.5vw);
    left: 21vw;
  }
}

@media (min-width: 1025px) {
  .module-our-values .values-w .circles-w[data-index-values="2"] {
    left: 14.5vw;
    top: calc(55vh + 9.3vw - 10.5vw);
  }
}

.module-our-values .values-w .circles-w .values-svg {
  position: absolute;
  cursor: pointer;
}

.module-our-values .values-w .circles-w .values-svg .values-circle {
  stroke-width: 6px;
  stroke: #a0c8f3;
  stroke-opacity: 0.2;
  stroke-dasharray: 4000, 4000;
  transform: rotate(90, 100, 100);
  fill: none;
}

.module-our-values .values-w .circles-w .values-svg .values-circle.circle-anim {
  stroke-width: 8px;
  stroke: #3e8cff;
  stroke-opacity: 1;
  transform-origin: center;
  stroke-dasharray: 0, 4000;
  transition: stroke-dasharray 2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: rotate(90);
}

.module-our-values .values-w .circles-w .values-svg .circle-text {
  fill: #fff;
  transition: fill 2s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 17vw;
  text-anchor: middle;
  transform: translateZ(0);
}

@media (min-width: 768px) {
  .module-our-values .values-w .circles-w .values-svg .circle-text {
    font-size: 100rem;
  }
}

.value-content-w {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  pointer-events: none;
}

.value-content-w.active {
  pointer-events: auto;
}

.value-content-w .background {
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: calc(100% + 50rem);
  width: 100%;
  z-index: 101;
  border-radius: 25rem;
}

.value-content-w .background.active {
  top: -25rem;
}

.value-content-w .background.preopen {
  top: 80%;
}

@media (min-width: 1025px) {
  .value-content-w .background {
    height: 100%;
    width: 55vw;
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0;
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transform: translate3d(100%, 0, 0);
  }

  .value-content-w .background.preopen {
    top: 0;
  }

  .value-content-w .background.active {
    top: 0;
    transform: translateZ(0);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

@media (min-width: 1440px) {
  .value-content-w .background {
    width: 50vw;
  }
}

.value-content-w .value-content {
  position: absolute;
  left: 0;
  width: 100vw;
  pointer-events: none;
  opacity: 0;
  padding: 0 24rem;
  z-index: 102;
  overflow: hidden;
  top: 32rem;
}

.value-content-w .value-content.areas {
  height: 100%;
}

@media (min-width: 1025px) {
  .value-content-w .value-content.areas {
    height: auto;
  }
}

.value-content-w .value-content.areas .description {
  padding-bottom: 0;
  column-width: auto;
}

@media (max-width: 767px) {
  .value-content-w .value-content {
    overflow: auto;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .value-content-w .value-content.open {
    pointer-events: auto;
  }
}

.value-content-w .value-content.open * {
  pointer-events: auto;
}

.value-content-w .value-content * {
  pointer-events: none;
}

@media (min-width: 768px) {
  .value-content-w .value-content {
    top: 80rem;
  }
}

@media (min-width: 1025px) {
  .value-content-w .value-content {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    height: auto;
  }
}

.value-content-w .value-content .value-content-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  word-break: break-word;
  align-items: start;
  padding-top: 56rem;
  flex-direction: column;
  row-gap: 56rem;
}

@media (min-width: 1025px) {
  .value-content-w .value-content .value-content-top {
    row-gap: unset;
    flex-direction: row;
    align-items: center;
    column-gap: 20rem;
    padding-top: 0;
    max-width: 600rem;
  }
}

.value-content-w .value-content .icon-cross {
  cursor: pointer;
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  max-width: 39rem;
  max-height: 39rem;
  flex-shrink: 0;
}

.value-content-w .value-content .icon-cross:before,
.value-content-w .value-content .icon-cross:after {
  background-color: #3e8cff;
}

@media (min-width: 1025px) {

  .value-content-w .value-content .icon-cross:before,
  .value-content-w .value-content .icon-cross:after {
    background-color: #000;
  }
}

@media (min-width: 1025px) {
  .value-content-w .value-content .icon-cross {
    width: 56rem;
    height: 56rem;
    margin-top: 12rem;
  }
}

.value-content-w .value-content .title {
  hyphens: auto;
}

@media (min-width: 1025px) {
  .value-content-w .value-content .title {
    hyphens: none;
    text-align: right;
  }
}

.value-content-w .value-content .hide {
  overflow: hidden;
}

.value-content-w .value-content .puce {
  margin-top: 56rem;
}

@media (min-width: 1440px) {
  .value-content-w .value-content .puce {
    margin-top: 140rem;
  }
}

.value-content-w .value-content .description {
  margin-top: 24rem;
  padding-bottom: 80rem;
  white-space: pre-line;
}

@media (min-width: 768px) {
  .value-content-w .value-content .description {
    max-height: 300px;
    max-width: 80%;
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .value-content-w .value-content .description {
    column-width: 260px;
    column-gap: 16px;
    max-height: 390px;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .value-content-w .value-content .description {
    max-height: 410px;
    column-width: 284px;
    column-gap: 24px;
  }
}

@media (min-width: 1700px) {
  .value-content-w .value-content .description {
    max-height: 390px;
  }
}

.value-content-w .value-content .description ul {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

@media (min-width: 768px) {
  .value-content-w .value-content .description ul {
    gap: 15rem;
  }
}

.value-content-w .value-content .description ul li {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24rem;
}

.value-content-w .value-content .description ul li:before {
  content: "+";
  position: relative;
  color: #3e8cff;
  font-size: 28rem;
  margin-right: 35rem;
}

.value-content-w .value-content .content-inside {
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding-bottom: 200rem;
}

@media (min-width: 1025px) {
  .value-content-w .value-content .content-inside {
    padding-bottom: 0;
  }
}

.value-content-w .value-content .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48rem;
}

@media (min-width: 768px) {
  .value-content-w .value-content .content {
    gap: 60rem;
  }
}

@media (min-width: 1025px) {
  .value-content-w .value-content .content {
    flex-direction: row;
    gap: 80rem;
  }
}

@media (min-width: 1700px) {
  .value-content-w .value-content .content {
    flex-direction: row;
    gap: 140rem;
  }
}

.value-content-w .value-content .content .title {
  text-align: left;
  width: fit-content;
}

.value-content-w .value-content .logo-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 24rem;
  align-items: center;
  padding-top: 40rem;
}

@media (min-width: 1025px) {
  .value-content-w .value-content .logo-listing {
    gap: 56rem;
    padding-top: 90rem;
    justify-content: flex-start;
  }
}

.value-content-w .value-content .logo-listing img {
  max-width: 120rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.value-content-preopen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 40rem;
  z-index: 102;
  opacity: 0;
  gap: 25rem;
  pointer-events: none;
}

.value-content-preopen .preopen-more {
  font-weight: 600;
  font-size: 12rem;
  text-transform: uppercase;
}

.value-content-preopen .preopen-title {
  width: max(200px, 100% - 48px);
  margin-left: auto;
  margin-right: auto;
}

.value-content-preopen .preopen-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 32.54%,
      #ffffff 100%);
  position: absolute;
}

@media (min-width: 1025px) {
  .value-content-preopen {
    display: none;
  }
}

.module-news-panel {
  transform: translate3d(100%, 0, 0);
  position: fixed;
  top: 0;
  z-index: 101;
  height: 100vh;
}

.module-news-panel .bg-overlay {
  background-color: #0e1a2cb3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.module-news-panel .panel-w {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width: 1440px) {
  .module-news-panel .panel-w {
    width: 85%;
  }
}

@media (min-width: 1700px) {
  .module-news-panel .panel-w {
    width: 80%;
  }
}

.module-news-panel .panel-w .icon-cross {
  margin-left: 24rem;
  margin-top: 40rem;
  display: block;
  transform: rotate(45deg);
  cursor: pointer;
  width: 48rem;
  height: 48rem;
}

@media (min-width: 1025px) {
  .module-news-panel .panel-w .icon-cross {
    margin-left: 56rem;
    margin-top: 40rem;
  }
}

.module-news-panel .panel-w .panel-title {
  margin-top: 48rem;
  margin-left: 24rem;
}

@media (min-width: 1025px) {
  .module-news-panel .panel-w .panel-title {
    margin-top: 20rem;
    margin-left: 80rem;
  }
}

@media (min-width: 1440px) {
  .module-news-panel .panel-w .panel-title {
    margin-top: 40rem;
    margin-left: 108rem;
  }
}

@media (min-width: 1700px) {
  .module-news-panel .panel-w .panel-title {
    margin-top: 105rem;
  }
}

.module-news-panel .panel-w .panel-title .split-line {
  overflow: hidden;
}

.module-news-panel .panel-w .embla {
  margin-top: 48rem;
  overflow: hidden;
  cursor: grab;
}

@media (min-width: 1440px) {
  .module-news-panel .panel-w .embla {
    margin-top: 64rem;
  }
}

.module-news-panel .panel-w .embla.is-dragging {
  cursor: grabbing;
}

.module-news-panel .panel-w .embla .embla__container {
  display: flex;
  column-gap: 16rem;
  margin-left: 24rem;
  margin-right: 23rem;
}

@media (min-width: 1025px) {
  .module-news-panel .panel-w .embla .embla__container {
    column-gap: 100rem;
    margin-left: 88rem;
  }
}

@media (min-width: 1440px) {
  .module-news-panel .panel-w .embla .embla__container {
    column-gap: 130rem;
    margin-left: 108rem;
  }
}

.module-news-panel .panel-w .embla .embla__container .embla__slide {
  position: relative;
}

.module-news-panel .panel-w .embla .embla__container .embla__slide .news-card {
  width: 241rem;
}

@media (min-width: 1025px) {
  .module-news-panel .panel-w .embla .embla__container .embla__slide .news-card {
    width: 438rem;
  }
}

@media (min-width: 1025px) {
  .module-news-panel .panel-w .embla .embla__container .embla__slide .news-card .img-wrapper {
    height: 260rem;
  }
}

@media (min-width: 1440px) {
  .module-news-panel .panel-w .embla .embla__container .embla__slide .news-card .img-wrapper {
    height: 320rem;
  }
}

.module-offers-list {
  padding-top: 62rem;
  padding-bottom: 62rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .module-offers-list {
    padding-top: 123rem;
    padding-bottom: 123rem;
  }
}

.module-offers-list h2 {
  margin-bottom: 54rem;
}

@media (min-width: 768px) {
  .module-offers-list h2 {
    margin-bottom: 170rem;
  }
}

.module-offers-list .offers-list-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .module-offers-list .offers-list-wrapper {
    overflow-x: auto;
  }

  .module-offers-list .offers-list-wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) {
  .module-offers-list .offers-list-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 125rem;
    margin-left: auto;
    margin-right: auto;
    width: min(1920px, 100% - 72px);
  }
}

@media (min-width: 1440px) {
  .module-offers-list .offers-list-wrapper {
    width: min(1920px, 100% - 96px);
  }
}

.module-offers-list .offers-list-wrapper .offers-list-items {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 16rem;
}

@media (max-width: 767px) {
  .module-offers-list .offers-list-wrapper .offers-list-items {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}

@media (min-width: 768px) {
  .module-offers-list .offers-list-wrapper .offers-list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 27rem;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .module-offers-list .offers-list-wrapper .offers-list-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1440px) {
  .module-offers-list .offers-list-wrapper .offers-list-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .module-offers-list .offers-list-wrapper .plus-btn {
    margin-left: 70rem;
    margin-right: 70rem;
  }

  .module-offers-list .offers-list-wrapper .plus-btn.hidden {
    margin-left: 0;
    margin-right: 0;
    min-width: 24rem;
  }
}

.module-initiatives {
  padding-top: 94rem;
  padding-bottom: 94rem;
  overflow: visible;
}

@media (min-width: 768px) {
  .module-initiatives {
    padding-top: 160rem;
    padding-bottom: 140rem;
  }
}

@media (min-width: 1025px) {
  .module-initiatives {
    padding-top: 318rem;
    padding-bottom: 159rem;
  }
}

.module-initiatives .bg {
  position: absolute;
  width: 100%;
  bottom: -1px;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
}

@media (min-width: 768px) {
  .module-initiatives .bg {
    border-top-left-radius: 32rem;
    border-top-right-radius: 32rem;
  }
}

.module-initiatives h2 {
  z-index: 1;
}

.module-initiatives .puce-description {
  z-index: 1;
  margin-top: 54rem;
}

@media (min-width: 1025px) {
  .module-initiatives .puce-description {
    margin-top: 34rem;
  }
}

.module-initiatives .initiatives-wrapper {
  position: relative;
  margin-top: 72rem;
}

@media (min-width: 768px) {
  .module-initiatives .initiatives-wrapper {
    margin-top: 112rem;
  }
}

@media (min-width: 1025px) {
  .module-initiatives .initiatives-wrapper {
    margin-top: 166rem;
  }
}

@media (min-width: 1440px) {
  .module-initiatives .initiatives-wrapper {
    margin-top: 266rem;
  }
}

.module-initiatives .initiatives-wrapper .initiatives-content .initiatives-content-item {
  padding: 32rem 0;
  border-top: 1px solid #0e1a2c;
}

.module-initiatives .initiatives-wrapper .initiatives-content .initiatives-content-item:last-of-type {
  border-bottom: 1px solid #0e1a2c;
}

@media (hover: hover) and (pointer: fine) {
  .module-initiatives .initiatives-wrapper .initiatives-content .initiatives-content-item:hover h4 {
    color: #3e8cff;
  }
}

.module-initiatives .initiatives-wrapper .initiatives-content .initiatives-content-item h4 {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.cursor-initiatives {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.cursor-initiatives .cursor-initiatives-wrapper {
  position: absolute;
  top: -100rem;
  left: 45rem;
  width: 438rem;
  height: 320rem;
  overflow: hidden;
}

.cursor-initiatives .cursor-initiatives-wrapper.active img {
  transform: translateZ(0);
}

.cursor-initiatives .cursor-initiatives-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 105%, 0);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.cursor-initiatives .cursor-initiatives-wrapper img[src=""] {
  opacity: 0;
}

.module-key-numbers:not(.container) {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .module-key-numbers:not(.container) {
    align-items: center;
    flex-direction: row;
  }
}

.module-key-numbers.on-homepage {
  z-index: 1;
}

.module-key-numbers.white_theme .puce {
  color: #3e8cff;
}

.module-key-numbers.full-bg-night-blue {
  z-index: -2;
}

.module-key-numbers .title {
  margin-bottom: 50rem;
  margin-left: 48rem;
}

@media (min-width: 768px) {
  .module-key-numbers .title {
    margin-left: unset;
    margin-bottom: 150rem;
    width: 700rem;
  }
}

@media (min-width: 1440px) {
  .module-key-numbers .title {
    margin-bottom: 0;
  }
}

.module-key-numbers .title p {
  font-weight: 300;
}

.module-key-numbers .number {
  position: relative;
  white-space: nowrap;
  letter-spacing: -12rem;
}

.module-key-numbers .number .line {
  position: absolute;
  display: block;
  height: 70rem;
  width: 1px;
  left: 2rem;
  background: #a0c8f3;
  transform-origin: top;
  transform: scaleY(0.6);
}

@media (min-width: 1025px) {
  .module-key-numbers .number .line {
    height: 170rem;
    left: 7rem;
  }
}

.module-key-numbers .number .line.one {
  top: 100%;
  transform: rotate(52deg);
}

@media (min-width: 1025px) {
  .module-key-numbers .number .line.one {
    left: 0;
    transform: rotate(44deg);
    height: 190rem;
  }
}

.module-key-numbers .number-txt-w {
  display: flex;
  margin-top: 54rem;
  column-gap: 35rem;
  align-items: center;
}

@media (min-width: 1025px) {
  .module-key-numbers .number-txt-w {
    margin-top: 115rem;
  }
}

@media (min-width: 768px) {
  .module-key-numbers .number-txt-w .number-txt {
    width: 300rem;
  }
}

@media (min-width: 1025px) {
  .module-key-numbers .number-txt-w .number-txt {
    width: 15.5vw;
  }
}

.module-key-numbers .number-txt-w.one {
  justify-content: end;
  margin-right: 82rem;
}

@media (min-width: 768px) {
  .module-key-numbers .number-txt-w.one {
    margin-right: 190rem;
  }
}

@media (min-width: 1025px) {
  .module-key-numbers .number-txt-w.one {
    margin-right: unset;
    margin-top: 140rem;
    transform: translate(-153rem);
    width: fit-content;
  }
}

.module-key-numbers .number-txt-w.one .number-txt {
  width: 168rem;
}

@media (min-width: 1025px) {
  .module-key-numbers .number-txt-w.one .number-txt {
    width: auto;
  }
}

.module-key-numbers .embla {
  position: relative;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.module-key-numbers .embla .embla__viewport {
  overflow: hidden;
  width: 100%;
  cursor: grab;
}

.module-key-numbers .embla .embla__viewport.is-dragging {
  cursor: grabbing;
}

.module-key-numbers .embla .embla__viewport .embla__container {
  display: flex;
  column-gap: 25.4vw;
}

@media (min-width: 768px) {
  .module-key-numbers .embla .embla__viewport .embla__container {
    column-gap: 14.6vw;
  }
}

@media (max-width: 767px) {
  .module-key-numbers .embla .embla__viewport .embla__container .embla__slide:first-of-type {
    padding-left: 12%;
  }
}

.module-key-numbers .embla .embla__viewport .embla__container .embla__slide:first-of-type .line {
  transform: translate3d(6rem, 0, 0) scaleY(0.77);
}

@media (min-width: 1025px) {
  .module-key-numbers .embla .embla__viewport .embla__container .embla__slide:first-of-type .line {
    transform: translate3d(6rem, 0, 0) rotate(48deg) scaleY(0.96);
  }
}

@media (min-width: 1025px) {
  .module-key-numbers .embla .embla__viewport .embla__container .embla__slide:first-of-type .number-txt-w {
    transform: translate3d(-130rem, 0, 0);
  }
}

@media (min-width: 1025px) {
  .module-key-numbers .one-number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13rem;
    right: 10.5vw;
  }
}

.module-key-numbers .one-number .number {
  width: fit-content;
  margin-left: auto;
  margin-right: 13rem;
}

@media (min-width: 1025px) {
  .module-key-numbers .one-number .number {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1700px) {
  .module-key-numbers .one-number .number {
    font-size: 350rem;
  }
}

.module-key-numbers .puce-description {
  margin-top: 95rem;
  padding-bottom: 67rem;
  padding-left: 24rem;
}

@media (min-width: 768px) {
  .module-key-numbers .puce-description {
    padding-bottom: 36rem;
  }
}

@media (min-width: 1025px) {
  .module-key-numbers .puce-description {
    position: absolute;
    top: 20%;
    left: 48rem;
    transform: translate3d(0, -20%, 0);
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.module-key-numbers .arrow-description-button {
  position: absolute;
  bottom: -1px;
  left: 0;
}

.module-key-numbers .picture-w {
  position: absolute;
  opacity: 0.4;
  -webkit-mask: radial-gradient(80% 35% at 50% 38%,
      #243959 0%,
      rgba(36, 57, 89, 0) 100%);
  mask: radial-gradient(80% 35% at 50% 38%,
      #243959 0%,
      rgba(36, 57, 89, 0) 100%);
  height: 100%;
}

@media (min-width: 768px) {
  .module-key-numbers .picture-w {
    top: 50%;
    transform: translateY(-50%);
    height: 150%;
    width: 100%;
    z-index: 1;
    -webkit-mask: radial-gradient(50% 30% at 40% 50%,
        #243959 0%,
        rgba(36, 57, 89, 0) 100%);
    mask: radial-gradient(50% 30% at 40% 50%,
        #243959 0%,
        rgba(36, 57, 89, 0) 100%);
  }
}

@media (min-width: 1025px) {
  .module-key-numbers .picture-w {
    -webkit-mask: radial-gradient(45% 33% at 40% 50%,
        #243959 0%,
        rgba(36, 57, 89, 0) 100%);
    mask: radial-gradient(45% 33% at 40% 50%,
        #243959 0%,
        rgba(36, 57, 89, 0) 100%);
  }
}

.module-key-numbers .picture-w:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: linear-gradient(0deg,
      rgba(62, 140, 255, 0.12),
      rgba(62, 140, 255, 0.11));
}

.module-key-numbers .picture-w img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.module-key-numbers .previous-next-button {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: -80rem;
}

@media (min-width: 768px) {
  .module-key-numbers .previous-next-button {
    bottom: -140rem;
  }
}

@media (min-width: 1025px) {
  .module-key-numbers .previous-next-button {
    bottom: -110rem;
  }
}

@media (min-width: 1700px) {
  .module-key-numbers .previous-next-button {
    bottom: -130rem;
  }
}

.diversity .module-key-numbers {
  padding-bottom: 48rem;
}

.module-hero-global {
  position: relative;
  display: flex;
  padding-top: 154rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .module-hero-global {
    padding-top: 130rem;
  }
}

@media (min-width: 1440px) {
  .module-hero-global {
    padding-top: 148rem;
  }
}

@media (min-width: 1700px) {
  .module-hero-global {
    padding-top: 248rem;
  }
}

@media (min-width: 768px) {
  .module-hero-global .title {
    max-width: 500rem;
  }
}

@media (min-width: 1025px) {
  .module-hero-global .title {
    max-width: 750rem;
    font-size: 108rem;
  }
}

@media (min-width: 1700px) {
  .module-hero-global .title {
    /* font-size: 128rem; */
    font-size: 112rem;
  }
}

@media (min-width: 768px) {
  .module-hero-global .scroll-down-cta {
    bottom: 118rem;
  }
}

.module-hero-global.office-hero * {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.module-hero-global .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.module-hero-global .background picture {
  display: none;
}

.module-hero-global .background video {
  display: none;
}

.module-hero-global .background canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.module-hero-global .background svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 300 + 2px);
  pointer-events: none;
}

.module-hero-global .background .background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: radial-gradient(circle,
      rgba(134, 160, 255, 0.1),
      rgba(255, 255, 255, 0) 50%);
}

@media (min-width: 768px) {
  .module-hero-global .background .background-overlay {
    top: -50%;
    left: -30%;
  }
}

.module-hero-global .container .office-infos-container {
  position: absolute;
  bottom: 140rem;
  display: flex;
  flex-direction: column;
  gap: 32rem;
}

@media (min-width: 768px) {
  .module-hero-global .container .office-infos-container {
    position: relative;
    bottom: unset;
    flex-direction: row;
    gap: 80rem;
    margin-top: 75rem;
  }
}

@media (min-width: 1700px) {
  .module-hero-global .container .office-infos-container {
    margin-top: 95rem;
  }
}

.module-hero-global .container .office-infos-container .left p {
  padding-bottom: 2rem;
}

.module-hero-global .container .office-infos-container .left .celest-blue {
  font-weight: 500;
}

.module-hero-global .container .office-infos-container .left .white {
  font-weight: 450;
}

.module-hero-global .container .office-infos-container .right {
  display: flex;
  gap: 10rem;
}

.module-hero-global .container .office-infos-container .right .icon-pin {
  font-size: 15rem;
}

.module-hero-global .container .office-infos-container .right .white {
  font-weight: 450;
}

.module-hero-global .arrow-description-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.module-hero-global .arrow-description-button .content {
  margin-top: 0;
}

@media (min-width: 1025px) {
  .module-hero-global .arrow-description-button .fs-cta-block {
    font-size: 32rem;
  }
}

.module-full-visual {
  position: relative;
  overflow: hidden;
}

.module-full-visual picture {
  display: none;
}

.module-full-visual .canvas-mask {
  display: none;
}

.module-full-visual canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-hero-offers {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

@media (min-width: 768px) {
  .module-hero-offers {
    justify-content: center;
    padding-top: 0;
    gap: 34rem;
  }
}

@media (min-width: 1700px) {
  .module-hero-offers {
    gap: 94rem;
  }
}

.module-hero-offers .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module-hero-offers .background picture {
  display: none;
}

.module-hero-offers .background canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.module-hero-offers .light-overlay {
  position: absolute;
  bottom: -25%;
  left: -25%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle,
      rgba(36, 57, 89, 0.5) 0%,
      rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .module-hero-offers .light-overlay {
    top: -25%;
    bottom: unset;
  }
}

.module-hero-offers .container {
  position: relative;
}

.module-hero-offers .container .breadcrumb {
  margin-bottom: 0;
}

.module-hero-offers .container .wrapper {
  position: absolute;
  left: 24rem;
  top: 96rem;
}

@media (min-width: 1025px) {
  .module-hero-offers .container .wrapper {
    left: unset;
    top: unset;
  }
}

.module-hero-offers .container .wrapper .back-link {
  position: relative;
  z-index: 4;
  display: none;
  align-items: center;
  gap: 60rem;
  width: fit-content;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .module-hero-offers .container .wrapper .back-link:hover .back-btn {
    transform: scale(0.8);
  }

  .module-hero-offers .container .wrapper .back-link:hover .back-btn i:first-of-type {
    transform: translate3d(-300%, 0, 0) scale(1.2);
  }

  .module-hero-offers .container .wrapper .back-link:hover .back-btn i:last-of-type {
    transform: translateZ(0) scale(1.2);
  }

  .module-hero-offers .container .wrapper .back-link:hover span {
    color: #a0c8f3;
  }
}

.module-hero-offers .container .wrapper .back-link .back-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  transform: scaleZ(1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}

.module-hero-offers .container .wrapper .back-link .back-btn i {
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 14rem;
}

@media (min-width: 768px) {
  .module-hero-offers .container .wrapper .back-link .back-btn i {
    font-size: 20rem;
  }
}

.module-hero-offers .container .wrapper .back-link .back-btn i:first-of-type {
  transform: translateZ(0);
}

.module-hero-offers .container .wrapper .back-link .back-btn i:last-of-type {
  transform: translate3d(300%, 0, 0);
}

.module-hero-offers .container .wrapper .back-link span {
  opacity: 1;
  transform: translateZ(0);
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-hero-offers .frame-mobile {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 154rem 52rem 24rem 24rem;
  z-index: 1;
}

@media (min-width: 768px) {
  .module-hero-offers .frame-mobile {
    display: none;
  }
}

.module-hero-offers .frame-mobile .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.module-hero-offers .frame-mobile .content h1 {
  padding-bottom: 33rem;
  position: relative;
  z-index: 2;
}

.module-hero-offers .frame-mobile .content .description-active {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.module-hero-offers .frame-mobile .content .icon-arrow-cta-up-right {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.module-hero-offers .frame-mobile .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module-hero-offers .frame-mobile .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-hero-offers .frame-mobile .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2d2929, transparent);
}

.module-hero-offers .embla {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: grab;
}

@media (min-width: 768px) {
  .module-hero-offers .embla {
    width: 100%;
    height: 50%;
  }
}

@media (min-width: 1025px) {
  .module-hero-offers .embla {
    position: relative;
    width: 100%;
    height: 54%;
    top: unset;
    transform: unset;
  }
}

.module-hero-offers .embla.active .embla__viewport .embla__container .slide .frame .content .description-active {
  opacity: 0;
}

.module-hero-offers .embla.active .embla__viewport .embla__container .slide .frame .content .icon-arrow-cta-up-right {
  opacity: 1;
}

.module-hero-offers .embla.active .embla__viewport .embla__container .slide:after {
  background: transparent;
}

.module-hero-offers .embla.active .embla__viewport .embla__container .slide:not(.active) .blue-overlay {
  opacity: 0;
}

.module-hero-offers .embla .embla__viewport {
  width: 100%;
  height: 100%;
  perspective: 1200px;
  pointer-events: none;
}

.module-hero-offers .embla .embla__viewport.is-dragging {
  cursor: grabbing;
}

.module-hero-offers .embla .embla__viewport .embla__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: normal;
  padding: 0;
  height: 100%;
  column-gap: 20rem;
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-style: preserve-3d;
}

.module-hero-offers .embla .embla__viewport .embla__container .slide {
  position: absolute;
  width: 192rem;
  height: 245rem;
  transform-style: preserve-3d;
  left: -96rem;
  pointer-events: all;
}

.module-hero-offers .embla .embla__viewport .embla__container .slide.disabled {
  opacity: 0;
  pointer-events: none;
}

.module-hero-offers .embla .embla__viewport .embla__container .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(14, 26, 44, 0.5),
      rgba(14, 26, 44, 0.2));
  transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (min-width: 768px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide {
    width: 410rem;
    left: -205rem;
    height: 100%;
  }
}

@media (min-width: 1025px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide {
    width: 300rem;
    height: 400rem;
    left: -150rem;
  }
}

@media (min-width: 1440px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide {
    width: 350rem;
    height: 467rem;
    left: -175rem;
  }
}

@media (min-width: 1700px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide {
    width: 435rem;
    height: 580rem;
    left: -217.5rem;
  }
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .blue-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e1a2c;
  opacity: 0.6;
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.module-hero-offers .embla .embla__viewport .embla__container .slide:not(.active) .blue-overlay {
  display: block;
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 32rem;
}

@media (min-width: 768px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame {
    padding: 46rem 36rem 44rem 48rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame:hover .content .title {
    transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    color: #fff;
  }

  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame:hover .content .icon-arrow-cta-up-right {
    opacity: 0;
  }

  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame:hover .overlay,
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame:hover .overlay .overlay-inner {
    transform: translateZ(0);
  }

  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame:hover .img-wrapper img {
    transform: scale(1.1);
  }
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame .content .title {
  position: relative;
  z-index: 2;
  transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  font-size: 22rem;
}

@media (min-width: 1025px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame .content .title {
    max-width: 230rem;
    font-size: 30rem;
  }
}

@media (min-width: 1700px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame .content .title {
    font-size: 44.8rem;
    max-width: 300rem;
  }
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame .content .description-active {
  display: none;
}

@media (min-width: 768px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame .content .description-active {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media (min-width: 1025px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame .content .description-active {
    font-size: 18rem;
  }
}

@media (min-width: 1700px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame .content .description-active {
    font-size: 22rem;
  }
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame .content .icon-arrow-cta-up-right {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate3d(-101%, 0, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame .overlay .overlay-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 32rem;
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame .overlay .overlay-inner {
    padding: 46rem;
    gap: 25rem;
  }
}

@media (min-width: 1700px) {
  .module-hero-offers .embla .embla__viewport .embla__container .slide .frame .overlay .overlay-inner {
    gap: 75rem;
  }
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-hero-offers .embla .embla__viewport .embla__container .slide .frame .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2d2929, transparent);
}

.module-hero-offers .cta-all-offers {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10rem;
  bottom: 37rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

@media (min-width: 1025px) {
  .module-hero-offers .cta-all-offers {
    left: unset;
    transform: none;
    bottom: 118rem;
    right: 96rem;
  }
}

.module-hero-offers .cta-all-offers.disabled {
  pointer-events: none;
  opacity: 0;
}

.module-hero-offers .cta-all-offers .rects {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.module-hero-offers .cta-all-offers .rects .rect {
  border: 1.5rem solid #ffffff;
  border-radius: 3rem;
  width: 16rem;
  height: 30rem;
}

@media (min-width: 1025px) {
  .module-hero-offers .cta-all-offers .rects .rect {
    width: 12.8rem;
    height: 24rem;
  }
}

.module-hero-offers .scroll-down-cta {
  display: none;
}

@media (min-width: 1025px) {
  .module-hero-offers .scroll-down-cta {
    display: block;
    bottom: 118rem;
  }
}

.module-presentation {
  padding-top: 62rem;
  padding-bottom: 62rem;
  min-height: auto;
}

@media (min-width: 768px) {
  .module-presentation {
    padding-top: 123rem;
    padding-bottom: 123rem;
  }
}

.module-presentation.align-right .title {
  text-align: right;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .module-presentation:not(.align-left) .title {
    width: 900px;
  }
}

@media (min-width: 768px) {
  .module-presentation.video-added:not(.align-left) .description {
    margin-top: 126rem;
  }
}

@media (min-width: 1025px) {
  .module-presentation.video-added .paragraphs {
    margin-top: 124rem;
  }
}

@media (min-width: 1440px) {
  .module-presentation.video-added .paragraphs {
    margin-top: 96rem;
  }
}

.module-presentation .video-container {
  width: 100%;
  margin-top: 72rem;
}

@media (min-width: 1440px) {
  .module-presentation .video-container {
    height: 480rem;
  }
}

.module-presentation .video-container .module {
  height: 100%;
  margin-top: 0;
}

.module-presentation .video-container .module .video-w {
  height: 100%;
}

.module-presentation .description {
  margin-top: 54rem;
}

@media (min-width: 768px) {
  .module-presentation .description {
    margin-top: 86rem;
  }
}

.module-presentation .description p:not(:last-child) {
  margin-bottom: 10rem;
}

@media (min-width: 768px) {
  .module-presentation .description p:not(:last-child) {
    margin-bottom: 20rem;
  }
}

.module-presentation .title-second {
  margin-top: 30rem;
}

@media (min-width: 768px) {
  .module-presentation .title-second {
    margin-top: 63rem;
  }
}

@media (min-width: 1025px) {
  .module-presentation .title-second {
    margin-top: 90rem;
  }
}

@media (min-width: 1440px) {
  .module-presentation .title-second {
    margin-top: 110rem;
  }
}

.module-presentation .paragraphs {
  display: flex;
  flex-direction: column;
  gap: 40rem;
  margin-top: 60rem;
}

.module-presentation .paragraphs.title-present {
  margin-top: 30rem;
}

@media (min-width: 768px) {
  .module-presentation .paragraphs.title-present {
    margin-top: 63rem;
  }
}

@media (min-width: 1025px) {
  .module-presentation .paragraphs.title-present {
    margin-top: 90rem;
  }
}

@media (min-width: 1440px) {
  .module-presentation .paragraphs.title-present {
    margin-top: 110rem;
  }
}

@media (min-width: 768px) {
  .module-presentation .paragraphs:not(.single-text) .puce-description {
    flex: 1;
  }
}

@media (min-width: 768px) {
  .module-presentation .paragraphs {
    margin-top: 126rem;
    flex-direction: row;
    gap: 24rem;
    width: 500rem;
  }

  .module-presentation .paragraphs .paragraph-right {
    margin-top: 36rem;
    flex: 1;
  }
}

@media (min-width: 1025px) {
  .module-presentation .paragraphs {
    margin-top: 180rem;
    width: 600rem;
  }
}

@media (min-width: 1440px) {
  .module-presentation .paragraphs {
    margin-top: 220rem;
  }
}

.module-presentation .paragraphs p div {
  opacity: 0;
}

.module-presentation .paragraphs .paragraph-right p {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .module-presentation .paragraphs ul {
    padding: 10rem 0;
  }
}

.module-presentation .paragraphs ul li {
  position: relative;
  margin-bottom: 1em;
}

.module-presentation .paragraphs ul li:before {
  content: "-";
  display: inline-flex;
  margin-right: 5rem;
  margin-bottom: 5rem;
}

.module.module-globe-office {
  position: relative;
  height: 150vh;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .module.module-globe-office {
    height: 100vh;
  }
}

.module.module-globe-office .globe-w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media (min-width: 1025px) {
  .module.module-globe-office .globe-w {
    height: 100%;
  }
}

.module.module-globe-office .globe-w .webgl {
  width: 100%;
  height: 100%;
}

.module.module-globe-office .globe-w .globe-cursor {
  position: absolute;
  top: -83px;
  left: -83px;
  width: 166px;
  height: 166px;
  pointer-events: none;
}

.module.module-globe-office .globe-w .globe-cursor:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: opacity 0.2s linear, transform 0.4s ease-out;
  border: 1px solid rgba(62, 140, 255, 0.3);
}

.module.module-globe-office .globe-w .globe-cursor.see-more:after {
  opacity: 0;
  transform: scale(0.8);
}

.module.module-globe-office .globe-w .globe-cursor.see-more .globe-cursor-label-w .globe-cursor-label {
  transform: translateZ(0);
  opacity: 1;
}

.module.module-globe-office .globe-w .globe-cursor .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #3e8cff;
  width: 105px;
  height: 105px;
  border-radius: 50%;
}

.module.module-globe-office .globe-w .globe-cursor .globe-cursor-label-w {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

.module.module-globe-office .globe-w .globe-cursor .globe-cursor-label-w .globe-cursor-label {
  display: block;
  white-space: nowrap;
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition: opacity 0.2s linear, transform 0.2s ease-out;
}

.module.module-globe-office .intro-container {
  position: relative;
  height: 100%;
}

.module.module-globe-office .intro-container .main-category-w:not(.network-category) {
  position: absolute;
  bottom: 160rem;
}

@media (min-width: 768px) {
  .module.module-globe-office .intro-container .main-category-w:not(.network-category) {
    position: absolute;
    bottom: 50rem;
    width: 350rem;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .module.module-globe-office .intro-container .main-category-w:not(.network-category) {
    position: static;
    width: auto;
    padding-top: 16.1vh;
    height: 100%;
  }
}

.module.module-globe-office .intro-container .main-category-w.network-category {
  position: absolute;
  top: 160rem;
}

@media (min-width: 1025px) {
  .module.module-globe-office .intro-container .main-category-w.network-category {
    position: static;
  }
}

.module.module-globe-office .intro-container .main-category-w.network-category .main-category {
  color: #fff;
}

@media (min-width: 1025px) {
  .module.module-globe-office .intro-container .main-category-w {
    position: static;
    width: auto;
    padding-top: 16.1vh;
    height: 100%;
  }
}

.module.module-globe-office .intro-container .main-category-w>div {
  transition: color 0.5s linear;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .module.module-globe-office .intro-container .main-category-w>div.hoverable:hover {
    color: #3e8cff;
  }
}

.module.module-globe-office .intro-container .main-category-w .main-category {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  text-align: left;
  transition: color 0.2s linear;
  color: #3e8cff;
}

@media (min-width: 1025px) {
  .module.module-globe-office .intro-container .main-category-w .main-category {
    color: #0e1a2c;
    max-width: 370rem;
  }
}

@media (min-width: 1440px) {
  .module.module-globe-office .intro-container .main-category-w .main-category {
    max-width: none;
  }
}

.module.module-globe-office .intro-container .main-category-w .main-category-secondary {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  color: #07101f;
  text-align: left;
  margin-top: 21px;
  line-height: 110%;
}

@media (max-width: 767px) {
  .module.module-globe-office .intro-container .main-category-w .main-category-secondary {
    font-size: 30rem;
  }
}

@media (min-width: 1025px) {
  .module.module-globe-office .intro-container .main-category-w .main-category-secondary {
    max-width: 550rem;
  }
}

.module.module-globe-office .intro-container .main-title {
  position: absolute;
  top: 50rem;
  width: 270rem;
}

@media (min-width: 1025px) {
  .module.module-globe-office .intro-container .main-title.fs-h3 {
    font-size: 51rem;
  }
}

@media (min-width: 1025px) {
  .module.module-globe-office .intro-container .main-title {
    position: static;
    width: auto;
    align-self: end;
    margin-bottom: 8.7vh;
    text-align: right;
  }
}

.module.module-globe-office .intro-container .offices-w {
  position: absolute;
}

.module.module-globe-office .offices-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: none;
}

.module.module-globe-office .offices-container * {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.module.module-globe-office .offices-container .container {
  position: relative;
  height: 100%;
  align-items: center;
}

.module.module-globe-office .offices-container .container .cta-close-w {
  position: absolute;
  top: 80rem;
  left: 0;
}

@media (min-width: 1025px) {
  .module.module-globe-office .offices-container .container .cta-close-w {
    top: 160rem;
  }
}

.module.module-globe-office .offices-container .container .cta-close-w .cta-close {
  pointer-events: all;
}

.module.module-globe-office .offices-container .container .cta-close-w .cta-close .icon-cross {
  display: block;
  transform: rotate(45deg);
  transition: transform 0.4s ease-out, background-color 0.2s linear;
  width: 56px;
  height: 56px;
}

.module.module-globe-office .offices-container .container .cta-close-w .cta-close .icon-cross:before,
.module.module-globe-office .offices-container .container .cta-close-w .cta-close .icon-cross:after {
  background-color: #07101f;
}

@media (hover: hover) and (pointer: fine) {
  .module.module-globe-office .offices-container .container .cta-close-w .cta-close .icon-cross:hover {
    transform: rotate(135deg);
  }

  .module.module-globe-office .offices-container .container .cta-close-w .cta-close .icon-cross:hover:before,
  .module.module-globe-office .offices-container .container .cta-close-w .cta-close .icon-cross:hover:after {
    background-color: #3e8cff;
  }
}

.module.module-globe-office .offices-container .container .offices-w {
  pointer-events: all;
  margin-top: 150%;
}

@media (min-width: 1025px) {
  .module.module-globe-office .offices-container .container .offices-w {
    margin-top: 10.2vh;
  }
}

.module.module-globe-office .offices-container .container .offices-w .categories {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.module.module-globe-office .offices-container .container .offices-w .categories .category {
  flex: 1;
  font-weight: 500;
  transition: color 0.2s linear;
  position: relative;
  text-align: center;
}

.module.module-globe-office .offices-container .container .offices-w .categories .category.active {
  color: #3e8cff;
}

.module.module-globe-office .offices-container .container .offices-w .categories .category.active:after {
  opacity: 1;
}

.module.module-globe-office .offices-container .container .offices-w .categories .category:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  bottom: -33px;
  opacity: 0;
  background-color: #3e8cff;
  transition: opacity 0.2s linear;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container {
  position: relative;
  border-radius: 4px;
  padding: 37rem 31rem 47rem 50rem;
}

@media (min-width: 768px) {
  .module.module-globe-office .offices-container .container .offices-w .cards-container {
    min-width: 348px;
  }
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .top-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .index {
  font-family: Libre Caslon Display;
  font-size: 64rem;
  font-weight: 400;
  color: #3e8cff;
  flex-shrink: 0;
}

@media (min-width: 1025px) {
  .module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .index {
    font-size: 80rem;
  }
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .btn-navigation-w {
  margin-top: 14px;
  flex-shrink: 0;
}

@media (min-width: 1025px) {
  .module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .btn-navigation-w {
    margin-top: 21px;
  }
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .btn-navigation-w .btn-navigation {
  transition: opacity 0.2s linear;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .btn-navigation-w .btn-navigation.disabled {
  opacity: 0.3;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .btn-navigation-w .btn-navigation:first-child {
  margin-right: 20px;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .btn-navigation-w .btn-navigation:first-child .icon-arrow-cta-right {
  transform: rotate(180deg);
  display: inline-block;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .btn-navigation-w .btn-navigation .icon-arrow-cta-right {
  font-size: 48rem;
  transition: opacity 0.2s linear;
}

@media (min-width: 1025px) {
  .module.module-globe-office .offices-container .container .offices-w .cards-container .top-w .btn-navigation-w .btn-navigation .icon-arrow-cta-right {
    font-size: 60rem;
  }
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  justify-content: space-between;
  min-height: 40.3vh;
}

@media (min-width: 768px) {
  .module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office {
    gap: 36rem;
  }
}

@media (min-width: 1025px) {
  .module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office {
    gap: 64rem;
  }
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office .office-type {
  font-size: 14rem;
  display: flex;
  align-items: center;
  margin-top: 45px;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office .office-type span {
  margin-left: 5px;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office .office-title {
  margin-top: 10px;
  max-width: 70%;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office .office-address {
  margin-top: 50px;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office .office-phone {
  margin-top: 9px;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office .office-phone div {
  display: flex;
  justify-content: space-between;
  max-width: 79%;
}

.module.module-globe-office .offices-container .container .offices-w .cards-container .offices .office .office-phone div:not(:first-child) {
  margin-top: 8px;
}

.module.module-globe-office .arrow-description-button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.module.module-globe-office .arrow-description-button p {
  margin-left: auto;
}

.module-office-area-cards {
  padding-top: 200rem;
}

.module-office-area-cards * {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.module-office-area-cards .offices-list-wrapper {
  padding: 36rem 0;
  margin-top: 72rem;
}

@media (max-width: 767px) {
  .module-office-area-cards .offices-list-wrapper {
    padding: 18rem;
  }
}

@media (min-width: 768px) {
  .module-office-area-cards .offices-list-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: min(1920px, 100% - 72px);
  }
}

@media (min-width: 1440px) {
  .module-office-area-cards .offices-list-wrapper {
    width: min(1920px, 100% - 96px);
  }
}

.module-office-area-cards .offices-list-wrapper .offices-list-items {
  display: flex;
  flex-direction: column;
  row-gap: 24rem;
  align-items: center;
  margin-bottom: 72rem;
  width: 100%;
}

@media (min-width: 768px) {
  .module-office-area-cards .offices-list-wrapper .offices-list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28rem;
  }
}

@media (min-width: 1025px) {
  .module-office-area-cards .offices-list-wrapper .offices-list-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.module-office-area-cards .offices-list-wrapper .plus-btn {
  margin: auto;
  margin-bottom: 36rem;
}

.module-listing-jobs {
  position: relative;
  padding-top: 25rem;
}

@media (min-width: 768px) {
  .module-listing-jobs {
    padding-top: 65rem;
    padding-bottom: 0;
  }
}

.module-listing-jobs .container {
  position: relative;
}

.module-listing-jobs .container .filter {
  width: fit-content;
  padding-bottom: 33rem;
}

@media (min-width: 1025px) {
  .module-listing-jobs .container .filter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }
}

.module-listing-jobs .container .filter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media (min-width: 1025px) {
  .module-listing-jobs .container .filter-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 20rem;
  }
}

.module-listing-jobs .container .filter-wrapper .custom-select {
  width: 100%;
}

@media (min-width: 1025px) {
  .module-listing-jobs .container .filter-wrapper .custom-select {
    min-width: 337rem;
  }
}

.module-listing-jobs .container .filter-wrapper .reset {
  opacity: 0;
  pointer-events: none;
  width: fit-content;
  padding-top: 16rem;
}

@media (min-width: 1025px) {
  .module-listing-jobs .container .filter-wrapper .reset {
    padding: 0;
    padding-left: 70rem;
  }
}

.module-listing-jobs .jobs-list {
  padding-top: 52rem;
}

@media (min-width: 1025px) {
  .module-listing-jobs .jobs-list {
    padding-top: 72rem;
  }
}

.module-listing-jobs .jobs-list .job-items .offer {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16rem;
  padding: 32rem 24rem;
  border-bottom: 1px solid #0e1a2c;
  overflow: hidden;
  align-items: center;
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-jobs .jobs-list .job-items .offer:hover:before {
    transform: translateZ(0);
  }

  .module-listing-jobs .jobs-list .job-items .offer:hover .offer-description h4,
  .module-listing-jobs .jobs-list .job-items .offer:hover .offer-description p {
    color: #fff;
    transition: color 0.1s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .module-listing-jobs .jobs-list .job-items .offer:hover .offer-description .body .offer-tags .separator {
    background: #ffffff;
  }

  .module-listing-jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-left .diagonal,
  .module-listing-jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-left:before,
  .module-listing-jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-left:after,
  .module-listing-jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-right .diagonal,
  .module-listing-jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-right:before,
  .module-listing-jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-right:after {
    background: #ffffff;
    transition: background 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  }
}

@media (min-width: 1025px) {
  .module-listing-jobs .jobs-list .job-items .offer {
    padding: 38rem 48rem;
  }
}

.module-listing-jobs .jobs-list .job-items .offer:first-of-type {
  border-top: 1px solid #0e1a2c;
}

.module-listing-jobs .jobs-list .job-items .offer:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e8cff;
  transform: translate3d(-101%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.module-listing-jobs .jobs-list .job-items .offer .offer-description {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  width: 80%;
}

@media (min-width: 1440px) {
  .module-listing-jobs .jobs-list .job-items .offer .offer-description {
    width: 80%;
  }
}

@media (min-width: 1700px) {
  .module-listing-jobs .jobs-list .job-items .offer .offer-description {
    width: 70%;
  }
}

.module-listing-jobs .jobs-list .job-items .offer .offer-description h4,
.module-listing-jobs .jobs-list .job-items .offer .offer-description p {
  transition: color 0.8s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.module-listing-jobs .jobs-list .job-items .offer .offer-description .body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .module-listing-jobs .jobs-list .job-items .offer .offer-description .body {
    align-items: center;
    flex-direction: row;
  }
}

.module-listing-jobs .jobs-list .job-items .offer .offer-description .body .offer-tags {
  display: flex;
  align-items: center;
  gap: 10rem;
  justify-content: flex-end;
}

.module-listing-jobs .jobs-list .job-items .offer .offer-description .body .offer-tags .separator {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #3e8cff;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .module-listing-jobs .jobs-list .job-items .offer .offer-description .body .offer-tags p {
    max-width: 300rem;
  }
}

.module-listing-jobs .jobs-list .job-items .offer .icon-arrow-cta-up-left .diagonal,
.module-listing-jobs .jobs-list .job-items .offer .icon-arrow-cta-up-left:before,
.module-listing-jobs .jobs-list .job-items .offer .icon-arrow-cta-up-left:after,
.module-listing-jobs .jobs-list .job-items .offer .icon-arrow-cta-up-right .diagonal,
.module-listing-jobs .jobs-list .job-items .offer .icon-arrow-cta-up-right:before,
.module-listing-jobs .jobs-list .job-items .offer .icon-arrow-cta-up-right:after {
  transition: background 0.6s 0.1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.module-listing-jobs .plus-btn {
  margin: 32rem auto 0;
}

@media (min-width: 1025px) {
  .module-listing-jobs .plus-btn {
    margin: 120rem auto 0;
  }
}

.module-listing-jobs .plus-btn .icon-little-cross:before {
  background: #0e1a2c;
}

.module-listing-jobs .plus-btn .icon-little-cross:after {
  background: #0e1a2c;
}

.module-listing-jobs .all-offers {
  margin-left: auto;
}

@media (min-width: 1025px) {
  .module-listing-jobs .all-offers {
    margin-top: 130rem;
  }
}

.module-listing-jobs .arrow-description-button {
  margin-top: 72rem;
}

@media (min-width: 768px) {
  .module-listing-jobs .arrow-description-button {
    margin-top: 0;
  }
}

.module-logo-showcase {
  padding-top: 96rem;
  padding-bottom: 96rem;
  min-height: auto;
}

@media (min-width: 768px) {
  .module-logo-showcase {
    padding-top: 160rem;
    padding-bottom: 140rem;
  }
}

.module-logo-showcase .title {
  text-align: right;
}

.module-logo-showcase .puce-description {
  margin-top: 54rem;
}

.module-logo-showcase .embla {
  overflow: hidden;
  margin-top: 54rem;
}

@media (min-width: 768px) {
  .module-logo-showcase .embla {
    margin-top: 74rem;
  }
}

@media (min-width: 1025px) {
  .module-logo-showcase .embla {
    margin-top: 120rem;
  }
}

@media (min-width: 1440px) {
  .module-logo-showcase .embla {
    margin-top: 170rem;
  }
}

.module-logo-showcase .embla.active {
  cursor: grab;
}

.module-logo-showcase .embla.active.is-grabbing {
  cursor: grabbing;
}

.module-logo-showcase .embla .embla__viewport {
  overflow: hidden;
  justify-content: normal;
  width: 100%;
}

.module-logo-showcase .embla .embla__viewport .embla__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: normal;
  margin-left: auto;
  margin-right: auto;
}

.module-logo-showcase .embla .embla__viewport .embla__container .embla__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 12rem;
}

@media (min-width: 768px) {
  .module-logo-showcase .embla .embla__viewport .embla__container .embla__slide {
    padding: 0 28rem;
  }
}

@media (min-width: 1025px) {
  .module-logo-showcase .embla .embla__viewport .embla__container .embla__slide {
    padding: 0 47rem;
  }
}

@media (min-width: 1440px) {
  .module-logo-showcase .embla .embla__viewport .embla__container .embla__slide {
    padding: 0 61.5rem;
  }
}

.module-logo-showcase .embla .embla__viewport .embla__container .embla__slide img {
  max-width: 165rem;
  max-height: 300rem;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .module-logo-showcase .embla .embla__viewport .embla__container .embla__slide img {
    max-width: 205rem;
  }
}

@media (min-width: 1025px) {
  .module-logo-showcase .embla .embla__viewport .embla__container .embla__slide img {
    max-width: 150rem;
  }
}

@media (min-width: 1700px) {
  .module-logo-showcase .embla .embla__viewport .embla__container .embla__slide img {
    max-width: 200rem;
  }
}

.module-parallax-card .pin {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-parallax-card .pin .title {
  text-align: center;
  max-width: 327rem;
}

@media (max-width: 767px) {
  .module-parallax-card .pin .title {
    font-size: 10vw;
  }
}

@media (min-width: 768px) {
  .module-parallax-card .pin .title {
    max-width: 640rem;
  }
}

@media (min-width: 1025px) {
  .module-parallax-card .pin .title {
    max-width: 900px;
  }
}

@media (min-width: 1440px) {
  .module-parallax-card .pin .title {
    max-width: 1200px;
  }
}

.module-parallax-card .pin .title span {
  font-weight: 300 !important;
}

.module-parallax-card .pin .puce-description {
  position: absolute;
  left: 24rem;
  bottom: 24rem;
}

@media (min-width: 768px) {
  .module-parallax-card .pin .puce-description {
    left: 36rem;
    bottom: 36rem;
  }
}

@media (min-width: 1440px) {
  .module-parallax-card .pin .puce-description {
    left: 48rem;
    bottom: 48rem;
  }
}

.module-parallax-card .cards-wrapper {
  position: relative;
  z-index: 1;
  margin: 80vh 0 80vh 24rem;
}

@media (min-width: 768px) {
  .module-parallax-card .cards-wrapper {
    margin: calc(80vh - 120rem) 0 calc(80vh - 120rem) 36rem;
  }
}

@media (min-width: 1025px) {
  .module-parallax-card .cards-wrapper {
    margin: calc(80vh - 160rem) 0 calc(80vh - 160rem) 36rem;
  }
}

@media (min-width: 1440px) {
  .module-parallax-card .cards-wrapper {
    margin: calc(80vh - 160rem) auto calc(80vh - 160rem) auto;
  }
}

@media (max-width: 767px) {
  .module-parallax-card .cards-wrapper .card-parallax {
    margin-top: 24rem;
  }
}

@media (min-width: 768px) {
  .module-parallax-card .cards-wrapper .card-parallax:not(:first-of-type) {
    margin-top: 508rem;
  }

  .module-parallax-card .cards-wrapper .card-parallax:not(:first-of-type):nth-child(odd) {
    margin-top: 28rem;
  }
}

@media (min-width: 1025px) {
  .module-parallax-card .cards-wrapper .card-parallax:not(:first-of-type) {
    margin-top: 594rem;
  }

  .module-parallax-card .cards-wrapper .card-parallax:not(:first-of-type):nth-child(odd) {
    margin-top: 14rem;
  }
}

.module-parallax-card .cards-wrapper .card-parallax .card-content .description p {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .module-parallax-card .cards-wrapper .card-parallax .card-content .description ul {
    padding: 10rem 0;
  }
}

.module-parallax-card .cards-wrapper .card-parallax .card-content .description ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 22px;
}

.module-parallax-card .cards-wrapper .card-parallax .card-content .description ul li:before {
  content: "";
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  /* 
  border: 2rem solid #3e8cff; 
  margin-right: 5rem;
  margin-bottom: 5rem;
  */
  border: 2rem solid var(--yellow-500);
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 6rem;
}

.module-listing-report {
  padding-top: 149rem;
  padding-bottom: 130rem;
  overflow: unset;
}

@media (min-width: 768px) {
  .module-listing-report {
    padding-bottom: 145rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-report {
    padding-bottom: 160rem;
  }
}

.module-listing-report .title {
  max-width: 270rem;
}

@media (min-width: 768px) {
  .module-listing-report .title {
    max-width: 460rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-report .title {
    max-width: 664rem;
  }
}

.module-listing-report .puce-description {
  margin-top: 54rem;
}

@media (max-width: 767px) {
  .module-listing-report .puce-description {
    max-width: 212rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-report .puce-description {
    margin-top: 0;
  }
}

.module-listing-report .reports-wrapper .reports-number {
  overflow: hidden;
}

.module-listing-report .reports-wrapper .reports-number p {
  transform: translate3d(0, 35rem, 0);
}

@media (min-width: 768px) {
  .module-listing-report .reports-wrapper .reports-number p {
    transform: translate3d(0, 60rem, 0);
  }
}

.module-listing-report .reports-wrapper .reports-listing {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-bottom: 120rem;
}

.module-listing-report .reports-wrapper .reports-listing .report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46rem;
  padding: 32rem 24rem;
  border-bottom: 1px solid #0e1a2c;
  min-height: 120rem;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 768px) {
  .module-listing-report .reports-wrapper .reports-listing .report-item {
    padding: 32rem 40rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-report .reports-wrapper .reports-listing .report-item.secured-report:hover {
    background: #3e8cff;
  }

  .module-listing-report .reports-wrapper .reports-listing .report-item.secured-report:hover .informations p {
    color: #fff;
  }

  .module-listing-report .reports-wrapper .reports-listing .report-item.secured-report:hover .reports-secured-btn {
    opacity: 1;
  }
}

.module-listing-report .reports-wrapper .reports-listing .report-item.secured-report .reports-secured-btn {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-listing-report .reports-wrapper .reports-listing .report-item:not(.secured-report) {
  cursor: pointer;
}

.module-listing-report .reports-wrapper .reports-listing .report-item.selected {
  background: #3e8cff;
}

.module-listing-report .reports-wrapper .reports-listing .report-item.selected .informations .report-title {
  color: #fff;
}

.module-listing-report .reports-wrapper .reports-listing .report-item.selected .icon-arrow-cta-up-left .diagonal,
.module-listing-report .reports-wrapper .reports-listing .report-item.selected .icon-arrow-cta-up-left:before,
.module-listing-report .reports-wrapper .reports-listing .report-item.selected .icon-arrow-cta-up-left:after {
  background: #ffffff;
}

.module-listing-report .reports-wrapper .reports-listing .report-item:first-of-type {
  border-top: 1px solid #0e1a2c;
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-report .reports-wrapper .reports-listing .report-item:hover {
    background: #3e8cff;
  }

  .module-listing-report .reports-wrapper .reports-listing .report-item:hover .informations .report-title {
    color: #fff;
  }

  .module-listing-report .reports-wrapper .reports-listing .report-item:hover .icon-arrow-cta-up-left .diagonal,
  .module-listing-report .reports-wrapper .reports-listing .report-item:hover .icon-arrow-cta-up-left:before,
  .module-listing-report .reports-wrapper .reports-listing .report-item:hover .icon-arrow-cta-up-left:after {
    background: #ffffff;
  }
}

.module-listing-report .reports-wrapper .reports-listing .report-item .informations {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media (min-width: 768px) {
  .module-listing-report .reports-wrapper .reports-listing .report-item .informations {
    flex-direction: row;
    align-items: center;
    gap: 34rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-report .reports-wrapper .reports-listing .report-item .informations {
    gap: 56rem;
  }
}

.module-listing-report .reports-wrapper .reports-listing .report-item .informations .report-title,
.module-listing-report .reports-wrapper .reports-listing .report-item .informations .warning {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-listing-report .reports-wrapper .plus-btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 72rem;
}

@media (min-width: 768px) {
  .module-listing-report .reports-wrapper .plus-btn {
    margin-bottom: 50rem;
  }
}

.module-listing-report .pin-spacer {
  pointer-events: none;
}

.module-listing-report .arrow-description-button {
  gap: 20rem;
  pointer-events: none;
  position: absolute;
  top: calc(100vh - 100rem);
  right: 0;
}

@media (min-width: 768px) {
  .module-listing-report .arrow-description-button {
    margin-left: auto;
    top: calc(100vh - 290rem);
  }
}

@media (min-width: 1025px) {
  .module-listing-report .arrow-description-button {
    margin: 0;
    top: calc(100vh - 345rem);
  }
}

@media (min-width: 768px) {
  .module-listing-report .arrow-description-button .content {
    padding-bottom: 20rem;
  }
}

.module-listing-report .arrow-description-button .content .icon-arrow-cta-up-right {
  transform: rotate(135deg);
}

.module-listing-domains {
  padding: 96rem 0;
}

@media (min-width: 1025px) {
  .module-listing-domains {
    padding: 120rem 0;
  }
}

@media (min-width: 1440px) {
  .module-listing-domains {
    padding: 160rem 0 400rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-domains .dynamic-summary-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 145rem;
  }
}

.module-listing-domains .dynamic-summary-container .icon-arrow-cta-right {
  position: absolute;
  top: 0;
  left: 24rem;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  font-size: 32rem;
}

@media (min-width: 768px) {
  .module-listing-domains .dynamic-summary-container .icon-arrow-cta-right {
    font-size: 40rem;
    left: 36rem;
  }
}

@media (min-width: 1440px) {
  .module-listing-domains .dynamic-summary-container .icon-arrow-cta-right {
    left: 48rem;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-informations {
  position: relative;
  z-index: 2;
  margin-top: 54rem;
  padding-bottom: 245rem;
  padding-left: 24rem;
  padding-right: 24rem;
}

@media (min-width: 768px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-informations {
    padding-left: 36rem;
    padding-right: 36rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-informations {
    margin-top: 137rem;
    padding-bottom: 137rem;
  }
}

@media (min-width: 1440px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-informations {
    padding-left: 48rem;
    padding-right: 48rem;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16rem;
  padding-left: 82rem;
}

@media (min-width: 768px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper {
    padding-left: 94rem;
  }
}

@media (min-width: 1440px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper {
    padding-left: 154rem;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper button.summary.active h5 {
  color: #3e8cff;
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper button.summary:hover:not(.active) h5 {
    color: #a0c8f3;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper button.summary h5 {
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: left;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-informations .puce-description {
  margin-top: 180rem;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

@media (min-width: 1025px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay {
    position: unset;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 128rem 24rem;
  transition: border-radius 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    padding 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop {
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
  overflow-y: hidden;
  height: 190rem;
  padding-top: 96rem;
  padding-bottom: 0;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop:before {
  opacity: 1;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop .label {
  opacity: 1;
  pointer-events: all;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop .icon-cross {
  pointer-events: none;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop .introduction {
  transform: translateZ(0);
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.bg-white:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 100%);
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.bg-night-blue:before {
  background: linear-gradient(180deg, rgba(14, 26, 44, 0) 0, #0e1a2c 100%);
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner::-webkit-scrollbar {
  width: 8rem;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner::-webkit-scrollbar-thumb {
  background: #a0c8f3;
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner::-webkit-scrollbar-thumb:hover {
    background: #3e8cff;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner::-webkit-scrollbar-track {
  background: transparent;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
}

@media (min-width: 768px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
    padding: 128rem 36rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    height: 700px;
    padding: 97rem 107rem;
  }
}

@media (min-width: 1440px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
    padding: 137rem 167rem;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .icon-cross {
  position: absolute;
  top: 32rem;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .icon-cross:hover:before,
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .icon-cross:hover:after {
    background: #3e8cff;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .label {
  position: absolute;
  z-index: 2;
  top: 48rem;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .label:hover {
    color: #3e8cff;
  }
}

@media (min-width: 768px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .label {
    top: 60rem;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .introduction {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .introduction {
    max-width: 550rem;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper {
    margin-top: 34rem;
    flex-direction: row;
    gap: 41rem;
  }
}

@media (min-width: 768px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper div {
    max-width: 675rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper div {
    max-width: 250rem;
  }
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper div:last-of-type {
  padding-top: 36rem;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper div .puce {
  margin-bottom: 24rem;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-picture:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%,
      rgba(14, 26, 44, 0.25) 0%,
      #0e1a2c 90%);
}

.module-listing-domains .dynamic-summary-container .dynamic-summary-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-text-four-logos {
  padding-top: 62rem;
  padding-bottom: 62rem;
}

@media (min-width: 768px) {
  .module-text-four-logos {
    padding-top: 123rem;
    padding-bottom: 123rem;
  }
}

@media (min-width: 1440px) {
  .module-text-four-logos {
    padding-top: 225rem;
  }
}

.module-text-four-logos .quote-wrapper-content {
  position: relative;
  text-align: center;
  padding-bottom: 100rem;
  margin-left: auto;
  margin-right: auto;
  width: max(200rem, 100% - 48rem);
}

@media (min-width: 768px) {
  .module-text-four-logos .quote-wrapper-content {
    padding-bottom: 160rem;
    max-width: 80%;
  }
}

@media (min-width: 1025px) {
  .module-text-four-logos .quote-wrapper-content {
    padding-bottom: 240rem;
    max-width: 1256rem;
  }
}

@media (min-width: 1700px) {
  .module-text-four-logos .quote-wrapper-content {
    padding-bottom: 320rem;
    max-width: 1256rem;
  }
}

.module-text-four-logos .quote-wrapper-content span {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  line-height: 100%;
  font-size: 40rem;
}

@media (min-width: 768px) {
  .module-text-four-logos .quote-wrapper-content span {
    font-size: 60rem;
  }
}

@media (min-width: 1025px) {
  .module-text-four-logos .quote-wrapper-content span {
    font-size: 80rem;
  }
}

@media (min-width: 1700px) {
  .module-text-four-logos .quote-wrapper-content span {
    font-size: 100rem;
  }
}

.module-text-four-logos .quote-wrapper-content span.quote {
  transition: color 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-text-four-logos .quote-wrapper-content span.celest-blue {
  position: relative;
}

.module-text-four-logos .quote-wrapper-content span.celest-blue:first-of-type {
  top: -5rem;
  left: -5rem;
}

.module-text-four-logos .quote-wrapper-content span.celest-blue:last-of-type {
  bottom: -5rem;
  right: -5rem;
}

@media (min-width: 768px) {
  .module-text-four-logos .quote-wrapper-content span.celest-blue:first-of-type {
    top: -15rem;
    left: -15rem;
  }

  .module-text-four-logos .quote-wrapper-content span.celest-blue:last-of-type {
    bottom: -15rem;
    right: -15rem;
  }
}

@media (min-width: 768px) {
  .module-text-four-logos .description {
    width: 438rem;
  }
}

.module-text-four-logos .icons-container {
  display: flex;
  flex-direction: column;
  gap: 48rem;
  margin-top: 72rem;
}

.module-text-four-logos .icons-container.left-spacing {
  margin-left: auto;
}

@media (min-width: 768px) {
  .module-text-four-logos .icons-container {
    margin-top: 126rem;
    flex-direction: row;
    gap: 24rem;
  }
}

@media (min-width: 1025px) {
  .module-text-four-logos .icons-container {
    margin-top: 178rem;
  }
}

@media (min-width: 768px) {
  .module-text-four-logos .icons-container .icon-container:nth-child(odd) {
    padding-top: 150rem;
  }
}

@media (min-width: 1025px) {
  .module-text-four-logos .icons-container .icon-container {
    width: 284rem;
  }
}

.module-text-four-logos .icons-container .icon-container .icon {
  width: 56rem;
  padding-bottom: 30rem;
}

.module-text-four-logos .icons-container .icon-container p:not(:first-child) {
  margin: 1em 0;
}

.family-partnerships {
  padding-top: 62rem;
  padding-bottom: 62rem;
}

@media (min-width: 768px) {
  .family-partnerships {
    padding-top: 140rem;
    padding-bottom: 123rem;
  }
}

.family-partnerships .module-family-partnership {
  overflow: visible;
  margin-bottom: 120rem;
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership {
    display: flex;
    align-items: stretch;
  }
}

@media (min-width: 1025px) {
  .family-partnerships .module-family-partnership {
    margin-bottom: 320rem;
  }
}

@media (min-width: 1700px) {
  .family-partnerships .module-family-partnership {
    justify-content: center;
  }
}

.family-partnerships .module-family-partnership .picture-w {
  position: absolute;
  opacity: 0.4;
  -webkit-mask: radial-gradient(60% 50% at 50% 70%,
      #243959 0%,
      rgba(36, 57, 89, 0) 100%);
  mask: radial-gradient(60% 50% at 50% 70%,
      #243959 0%,
      rgba(36, 57, 89, 0) 100%);
  height: 50%;
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership .picture-w {
    top: 50%;
    transform: translateY(-50%);
    height: 150%;
    width: 100%;
    z-index: 1;
    -webkit-mask: radial-gradient(60% 40% at 50% 50%,
        #243959 0%,
        rgba(36, 57, 89, 0) 100%);
    mask: radial-gradient(60% 40% at 50% 50%,
        #243959 0%,
        rgba(36, 57, 89, 0) 100%);
  }
}

@media (min-width: 1025px) {
  .family-partnerships .module-family-partnership .picture-w {
    -webkit-mask: radial-gradient(45% 40% at 50% 50%,
        #243959 0%,
        rgba(36, 57, 89, 0) 100%);
    mask: radial-gradient(45% 40% at 50% 50%,
        #243959 0%,
        rgba(36, 57, 89, 0) 100%);
  }
}

.family-partnerships .module-family-partnership .picture-w:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: linear-gradient(0deg,
      rgba(62, 140, 255, 0.12),
      rgba(62, 140, 255, 0.11));
}

.family-partnerships .module-family-partnership .picture-w img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.family-partnerships .module-family-partnership .header-w {
  padding-top: 96rem;
  padding-bottom: 24rem;
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership .header-w {
    z-index: 1;
    width: 50%;
    display: flex;
    padding: 150rem 36rem 166rem;
  }
}

@media (min-width: 1025px) {
  .family-partnerships .module-family-partnership .header-w {
    padding-left: 10.5vw;
  }
}

@media (min-width: 1700px) {
  .family-partnerships .module-family-partnership .header-w {
    max-width: 850px;
    padding-left: 202rem;
  }
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership .header-w .header {
    align-self: center;
  }
}

.family-partnerships .module-family-partnership .header-w .title {
  margin-top: 56rem;
  max-width: 53vw;
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership .header-w .title {
    margin-top: 0;
    max-width: 484rem;
  }
}

.family-partnerships .module-family-partnership .header-w .previous-next-button {
  margin-top: 56rem;
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership .header-w .previous-next-button {
    margin-top: 150rem;
  }
}

.family-partnerships .module-family-partnership .slideshow {
  position: relative;
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership .slideshow {
    width: 50%;
    align-items: center;
    display: flex;
    z-index: 2;
  }
}

@media (min-width: 1700px) {
  .family-partnerships .module-family-partnership .slideshow {
    max-width: 850px;
  }
}

.family-partnerships .module-family-partnership .slideshow .slide {
  opacity: 0;
  position: absolute;
  padding-top: 56rem;
  padding-bottom: 76rem;
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership .slideshow .slide {
    padding-bottom: 166rem;
    padding-left: 8.6vw;
    padding-right: 36rem;
  }
}

@media (min-width: 1025px) {
  .family-partnerships .module-family-partnership .slideshow .slide {
    padding-right: 10.1vw;
  }
}

@media (min-width: 1700px) {
  .family-partnerships .module-family-partnership .slideshow .slide {
    padding-left: 166rem;
    padding-right: 196rem;
  }
}

.family-partnerships .module-family-partnership .slideshow .slide.active {
  z-index: 1;
}

.family-partnerships .module-family-partnership .slideshow .slide:first-of-type {
  opacity: 1;
}

.family-partnerships .module-family-partnership .slideshow .slide:first-of-type .descriptions {
  opacity: 1;
}

.family-partnerships .module-family-partnership .slideshow .slide:first-of-type .cta-line {
  opacity: 1;
}

.family-partnerships .module-family-partnership .slideshow .slide .name .parent-line {
  overflow: hidden;
}

@media (min-width: 1025px) {
  .family-partnerships .module-family-partnership .slideshow .slide .name {
    max-width: 322rem;
  }
}

.family-partnerships .module-family-partnership .slideshow .slide .descriptions {
  opacity: 0;
  margin-top: 56rem;
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership .slideshow .slide .descriptions {
    margin-top: 101rem;
  }
}

@media (min-width: 1025px) {
  .family-partnerships .module-family-partnership .slideshow .slide .descriptions {
    display: flex;
    column-gap: 42rem;
    max-width: 583rem;
  }
}

.family-partnerships .module-family-partnership .slideshow .slide .descriptions .paragraph-right {
  margin-top: 40rem;
}

@media (min-width: 1025px) {
  .family-partnerships .module-family-partnership .slideshow .slide .descriptions .paragraph-right {
    flex: 1;
  }
}

@media (min-width: 1025px) {
  .family-partnerships .module-family-partnership .slideshow .slide .descriptions .puce-description {
    flex: 1;
  }
}

.family-partnerships .module-family-partnership .slideshow .slide .cta-line {
  opacity: 0;
  margin-top: 57rem;
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership .slideshow .slide .cta-line {
    margin-top: 68rem;
  }
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership.invert {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership.invert .header-w {
    padding-left: 8.6vw;
  }
}

@media (min-width: 1700px) {
  .family-partnerships .module-family-partnership.invert .header-w {
    padding-left: 166rem;
  }
}

@media (min-width: 768px) {
  .family-partnerships .module-family-partnership.invert .slide {
    padding-left: 36rem;
  }
}

@media (min-width: 1025px) {
  .family-partnerships .module-family-partnership.invert .slide {
    padding-left: 10.5vw;
    padding-right: 8.6vw;
  }
}

@media (min-width: 1700px) {
  .family-partnerships .module-family-partnership.invert .slide {
    padding-left: 202rem;
  }
}

@media (min-width: 768px) {
  .module-articles-slideshow .arrow-description-button {
    position: absolute;
    right: 0;
    bottom: 100px;
  }
}

.module-articles-slideshow.bg-night-blue .term,
.module-articles-slideshow.bg-night-blue .slideshow-title {
  color: #fff;
}

.module-articles-slideshow .slideshow-title {
  margin-left: 24rem;
}

@media (min-width: 1025px) {
  .module-articles-slideshow .slideshow-title {
    margin-left: 134rem;
  }
}

@media (min-width: 1440px) {
  .module-articles-slideshow .slideshow-title {
    margin-left: 180rem;
  }
}

@media (min-width: 1700px) {
  .module-articles-slideshow .slideshow-title {
    margin-left: 218rem;
  }
}

.module-articles-slideshow .terms-w {
  display: flex;
  align-items: center;
}

@media (min-width: 1025px) {
  .module-articles-slideshow .terms-w {
    margin-left: 58rem;
  }
}

@media (min-width: 1440px) {
  .module-articles-slideshow .terms-w {
    margin-left: 90rem;
  }
}

@media (min-width: 1700px) {
  .module-articles-slideshow .terms-w {
    margin-left: 128rem;
  }
}

.module-articles-slideshow .terms-w .terms-arrow {
  transform: rotate(180deg);
  margin-left: 24rem;
  margin-top: 6px;
}

.module-articles-slideshow .terms-w .terms {
  position: relative;
  display: flex;
  column-gap: 20rem;
  margin-left: 11rem;
  overflow: hidden;
  height: fit-content;
  align-items: center;
}

@media (min-width: 768px) {
  .module-articles-slideshow .terms-w .terms {
    height: 64rem;
  }
}

@media (min-width: 1025px) {
  .module-articles-slideshow .terms-w .terms {
    height: 118rem;
  }
}

@media (min-width: 1025px) {
  .module-articles-slideshow .terms-w .terms {
    column-gap: 64rem;
  }
}

.module-articles-slideshow .terms-w .terms .term {
  cursor: pointer;
  line-height: 100%;
}

.module-articles-slideshow .terms-w .terms .term:first-of-type {
  color: #3e8cff;
}

@media (min-width: 768px) {
  .module-articles-slideshow .terms-w .terms .term {
    white-space: nowrap;
  }
}

.module-articles-slideshow .embla {
  margin-top: 48px;
  overflow: hidden;
  cursor: grab;
}

@media (min-width: 1025px) {
  .module-articles-slideshow .embla {
    margin-top: 64px;
    padding-left: 116rem;
  }
}

@media (min-width: 1440px) {
  .module-articles-slideshow .embla {
    margin-top: 64px;
    padding-left: 164rem;
  }
}

@media (min-width: 1700px) {
  .module-articles-slideshow .embla {
    padding-left: 202rem;
  }
}

.module-articles-slideshow .embla.is-dragging {
  cursor: grabbing;
}

.module-articles-slideshow .embla .embla__container {
  display: flex;
  column-gap: 20rem;
  margin-left: 24rem;
  margin-right: 23rem;
}

@media (min-width: 1025px) {
  .module-articles-slideshow .embla .embla__container {
    column-gap: 24rem;
  }
}

.module-articles-slideshow .embla .embla__container .embla__slide .news-card {
  width: 241rem;
}

@media (min-width: 1025px) {
  .module-articles-slideshow .embla .embla__container .embla__slide .news-card {
    width: 438rem;
  }
}

.diversity .module-articles-slideshow {
  padding-top: 48rem;
}

.module-recruitment-process {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 48rem 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .module-recruitment-process {
    padding: 160rem 0;
  }
}

.module-recruitment-process .slideshow-wrapper {
  position: relative;
  margin-top: 64rem;
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper {
    margin-top: 100rem;
  }
}

@media (min-width: 1440px) {
  .module-recruitment-process .slideshow-wrapper {
    margin-top: 200rem;
  }
}

@media (min-width: 1700px) {
  .module-recruitment-process .slideshow-wrapper {
    margin-top: 240rem;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow-top {
  width: 100%;
}

.module-recruitment-process .slideshow-wrapper .slideshow-top .title {
  display: flex;
  width: 100%;
  color: #3e8cff;
  grid-row-start: 1;
  height: fit-content;
  overflow: hidden;
}

.module-recruitment-process .slideshow-wrapper .slideshow-top .title span {
  height: fit-content;
}

.module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper {
  display: flex;
  grid-row-start: 1;
  flex-direction: row;
  position: relative;
  width: 100%;
  align-items: flex-end;
}

.module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper.space-between {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper.space-between {
    justify-content: flex-end;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper.flex-start {
  justify-content: flex-start;
  gap: 40rem;
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper.flex-start {
    gap: 20rem;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper {
    gap: 20rem;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) {
  .module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper {
    gap: 30rem;
  }
}

@media (min-width: 1700px) {
  .module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper {
    gap: 60rem;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper .progress {
  font-family: Libre Caslon Display;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  color: #a0c8f3;
  width: 36rem;
  height: 60rem;
  font-size: 32rem;
  line-height: 32rem;
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.6s linear;
  transform-origin: left top;
}

.module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper .progress.active {
  color: #3e8cff;
  width: 70rem;
  transform: scale(2.375);
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper .progress.active {
    transform: scale(2.05);
  }
}

@media (min-width: 1025px) {
  .module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper .progress.active {
    width: 105rem;
    transform: scale(2.8);
  }
}

@media (min-width: 1440px) {
  .module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper .progress.active {
    width: 205rem;
  }
}

@media (min-width: 1440px) {
  .module-recruitment-process .slideshow-wrapper .slideshow-top .progress-wrapper .progress {
    width: 73rem;
    height: 120rem;
    font-size: 64rem;
    line-height: 64rem;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f6f7f9;
  padding-top: 144rem;
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow {
    padding-top: 0;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow .title {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 144rem;
  border-top: 1px solid #0e1a2c;
  border-bottom: 1px solid #0e1a2c;
  background-color: #f6f7f9;
  color: #3e8cff;
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow {
    height: 400rem;
    border-top: 1px solid #0e1a2c;
    border-bottom: 1px solid #0e1a2c;
  }
}

@media (min-width: 1025px) {
  .module-recruitment-process .slideshow-wrapper .slideshow {
    height: 500rem;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow .slide {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  position: absolute;
  top: calc(50rem + 50%);
  transform: translate3d(0, -50%, 0);
  left: 0;
  width: calc(100vw - 48rem);
  opacity: 0;
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow .slide {
    top: 32rem;
    width: 100%;
    transform: translateZ(0);
  }
}

@media (min-width: 1025px) {
  .module-recruitment-process .slideshow-wrapper .slideshow .slide {
    top: 64rem;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow .slide:first-of-type {
  opacity: 1;
}

.module-recruitment-process .slideshow-wrapper .slideshow .slide .puce {
  stroke-dashoffset: var(--circumference);
  stroke-dasharray: var(--circumference) var(--circumference);
}

.module-recruitment-process .slideshow-wrapper .slideshow .slide p {
  color: #0e1a2c;
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow .slide p {
    max-height: 320px;
    column-width: 220px;
    column-gap: 30px;
  }
}

@media (min-width: 1440px) {
  .module-recruitment-process .slideshow-wrapper .slideshow .slide p {
    max-height: 360px;
    column-width: 267px;
    column-gap: 40px;
  }
}

@media (min-width: 1700px) {
  .module-recruitment-process .slideshow-wrapper .slideshow .slide p {
    max-height: 300px;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow .navigation-wrapper {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8rem;
  width: calc(100vw - 48rem);
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow .navigation-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24rem;
    width: 100%;
    padding-top: 32rem;
    padding-bottom: 32rem;
  }
}

@media (min-width: 1025px) {
  .module-recruitment-process .slideshow-wrapper .slideshow .navigation-wrapper {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow .navigation-wrapper .control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  border: 1.5px solid #a0c8f3;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .module-recruitment-process .slideshow-wrapper .slideshow .navigation-wrapper .control:hover {
    transform: scale(0.9);
  }
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow .navigation-wrapper .control {
    width: 70rem;
    height: 70rem;
  }
}

.module-recruitment-process .slideshow-wrapper .slideshow .navigation-wrapper .control i {
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 14rem;
}

@media (min-width: 768px) {
  .module-recruitment-process .slideshow-wrapper .slideshow .navigation-wrapper .control i {
    font-size: 20rem;
  }
}

.module-title-and-description {
  padding-top: 148rem;
  padding-bottom: 148rem;
}

@media (min-width: 1440px) {
  .module-title-and-description {
    padding-top: 214rem;
    padding-bottom: 214rem;
  }
}

.module-title-and-description .title {
  max-width: 270rem;
}

@media (min-width: 768px) {
  .module-title-and-description .title {
    max-width: 460rem;
  }
}

@media (min-width: 1025px) {
  .module-title-and-description .title {
    max-width: 664rem;
  }
}

.module-title-and-description .puce-description {
  margin-top: 54rem;
}

@media (max-width: 767px) {
  .module-title-and-description .puce-description {
    max-width: 212rem;
  }
}

@media (min-width: 1025px) {
  .module-title-and-description .puce-description {
    margin-top: 71rem;
  }
}

.module-expertise-areas-cards {
  overflow: visible;
  padding-bottom: 500rem;
}

.module-expertise-areas-cards .background-expertise {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .background-expertise {
    display: block;
  }
}

.module-expertise-areas-cards .title {
  z-index: 1;
}

.module-expertise-areas-cards .arrow {
  background-color: #3e8cff;
  width: 25rem;
  height: 1px;
  position: fixed;
  top: 150rem;
  left: 22rem;
  opacity: 0;
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .arrow {
    top: 0;
    position: relative;
    opacity: 1;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media (min-width: 1440px) {
  .module-expertise-areas-cards .arrow {
    width: 48rem;
  }
}

.module-expertise-areas-cards .arrow:after,
.module-expertise-areas-cards .arrow:before {
  content: "";
  position: absolute;
  background-color: #3e8cff;
  width: 22rem;
  height: 1px;
}

@media (min-width: 1440px) {

  .module-expertise-areas-cards .arrow:after,
  .module-expertise-areas-cards .arrow:before {
    width: 39rem;
  }
}

.module-expertise-areas-cards .arrow:after {
  right: 0;
  transform-origin: right;
  transform: rotate(45deg);
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .arrow:after {
    transform: rotate(45deg) scaleX(0);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  }
}

.module-expertise-areas-cards .arrow:before {
  right: 0;
  transform-origin: right;
  transform: rotate(-45deg);
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .arrow:before {
    transform: rotate(-45deg) scaleX(0);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  }
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .arrow.show-icon {
    transform: scaleX(1);
  }

  .module-expertise-areas-cards .arrow.show-icon:before {
    transform: rotate(-45deg) scaleX(1);
  }

  .module-expertise-areas-cards .arrow.show-icon:after {
    transform: rotate(45deg) scaleX(1);
  }
}

.module-expertise-areas-cards .overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(14, 26, 44, 0.5);
  z-index: 1;
  opacity: 0;
  top: 0;
}

.module-expertise-areas-cards .content {
  position: relative;
  padding-top: 62rem;
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .content {
    padding-top: 144rem;
  }
}

.module-expertise-areas-cards .content .expertise-areas {
  position: relative;
}

.module-expertise-areas-cards .content .expertise-areas .expertise-area {
  cursor: pointer;
  transition: color 0.4s;
}

.module-expertise-areas-cards .content .expertise-areas .expertise-area:not(:last-of-type) {
  margin-bottom: 28rem;
}

.module-expertise-areas-cards .content .expertise-areas .expertise-area.active {
  /* color: #3e8cff; */
  color: var(--yellow-300);
}

.module-expertise-areas-cards .content .cards-w {
  display: none;
  position: fixed;
  height: 480rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 350rem;
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .content .cards-w {
    display: block;
    transform: unset;
    position: absolute;
    top: 220rem;
    right: 90rem;
    width: 22vw;
    left: unset;
    min-width: 300rem;
    max-width: 435rem;
  }
}

.module-expertise-areas-cards .content .cards-w .card {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  padding: 46rem 80rem 46rem 48rem;
  /* background-color: #0e1a2c; */
  background-color: var(--yellow-500);
  border-radius: 4rem;
  opacity: 0;
  max-width: 350rem;
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .content .cards-w .card {
    height: 480rem;
  }
}

.module-expertise-areas-cards .content .cards-w .card .cross-icon {
  position: absolute;
  right: 55rem;
  top: 55rem;
  width: 46rem;
  height: 46rem;
  z-index: 1;
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .content .cards-w .card .cross-icon {
    display: none;
  }
}

.module-expertise-areas-cards .content .cards-w .card .cross-icon:before {
  content: "";
  background-color: #a0c8f3;
  transform: rotate(45deg);
  position: absolute;
  left: 20rem;
  content: " ";
  height: 55rem;
  width: 2px;
}

.module-expertise-areas-cards .content .cards-w .card .cross-icon:after {
  content: "";
  background-color: #a0c8f3;
  transform: rotate(-45deg);
  position: absolute;
  left: 20rem;
  content: " ";
  height: 55rem;
  width: 2px;
}

.module-expertise-areas-cards .content .cards-w .card .card-content {
  position: relative;
  height: 100%;
}

.module-expertise-areas-cards .content .cards-w .card .card-content .description {
  margin-top: 48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  line-clamp: 12;
  -webkit-box-orient: vertical;
}

.module-expertise-areas-cards .content .cards-w .card .card-content .description .split-line {
  opacity: 0;
}

.module-expertise-areas-cards .content .cards-w .card .card-content .cta-w {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 30rem;
  position: absolute;
  bottom: 0;
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .content .cards-w .card .card-content .cta-w {
    column-gap: unset;
    justify-content: space-between;
  }
}

.module-expertise-areas-cards .content .cards-w .card .card-content .cta-w .cta-readmore {
  justify-self: end;
  flex-shrink: 0;
}

.module-expertise-areas-cards .content .cards-w .card .card-content .cta-w .line {
  width: 26vw;
  max-width: 130rem;
  height: 1.5px;
  transform-origin: left;
}

@media (min-width: 1025px) {
  .module-expertise-areas-cards .content .cards-w .card .card-content .cta-w .line {
    width: 6vw;
    transform: scaleX(0);
  }
}

.module-expertise-areas-cards .puce-description {
  margin-top: 64rem;
  z-index: 1;
}

.module-expertise-areas-cards.night,
.module-expertise-areas-cards.night .background-expertise {
  background-color: #0e1a2c;
}

.module-expertise-areas-cards.night .title,
.module-expertise-areas-cards.night .expertise-area {
  color: #fff;
}

.module-expertise-areas-cards.night .cards-w .card {
  background-color: #07101f;
}

.module-expertise-areas-cards.night .puce-description .fs-p4 {
  color: #fff;
}

.module-listing-dynamic-summary .puce-description {
  margin-top: 54rem;
}

@media (min-width: 1025px) {
  .module-listing-dynamic-summary .puce-description {
    margin-top: 34rem;
  }
}

.module-listing-dynamic-summary .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1025px) {
  .module-listing-dynamic-summary .dynamic-summary-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 145rem;
    min-height: 768rem;
  }
}

@media (min-width: 1700px) {
  .module-listing-dynamic-summary .dynamic-summary-container {
    min-height: 1080rem;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations {
  position: relative;
  z-index: 2;
  margin-top: 54rem;
  padding-bottom: 245rem;
  padding-left: 24rem;
  padding-right: 24rem;
}

@media (min-width: 768px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations {
    padding-left: 36rem;
    padding-right: 36rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations {
    margin-top: 137rem;
    padding-bottom: 137rem;
  }
}

@media (min-width: 1440px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations {
    padding-left: 48rem;
    padding-right: 48rem;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .icon-cross {
  position: absolute;
  top: 0;
  left: 24rem;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 36rem;
  height: 36rem;
}

@media (min-width: 768px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .icon-cross {
    left: 36rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .icon-cross {
    width: 56rem;
    height: 56rem;
  }
}

@media (min-width: 1440px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .icon-cross {
    left: 48rem;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16rem;
  padding-left: 82rem;
}

@media (min-width: 768px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper {
    padding-left: 94rem;
  }
}

@media (min-width: 1440px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper {
    padding-left: 154rem;
    max-width: 600rem;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper button.summary.active {
  cursor: default;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper button.summary.active h5 {
  color: #3e8cff;
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper button.summary:hover:not(.active) h5 {
    color: #a0c8f3;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .dynamic-summary-wrapper button.summary h5 {
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: left;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-informations .puce-description {
  margin-top: 180rem;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay {
  max-height: 100vh;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 128rem 24rem;
  transition: border-radius 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    padding 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 #e8ebf1;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop {
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
  overflow-y: hidden;
  height: 190rem;
  padding-top: 96rem;
  padding-bottom: 0;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop:before {
  opacity: 1;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop .label {
  opacity: 1;
  pointer-events: all;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop .icon-cross {
  pointer-events: none;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.pop .introduction {
  transform: translateZ(0);
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.bg-white:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 100%);
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner.bg-night-blue:before {
  background: linear-gradient(180deg, rgba(14, 26, 44, 0) 0, #0e1a2c 100%);
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner::-webkit-scrollbar {
  width: 8rem;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner::-webkit-scrollbar-thumb {
  background: #a0c8f3;
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner::-webkit-scrollbar-thumb:hover {
    background: #3e8cff;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner::-webkit-scrollbar-track {
  background: transparent;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
  scrollbar-width: thin;
  scrollbar-color: #a0c8f3 transparent;
}

@media (min-width: 768px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
    padding: 128rem 36rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    padding: 97rem 107rem;
  }
}

@media (min-width: 1440px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner {
    padding: 137rem 167rem;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .icon-cross {
  position: absolute;
  top: 32rem;
  transform: rotate(45deg);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {

  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .icon-cross:hover:before,
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .icon-cross:hover:after {
    background: #3e8cff;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .label {
  position: absolute;
  z-index: 2;
  top: 48rem;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .label:hover {
    color: #3e8cff;
  }
}

@media (min-width: 768px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .label {
    top: 60rem;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .introduction {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .introduction {
    max-width: 480rem;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper {
  margin-top: 34rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper {
    flex-direction: row;
    gap: 41rem;
    margin-top: 93rem;
  }
}

@media (min-width: 768px) {

  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-left,
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-right {
    max-width: 675rem;
  }
}

@media (min-width: 1025px) {

  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-left,
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-right {
    width: 100%;
    max-width: 250rem;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-left .puce,
.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-right .puce {
  margin-bottom: 24rem;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-left p,
.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-right p {
  margin-bottom: 16rem;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-left ul li,
.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-right ul li {
  position: relative;
  margin-bottom: 16rem;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-left ul li:before,
.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-right ul li:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-flex;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 2rem solid #3e8cff;
  margin-right: 6rem;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .dynamic-summary-overlay-inner .descriptions-wrapper .description-right {
  margin-top: 36rem;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .insights-cta {
  margin-top: 36rem;
  margin-bottom: 50rem;
}

@media (min-width: 1025px) {
  .module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-overlay .insights-cta {
    margin-bottom: 0;
  }
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-picture {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-picture:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%,
      rgba(14, 26, 44, 0.25) 0%,
      #0e1a2c 90%);
}

.module-listing-dynamic-summary .dynamic-summary-container .dynamic-summary-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-content-image-alternate {
  position: relative;
}

@media (min-width: 768px) {
  .module-content-image-alternate {
    padding-bottom: 286rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate.align-left .container .content-container {
    flex-direction: row;
  }
}

@media (min-width: 768px) {

  .module-content-image-alternate.align-left .container .content-container .content-title,
  .module-content-image-alternate.align-left .container .content-container .content-subtitle {
    width: 500rem;
  }
}

@media (min-width: 1440px) {

  .module-content-image-alternate.align-left .container .content-container .content-title,
  .module-content-image-alternate.align-left .container .content-container .content-subtitle {
    width: 600rem;
  }
}

@media (min-width: 1700px) {

  .module-content-image-alternate.align-left .container .content-container .content-title,
  .module-content-image-alternate.align-left .container .content-container .content-subtitle {
    width: 900rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate.align-left .container .content-container .body {
    padding-right: 10rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate.align-left .container .content-container .body {
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate.align-left .container .content-container .image-link-container {
    margin-right: -48rem;
  }
}

@media (min-width: 768px) {
  .module-content-image-alternate.align-left .container .content-container .image-link-container .image-wrapper {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .module-content-image-alternate.align-left .container .content-container .image-link-container .awards-link {
    left: -178rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate.align-right .container .content-container {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {

  .module-content-image-alternate.align-right .container .content-container .content-title,
  .module-content-image-alternate.align-right .container .content-container .content-subtitle {
    margin-left: auto;
    text-align: right;
    max-width: 900rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate.align-right .container .content-container .image-link-container {
    margin-left: -48rem;
  }
}

@media (min-width: 768px) {
  .module-content-image-alternate.align-right .container .content-container .image-link-container .image-wrapper {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .module-content-image-alternate.align-right .container .content-container .image-link-container .awards-link {
    right: -178rem;
  }
}

@media (min-width: 768px) {
  .module-content-image-alternate.align-right .container .content-container .infos .body {
    justify-content: flex-end;
  }
}

.module-content-image-alternate .container .content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 72rem;
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container {
    gap: 97rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate .container .content-container {
    gap: 0;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .infos {
    margin-top: 120rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate .container .content-container .infos {
    margin-top: 80rem;
    margin-bottom: 200rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container .infos {
    margin-top: 150rem;
  }
}

@media (min-width: 1700px) {
  .module-content-image-alternate .container .content-container .infos {
    margin-top: 209rem;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .infos.with-subtitle {
    margin-top: 40rem;
  }
}

.module-content-image-alternate .container .content-container .infos.with-subtitle .body {
  margin-top: 25rem;
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .infos.with-subtitle .body {
    margin-top: 40rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container .infos.with-subtitle .body {
    margin-top: 50rem;
  }
}

@media (min-width: 1700px) {
  .module-content-image-alternate .container .content-container .infos.with-subtitle .body {
    margin-top: 96rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate .container .content-container .infos .content-title {
    font-size: 70rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container .infos .content-title {
    font-size: 102.4rem;
  }
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .infos .content-title.small-title {
    font-size: 50rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container .infos .content-title.small-title {
    font-size: 70rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate .container .content-container .infos .content-title.verysmall-title {
    font-size: 50rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container .infos .content-title.verysmall-title {
    font-size: 60rem;
  }
}

@media (min-width: 1700px) {
  .module-content-image-alternate .container .content-container .infos .content-title.verysmall-title {
    font-size: 102.4rem;
  }
}

.module-content-image-alternate .container .content-container .infos .content-subtitle {
  margin-top: 25rem;
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .infos .content-subtitle {
    width: 390rem;
    margin-top: 40rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate .container .content-container .infos .content-subtitle {
    width: 430rem;
    margin-top: 50rem;
    font-size: 18rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container .infos .content-subtitle {
    width: 490rem;
  }
}

@media (min-width: 1700px) {
  .module-content-image-alternate .container .content-container .infos .content-subtitle {
    margin-top: 96rem;
  }
}

.module-content-image-alternate .container .content-container .infos .body {
  display: flex;
  flex-direction: column;
  margin-top: 56rem;
  gap: 32rem;
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .infos .body {
    flex-direction: row;
    margin-top: 80rem;
    padding-left: 100rem;
    gap: 65rem;
  }
}

@media (min-width: 1025px) {
  .module-content-image-alternate .container .content-container .infos .body {
    margin-top: 60rem;
    padding-left: 50rem;
    gap: 30rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container .infos .body {
    margin-top: 100rem;
  }
}

@media (min-width: 1700px) {
  .module-content-image-alternate .container .content-container .infos .body {
    margin-top: 160rem;
    padding-left: 165rem;
    gap: 85rem;
  }
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .infos .body .puce-description {
    width: 260rem;
  }
}

.module-content-image-alternate .container .content-container .image-link-container {
  margin-left: -24rem;
  margin-right: -24rem;
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .image-link-container {
    margin-left: 0;
    margin-right: 0;
  }
}

.module-content-image-alternate .container .content-container .image-link-container .image-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .image-link-container .image-wrapper {
    width: 400rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container .image-link-container .image-wrapper {
    width: 500rem;
  }
}

@media (min-width: 1700px) {
  .module-content-image-alternate .container .content-container .image-link-container .image-wrapper {
    width: 640rem;
  }
}

.module-content-image-alternate .container .content-container .image-link-container .ratio-image {
  overflow: hidden;
}

.module-content-image-alternate .container .content-container .image-link-container .ratio-image:before {
  padding-top: 143.4%;
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .image-link-container .ratio-image:before {
    padding-top: 142.5%;
  }
}

.module-content-image-alternate .container .content-container .image-link-container .awards-link {
  position: relative;
}

@media (min-width: 768px) {
  .module-content-image-alternate .container .content-container .image-link-container .awards-link {
    position: absolute;
    width: 260rem;
    height: 260rem;
    z-index: 1;
    bottom: -130rem;
    padding: 30rem 30rem 25rem;
  }
}

@media (min-width: 1440px) {
  .module-content-image-alternate .container .content-container .image-link-container .awards-link {
    position: absolute;
    padding: 48rem 48rem 33rem;
    width: 332rem;
    height: 332rem;
    z-index: 1;
    bottom: -166.5rem;
  }
}

@media (min-width: 1025px) {
  .module-job-offers {
    padding-bottom: 330rem;
  }
}

@media (min-width: 768px) {
  .module-job-offers .breadcrumb {
    margin-top: 248rem;
  }
}

.module-job-offers .title {
  margin-top: 149rem;
}

@media (min-width: 768px) {
  .module-job-offers .title {
    margin-top: 24rem;
  }
}

.module-job-offers .job-title {
  margin-top: 16rem;
}

@media (min-width: 768px) {
  .module-job-offers .job-title {
    margin-top: 24rem;
  }
}

.module-job-offers .extra-infos {
  margin-top: 47rem;
  display: flex;
  column-gap: 12rem;
  flex-wrap: wrap;
  row-gap: 8rem;
  justify-content: end;
}

@media (min-width: 768px) {
  .module-job-offers .extra-infos {
    margin-top: 163rem;
  }
}

.module-job-offers .extra-infos li {
  display: flex;
  column-gap: 8rem;
  align-items: center;
}

.module-job-offers hr {
  width: 100%;
  margin-top: 54rem;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #0e1a2c;
}

@media (min-width: 768px) {
  .module-job-offers hr {
    margin-top: 100rem;
  }
}

.module-job-offers hr.mission-hr {
  margin-top: 96rem;
}

@media (min-width: 768px) {
  .module-job-offers hr.mission-hr {
    margin-top: 29rem;
  }
}

.module-job-offers .section-title {
  margin-top: 54rem;
}

@media (min-width: 768px) {
  .module-job-offers .section-title {
    margin-top: 100rem;
  }
}

.module-job-offers .section-text {
  margin-top: 54rem;
}

@media (min-width: 768px) {
  .module-job-offers .section-text {
    margin-top: 132rem;
  }
}

.module-job-offers .section-text p {
  font-size: 20rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 500;
  color: #0e1a2c;
}

@media (min-width: 768px) {
  .module-job-offers .section-text p {
    font-size: 17.6rem;
  }
}

@media (min-width: 1025px) {
  .module-job-offers .section-text p {
    font-size: 18.2rem;
    line-height: 135%;
  }
}

@media (min-width: 1440px) {
  .module-job-offers .section-text p {
    font-size: 19.2rem;
  }
}

.module-job-offers .section-text ul {
  margin-top: 64rem;
}

@media (min-width: 768px) {
  .module-job-offers .section-text ul {
    margin-top: 80rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24rem;
  }
}

.module-job-offers .section-text ul:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 9999rem;
  border: 2rem solid #3e8cff;
  position: absolute;
  margin-top: -40rem;
}

@media (min-width: 768px) {
  .module-job-offers .section-text ul:before {
    margin-top: 24rem;
  }
}

.module-job-offers .section-text ul li,
.module-job-offers .section-text ul li p {
  font-size: 16rem;
  line-height: 130%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 500;
  color: #0e1a2c;
}

@media (min-width: 768px) {

  .module-job-offers .section-text ul li,
  .module-job-offers .section-text ul li p {
    font-size: 14.4rem;
  }
}

@media (min-width: 1025px) {

  .module-job-offers .section-text ul li,
  .module-job-offers .section-text ul li p {
    font-size: 16rem;
    line-height: 135%;
  }
}

.module-job-offers .section-text ul li {
  position: relative;
}

.module-job-offers .section-text ul li:not(:first-of-type) {
  margin-top: 24rem;
}

@media (min-width: 768px) {
  .module-job-offers .section-text ul li:not(:first-of-type) {
    margin-top: 60rem;
  }
}

@media (min-width: 768px) {
  .module-job-offers .section-text ul li {
    margin-top: 60rem;
  }
}

.module-job-offers .application-title {
  margin-top: 96rem;
}

@media (min-width: 768px) {
  .module-job-offers .application-title {
    margin-top: 233rem;
  }
}

.module-job-offers .puce-description {
  margin-top: 54rem;
}

@media (min-width: 768px) {
  .module-job-offers .puce-description {
    margin-top: 132rem;
  }
}

.module-job-offers .arrow-description-button {
  margin-top: 96rem;
}

@media (min-width: 768px) {
  .module-job-offers .arrow-description-button {
    margin-left: auto;
  }
}

@media (min-width: 1025px) {
  .module-job-offers .arrow-description-button {
    margin: unset;
    position: absolute;
    right: 0;
    top: calc(100vh - 330rem);
  }
}

.module-listing-reports-filterable {
  margin-top: 149rem;
  overflow: unset;
}

@media (min-width: 768px) {
  .module-listing-reports-filterable {
    margin-top: 248rem;
  }
}

@media (min-width: 1025px) {
  .module-listing-reports-filterable {
    padding-bottom: 300rem;
  }
}

.module-listing-reports-filterable .puce-description {
  margin-top: 54rem;
  width: 100%;
}

@media (min-width: 768px) {
  .module-listing-reports-filterable .puce-description {
    width: 284rem;
    margin-top: 71rem;
  }
}

.module-listing-reports-filterable .types-w {
  overflow: hidden;
}

.module-listing-reports-filterable .types-w .reports-types {
  margin-top: 64rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .module-listing-reports-filterable .types-w .reports-types {
    column-gap: 24rem;
  }
}

.module-listing-reports-filterable .types-w .reports-types h4 {
  cursor: pointer;
  transition: color 0.4s ease-out;
}

@media (max-width: 767px) {
  .module-listing-reports-filterable .types-w .reports-types h4 {
    font-size: 26rem;
  }
}

@media (max-width: 767px) {
  .module-listing-reports-filterable .types-w .reports-types h4.active {
    color: #3e8cff;
  }
}

@media (min-width: 768px) {
  .module-listing-reports-filterable .types-w .reports-types h4 {
    width: 50%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-listing-reports-filterable .types-w .reports-types h4:hover {
    color: #3e8cff;
  }
}

@media (min-width: 768px) {
  .module-listing-reports-filterable .types-w .border {
    position: relative;
    display: block;
    width: 100%;
    height: 1.5rem;
    background-color: #0e1a2c33;
    margin-top: 38rem;
  }
}

@media (min-width: 768px) {
  .module-listing-reports-filterable .types-w .border .active-border {
    position: absolute;
    top: -50%;
    left: -24rem;
    width: 50%;
    height: 3rem;
    background-color: #3e8cff;
  }
}

@media (min-width: 768px) {
  .module-listing-reports-filterable .header {
    overflow: hidden;
  }
}

.module-listing-reports-filterable .filter-w {
  height: 200rem;
  padding-top: 60rem;
}

@media (min-width: 1025px) {
  .module-listing-reports-filterable .filter-w {
    height: 180rem;
    padding-top: 80rem;
  }
}

.module-listing-reports-filterable .filter-w .competitiveness-reports-description {
  display: none;
  opacity: 0;
}

.module-listing-reports-filterable .filter-w .competitiveness-reports-url {
  display: none;
  opacity: 0;
  align-items: end;
  column-gap: 25rem;
}

@media (min-width: 768px) {
  .module-listing-reports-filterable .filter-w .filter {
    margin-top: 24rem;
  }
}

.module-listing-reports-filterable .reports-wrapper .reports-number {
  overflow: hidden;
}

.module-listing-reports-filterable .reports-wrapper .reports-number p {
  transform: translate3d(0, 35rem, 0);
}

@media (min-width: 768px) {
  .module-listing-reports-filterable .reports-wrapper .reports-number p {
    transform: translate3d(0, 60rem, 0);
  }
}

.module-listing-reports-filterable .reports-wrapper .reports-listing {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-bottom: 120rem;
}

.module-listing-reports-filterable .reports-wrapper .plus-btn {
  margin-left: auto;
  margin-right: auto;
  transform: opacity 0.4s ease;
}

.module-listing-reports-filterable .reports-wrapper .plus-btn:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.module-listing-reports-filterable .pin-spacer {
  pointer-events: none;
}

.module-listing-reports-filterable .arrow-description-button {
  gap: 20rem;
  pointer-events: none;
  position: absolute;
  top: calc(100vh - 100rem);
  right: 0;
}

@media (min-width: 768px) {
  .module-listing-reports-filterable .arrow-description-button {
    margin-left: auto;
    top: calc(100vh - 290rem);
  }
}

@media (min-width: 1025px) {
  .module-listing-reports-filterable .arrow-description-button {
    margin: 0;
    top: calc(100vh - 345rem);
  }
}

@media (min-width: 768px) {
  .module-listing-reports-filterable .arrow-description-button .content {
    padding-bottom: 20rem;
  }
}

.module-listing-reports-filterable .arrow-description-button .content .icon-arrow-cta-up-right {
  transform: rotate(135deg);
}

.module-hero-listing {
  padding-top: 149rem;
  padding-bottom: 60rem;
}

@media (min-width: 1440px) {
  .module-hero-listing {
    padding-top: 248rem;
    padding-bottom: 100rem;
  }
}

.module-hero-listing .title {
  max-width: 270rem;
}

@media (min-width: 768px) {
  .module-hero-listing .title {
    max-width: 460rem;
  }
}

@media (min-width: 1025px) {
  .module-hero-listing .title {
    max-width: 664rem;
  }
}

.module-hero-listing .puce-description {
  margin-top: 54rem;
}

@media (max-width: 767px) {
  .module-hero-listing .puce-description {
    max-width: 212rem;
  }
}

@media (min-width: 1025px) {
  .module-hero-listing .puce-description {
    margin-top: 0;
  }
}

.module-favorite-areas {
  padding-top: 95rem;
}

@media (min-width: 768px) {
  .module-favorite-areas {
    padding-top: 100rem;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas {
    padding-top: 140rem;
  }
}

@media (min-width: 1440px) {
  .module-favorite-areas {
    padding-top: 220rem;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .title {
    text-align: right;
  }
}

.module-favorite-areas .container {
  position: relative;
}

.module-favorite-areas .container .icon-cross {
  position: absolute;
  bottom: -50rem;
  display: block;
  cursor: pointer;
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  max-width: 39rem;
  max-height: 39rem;
}

.module-favorite-areas .container .icon-cross:before,
.module-favorite-areas .container .icon-cross:after {
  background-color: #a0c8f3;
}

.module-favorite-areas .container .puce-description {
  padding-top: 40rem;
}

.module-favorite-areas .areas-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.module-favorite-areas .areas-wrapper .circle-w {
  position: absolute;
  aspect-ratio: 1/1;
  height: fit-content;
  z-index: 3;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  width: 46vw;
  height: auto;
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .circle-w {
    width: 30vw;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .circle-w {
    width: 16.6vw;
  }
}

.module-favorite-areas .areas-wrapper .circle-w[data-index-values="0"] {
  left: 50vw;
  top: calc(50vh - 35vw);
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .circle-w[data-index-values="0"] {
    top: calc(50vh - 24vw);
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .circle-w[data-index-values="0"] {
    top: calc(50vh - 11vw);
  }
}

.module-favorite-areas .areas-wrapper .circle-w[data-index-values="1"] {
  left: 84vw;
  top: 50vh;
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .circle-w[data-index-values="1"] {
    left: 73vw;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .circle-w[data-index-values="1"] {
    left: 63vw;
  }
}

.module-favorite-areas .areas-wrapper .circle-w[data-index-values="1"] .value-svg .value-circle.circle-anim {
  opacity: 1;
  animation-play-state: running;
}

.module-favorite-areas .areas-wrapper .circle-w[data-index-values="2"] {
  left: 50vw;
  top: calc(50vh + 35vw);
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .circle-w[data-index-values="2"] {
    top: calc(50vh + 24vw);
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .circle-w[data-index-values="2"] {
    top: calc(50vh + 11vw);
  }
}

.module-favorite-areas .areas-wrapper .circle-w[data-index-values="3"] {
  left: 16vw;
  top: 50vh;
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .circle-w[data-index-values="3"] {
    left: 27vw;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .circle-w[data-index-values="3"] {
    left: 37vw;
  }
}

.module-favorite-areas .areas-wrapper .circle-w[data-index-values="3"] .value-svg .value-circle.circle-anim {
  opacity: 1;
  animation-play-state: running;
}

@media (hover: hover) and (pointer: fine) {
  .module-favorite-areas .areas-wrapper .circle-w:hover .value-svg .value-circle.circle-anim {
    opacity: 1;
    stroke-width: 4px;
    animation-play-state: running;
  }

  .module-favorite-areas .areas-wrapper .circle-w:hover .value-svg .circle-text {
    fill: #3e8cff;
  }
}

.module-favorite-areas .areas-wrapper .circle-w .value-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.module-favorite-areas .areas-wrapper .circle-w .value-svg .value-circle {
  stroke-width: 1.5px;
  stroke: #a0c8f3;
  stroke-opacity: 0.2;
  stroke-dasharray: 314.16 0;
  fill: none;
}

.module-favorite-areas .areas-wrapper .circle-w .value-svg .value-circle.circle-anim {
  stroke-dasharray: 500 1500;
  transform: rotate(-180deg);
  stroke-width: 2px;
  stroke: #3e8cff;
  stroke-opacity: 1;
  opacity: 0;
  transform-origin: center;
  transition: stroke-dasharray 2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    stroke-width 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: dash 10s linear infinite;
  animation-play-state: paused;
}

@keyframes dash {
  0% {
    stroke-dasharray: 300 1500;
    transform: rotate(0);
  }

  50% {
    stroke-dasharray: 300 1500;
    transform: rotate(180deg);
  }

  to {
    stroke-dasharray: 300 1500;
    transform: rotate(360deg);
  }
}

.module-favorite-areas .areas-wrapper .circle-w .value-svg .circle-text {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  fill: #fff;
  transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center;
  transform: translateZ(0);
  font-size: 16rem;
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .circle-w .value-svg .circle-text {
    font-size: 20rem;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .circle-w .value-svg .circle-text {
    font-size: 22rem;
  }
}

@media (min-width: 1440px) {
  .module-favorite-areas .areas-wrapper .circle-w .value-svg .circle-text {
    font-size: 24rem;
  }
}

.module-favorite-areas .areas-wrapper .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="0"] .img {
    transform-origin: bottom center;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="0"] .img-bg {
    transform: translate3d(0, -30%, 0);
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="0"] .img-crop {
    transform: translate3d(0, -30%, 0) scale(0.8);
    clip-path: circle(calc(10.375vw - 0.3%) at 50vw calc(50vh - 13.75vw + 25%));
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="1"] .img {
    transform-origin: left center;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="1"] .img-bg {
    transform: translate3d(30%, 0, 0);
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="1"] .img-crop {
    transform: translate3d(30%, 0, 0) scale(0.8);
    clip-path: circle(calc(10.375vw - 0.3%) at calc(66.25vw - 25%) 50vh);
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="2"] .img {
    transform-origin: top center;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="2"] .img-bg {
    transform: translate3d(0, 30%, 0);
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="2"] .img-crop {
    transform: translate3d(0, 30%, 0) scale(0.8);
    clip-path: circle(calc(10.375vw - 0.3%) at 50vw calc(50vh + 13.75vw - 25%));
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="3"] .img {
    transform-origin: right center;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="3"] .img-bg {
    transform: translate3d(-30%, 0, 0);
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image[data-index-values="3"] .img-crop {
    transform: translate3d(-30%, 0, 0) scale(0.8);
    clip-path: circle(calc(10.375vw - 0.3%) at calc(33.75vw + 25%) 50vh);
  }
}

.module-favorite-areas .areas-wrapper .background-image .img {
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  display: none;
  opacity: 0;
}

.module-favorite-areas .areas-wrapper .background-image .img.img-crop {
  display: none;
  z-index: 2;
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image .img.img-crop {
    display: block;
  }
}

.module-favorite-areas .areas-wrapper .background-image .img.img-bg {
  z-index: 1;
  -webkit-mask: radial-gradient(60% 50% at 50% 50%,
      rgba(36, 57, 89, 0.4) 10%,
      rgba(36, 57, 89, 0) 100%);
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image .img.img-bg {
    transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image .img.img-bg.active {
    transform: translate3d(-30%, 0, 0) scale(1.2);
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .background-image .img.img-bg {
    -webkit-mask: radial-gradient(50% 50% at 50% 50%,
        rgba(36, 57, 89, 0.4) 10%,
        rgba(36, 57, 89, 0) 100%);
  }
}

.module-favorite-areas .areas-wrapper .center-circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #07101f;
  z-index: 3;
  width: 36.8vw;
  height: 36.8vw;
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .center-circle {
    width: 24vw;
    height: 24vw;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .center-circle {
    width: 13.28vw;
    height: 13.28vw;
    padding: 0 50rem;
  }
}

.module-favorite-areas .areas-wrapper .center-circle p {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  color: #3e8cff;
  text-align: center;
  font-size: 16rem;
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .center-circle p {
    font-size: 20rem;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .center-circle p {
    font-size: 22rem;
  }
}

@media (min-width: 1440px) {
  .module-favorite-areas .areas-wrapper .center-circle p {
    font-size: 24rem;
  }
}

.module-favorite-areas .areas-wrapper .outer-circle {
  width: 115vw;
  height: 115vw;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #a0c8f3;
  opacity: 0.2;
  pointer-events: none;
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .outer-circle {
    width: 73.5vw;
    height: 73.5vw;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .outer-circle {
    width: 38.18vw;
    height: 38.18vw;
  }
}

.module-favorite-areas .areas-wrapper .bg-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 4;
  display: none;
}

.module-favorite-areas .areas-wrapper .bg-texts .bg-text {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  background-color: #07101f;
  font-size: 120rem;
}

@media (min-width: 768px) {
  .module-favorite-areas .areas-wrapper .bg-texts .bg-text {
    font-size: 260rem;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .areas-wrapper .bg-texts .bg-text {
    font-size: 480rem;
  }
}

@media (min-width: 1025px) {
  .module-favorite-areas .puce-description {
    margin-top: 0rem;
    margin-left: 48rem;
    padding-bottom: 70rem;
  }
}

#page-404 {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-404 .wrapper {
  position: absolute;
  left: 24rem;
  top: 96rem;
}

@media (min-width: 1025px) {
  #page-404 .wrapper {
    left: 48rem;
    top: 120rem;
  }
}

@media (min-width: 1440px) {
  #page-404 .wrapper {
    top: 160rem;
  }
}

#page-404 .wrapper .back-link {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 60rem;
  width: fit-content;
}

@media (hover: hover) and (pointer: fine) {
  #page-404 .wrapper .back-link:hover .back-btn {
    transform: scale(0.8);
  }

  #page-404 .wrapper .back-link:hover .back-btn i:first-of-type {
    transform: translate3d(-300%, 0, 0) scale(1.2);
  }

  #page-404 .wrapper .back-link:hover .back-btn i:last-of-type {
    transform: translateZ(0) scale(1.2);
  }

  #page-404 .wrapper .back-link:hover span {
    /* color: #a0c8f3; */
    color: var(--yellow-300);
  }
}

#page-404 .wrapper .back-link .back-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  transform: scaleZ(1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}

#page-404 .wrapper .back-link .back-btn i {
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 14rem;
}

@media (min-width: 768px) {
  #page-404 .wrapper .back-link .back-btn i {
    font-size: 20rem;
  }
}

#page-404 .wrapper .back-link .back-btn i:first-of-type {
  transform: translateZ(0);
}

#page-404 .wrapper .back-link .back-btn i:last-of-type {
  transform: translate3d(300%, 0, 0);
}

#page-404 .wrapper .back-link span {
  opacity: 1;
  transform: translateZ(0);
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

#page-404 .background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50rem;
}

#page-404 .background svg {
  position: absolute;
  width: 120%;
}

@media (min-width: 768px) {
  #page-404 .background svg {
    width: 80%;
  }
}

@media (min-width: 1025px) {
  #page-404 .background svg {
    width: 60%;
  }
}

#page-404 .background .animated {
  stroke-dasharray: 900;
  animation: animate 10s infinite linear;
}

#page-404 .background .animated g {
  stroke-width: 0.5mm;
}

@media (min-width: 768px) {
  #page-404 .background .animated g {
    stroke-width: 1mm;
  }
}

@keyframes animate {
  to {
    stroke-dashoffset: 1800;
  }
}

#page-404 .fs-h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 800rem;
  text-align: center;
}

.module-news-listing {
  margin-top: 70rem;
  margin-bottom: 70rem;
}

@media (min-width: 1025px) {
  .module-news-listing {
    margin-top: 120rem;
    margin-bottom: 120rem;
  }
}

.module-news-listing .news-row {
  margin-bottom: 97rem;
}

.module-news-listing .news-row.hidden {
  display: none;
}

@media (min-width: 768px) {
  .module-news-listing .news-row {
    margin-bottom: 126rem;
  }
}

@media (min-width: 1025px) {
  .module-news-listing .news-row {
    margin-bottom: 154rem;
  }
}

@media (min-width: 1440px) {
  .module-news-listing .news-row {
    margin-bottom: 172rem;
  }
}

.module-news-listing .news-row.odd .news-card-highlight {
  margin-top: 97rem;
}

@media (min-width: 1440px) {
  .module-news-listing .news-row.odd .news-card-highlight {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .module-news-listing .news-row.odd .embla .embla__container .news-card {
    width: calc(50% - 12rem);
  }
}

@media (max-width: 1439px) and (min-width: 1025px) {
  .module-news-listing .news-row.odd .embla .embla__container .news-card .img-wrapper {
    height: 420rem;
  }
}

@media (min-width: 1440px) {
  .module-news-listing .news-row.odd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24rem;
  }

  .module-news-listing .news-row.odd.reverse .news-card-highlight {
    order: -1;
  }
}

.module-news-listing .news-row .embla {
  cursor: grab;
  height: fit-content;
}

.module-news-listing .news-row .embla.is-grabbing {
  cursor: grabbing;
}

.module-news-listing .news-row .embla .embla__container {
  display: flex;
  grid-column-gap: 16rem;
}

@media (min-width: 768px) {
  .module-news-listing .news-row .embla .embla__container {
    grid-column-gap: 20rem;
  }
}

@media (min-width: 1440px) {
  .module-news-listing .news-row .embla .embla__container {
    grid-column-gap: 24rem;
  }
}

.module-news-listing .news-row .embla .embla__container .news-card {
  flex: 0 0 auto;
  width: 240rem;
}

@media (min-width: 768px) {
  .module-news-listing .news-row .embla .embla__container .news-card {
    width: 320rem;
  }
}

@media (min-width: 1025px) {
  .module-news-listing .news-row .embla .embla__container .news-card {
    width: 420rem;
  }
}

@media (min-width: 1440px) {
  .module-news-listing .news-row .embla .embla__container .news-card {
    width: 440rem;
  }
}

.module-news-listing .plus-btn {
  margin-left: auto;
  margin-right: auto;
}

.module-news-redactor .line {
  width: 100%;
  height: 2px;
  background: #0e1a2c;
}

.module-news-redactor .line:last-of-type {
  margin-bottom: 72rem;
}

@media (min-width: 1025px) {
  .module-news-redactor .line:last-of-type {
    margin-bottom: 0;
  }
}

.module-news-redactor .redactor-wrapper {
  padding-top: 72rem;
  padding-bottom: 42rem;
}

@media (min-width: 1025px) {
  .module-news-redactor .redactor-wrapper {
    padding-top: 96rem;
    padding-bottom: 72rem;
  }
}

@media (min-width: 1440px) {
  .module-news-redactor .redactor-wrapper {
    display: flex;
    align-items: center;
    gap: 180rem;
  }
}

.module-news-redactor .redactor-wrapper .img-wrapper {
  display: block;
  position: relative;
  z-index: 2;
  width: 240rem;
  height: 240rem;
  border-radius: 50%;
  margin-bottom: 72rem;
  flex-shrink: 0;
}

@media (hover: hover) and (pointer: fine) {

  .module-news-redactor .redactor-wrapper .img-wrapper:hover .img-wrapper-content:before,
  .module-news-redactor .redactor-wrapper .img-wrapper:hover .img-wrapper-content .icon-cross {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .module-news-redactor .redactor-wrapper .img-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .module-news-redactor .redactor-wrapper .img-wrapper {
    margin-bottom: 56rem;
  }
}

@media (min-width: 1025px) {
  .module-news-redactor .redactor-wrapper .img-wrapper {
    width: 300rem;
    height: 300rem;
  }
}

@media (min-width: 1440px) {
  .module-news-redactor .redactor-wrapper .img-wrapper {
    width: 360rem;
    height: 360rem;
    margin-bottom: 0;
  }
}

.module-news-redactor .redactor-wrapper .img-wrapper .circle {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 20%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid rgba(160, 200, 243, 0.2);
  pointer-events: none;
}

@media (max-width: 767px) {
  .module-news-redactor .redactor-wrapper .img-wrapper .circle {
    margin-left: auto;
    left: 15%;
  }
}

.module-news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: auto;
  overflow: hidden;
  cursor: pointer;
}

.module-news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  border-radius: 50%;
  border: 3px solid #3e8cff;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content .icon-cross {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content .default {
  position: relative;
  width: 100%;
  height: 100%;
  background: #07101f;
}

.module-news-redactor .redactor-wrapper .informations-wrapper {
  min-height: 180rem;
  max-width: 300rem;
  width: 100%;
}

@media (min-width: 768px) {
  .module-news-redactor .redactor-wrapper .informations-wrapper {
    max-width: 360rem;
  }
}

@media (min-width: 1440px) {
  .module-news-redactor .redactor-wrapper .informations-wrapper {
    max-width: 405rem;
  }
}

.module-news-redactor .redactor-wrapper .informations-wrapper .associate-job .identity-position {
  margin-top: 2rem;
}

.module-news-redactor .redactor-wrapper .informations-wrapper .informations-row {
  display: flex;
  justify-content: space-between;
  gap: 32rem;
  margin-top: 8rem;
}

.module-news-redactor .redactor-wrapper .informations-wrapper .informations-row .associate-location {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-top: 32rem;
}

.module-news-redactor .redactor-wrapper .informations-wrapper .informations-row .associate-location i {
  font-size: 16rem;
}

.module-news-redactor .redactor-wrapper .informations-wrapper .informations-row .associates-connexions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.module-news-redactor .redactor-wrapper .informations-wrapper .informations-row .associates-connexions a {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .module-news-redactor .redactor-wrapper .informations-wrapper .informations-row .associates-connexions a:hover {
    color: #3e8cff;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .module-news-redactor .arrow-description-button {
    margin-left: auto;
  }
}

@media (min-width: 1025px) {
  .module-news-redactor .arrow-description-button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.module-news-highlight {
  margin-top: 32rem;
  margin-bottom: 88rem;
}

@media (min-width: 1025px) {
  .module-news-highlight {
    margin-top: 72rem;
    margin-bottom: 240rem;
  }
}

@media (max-width: 767px) {
  .module-news-highlight .highlight-news-wrapper {
    margin-bottom: 105rem;
  }
}

.module-news-highlight .highlight-news-wrapper .embla {
  position: relative;
  margin-bottom: 24rem;
  cursor: grab;
  overflow: hidden;
}

.module-news-highlight .highlight-news-wrapper .embla.is-grabbing {
  cursor: grabbing;
}

@media (min-width: 768px) {
  .module-news-highlight .highlight-news-wrapper .embla {
    margin-bottom: 32rem;
  }
}

@media (min-width: 1025px) {
  .module-news-highlight .highlight-news-wrapper .embla {
    margin-bottom: 48rem;
  }
}

.module-news-highlight .highlight-news-wrapper .embla .pagination {
  position: absolute;
  z-index: 1;
  bottom: 20rem;
  right: 20rem;
  display: flex;
  gap: 8rem;
}

@media (min-width: 768px) {
  .module-news-highlight .highlight-news-wrapper .embla .pagination {
    bottom: 26rem;
    right: 28rem;
  }
}

@media (min-width: 1025px) {
  .module-news-highlight .highlight-news-wrapper .embla .pagination {
    bottom: 35rem;
    right: 37rem;
  }
}

.module-news-highlight .highlight-news-wrapper .embla .pagination .pagination-dot {
  width: 18rem;
  height: 14rem;
  border: 2px solid #ffffff;
  border-radius: 3rem;
  cursor: pointer;
  transition: border 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-news-highlight .highlight-news-wrapper .embla .pagination .pagination-dot.active {
  border: 2px solid #3e8cff;
}

@media (hover: hover) and (pointer: fine) {
  .module-news-highlight .highlight-news-wrapper .embla .pagination .pagination-dot:hover {
    border: 3px solid #3e8cff;
  }
}

.module-news-highlight .highlight-news-wrapper .embla .embla__container {
  display: flex;
}

.module-news-highlight .highlight-news-wrapper .embla .embla__container .embla__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 240rem;
  overflow: hidden;
  border-radius: 4rem;
}

@media (min-width: 768px) {
  .module-news-highlight .highlight-news-wrapper .embla .embla__container .embla__slide {
    height: 540rem;
  }
}

@media (min-width: 1025px) {
  .module-news-highlight .highlight-news-wrapper .embla .embla__container .embla__slide {
    height: 720rem;
  }
}

@media (min-width: 1440px) {
  .module-news-highlight .highlight-news-wrapper .embla .embla__container .embla__slide {
    height: 980rem;
  }
}

.module-news-highlight .highlight-news-wrapper .embla .embla__container .embla__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-news-highlight .highlight-news-wrapper .informations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}

@media (min-width: 768px) {
  .module-news-highlight .highlight-news-wrapper .informations-wrapper {
    flex-direction: row;
    gap: 70rem;
  }
}

.module-news-highlight .highlight-news-wrapper .informations-wrapper .title {
  width: 100%;
}

.module-news-highlight .highlight-news-wrapper .informations-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media (min-width: 768px) {
  .module-news-highlight .highlight-news-wrapper .informations-wrapper .content {
    max-width: 370rem;
  }
}

@media (min-width: 1025px) {
  .module-news-highlight .highlight-news-wrapper .informations-wrapper .content {
    gap: 12rem;
    max-width: 430rem;
  }
}

@media (min-width: 1025px) {
  .module-news-highlight .highlight-news-wrapper .informations-wrapper .content {
    gap: 16rem;
  }
}

.module-news-highlight .highlight-news-wrapper .informations-wrapper .content .label {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.module-news-highlight .highlight-news-wrapper .informations-wrapper .content .description {
  font-size: 22rem;
  line-height: 130%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .module-news-highlight .highlight-news-wrapper .informations-wrapper .content .description {
    font-size: 22.4rem;
  }
}

@media (min-width: 1025px) {
  .module-news-highlight .highlight-news-wrapper .informations-wrapper .content .description {
    font-size: 25.6rem;
  }
}

.module-news-highlight .highlight-news-wrapper .informations-wrapper .content .date {
  opacity: 0.3;
}

.module-news-highlight .highlight-news-wrapper .informations-wrapper .content .cta-line {
  margin-top: 18rem;
}

@media (min-width: 1025px) {
  .module-news-highlight .highlight-news-wrapper .informations-wrapper .content .cta-line {
    margin-top: 20rem;
  }
}

@media (min-width: 1025px) {
  .module-news-highlight .highlight-news-wrapper .informations-wrapper .content .cta-line {
    margin-top: 32rem;
  }
}

.module-news-paragraphs {
  padding-top: 10rem;
  padding-bottom: 96rem;
}

@media (min-width: 1440px) {
  .module-news-paragraphs {
    padding-bottom: 178rem;
  }
}

@media (max-width: 767px) {
  .module-news-paragraphs .legend {
    margin-bottom: 56rem;
  }
}

@media (min-width: 768px) {
  .module-news-paragraphs .legend {
    position: absolute;
    left: 36rem;
  }
}

@media (min-width: 1025px) {
  .module-news-paragraphs .legend {
    left: 48rem;
  }
}

.module-news-paragraphs .paragraphs-wrapper .paragraph {
  margin-bottom: 56rem;
}

@media (min-width: 1025px) {
  .module-news-paragraphs .paragraphs-wrapper .paragraph {
    margin-bottom: 78rem;
  }
}

.module-news-paragraphs .paragraphs-wrapper .paragraphs-listing {
  display: flex;
  flex-direction: column;
  margin-bottom: 56rem;
}

.module-news-paragraphs .paragraphs-wrapper .paragraphs-listing.only_right p.paragraph_right {
  padding-top: 0;
}

@media (min-width: 1025px) {
  .module-news-paragraphs .paragraphs-wrapper .paragraphs-listing {
    margin-bottom: 78rem;
  }
}

@media (min-width: 1440px) {
  .module-news-paragraphs .paragraphs-wrapper .paragraphs-listing {
    flex-direction: row;
    gap: 24rem;
  }
}

.module-news-paragraphs .paragraphs-wrapper .paragraphs-listing .puce-description {
  width: 50%;
}

.module-news-paragraphs .paragraphs-wrapper .paragraphs-listing p {
  max-width: 50%;
}

.module-news-paragraphs .paragraphs-wrapper .paragraphs-listing p.paragraph_right {
  padding-top: 36rem;
}

.module-news-paragraphs .paragraphs-wrapper .paragraph-quote {
  display: flex;
  justify-content: flex-end;
  margin-top: 20rem;
  margin-bottom: 56rem;
}

@media (min-width: 1025px) {
  .module-news-paragraphs .paragraphs-wrapper .paragraph-quote {
    margin-bottom: 78rem;
  }
}

.module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote {
  position: relative;
}

@media (min-width: 1025px) {
  .module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote {
    width: 80%;
  }
}

@media (min-width: 1440px) {
  .module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote {
    width: 70%;
  }
}

.module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote .fs-p1 {
  color: #a0c8f3;
}

@media (min-width: 768px) {
  .module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote .fs-p1 {
    margin-top: 46rem;
  }
}

.module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote span.celest-blue {
  position: relative;
}

.module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote span.celest-blue:first-of-type {
  top: -5rem;
  left: -5rem;
}

.module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote span.celest-blue:last-of-type {
  bottom: -15rem;
  right: -5rem;
}

@media (min-width: 768px) {
  .module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote span.celest-blue:first-of-type {
    top: -10rem;
    left: -10rem;
  }

  .module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote span.celest-blue:last-of-type {
    bottom: -10rem;
    right: -10rem;
  }
}

.module-news-paragraphs .paragraphs-wrapper .paragraph-quote .wrapper-paragraph-quote .author {
  margin-top: 20px;
  color: #a0c8f3;
}

.module-news-presentation {
  padding-top: 154rem;
  padding-bottom: 96rem;
}

.module-news-presentation .zoom-button {
  background: #0e1a2c;
  margin: 20px 0;
}

.module-news-presentation .zoom-button .zoom-button-text {
  color: #fff;
}

@media (min-width: 768px) {
  .module-news-presentation {
    padding-top: 130rem;
    padding-bottom: 136rem;
  }
}

@media (min-width: 1440px) {
  .module-news-presentation {
    padding-top: 148rem;
  }
}

@media (min-width: 1700px) {
  .module-news-presentation {
    padding-top: 248rem;
  }
}

.module-news-presentation .container {
  position: relative;
}

.module-news-presentation .breadcrumb-news {
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin-bottom: 32rem;
  gap: 10rem;
  z-index: 1;
}

@media (min-width: 1025px) {
  .module-news-presentation .breadcrumb-news {
    margin-bottom: 40rem;
  }
}

@media (min-width: 1440px) {
  .module-news-presentation .breadcrumb-news {
    margin-bottom: 48rem;
  }
}

.module-news-presentation .breadcrumb-news .separator {
  width: 4rem;
  height: 4rem;
  background: #a0c8f3;
  border-radius: 50%;
}

.module-news-presentation .breadcrumb-news a {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (hover: hover) and (pointer: fine) {
  .module-news-presentation .breadcrumb-news a:hover {
    color: #a0c8f3;
  }
}

@media (min-width: 1025px) {
  .module-news-presentation .breadcrumb-news a {
    max-width: 400rem;
  }
}

.module-news-presentation .breadcrumb-news .date {
  opacity: 0.3;
}

@media (min-width: 768px) {
  .module-news-presentation .title {
    max-width: 500rem;
  }
}

@media (min-width: 1025px) {
  .module-news-presentation .title {
    max-width: 1055rem;
    font-size: 102rem;
  }
}

.module-news-presentation .social-network {
  margin-bottom: 32rem;
}

@media (min-width: 768px) {
  .module-news-presentation .social-network {
    position: absolute;
    top: 90rem;
    right: 0;
    margin-bottom: 0;
  }
}

.module-news-presentation .relative {
  position: relative;
}

@media (min-width: 1440px) {
  .module-news-presentation .relative .informations-wrapper {
    max-width: 320rem;
  }
}

.module-news-presentation .informations-wrapper {
  margin-top: 48rem;
}

@media (min-width: 1025px) {
  .module-news-presentation .informations-wrapper {
    max-width: 220rem;
  }
}

@media (min-width: 1440px) {
  .module-news-presentation .informations-wrapper {
    position: relative;
    max-width: 320rem;
  }
}

.module-news-presentation .informations-wrapper .date {
  opacity: 0.3;
  margin-bottom: 16rem;
}

@media (min-width: 768px) {
  .module-news-presentation .informations-wrapper .date {
    margin-bottom: 24rem;
  }
}

@media (min-width: 1025px) {
  .module-news-presentation .informations-wrapper .date {
    margin-bottom: 46rem;
  }
}

.module-news-presentation .informations-wrapper .relations {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.module-news-presentation .informations-wrapper .relations .relation {
  display: flex;
  gap: 16rem;
  align-items: center;
}

.module-news-presentation .informations-wrapper .authors {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  margin-top: 16rem;
}

@media (min-width: 768px) {
  .module-news-presentation .informations-wrapper .authors {
    margin-top: 20rem;
  }
}

@media (min-width: 1025px) {
  .module-news-presentation .informations-wrapper .authors {
    margin-top: 36rem;
  }
}

.module-news-presentation .informations-wrapper .authors .author-title {
  opacity: 0.3;
}

.module-news-presentation .informations-wrapper .authors .author {
  display: flex;
  gap: 16rem;
  align-items: center;
}

.module-news-presentation .picture-wrapper {
  margin-top: 72rem;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .module-news-presentation .picture-wrapper {
    margin-top: 96rem;
  }
}

@media (min-width: 1025px) {
  .module-news-presentation .picture-wrapper {
    margin-top: 120rem;
  }
}

@media (min-width: 1440px) {
  .module-news-presentation .picture-wrapper {
    margin-top: 100rem;
  }
}

.module-news-presentation .picture-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-news-presentation .description {
  margin-top: 56rem;
}

@media (min-width: 768px) {
  .module-news-presentation .description {
    margin-top: 72rem;
  }
}

@media (min-width: 1025px) {
  .module-news-presentation .description {
    margin-top: 96rem;
  }
}

@media (min-width: 1440px) {
  .module-news-presentation .description {
    margin-top: 120rem;
  }
}

.module-news-presentation .legend {
  margin-top: 72rem;
}

@media (min-width: 1025px) {
  .module-news-presentation .legend {
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
}

.module-news-presentation .legend .img-wrapper {
  max-width: 330rem;
  max-height: 240rem;
  height: 100%;
  margin-bottom: 34rem;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .module-news-presentation .legend .img-wrapper {
    max-width: 420rem;
    max-height: 270rem;
  }
}

@media (min-width: 1025px) {
  .module-news-presentation .legend .img-wrapper {
    max-width: 330rem;
    height: 220rem;
  }
}

@media (min-width: 1440px) {
  .module-news-presentation .legend .img-wrapper {
    max-width: 420rem;
    max-height: 320rem;
  }
}

.module-news-presentation .legend .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-news-presentation .report-wrapper {
  position: relative;
  padding-top: 72rem;
  height: fit-content;
  cursor: pointer;
}

@media (min-width: 768px) {
  .module-news-presentation .report-wrapper {
    padding-top: 52rem;
  }
}

.module-news-presentation .report-wrapper .caption {
  opacity: 0.3;
}

.module-news-presentation .report-wrapper .report-picture-wrapper {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 46rem;
  min-height: 465px;
}

@media (min-width: 1025px) {
  .module-news-presentation .report-wrapper .report-picture-wrapper {
    min-height: 450rem;
  }
}

@media (min-width: 1700px) {
  .module-news-presentation .report-wrapper .report-picture-wrapper {
    min-height: 588rem;
  }
}

.module-news-presentation .report-wrapper .report-picture-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.module-news-presentation .report-wrapper .report-picture-wrapper .overlay .overlay-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 32rem;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768px) {
  .module-news-presentation .report-wrapper .report-picture-wrapper .overlay .overlay-inner {
    padding: 30rem;
    gap: 25rem;
  }
}

@media (min-width: 1700px) {
  .module-news-presentation .report-wrapper .report-picture-wrapper .overlay .overlay-inner {
    gap: 75rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-news-presentation .report-wrapper .report-picture-wrapper:hover img {
    transform: scale(1.1);
  }
}

.module-news-presentation .report-wrapper .report-picture-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-news-presentation .paragraphs-wrapper {
  margin-top: 72rem;
}

@media (min-width: 768px) {
  .module-news-presentation .paragraphs-wrapper {
    margin-top: 96rem;
  }
}

@media (min-width: 1025px) {
  .module-news-presentation .paragraphs-wrapper {
    margin-top: 120rem;
  }
}

@media (min-width: 1440px) {
  .module-news-presentation .paragraphs-wrapper {
    margin-top: 160rem;
  }
}

.module-news-presentation .paragraphs-wrapper video {
  height: 100%;
  width: 100%;
}

.module-news-presentation .paragraphs-wrapper .paragraph:not(:first-child) {
  margin-top: 20px;
}

.module-news-presentation .paragraphs-wrapper .paragraph p:not(:first-child) {
  margin-top: 20px;
}

.module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote {
  display: flex;
  justify-content: flex-end;
  margin-top: 20rem;
  padding-bottom: 30rem;
}

.module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote {
  position: relative;
}

@media (min-width: 1025px) {
  .module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote {
    width: 80%;
  }
}

@media (min-width: 1440px) {
  .module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote {
    width: 70%;
  }
}

.module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote .fs-p1 {
  color: #a0c8f3;
  font-size: 22rem;
}

@media (min-width: 768px) {
  .module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote .fs-p1 {
    font-size: 26rem;
    margin-top: 46rem;
  }
}

.module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote span.celest-blue {
  position: relative;
  font-size: 22rem;
}

.module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote span.celest-blue:first-of-type {
  top: -5rem;
  left: -5rem;
}

.module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote span.celest-blue:last-of-type {
  bottom: -15rem;
  right: -5rem;
}

@media (min-width: 768px) {
  .module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote span.celest-blue {
    font-size: 26rem;
  }

  .module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote span.celest-blue:first-of-type {
    top: -10rem;
    left: -10rem;
  }

  .module-news-presentation .paragraphs-wrapper .paragraph .paragraphe-quote .wrapper-paragraphe-quote span.celest-blue:last-of-type {
    bottom: -10rem;
    right: -10rem;
  }
}

.module-news-presentation .paragraphs-wrapper .paragraph img {
  width: 100%;
  height: 100%;
}

.module-news-presentation .paragraphs-wrapper .paragraph:not(:last-child) {
  margin-bottom: 24rem;
}

.module-news-presentation .paragraphs-wrapper .paragraph ul {
  margin-top: 12rem;
}

.module-news-presentation .paragraphs-wrapper .paragraph li {
  position: relative;
  margin-bottom: 16rem;
}

.module-news-presentation .paragraphs-wrapper .paragraph li:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-flex;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 2rem solid #3e8cff;
  margin-right: 6rem;
}

.module-news-presentation .paragraphs-wrapper .paragraph ul>li>ul>li {
  margin-left: 16rem;
}

.module-news-presentation .paragraphs-wrapper .paragraph ul>li>ul>li:first-child {
  margin-top: 12rem;
}

.module-news-presentation .paragraphs-wrapper .paragraph ul>li>ul>li:before {
  content: "-";
  position: relative;
  top: -1px;
  display: inline-flex;
  border-radius: 50%;
  border: none;
  margin-right: 6rem;
}

@media (min-width: 768px) {
  .module-awards-hero {
    padding-bottom: 500px;
  }
}

@media (min-width: 1440px) {
  .module-awards-hero {
    padding-bottom: 200px;
  }
}

.module-awards-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.module-awards-hero .background picture {
  display: none;
}

.module-awards-hero .background video {
  display: none;
}

.module-awards-hero .background canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.module-awards-hero .background svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 300 + 2px);
  pointer-events: none;
}

.module-awards-hero .background .background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: radial-gradient(circle,
      rgba(134, 160, 255, 0.1),
      rgba(255, 255, 255, 0) 30%);
}

@media (min-width: 768px) {
  .module-awards-hero .background .background-overlay {
    top: -50%;
    left: -30%;
  }
}

.module-awards-hero .awards-hero {
  min-height: 150vh;
  position: relative;
}

@media (min-width: 768px) {
  .module-awards-hero .awards-hero {
    min-height: 100vh;
  }
}

@media (min-width: 1440px) {
  .module-awards-hero .awards-hero {
    margin-bottom: 0;
  }
}

.module-awards-hero .awards-hero .title-container {
  z-index: 1;
  position: relative;
}

.module-awards-hero .awards-hero .scroll-down-cta {
  display: none;
}

@media (min-width: 768px) {
  .module-awards-hero .awards-hero .scroll-down-cta {
    display: block;
  }
}

.module-awards-hero .awards-hero .awards-container {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-width: 768px) {
  .module-awards-hero .awards-hero .awards-container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
}

.module-awards-hero .awards-hero .awards-container .container {
  height: 100%;
  align-items: center;
}

.module-awards-hero .awards-hero .awards-container .container .cta-close-w .cta-close {
  pointer-events: all;
}

.module-awards-hero .awards-hero .awards-container .container .cta-close-w .cta-close .icon-cross {
  display: block;
  transform: rotate(45deg);
  transition: transform 0.4s ease-out, background-color 0.2s linear;
}

.module-awards-hero .awards-hero .awards-container .container .cta-close-w .cta-close .icon-cross:before,
.module-awards-hero .awards-hero .awards-container .container .cta-close-w .cta-close .icon-cross:after {
  background-color: #07101f;
}

@media (hover: hover) and (pointer: fine) {
  .module-awards-hero .awards-hero .awards-container .container .cta-close-w .cta-close .icon-cross:hover {
    transform: rotate(135deg);
  }

  .module-awards-hero .awards-hero .awards-container .container .cta-close-w .cta-close .icon-cross:hover:before,
  .module-awards-hero .awards-hero .awards-container .container .cta-close-w .cta-close .icon-cross:hover:after {
    background-color: #3e8cff;
  }
}

.module-awards-hero .awards-hero .awards-container .container .awards-w {
  pointer-events: all;
  margin-top: 60vh;
  max-width: 400px;
  margin-left: auto;
  z-index: 1;
}

@media (min-width: 1025px) {
  .module-awards-hero .awards-hero .awards-container .container .awards-w {
    margin-top: 65.2vh;
  }
}

@media (min-width: 1440px) {
  .module-awards-hero .awards-hero .awards-container .container .awards-w {
    margin-right: 100rem;
    margin-top: 30.2vh;
  }
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .categories {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .categories .category {
  font-weight: 500;
  transition: color 0.2s linear;
  position: relative;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .categories .category.active {
  color: #3e8cff;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .categories .category.active:after {
  opacity: 1;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .categories .category:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  bottom: -33px;
  opacity: 1;
  background-color: #3e8cff;
  transition: opacity 0.2s linear;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container {
  position: relative;
  border-radius: 4px;
  padding: 37rem 31rem 47rem 50rem;
}

@media (min-width: 1025px) {
  .module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container {
    min-width: 435rem;
    min-height: 616rem;
  }
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .top-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .top-w .index {
  font-family: Libre Caslon Display;
  font-size: 80rem;
  font-weight: 400;
  color: #3e8cff;
  flex-shrink: 0;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .top-w .btn-navigation-w {
  margin-top: 21px;
  flex-shrink: 0;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .top-w .btn-navigation-w .btn-navigation {
  transition: opacity 0.2s linear;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .top-w .btn-navigation-w .btn-navigation.disabled {
  opacity: 0.3;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .top-w .btn-navigation-w .btn-navigation:first-child {
  margin-right: 20px;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .top-w .btn-navigation-w .btn-navigation:first-child .icon-arrow-cta-right {
  transform: rotate(180deg);
  display: inline-block;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .top-w .btn-navigation-w .btn-navigation .icon-arrow-cta-right {
  font-size: 60rem;
  transition: opacity 0.2s linear;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .awards .award {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 67rem;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .awards .award .award-type {
  font-size: 14rem;
  display: flex;
  align-items: center;
  margin-top: 45px;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .awards .award .award-type span {
  margin-left: 5px;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .awards .award .award-title {
  margin-top: 56px;
  max-width: 80%;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .awards .award .award-description {
  margin-top: 73px;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .awards .award .awards-type {
  margin-top: 16px;
}

.module-awards-hero .awards-hero .awards-container .container .awards-w .cards-container .awards .award .cta-line {
  margin-top: 33px;
}

.module-awards-hero .awards-hero .stele-w {
  position: absolute;
  top: 10vh;
  left: 0;
  perspective: 3000px;
}

.module-awards-hero .awards-hero .stele-w img {
  position: absolute;
  left: 0;
  top: 0;
  height: min(80vh, 150vw);
}

.module-awards-listing .buttons-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 80rem;
}

@media (min-width: 768px) {
  .module-awards-listing .buttons-wrapper {
    margin-bottom: 115rem;
  }
}

@media (min-width: 1025px) {
  .module-awards-listing .buttons-wrapper {
    margin-bottom: 140rem;
  }
}

@media (min-width: 1440px) {
  .module-awards-listing .buttons-wrapper {
    margin-bottom: 160rem;
  }
}

.module-awards-listing .buttons-wrapper .buttons {
  display: flex;
  gap: 24rem;
  width: 100%;
}

@media (min-width: 768px) {
  .module-awards-listing .buttons-wrapper .buttons {
    gap: 0;
  }
}

.module-awards-listing .buttons-wrapper .buttons button {
  width: 100%;
  text-align: left;
}

@media (hover: hover) and (pointer: fine) {
  .module-awards-listing .buttons-wrapper .buttons button:hover h4 {
    color: #3e8cff;
  }
}

.module-awards-listing .buttons-wrapper .buttons button h4 {
  font-size: 20rem;
  transition: color 0.4s ease-out;
}

@media (min-width: 768px) {
  .module-awards-listing .buttons-wrapper .buttons button h4 {
    font-size: 34.6rem;
  }
}

@media (min-width: 1025px) {
  .module-awards-listing .buttons-wrapper .buttons button h4 {
    font-size: 44.8rem;
  }
}

.module-awards-listing .buttons-wrapper .border {
  position: relative;
  display: block;
  width: 100%;
  height: 1.5rem;
  background-color: #a0c8f333;
  margin-top: 20rem;
}

@media (min-width: 768px) {
  .module-awards-listing .buttons-wrapper .border {
    margin-top: 41rem;
  }
}

.module-awards-listing .buttons-wrapper .border .active-border {
  position: absolute;
  top: -50%;
  left: -12rem;
  width: 50%;
  height: 3rem;
  background-color: #3e8cff;
}

@media (min-width: 768px) {
  .module-awards-listing .buttons-wrapper .border .active-border {
    left: -24rem;
  }
}

.module-awards-listing .titles {
  position: relative;
}

@media (min-width: 1025px) {
  .module-awards-listing .titles {
    max-width: 900px;
  }
}

.module-awards-listing .puce-description {
  margin-top: 64rem;
}

@media (max-width: 767px) {
  .module-awards-listing .puce-description {
    max-width: 212rem;
  }
}

.module-awards-listing .filter-bar {
  margin-top: 96rem;
  margin-bottom: 82rem;
  z-index: 1;
}

@media (min-width: 768px) {
  .module-awards-listing .filter-bar {
    margin-top: 124rem;
    margin-bottom: 98rem;
  }
}

@media (min-width: 1025px) {
  .module-awards-listing .filter-bar {
    display: flex;
    align-items: center;
    margin-top: 156rem;
  }
}

.module-awards-listing .filter-bar .filter {
  margin-bottom: 24rem;
}

@media (min-width: 1025px) {
  .module-awards-listing .filter-bar .filter {
    margin-bottom: 0;
    margin-right: 90rem;
  }
}

.module-awards-listing .filter-bar .filters-wrapper {
  display: flex;
  flex-direction: column;
  width: 0;
  height: 0;
  gap: 8rem;
  pointer-events: none;
  transform: scale3d(0, 0, 0);
}

.module-awards-listing .filter-bar .filters-wrapper.active {
  width: fit-content;
  height: fit-content;
  transform: scaleZ(1);
  pointer-events: all;
}

@media (min-width: 1025px) {
  .module-awards-listing .filter-bar .filters-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 20rem;
  }
}

.module-awards-listing .filter-bar .filters-wrapper .custom-select {
  min-width: unset;
}

.module-awards-listing .filter-bar .filters-wrapper .custom-select.z-upper {
  z-index: 1;
}

.module-awards-listing .filter-bar .filters-wrapper .custom-select .input-bar {
  width: fit-content;
  background: #07101f;
}

.module-awards-listing .filter-bar .fs-cta-line {
  margin-top: 24rem;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .module-awards-listing .filter-bar .fs-cta-line {
    margin-top: 0;
    margin-left: 90rem;
  }
}

.module-awards-listing .listing-wrapper .listing-container {
  display: none;
}

.module-awards-listing .listing-wrapper .listing-container.active {
  display: grid;
}

.module-awards-listing .listing-wrapper .listing-container .no-result {
  margin-bottom: 96rem;
}

@media (min-width: 768px) {
  .module-awards-listing .listing-wrapper .listing-container .no-result {
    margin-bottom: 124rem;
  }
}

@media (min-width: 1025px) {
  .module-awards-listing .listing-wrapper .listing-container .no-result {
    margin-bottom: 164rem;
  }
}

@media (min-width: 1440px) {
  .module-awards-listing .listing-wrapper .listing-container .no-result {
    margin-bottom: 230rem;
  }
}

.module-awards-listing .listing-wrapper .listing {
  margin-bottom: 96rem;
}

@media (min-width: 768px) {
  .module-awards-listing .listing-wrapper .listing {
    margin-bottom: 124rem;
  }
}

@media (min-width: 1025px) {
  .module-awards-listing .listing-wrapper .listing {
    margin-bottom: 164rem;
  }
}

@media (min-width: 1440px) {
  .module-awards-listing .listing-wrapper .listing {
    margin-bottom: 230rem;
  }
}

.module-awards-listing .listing-wrapper .listing .year-wrapper {
  overflow: hidden;
}

.module-awards-listing .listing-wrapper .listing .year-wrapper .year {
  font-family: Libre Caslon Display;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 80rem;
  margin-bottom: -32rem;
}

@media (min-width: 768px) {
  .module-awards-listing .listing-wrapper .listing .year-wrapper .year {
    font-size: 120rem;
    margin-bottom: -48rem;
  }
}

@media (min-width: 1025px) {
  .module-awards-listing .listing-wrapper .listing .year-wrapper .year {
    font-size: 180rem;
    margin-bottom: -50rem;
  }
}

.module-awards-listing .listing-wrapper .listing .awards-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 1025px) {
  .module-awards-listing .listing-wrapper .listing .awards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24rem;
  }
}

.module-awards-listing .listing-wrapper .listing .awards-wrapper .partial-award-card {
  border-bottom: 1px solid rgba(160, 200, 243, 0.2);
}

.module-awards-listing .listing-wrapper .listing .awards-wrapper .partial-award-card:first-of-type {
  border-top: 1px solid rgba(160, 200, 243, 0.2);
}

@media (min-width: 1025px) {

  .module-awards-listing .listing-wrapper .listing .awards-wrapper .partial-award-card:nth-of-type(1),
  .module-awards-listing .listing-wrapper .listing .awards-wrapper .partial-award-card:nth-of-type(2) {
    border-top: 1px solid rgba(160, 200, 243, 0.2);
  }
}

.page.homepage .module-homepage-career {
  overflow: visible;
  min-height: 120vh;
  margin-bottom: 96rem;
}

@media (min-width: 768px) {
  .page.homepage .module-homepage-career {
    min-height: 100vh;
  }
}

@media (min-width: 1025px) {
  .page.homepage .module-homepage-career {
    margin-top: 120rem;
    margin-bottom: 120rem;
  }
}

@media (min-width: 1440px) {
  .page.homepage .module-homepage-career {
    margin-top: 160rem;
    margin-bottom: 160rem;
  }
}

@media (min-width: 1025px) {
  .page.homepage .module-homepage-career .container {
    min-height: 100vh;
    align-items: center;
  }
}

.page.homepage .module-homepage-career .background-left {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 407.6923076923rem;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -3;
}

@media (min-width: 768px) {
  .page.homepage .module-homepage-career .background-left {
    width: 50%;
    opacity: 1;
    height: 100vh;
  }
}

.page.homepage .module-homepage-career .background-career {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: -2;
  top: 0;
  height: 1060rem;
}

@media (min-width: 768px) {
  .page.homepage .module-homepage-career .background-career {
    top: -100%;
    height: calc(var(--vh) * 300 + 2px);
  }
}

.page.homepage .module-homepage-career .background-career picture,
.page.homepage .module-homepage-career .background-career video,
.page.homepage .module-homepage-career .background-career img {
  display: none;
}

.page.homepage .module-homepage-career .background-career .canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      #f6f7f9 0%,
      #f6f7f9 25%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0) 60%,
      #f6f7f9 80%,
      #f6f7f9 100%);
  display: none;
}

@media (min-width: 768px) {
  .page.homepage .module-homepage-career .background-career .canvas-overlay {
    display: block;
  }
}

.page.homepage .module-homepage-career .background-career canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.page.homepage .module-homepage-career .white-wrapper {
  height: 50vh;
  padding-top: 56rem;
  margin-bottom: 70rem;
}

@media (min-width: 1025px) {
  .page.homepage .module-homepage-career .white-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
}

.page.homepage .module-homepage-career .white-wrapper .title {
  margin-bottom: 56rem;
}

@media (min-width: 768px) {
  .page.homepage .module-homepage-career .white-wrapper .title {
    margin-left: 72rem;
  }
}

@media (min-width: 1025px) {
  .page.homepage .module-homepage-career .white-wrapper .title {
    margin-bottom: 96rem;
  }
}

@media (min-width: 1440px) {
  .page.homepage .module-homepage-career .white-wrapper .title {
    margin-bottom: 138rem;
    margin-left: 197rem;
  }
}

.page.homepage .module-homepage-career .white-wrapper .puce-description {
  margin-bottom: 41rem;
}

@media (min-width: 768px) {
  .page.homepage .module-homepage-career .white-wrapper .puce-description {
    margin-left: 72rem;
  }
}

@media (min-width: 1025px) {
  .page.homepage .module-homepage-career .white-wrapper .puce-description {
    margin-bottom: 62rem;
  }
}

@media (min-width: 1440px) {
  .page.homepage .module-homepage-career .white-wrapper .puce-description {
    margin-left: 197rem;
  }
}

@media (min-width: 768px) {
  .page.homepage .module-homepage-career .white-wrapper .cta-line {
    margin-left: 72rem;
  }
}

@media (min-width: 1440px) {
  .page.homepage .module-homepage-career .white-wrapper .cta-line {
    margin-left: 197rem;
  }
}

.page.homepage .module-homepage-career .description-right {
  text-align: right;
}

@media (min-width: 768px) {
  .page.homepage .module-homepage-career .description-right {
    max-width: 340rem;
    margin-left: auto;
  }
}

@media (min-width: 1025px) {
  .page.homepage .module-homepage-career .description-right {
    max-width: 330rem;
    text-align: left;
    margin-left: unset;
  }
}

.page.homepage .module-homepage-career .arrow-description-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page.homepage .module-hero-homepage {
  position: relative;
  display: flex;
  margin-top: 0;
  z-index: 1;
  height: 100vh;
}

@media (min-width: 768px) {
  .page.homepage .module-hero-homepage {
    align-items: center;
  }
}

.page.homepage .module-hero-homepage .container {
  position: relative;
}

@media (min-width: 1700px) {
  .page.homepage .module-hero-homepage .container:first-child {
    padding-top: 30vh;
    padding-bottom: 20vh;
  }
}

@media (max-width: 767px) {
  .page.homepage .module-hero-homepage .container {
    padding-top: 89rem;
  }
}

.page.homepage .module-hero-homepage .title {
  position: relative;
  z-index: 10;
  margin-bottom: 26rem;
}

@media (min-width: 768px) {
  .page.homepage .module-hero-homepage .title {
    max-width: 500px;
  }
}

@media (min-width: 1025px) {
  .page.homepage .module-hero-homepage .title {
    max-width: 591px;
  }
}

@media (min-width: 1700px) {
  .page.homepage .module-hero-homepage .title {
    font-size: 64rem;
    max-width: 700px;
  }
}

.page.homepage .module-hero-homepage p.description {
  position: relative;
  z-index: 10;
  max-width: 220rem;
}

@media (min-width: 768px) {
  .page.homepage .module-hero-homepage p.description {
    margin-top: 40rem;
    margin-bottom: 72rem;
    max-width: 230rem;
    bottom: unset;
  }
}

@media (min-width: 1025px) {
  .page.homepage .module-hero-homepage p.description {
    margin-top: 100rem;
    max-width: 246rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .page.homepage .module-hero-homepage p.description {
    margin-bottom: 0;
    margin-left: 180rem;
    margin-top: inherit;
  }
}



@media (min-width: 1700px) {
  .page.homepage .module-hero-homepage p.description {
    margin-top: 197rem;
    margin-bottom: 0;
    max-width: 300rem;
    font-size: 18rem;
  }
}


@media (min-width: 1800px) {
  .page.homepage .module-hero-homepage p.description {
    margin-top: -120rem;
    margin-left: 240rem;
    margin-bottom: 0;
  }
}


@media (min-width: 1921px) {
  .page.homepage .module-hero-homepage p.description {
    margin-top: -220rem;
    margin-left: 240rem;
    margin-bottom: 0;
  }
}

.page.homepage .module-hero-homepage .arrow-description-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page.homepage .module-hero-homepage .arrow-description-button .content {
  margin-top: 0;
}

@media (min-width: 1440px) {
  .page.homepage .module-hero-homepage .arrow-description-button .fs-cta-block {
    font-size: 32rem;
  }
}

.page.homepage .module-intervention-situation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page.homepage .module-intervention-situation .container {
  justify-items: center;
}

@media (max-width: 1439px) and (min-width: 1025px) {
  .page.homepage .module-intervention-situation .container {
    margin-bottom: 230rem;
  }
}

.page.homepage .module-intervention-situation .container .title {
  max-width: 790rem;
  text-align: center;
  margin-bottom: 64rem;
}

.page.homepage .module-intervention-situation .arrow-description-button {
  position: absolute;
  bottom: 1px;
  right: 0;
}

@media (min-width: 1440px) {
  .page.homepage .module-intervention-situation .arrow-description-button {
    height: 330rem;
    justify-content: space-between;
  }
}

.homepage .background-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--vh) * 300 + 6px);
  overflow: hidden;
}

.homepage .background-top picture,
.homepage .background-top video,
.homepage .background-top img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.homepage .background-top .mask-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.homepage .background-top .mask-bg .line-bg {
  opacity: 0.2;
}

.homepage .background-top .mask-bg .animated {
  stroke-dasharray: 1000, 2500;
  stroke-dashoffset: 0;
  opacity: 0;
}

.homepage .background-top canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}

.homepage .slide2 {
  position: relative;
  /* z-index: 1; */
}

.module-associates-awards {
  padding: 95rem 0;
  background: #f6f7f9;
}

@media (min-width: 768px) {
  .module-associates-awards {
    padding-top: 92rem;
    padding-bottom: 92rem;
  }
}

@media (min-width: 1025px) {
  .module-associates-awards {
    padding-top: 142rem;
  }
}

.module-associates-awards .container .awards {
  margin-top: 57rem;
}

@media (min-width: 768px) {
  .module-associates-awards .container .awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1440px) {
  .module-associates-awards .container .awards {
    margin-top: 105rem;
  }
}

.module-associates-carrousel {
  z-index: 1;
  background: #0e1a2c;
  padding: 96rem 0;
  overflow: initial;
}

@media (min-width: 1025px) {
  .module-associates-carrousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .module-associates-carrousel.presentation .slider {
    pointer-events: none;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .module-associates-carrousel.presentation .slider .embla .embla__container .embla__slide.active .circle {
    transform: translate3d(-35%, 0, 0) scale3d(1.3, 1.3, 1.3);
  }
}

@media (min-width: 1025px) and (min-width: 1440px) {
  .module-associates-carrousel.presentation .slider .embla .embla__container .embla__slide.active .circle {
    transform: translate3d(-50%, 0, 0) scale3d(1.5, 1.5, 1.5);
  }
}

.module-associates-carrousel .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.module-associates-carrousel .background picture {
  display: none;
}

.module-associates-carrousel .background video {
  display: none;
}

.module-associates-carrousel .background canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.module-associates-carrousel .background svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 300 + 2px);
  pointer-events: none;
}

.module-associates-carrousel .background .background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: radial-gradient(circle,
      rgba(134, 160, 255, 0.1),
      rgba(255, 255, 255, 0) 50%);
}

@media (min-width: 768px) {
  .module-associates-carrousel .background .background-overlay {
    top: -50%;
    left: -30%;
  }
}

.module-associates-carrousel .back-link {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 60rem;
  width: fit-content;
  pointer-events: none;
}

.module-associates-carrousel .back-link.show {
  pointer-events: all;
}

.module-associates-carrousel .back-link.show .back-btn {
  transform: scaleZ(1);
}

.module-associates-carrousel .back-link.show span {
  opacity: 1;
  transform: translateZ(0);
}

@media (hover: hover) and (pointer: fine) {
  .module-associates-carrousel .back-link:hover .back-btn {
    transform: scale(0.8);
  }

  .module-associates-carrousel .back-link:hover .back-btn i:first-of-type {
    transform: translate3d(-300%, 0, 0) scale(1.2);
  }

  .module-associates-carrousel .back-link:hover .back-btn i:last-of-type {
    transform: translateZ(0) scale(1.2);
  }

  .module-associates-carrousel .back-link:hover span {
    color: #a0c8f3;
  }
}

.module-associates-carrousel .back-link .back-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  transform: scale3d(0, 0, 0);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}

.module-associates-carrousel .back-link .back-btn i {
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 14rem;
}

@media (min-width: 768px) {
  .module-associates-carrousel .back-link .back-btn i {
    font-size: 20rem;
  }
}

.module-associates-carrousel .back-link .back-btn i:first-of-type {
  transform: translateZ(0);
}

.module-associates-carrousel .back-link .back-btn i:last-of-type {
  transform: translate3d(300%, 0, 0);
}

.module-associates-carrousel .back-link span {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-associates-carrousel .slider {
  position: relative;
  width: 100%;
  margin-top: 42rem;
  margin-bottom: 42rem;
}

@media (min-width: 1025px) {
  .module-associates-carrousel .slider {
    margin-top: 38rem;
    margin-bottom: 58rem;
  }
}

@media screen and (min-width: 1025px) and (max-height: 940rem) {
  .module-associates-carrousel .slider {
    margin-top: 54rem;
    margin-bottom: 94rem;
  }
}

@media (min-width: 1440px) {
  .module-associates-carrousel .slider {
    margin-top: 68rem;
    margin-bottom: 80rem;
  }
}

@media screen and (min-width: 1440px) and (max-height: 940rem) {
  .module-associates-carrousel .slider {
    margin-top: 86rem;
    margin-bottom: 127rem;
  }
}

.module-associates-carrousel .slider .embla {
  cursor: grab;
}

@media (max-width: 767px) {
  .module-associates-carrousel .slider .embla {
    padding-left: 67rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .module-associates-carrousel .slider .embla {
    padding-left: 90rem;
  }
}

.module-associates-carrousel .slider .embla.is-grabbing {
  cursor: grabbing;
}

.module-associates-carrousel .slider .embla .embla__container {
  display: flex;
  align-items: center;
  grid-column-gap: 42rem;
}

@media (min-width: 1025px) {
  .module-associates-carrousel .slider .embla .embla__container {
    grid-column-gap: 23rem;
  }
}

.module-associates-carrousel .slider .embla .embla__container .pin-spacer .embla__slide.active {
  top: auto !important;
  left: auto !important;
}

.module-associates-carrousel .slider .embla .embla__container .embla__slide {
  position: relative;
  flex: 0 0 auto;
  width: 200rem;
  height: 200rem;
  border-radius: 50%;
  transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .module-associates-carrousel .slider .embla .embla__container .embla__slide {
    width: 230rem;
    height: 230rem;
  }
}

@media (min-width: 1440px) {
  .module-associates-carrousel .slider .embla .embla__container .embla__slide {
    width: 260rem;
    height: 260rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .module-associates-carrousel .slider .embla .embla__container .embla__slide:hover .img-wrapper .img-wrapper-content:before {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .module-associates-carrousel .slider .embla .embla__container .embla__slide.margin-right {
    margin-right: 74rem;
  }
}

@media (min-width: 1440px) {
  .module-associates-carrousel .slider .embla .embla__container .embla__slide.margin-right {
    margin-right: 106rem;
  }
}

@media (min-width: 1025px) {
  .module-associates-carrousel .slider .embla .embla__container .embla__slide.margin-left {
    margin-left: 104rem;
  }
}

@media (min-width: 1440px) {
  .module-associates-carrousel .slider .embla .embla__container .embla__slide.margin-left {
    margin-left: 171rem;
  }
}

.module-associates-carrousel .slider .embla .embla__container .embla__slide.active {
  z-index: 5;
}

.module-associates-carrousel .slider .embla .embla__container .embla__slide.active .circle {
  opacity: 1;
  transform: translate3d(20%, 0, 0) scaleZ(1);
}

@media (min-width: 1025px) {
  .module-associates-carrousel .slider .embla .embla__container .embla__slide.active .img-wrapper {
    transform: scale3d(1.2, 1.2, 1.2);
  }

  .module-associates-carrousel .slider .embla .embla__container .embla__slide.active .circle {
    opacity: 1;
    transform: translate3d(20%, 0, 0) scale3d(1.2, 1.2, 1.2);
  }
}

@media (min-width: 1440px) {
  .module-associates-carrousel .slider .embla .embla__container .embla__slide.active .img-wrapper {
    transform: scale3d(1.35, 1.35, 1.35);
  }

  .module-associates-carrousel .slider .embla .embla__container .embla__slide.active .circle {
    opacity: 1;
    transform: translate3d(20%, 0, 0) scale3d(1.35, 1.35, 1.35);
  }
}

.module-associates-carrousel .slider .embla .embla__container .embla__slide .img-wrapper {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-associates-carrousel .slider .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}

.module-associates-carrousel .slider .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  border-radius: 50%;
  border: 3px solid #3e8cff;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-associates-carrousel .slider .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-associates-carrousel .slider .embla .embla__container .embla__slide .img-wrapper .img-wrapper-content .default {
  position: relative;
  width: 100%;
  height: 100%;
  background: #07101f;
}

.module-associates-carrousel .slider .embla .embla__container .embla__slide .circle {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid rgba(160, 200, 243, 0.2);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}

.module-associates-carrousel .gradient-overlay {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      #0e1a2c 0%,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 0) 70%,
      #0e1a2c 100%);
  pointer-events: none;
}

.module-associates-carrousel .informations-wrapper {
  position: relative;
  z-index: 4;
  min-height: 180rem;
  max-width: 235rem;
}

@media (min-width: 768px) {
  .module-associates-carrousel .informations-wrapper {
    max-width: 330rem;
  }
}

@media (min-width: 1440px) {
  .module-associates-carrousel .informations-wrapper {
    max-width: 405rem;
  }
}

.module-associates-carrousel .informations-wrapper .associate-job .identity-position {
  margin-top: 2rem;
}

.module-associates-carrousel .informations-wrapper .informations-row {
  display: flex;
  justify-content: space-between;
  gap: 32rem;
  margin-top: 8rem;
}

.module-associates-carrousel .informations-wrapper .informations-row .associate-location {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-top: 32rem;
}

.module-associates-carrousel .informations-wrapper .informations-row .associate-location.hidden {
  display: none;
}

.module-associates-carrousel .informations-wrapper .informations-row .associate-location i {
  font-size: 16rem;
}

.module-associates-carrousel .informations-wrapper .informations-row .associates-connexions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.module-associates-carrousel .informations-wrapper .informations-row .associates-connexions.hidden {
  display: none;
}

.module-associates-carrousel .informations-wrapper .informations-row .associates-connexions a {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .module-associates-carrousel .informations-wrapper .informations-row .associates-connexions a:hover {
    color: #a0c8f3;
  }
}

.module-associates-carrousel .informations-wrapper .informations-row .associates-connexions a.hidden {
  display: none;
}

.module-associates-carrousel .scroll-down-cta {
  z-index: 5;
}

.module-associates-presentation {
  /* background: #0e1a2c; */
  background: var(--green-100);
  padding: 96rem 0;
}

@media (min-width: 768px) {
  .module-associates-presentation {
    padding-top: 126rem;
    padding-bottom: 184rem;
  }
}

@media (min-width: 1025px) {
  .module-associates-presentation {
    padding-top: 175rem;
    padding-bottom: 180rem;
    /* padding-bottom: 263rem; */
  }
}

.module-associates-presentation .presentation-wrapper {
  position: relative;
  z-index: 1;
}

.module-associates-presentation .presentation-wrapper .quote-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .module-associates-presentation .presentation-wrapper .quote-wrapper {
    max-width: 440rem;
  }
}

@media (min-width: 1025px) {
  .module-associates-presentation .presentation-wrapper .quote-wrapper {
    max-width: 660rem;
  }
}

.module-associates-presentation .presentation-wrapper .quote-wrapper span.celest-blue {
  position: relative;
  transition: color 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-associates-presentation .presentation-wrapper .quote-wrapper span.celest-blue:first-of-type {
  top: -5rem;
  left: -5rem;
}

.module-associates-presentation .presentation-wrapper .quote-wrapper span.celest-blue:last-of-type {
  top: -15rem;
  right: -5rem;
}

@media (min-width: 768px) {
  .module-associates-presentation .presentation-wrapper .quote-wrapper span.celest-blue:first-of-type {
    position: absolute;
    top: -10rem;
    left: -25rem;
  }

  .module-associates-presentation .presentation-wrapper .quote-wrapper span.celest-blue:last-of-type {
    top: -20rem;
    right: -10rem;
  }
}

.module-associates-presentation .presentation-wrapper .description-wrapper {
  padding-top: 58rem;
}

@media (min-width: 768px) {
  .module-associates-presentation .presentation-wrapper .description-wrapper {
    max-width: 380rem;
    padding-top: 114rem;
  }
}

@media (min-width: 1025px) {
  .module-associates-presentation .presentation-wrapper .description-wrapper {
    max-width: 550rem;
    padding-top: 80rem;
    /* padding-top: 166rem; */
  }
}

.module-associates-presentation .presentation-wrapper .description-wrapper .description {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}

.module-associates-presentation .presentation-wrapper .description-wrapper .description a {
  position: relative;
  color: #a0c8f3;
}

.module-associates-presentation .presentation-wrapper .description-wrapper .description a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a0c8f3;
  transform: scale3d(0, 1, 1);
  transform-origin: right center;
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (hover: hover) and (pointer: fine) {
  .module-associates-presentation .presentation-wrapper .description-wrapper .description a:hover:after {
    transform: scaleZ(1);
    transform-origin: left center;
  }
}

.module-associates-presentation .presentation-wrapper .expertises-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  margin: 32rem 0;
}

@media (min-width: 768px) {
  .module-associates-presentation .presentation-wrapper .expertises-list {
    margin: 68rem 0;
  }
}

@media (min-width: 768px) {
  .module-associates-presentation .presentation-wrapper .expertises-list {
    margin: 82rem 0;
  }
}

.module-associates-presentation .presentation-wrapper .expertises-list .fs-h4 {
  margin-bottom: 12rem;
}

@media (min-width: 768px) {
  .module-associates-presentation .presentation-wrapper .expertises-list .fs-h4 {
    margin-bottom: 22rem;
  }
}

.module-associates-presentation .presentation-wrapper .expertises-list .relation {
  display: flex;
  gap: 16rem;
  align-items: center;
}

.module-associates-presentation .presentation-wrapper .expertises-list .relation a {
  transition: color 0.3s linear;
}

@media (hover: hover) and (pointer: fine) {
  .module-associates-presentation .presentation-wrapper .expertises-list .relation:hover a {
    color: #a0c8f3;
  }
}

.module-associates-presentation .presentation-wrapper .value-wrapper {
  margin-top: 42rem;
}

@media (min-width: 768px) {
  .module-associates-presentation .presentation-wrapper .value-wrapper {
    max-width: 440rem;
    margin-top: 96rem;
  }
}

@media (min-width: 1025px) {
  .module-associates-presentation .presentation-wrapper .value-wrapper {
    max-width: 660rem;
    margin-top: 140rem;
  }
}

.module-associates-presentation .presentation-wrapper .value-wrapper .value_title {
  margin-top: 54rem;
}

@media (min-width: 768px) {
  .module-associates-presentation .presentation-wrapper .value-wrapper .value_title {
    margin-top: 68rem;
  }
}

@media (min-width: 1025px) {
  .module-associates-presentation .presentation-wrapper .value-wrapper .value_title {
    margin-top: 96rem;
  }
}

.module-associates-presentation .presentation-wrapper .value-wrapper .value_description {
  margin-top: 32rem;
}

@media (min-width: 768px) {
  .module-associates-presentation .presentation-wrapper .value-wrapper .value_description {
    margin-top: 48rem;
  }
}

.module-associates-news {
  padding: 95rem 0;
  background: #f6f7f9;
}

@media (min-width: 768px) {
  .module-associates-news {
    padding-top: 162rem;
    padding-bottom: 92rem;
  }
}

@media (min-width: 1025px) {
  .module-associates-news {
    padding-top: 242rem;
  }
}

.module-associates-news .news-row {
  margin-top: 57rem;
  margin-bottom: 57rem;
}

.module-associates-news .news-row.hidden {
  display: none;
}

@media (min-width: 1025px) {
  .module-associates-news .news-row {
    margin-top: 105rem;
  }
}

.module-associates-news .news-row .embla {
  cursor: grab;
  height: fit-content;
}

.module-associates-news .news-row .embla.is-grabbing {
  cursor: grabbing;
}

.module-associates-news .news-row .embla .embla__container {
  display: flex;
  grid-column-gap: 16rem;
}

@media (min-width: 768px) {
  .module-associates-news .news-row .embla .embla__container {
    grid-column-gap: 20rem;
  }
}

@media (min-width: 1440px) {
  .module-associates-news .news-row .embla .embla__container {
    grid-column-gap: 24rem;
  }
}

.module-associates-news .news-row .embla .embla__container .news-card {
  flex: 0 0 auto;
  width: 240rem;
}

@media (min-width: 768px) {
  .module-associates-news .news-row .embla .embla__container .news-card {
    width: 320rem;
  }
}

@media (min-width: 1025px) {
  .module-associates-news .news-row .embla .embla__container .news-card {
    width: 420rem;
  }
}

@media (min-width: 1440px) {
  .module-associates-news .news-row .embla .embla__container .news-card {
    width: 440rem;
  }
}

.team-page {
  height: 100vh;
  width: 100%;
  touch-action: none;
  overscroll-behavior: none;
}

.team-page .ui {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}

.team-page .ui .title-container {
  pointer-events: none;
  padding-top: 96rem;
}

@media (min-width: 1025px) {
  .team-page .ui .title-container {
    padding-top: 120rem;
  }
}

@media (min-width: 1440px) {
  .team-page .ui .title-container {
    padding-top: 160rem;
  }
}

@media (min-width: 1700px) {
  .team-page .ui .title-container {
    padding-top: 243rem;
  }
}

.team-page .ui .title-container .title {
  max-width: 171rem;
}

@media (min-width: 768px) {
  .team-page .ui .title-container .title {
    max-width: 256rem;
  }
}

.team-page .ui .paragraphs-container {
  position: absolute;
  bottom: 34rem;
  width: 100%;
}

@media (min-width: 1025px) {
  .team-page .ui .paragraphs-container {
    bottom: 54rem;
  }
}

@media (min-width: 1440px) {
  .team-page .ui .paragraphs-container {
    bottom: 80rem;
  }
}

@media (min-width: 1700px) {
  .team-page .ui .paragraphs-container {
    bottom: 140rem;
  }
}

.team-page .ui .paragraphs-container .paragraphs {
  max-width: 241rem;
  position: relative;
}

.team-page .ui .paragraphs-container .paragraphs .puce {
  position: absolute;
  left: 0;
  top: -24rem;
}

@media (min-width: 768px) {
  .team-page .ui .paragraphs-container .paragraphs {
    display: flex;
    gap: 46rem;
    max-width: 457rem;
  }
}

@media (min-width: 1025px) {
  .team-page .ui .paragraphs-container .paragraphs {
    max-width: 657rem;
  }
}

.team-page .ui .paragraphs-container .paragraphs p {
  flex: 1;
  margin-top: 16rem;
}

@media (min-width: 1440px) {
  .team-page .ui .paragraphs-container .paragraphs p {
    font-size: 18rem;
    line-height: 135%;
  }
}

.team-page .cartel {
  position: absolute;
  left: 24rem;
  bottom: 104rem;
  display: none;
  flex-direction: column;
  pointer-events: none;
}

.team-page .cartel .icon-pin {
  font-size: 15rem;
  color: #a0c8f3;
  margin-right: 10px;
}

.team-page .cartel>div {
  margin-top: 8px;
}

@media (min-width: 1025px) {
  .team-page .cartel {
    top: 0;
    left: 0;
    bottom: unset;
    display: none;
    justify-content: center;
    height: 284px;
    width: 150rem;
  }
}

.team-page .buttons>div {
  position: absolute;
  right: 24rem;
  bottom: 34rem;
  border: 2px solid #a0c8f3;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16rem;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    border-color 0.3s linear;
}

.team-page .buttons>div>i,
.team-page .buttons>div>svg {
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (hover: hover) and (pointer: fine) {
  .team-page .buttons>div:hover {
    border-color: #fff;
    transform: scale(0.9);
  }

  .team-page .buttons>div:hover>i,
  .team-page .buttons>div:hover>svg {
    transform: scale(1.11);
  }
}

.team-page .buttons .search {
  bottom: 116rem;
}

@media (min-width: 1025px) {
  .team-page .buttons .search {
    bottom: 50rem;
    left: 50rem;
  }
}

@media (min-width: 1025px) {
  .team-page .buttons .filters {
    bottom: 50rem;
    right: 50rem;
  }
}

.team-page .grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
}

.team-page .grid.is-grabbing {
  cursor: grabbing;
}

.team-page .grid .grid-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.team-page .grid .data {
  display: none;
}

.team-page .search-bar {
  background: #07101f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.team-page .search-bar input {
  width: 100%;
  padding: 29rem 29rem 29rem 80rem;
  color: #a0c8f3;
  line-height: 24px;
  font-family: sans-serif;
  display: block;
}

@media (min-width: 1025px) {
  .team-page .search-bar input {
    padding: 50rem 50rem 50rem 100rem;
    font-size: 32rem;
  }
}

.team-page .search-bar input,
.team-page .search-bar input:before,
.team-page .search-bar input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.team-page .search-bar .icon,
.team-page .search-bar .close {
  display: block;
  left: 29rem;
  font-size: 15rem;
  position: absolute;
  top: 33rem;
  line-height: 22rem;
  vertical-align: middle;
}

@media (min-width: 1025px) {

  .team-page .search-bar .icon,
  .team-page .search-bar .close {
    top: 58rem;
    left: 50rem;
    line-height: 32rem;
    font-size: 20rem;
  }
}

.team-page .search-bar .close {
  color: #a0c8f3;
  left: unset;
  right: 13rem;
  top: 11rem;
  transform-origin: center;
  font-size: 30rem;
  cursor: pointer;
  padding: 20rem;
}

@media (min-width: 1025px) {
  .team-page .search-bar .close {
    top: 33rem;
    right: 33rem;
    padding: 50rem;
    font-size: 40rem;
  }
}

.close.cross:before,
.close.cross:after {
  content: "";
  position: absolute;
  width: 30rem;
  top: 28rem;
  left: 0;
  transform-origin: center;
  height: 1px;
  transform: rotate(45deg);
  background: white;
}

@media (min-width: 1025px) {

  .close.cross:before,
  .close.cross:after {
    top: 42rem;
    left: 0;
    width: 50rem;
  }
}

.close.cross:after {
  transform: rotate(-45deg);
}

.team-filters-popin {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  z-index: 101;
  max-width: 640rem;
  overflow: auto;
  display: none;
}

.team-filters-popin .filter-head {
  display: flex;
  justify-content: space-between;
  padding: 30rem 24rem;
  border-bottom: 1px solid rgba(14, 26, 44, 0.2);
}

.team-filters-popin .filter-head .icon-cross {
  cursor: pointer;
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  max-width: 39rem;
  max-height: 39rem;
  flex-shrink: 0;
}

.team-filters-popin .filter-head .icon-cross:before,
.team-filters-popin .filter-head .icon-cross:after {
  background-color: #3e8cff;
}

@media (min-width: 1025px) {

  .team-filters-popin .filter-head .icon-cross:before,
  .team-filters-popin .filter-head .icon-cross:after {
    background-color: #000;
  }
}

@media (min-width: 1025px) {
  .team-filters-popin .filter-head .icon-cross {
    width: 56rem;
    height: 56rem;
  }
}

.team-filters-popin .filter-head .back-btn {
  border-radius: 25px;
  white-space: nowrap;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.team-filters-popin .filter-head .back-btn.active {
  opacity: 1;
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .team-filters-popin .filter-head .back-btn:hover {
    background: #3e8cff !important;
  }
}

.team-filters-popin .filter-head .back-btn p {
  padding: 12px 16px;
}

.team-filters-popin .filter-content {
  padding: 28rem 24rem;
}

.team-filters-popin .filter-content .value {
  padding: 8rem 0;
  cursor: pointer;
  transition: color 0.3s linear,
    transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  font-weight: 450;
}

@media (min-width: 1025px) {
  .team-filters-popin .filter-content .value {
    padding: 40rem;
  }
}

.team-filters-popin .filter-content .value:before {
  content: "+";
  font-size: 20rem;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s linear,
    transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (min-width: 1025px) {
  .team-filters-popin .filter-content .value {
    padding: 16rem 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .team-filters-popin .filter-content .value:hover {
    color: #3e8cff;
  }
}

.team-filters-popin .filter-content .value.active {
  color: #3e8cff;
  transform: translate3d(15px, 0, 0);
}

.team-filters-popin .filter-content .value.active:before {
  opacity: 1;
  transform: translate3d(-15px, 0, 0) rotate(45deg);
  transition: opacity 0.2s linear 0.2s,
    transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.page.misc {
  padding-top: 150rem;
}

@media (min-width: 768px) {
  .page.misc {
    padding-top: 250rem;
  }
}

.page.misc .puce-description {
  margin-top: 56px;
}

@media (min-width: 768px) {
  .page.misc .puce-description {
    margin-top: -30px;
  }
}

.page.misc .wysiwyg {
  margin-top: 56px;
}

@media (min-width: 768px) {
  .page.misc .wysiwyg {
    margin-top: 100px;
  }
}

.page.misc .wysiwyg p {
  margin: 1em 0;
}

.page.misc .wysiwyg button {
  text-decoration: underline;
  color: #3e8cff;
  font-size: 24rem;
  line-height: 135%;
  font-weight: 400;
}

.page.jobs {
  position: relative;
}

.page.jobs .jobs-list {
  margin-top: 70rem;
  margin-bottom: 70rem;
}

@media (min-width: 1025px) {
  .page.jobs .jobs-list {
    margin-top: 120rem;
    margin-bottom: 120rem;
  }
}

.page.jobs .jobs-list #recruitee-careers .rt-body {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}

.page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header {
  margin-top: 0;
  padding: 32rem 24rem 0;
  border-top: 1px solid #0e1a2c;
}

@media (min-width: 1025px) {
  .page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header {
    padding: 38rem 48rem 0;
  }
}

.page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header .rt-list__header-main {
  display: none;
}

.page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header .rt__badge {
  margin-top: 0;
  background: #0e1a2c;
  border: none;
  padding: 4rem 8rem;
}

.page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__header .rt__badge .rt__text {
  color: #a0c8f3;
  font-size: 14rem;
}

.page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items {
  margin: 0;
  padding: 12rem 24rem 32rem;
}

@media (min-width: 1025px) {
  .page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items {
    padding: 12rem 48rem 38rem;
  }
}

.page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items:last-child {
  border-bottom: 1px solid #0e1a2c;
}

.page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-title {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
  font-size: 32rem;
  line-height: 105%;
  letter-spacing: 0;
  margin-bottom: 12rem;
}

@media (min-width: 768px) {
  .page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-title {
    font-size: 34.6rem;
  }
}

@media (min-width: 1025px) {
  .page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-title {
    font-size: 44.8rem;
    letter-spacing: -2rem;
  }
}

.page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-icon {
  display: none;
}

@media (min-width: 768px) {
  .page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-icon {
    display: inherit;
  }
}

.page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-location .rt__text {
  color: #3e8cff;
  font-size: 12rem;
  line-height: 110%;
  letter-spacing: 0;
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 400;
}

@media (min-width: 768px) {
  .page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-location .rt__text {
    font-size: 14rem;
  }
}

@media (min-width: 1025px) {
  .page.jobs .jobs-list #recruitee-careers .rt-body .rt-list .rt-list__items .rt-list__offer-location .rt__text {
    font-size: 14rem;
  }
}

.page.jobs .jobs-list .job-items .offer {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16rem;
  padding: 32rem 24rem;
  border-bottom: 1px solid #0e1a2c;
  overflow: hidden;
  align-items: center;
}

@media (hover: hover) and (pointer: fine) {
  .page.jobs .jobs-list .job-items .offer:hover:before {
    transform: translateZ(0);
  }

  .page.jobs .jobs-list .job-items .offer:hover .offer-description h4,
  .page.jobs .jobs-list .job-items .offer:hover .offer-description p {
    color: #fff;
    transition: color 0.1s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .page.jobs .jobs-list .job-items .offer:hover .offer-description .body .offer-tags .separator {
    background: #ffffff;
  }

  .page.jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-left .diagonal,
  .page.jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-left:before,
  .page.jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-left:after,
  .page.jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-right .diagonal,
  .page.jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-right:before,
  .page.jobs .jobs-list .job-items .offer:hover .icon-arrow-cta-up-right:after {
    background: #ffffff;
    transition: background 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  }
}

@media (min-width: 1025px) {
  .page.jobs .jobs-list .job-items .offer {
    padding: 38rem 48rem;
  }
}

.page.jobs .jobs-list .job-items .offer:first-of-type {
  border-top: 1px solid #0e1a2c;
}

.page.jobs .jobs-list .job-items .offer:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e8cff;
  transform: translate3d(-101%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page.jobs .jobs-list .job-items .offer .offer-description {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  width: 80%;
}

@media (min-width: 1440px) {
  .page.jobs .jobs-list .job-items .offer .offer-description {
    width: 80%;
  }
}

@media (min-width: 1700px) {
  .page.jobs .jobs-list .job-items .offer .offer-description {
    width: 70%;
  }
}

.page.jobs .jobs-list .job-items .offer .offer-description h4,
.page.jobs .jobs-list .job-items .offer .offer-description p {
  transition: color 0.8s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page.jobs .jobs-list .job-items .offer .offer-description .body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .page.jobs .jobs-list .job-items .offer .offer-description .body {
    align-items: center;
    flex-direction: row;
  }
}

.page.jobs .jobs-list .job-items .offer .offer-description .body .offer-tags {
  display: flex;
  align-items: center;
  gap: 10rem;
  justify-content: flex-end;
}

.page.jobs .jobs-list .job-items .offer .offer-description .body .offer-tags .separator {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #3e8cff;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1025px) {
  .page.jobs .jobs-list .job-items .offer .offer-description .body .offer-tags p {
    max-width: 300rem;
  }
}

.page.jobs .jobs-list .job-items .offer .icon-arrow-cta-up-left .diagonal,
.page.jobs .jobs-list .job-items .offer .icon-arrow-cta-up-left:before,
.page.jobs .jobs-list .job-items .offer .icon-arrow-cta-up-left:after,
.page.jobs .jobs-list .job-items .offer .icon-arrow-cta-up-right .diagonal,
.page.jobs .jobs-list .job-items .offer .icon-arrow-cta-up-right:before,
.page.jobs .jobs-list .job-items .offer .icon-arrow-cta-up-right:after {
  transition: background 0.6s 0.1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.page.jobs .plus-btn {
  margin: 32rem auto 0;
}

@media (min-width: 1025px) {
  .page.jobs .plus-btn {
    margin: 120rem auto 0;
  }
}

.onsocial .featured-post-w {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1025px) {
  .onsocial .featured-post-w {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.onsocial .featured-post-w .block-post {
  display: block;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  .onsocial .featured-post-w .block-post {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    align-items: center;
  }
}

@media (min-width: 1025px) {
  .onsocial .featured-post-w .block-post {
    padding: 30px 0;
  }
}

.onsocial .featured-post-w .block-post a {
  color: #0e1a2c;
  text-decoration-color: #0e1a2c;
  cursor: pointer;
  transition: 0.3s color, 0.3s text-decoration-color;
}

@media (hover: hover) and (pointer: fine) {
  .onsocial .featured-post-w .block-post a:hover {
    color: #3e8cff;
  }
}

.onsocial .featured-post-w .block-post .block-post-image {
  position: relative;
  max-width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .onsocial .featured-post-w .block-post .block-post-image {
    flex-basis: 100%;
    height: auto;
  }
}

.onsocial .featured-post-w .block-post .block-post-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 197px;
}

@media (min-width: 768px) {
  .onsocial .featured-post-w .block-post .block-post-image img {
    max-height: 300px;
  }
}

@media (min-width: 1025px) {
  .onsocial .featured-post-w .block-post .block-post-image img {
    max-height: 375px;
  }
}

.onsocial .featured-post-w .block-post .block-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-weight: 400;
  color: #0e1a2c;
  flex-basis: 100%;
  height: auto;
  font-size: 12px;
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
}

@media (min-width: 768px) {
  .onsocial .featured-post-w .block-post .block-post-content {
    font-size: 16px;
    line-height: 1;
  }
}

.onsocial .featured-post-w .block-post .block-post-content .content-section {
  display: block;
  word-break: break-word;
  margin-bottom: 0;
  color: #0e1a2c;
}

.onsocial .featured-post-w .block-post .block-post-content .block-post-body {
  display: block;
  padding: 15px;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .onsocial .featured-post-w .block-post .block-post-content .block-post-body {
    padding: 34px 34px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1025px) {
  .onsocial .featured-post-w .block-post .block-post-content .block-post-body {
    padding: 34px 60px;
  }
}

.onsocial .featured-post-w .block-post .block-post-content .block-post-body .block-post-date {
  padding-bottom: 15px;
  font-size: 12rem;
}

.onsocial .featured-post-w .block-post .block-post-content .block-post-body .block-post-title {
  padding-bottom: 15px;
}

.onsocial .featured-post-w .block-post .block-post-content .block-post-body .block-post-title h2 {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  margin-top: 0;
}

@media (min-width: 1025px) {
  .onsocial .featured-post-w .block-post .block-post-content .block-post-body .block-post-title h2 {
    font-size: 42px;
    line-height: 40px;
  }
}

.onsocial .featured-post-w .block-post .block-post-content .block-post-body .block-post-excerpt {
  padding-bottom: 15px;
}

.onsocial .columns-post {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
}

@media (min-width: 768px) {
  .onsocial .columns-post {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .onsocial .columns-post {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.onsocial .columns-post .block-post {
  margin: 10px;
  text-align: left;
  display: flex;
}

@media (max-width: 767px) {
  .onsocial .columns-post .block-post {
    display: flex;
    flex-direction: row;
    min-width: unset;
    max-width: unset;
    padding: 5px;
    margin: 0 0 10px;
  }
}

@media (min-width: 768px) {
  .onsocial .columns-post .block-post {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .onsocial .columns-post .block-post {
    flex-basis: calc(33.3333333333% - 20px);
    min-width: calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 1440px) {
  .onsocial .columns-post .block-post {
    flex-basis: calc(25% - 20px);
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}

.onsocial .columns-post .block-post a {
  color: #0e1a2c;
  text-decoration-color: #0e1a2c;
  cursor: pointer;
  transition: 0.3s color, 0.3s text-decoration-color;
}

@media (hover: hover) and (pointer: fine) {
  .onsocial .columns-post .block-post a:hover {
    color: #3e8cff;
  }
}

.onsocial .columns-post .block-post .block-post-image {
  position: relative;
  height: fit-content;
}

@media (max-width: 767px) {
  .onsocial .columns-post .block-post .block-post-image {
    max-width: 40%;
    margin-right: 5px;
    margin-bottom: auto;
  }
}

.onsocial .columns-post .block-post .block-post-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  width: 33vw;
  max-height: 66px;
}

@media (min-width: 768px) {
  .onsocial .columns-post .block-post .block-post-image img {
    width: 100%;
    max-height: 215px;
  }
}

@media (min-width: 1025px) {
  .onsocial .columns-post .block-post .block-post-image img {
    max-height: 178px;
  }
}

.onsocial .columns-post .block-post .block-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-weight: 400;
  color: #0e1a2c;
  font-size: 12px;
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 300;
}

@media (min-width: 768px) {
  .onsocial .columns-post .block-post .block-post-content {
    font-size: 16px;
    line-height: 1;
  }
}

.onsocial .columns-post .block-post .block-post-content .content-section {
  display: block;
  word-break: break-word;
  margin-bottom: 0;
  color: #0e1a2c;
}

.onsocial .columns-post .block-post .block-post-content .block-post-body {
  display: block;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .onsocial .columns-post .block-post .block-post-content .block-post-body {
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .onsocial .columns-post .block-post .block-post-content .block-post-body {
    padding: 24px 20px 20px;
  }
}

.onsocial .columns-post .block-post .block-post-content .block-post-body .block-post-date {
  display: none;
}

@media (min-width: 768px) {
  .onsocial .columns-post .block-post .block-post-content .block-post-body .block-post-date {
    display: block;
    padding-bottom: 15px;
    font-size: 12rem;
  }
}

@media (min-width: 768px) {
  .onsocial .columns-post .block-post .block-post-content .block-post-body .block-post-title {
    padding-bottom: 15px;
  }
}

.onsocial .columns-post .block-post .block-post-content .block-post-body .block-post-title h2 {
  /* font-family: Roobert; */
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
}

@media (min-width: 768px) {
  .onsocial .columns-post .block-post .block-post-content .block-post-body .block-post-title h2 {
    font-size: 21px;
    line-height: 20px;
  }
}

.onsocial .columns-post .block-post .block-post-content .block-post-body .block-post-excerpt {
  display: none;
}

@media (min-width: 768px) {
  .onsocial .columns-post .block-post .block-post-content .block-post-body .block-post-excerpt {
    display: block;
    font-size: 12rem;
    padding-bottom: 15px;
  }
}

.onsocial .plus-btn {
  margin: 32rem auto 0;
}

@media (min-width: 1025px) {
  .onsocial .plus-btn {
    margin: 60rem auto 0;
  }
}

.single-posts * {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.spontaneous-application-wrapper {
  position: relative;
}

@media (min-width: 1025px) {
  .spontaneous-application-wrapper {
    max-width: 1920rem;
    margin: 0 auto;
  }
}

.spontaneous-application-wrapper .container .body {
  margin-top: 56rem;
}

@media (min-width: 768px) {
  .spontaneous-application-wrapper .container .body {
    margin-top: 80rem;
  }
}

@media (min-width: 1025px) {
  .spontaneous-application-wrapper .container .body {
    margin-top: 60rem;
  }
}

@media (min-width: 1440px) {
  .spontaneous-application-wrapper .container .body {
    margin-top: 100rem;
  }
}

@media (min-width: 1700px) {
  .spontaneous-application-wrapper .container .body {
    margin-top: 132rem;
  }
}

.spontaneous-application-wrapper .arrow-description-button {
  margin-top: 50rem;
  margin-left: auto;
}

@media (min-width: 768px) {
  .spontaneous-application-wrapper .arrow-description-button {
    margin-top: -240rem;
  }
}

@media (min-width: 1025px) {
  .spontaneous-application-wrapper .arrow-description-button {
    margin-top: -220rem;
  }
}

.page.search .search-wrapper .search-number {
  overflow: hidden;
}

.page.search .search-wrapper .search-number p {
  transform: translate3d(0, 35rem, 0);
}

@media (min-width: 768px) {
  .page.search .search-wrapper .search-number p {
    transform: translate3d(0, 60rem, 0);
  }
}

.page.search .search-wrapper .search-listing {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-bottom: 60rem;
}

@media (min-width: 1025px) {
  .page.search .search-wrapper .search-listing {
    margin-bottom: 120rem;
  }
}

.page.search .search-wrapper .search-listing .search-item {
  display: flex;
  justify-content: space-between;
  gap: 46rem;
  padding: 32rem 24rem;
  border-bottom: 1px solid #0e1a2c;
  min-height: 120rem;
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 768px) {
  .page.search .search-wrapper .search-listing .search-item {
    padding: 48rem;
  }
}

.page.search .search-wrapper .search-listing .search-item:first-of-type {
  /* border-top: 1px solid #0e1a2c; */
  border-top: 1px solid var(--green-100);
}

.page.search .search-wrapper .search-listing .search-item.new {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .page.search .search-wrapper .search-listing .search-item:hover {
    /* background: #3e8cff; */
    background: var(--green-100);
  }

  .page.search .search-wrapper .search-listing .search-item:hover .informations .search-title,
  .page.search .search-wrapper .search-listing .search-item:hover .informations .search-description {
    color: #fff;
  }

  .page.search .search-wrapper .search-listing .search-item:hover .informations .search-link {
    /* color: #a0c8f3; */
    color: var(--yellow-500);
  }

  .page.search .search-wrapper .search-listing .search-item:hover .icon-arrow-cta-up-right .diagonal,
  .page.search .search-wrapper .search-listing .search-item:hover .icon-arrow-cta-up-right:before,
  .page.search .search-wrapper .search-listing .search-item:hover .icon-arrow-cta-up-right:after {
    background: #ffffff;
  }
}

.page.search .search-wrapper .search-listing .search-item .informations {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .page.search .search-wrapper .search-listing .search-item .informations {
    max-width: 85%;
  }
}

.page.search .search-wrapper .search-listing .search-item .informations .search-title,
.page.search .search-wrapper .search-listing .search-item .informations .search-description,
.page.search .search-wrapper .search-listing .search-item .informations .search-link {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.page.search .search-wrapper .search-listing .search-item .informations .search-title {
  font-size: 22rem;
  line-height: 100%;
}

@media (min-width: 768px) {
  .page.search .search-wrapper .search-listing .search-item .informations .search-title {
    font-size: 22.4rem;
  }
}

@media (min-width: 1025px) {
  .page.search .search-wrapper .search-listing .search-item .informations .search-title {
    font-size: 44.8rem;
    letter-spacing: -2rem;
  }
}

.page.search .search-wrapper .plus-btn {
  margin-left: auto;
  margin-right: auto;
  transform: opacity 0.4s ease;
}

.page.search .search-wrapper .plus-btn:not(.active) {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  .page.single-regions .custom-select {
    min-width: 284rem;
  }
}

.page.single-regions .custom-select .input-bar {
  background-color: #fff;
}

.page.single-regions .custom-select .input-bar .label {
  color: #0e1a2c;
}

.page.single-regions .custom-select .icons-section {
  border-left: 1px solid rgba(14, 26, 44, 0.2);
}

.page.single-regions .custom-select .icons-section i {
  color: #0e1a2c;
}

.module-single-onsocial-news {
  padding-top: 154rem;
}

@media (min-width: 768px) {
  .module-single-onsocial-news {
    padding-top: 130rem;
  }
}

@media (min-width: 1440px) {
  .module-single-onsocial-news {
    padding-top: 148rem;
  }
}

@media (min-width: 1700px) {
  .module-single-onsocial-news {
    padding-top: 248rem;
  }
}

.module-single-onsocial-news .container {
  position: relative;
}

.module-single-onsocial-news .breadcrumb-news {
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin-bottom: 32rem;
  gap: 10rem;
  z-index: 1;
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .breadcrumb-news {
    margin-bottom: 40rem;
  }
}

@media (min-width: 1440px) {
  .module-single-onsocial-news .breadcrumb-news {
    margin-bottom: 48rem;
  }
}

.module-single-onsocial-news .breadcrumb-news .separator {
  width: 4rem;
  height: 4rem;
  background: #a0c8f3;
  border-radius: 50%;
}

.module-single-onsocial-news .breadcrumb-news a {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (hover: hover) and (pointer: fine) {
  .module-single-onsocial-news .breadcrumb-news a:hover {
    color: #a0c8f3;
  }
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .breadcrumb-news a {
    max-width: 400rem;
  }
}

.module-single-onsocial-news .breadcrumb-news .date {
  opacity: 0.3;
}

@media (min-width: 768px) {
  .module-single-onsocial-news .title {
    max-width: 500rem;
  }
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .title {
    max-width: 1055rem;
    font-size: 102rem;
  }
}

.module-single-onsocial-news .social-network {
  margin-bottom: 32rem;
}

@media (min-width: 768px) {
  .module-single-onsocial-news .social-network {
    position: absolute;
    top: 90rem;
    right: 0;
    margin-bottom: 0;
  }
}

.module-single-onsocial-news .relative {
  position: relative;
}

@media (min-width: 1440px) {
  .module-single-onsocial-news .relative .informations-wrapper {
    position: absolute;
    top: 0;
    margin-top: 120rem;
    max-width: 320rem;
    transform: none;
  }
}

.module-single-onsocial-news .informations-wrapper {
  margin-top: 48rem;
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .informations-wrapper {
    max-width: 220rem;
  }
}

@media (min-width: 1440px) {
  .module-single-onsocial-news .informations-wrapper {
    position: relative;
    max-width: 320rem;
  }
}

.module-single-onsocial-news .informations-wrapper .date {
  opacity: 0.3;
  margin-bottom: 16rem;
}

@media (min-width: 768px) {
  .module-single-onsocial-news .informations-wrapper .date {
    margin-bottom: 24rem;
  }
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .informations-wrapper .date {
    margin-bottom: 46rem;
  }
}

.module-single-onsocial-news .informations-wrapper .relations {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.module-single-onsocial-news .informations-wrapper .relations .relation {
  display: flex;
  gap: 16rem;
  align-items: center;
}

.module-single-onsocial-news .picture-wrapper {
  margin-top: 72rem;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .module-single-onsocial-news .picture-wrapper {
    margin-top: 96rem;
  }
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .picture-wrapper {
    margin-top: 120rem;
  }
}

@media (min-width: 1440px) {
  .module-single-onsocial-news .picture-wrapper {
    margin-top: 100rem;
  }
}

.module-single-onsocial-news .picture-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-single-onsocial-news .paragraphs-wrapper {
  margin-top: 72rem;
}

.module-single-onsocial-news .paragraphs-wrapper .paragraph:not(:last-child) {
  margin-bottom: 24rem;
}

.module-single-onsocial-news .paragraphs-wrapper .paragraph ul {
  margin-bottom: 2em;
  padding-inline-start: 40px;
}

.module-single-onsocial-news .paragraphs-wrapper .paragraph li {
  position: relative;
  margin-bottom: 16rem;
}

.module-single-onsocial-news .paragraphs-wrapper .paragraph li:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-flex;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 2rem solid #3e8cff;
  margin-right: 6rem;
}

.module-single-onsocial-news .paragraphs-wrapper .paragraph ul>li>ul>li {
  margin-left: 16rem;
}

.module-single-onsocial-news .paragraphs-wrapper .paragraph ul>li>ul>li:first-child {
  margin-top: 12rem;
}

.module-single-onsocial-news .paragraphs-wrapper .paragraph ul>li>ul>li:before {
  content: "-";
  position: relative;
  top: -1px;
  display: inline-flex;
  border-radius: 50%;
  border: none;
  margin-right: 6rem;
}

.module-single-onsocial-news .paragraphs-wrapper .paragraph p {
  margin: 1em 0;
}

.module-single-onsocial-news .post-quote-info {
  display: flex;
  margin-top: 40px;
  word-break: break-word;
}

.module-single-onsocial-news .post-quote-info .quote-character {
  flex: 0.1 0;
}

.module-single-onsocial-news .post-quote-info .quote-character:before {
  /* font-family: Neue Haas Grotesk Display Pro; */
  font-family: var(--body-font);
  font-weight: 500;
  color: #000;
  padding-right: 30px;
  margin-left: 45px;
  margin-right: -10px;
  content: "{";
  font-size: 150px;
  line-height: 140px;
}

.module-single-onsocial-news .post-quote-info .quote-data {
  flex: 1 0;
}

.module-single-onsocial-news .post-quote-info .quote-data .quote-text {
  color: #000;
}

.module-single-onsocial-news .news-redactor {
  margin-top: 48rem;
}

.module-single-onsocial-news .news-redactor .line {
  width: 100%;
  height: 2px;
  background: #0e1a2c;
}

.module-single-onsocial-news .news-redactor .line:last-of-type {
  margin-bottom: 72rem;
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .news-redactor .line:last-of-type {
    margin-bottom: 0;
  }
}

.module-single-onsocial-news .news-redactor .redactor-wrapper {
  padding-top: 42rem;
  padding-bottom: 42rem;
}

@media (min-width: 1440px) {
  .module-single-onsocial-news .news-redactor .redactor-wrapper {
    display: flex;
    align-items: center;
    gap: 70rem;
  }
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper {
  display: block;
  position: relative;
  z-index: 2;
  width: 150rem;
  height: 150rem;
  border-radius: 50%;
  margin-bottom: 32rem;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (hover: hover) and (pointer: fine) {

  .module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper:hover .img-wrapper-content:before,
  .module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper:hover .img-wrapper-content .icon-cross {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 56rem;
  }
}

@media (min-width: 1440px) {
  .module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper {
    margin-bottom: 0;
  }
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper .circle {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 20%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid rgba(160, 200, 243, 0.2);
  pointer-events: none;
}

@media (max-width: 767px) {
  .module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper .circle {
    margin-left: auto;
    left: 15%;
  }
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: auto;
  overflow: hidden;
  cursor: pointer;
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  border-radius: 50%;
  border: 3px solid #3e8cff;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content .icon-cross {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .img-wrapper .img-wrapper-content .default {
  position: relative;
  width: 100%;
  height: 100%;
  background: #07101f;
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper {
  max-width: 300rem;
  width: 100%;
}

@media (min-width: 768px) {
  .module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper {
    max-width: 360rem;
  }
}

@media (min-width: 1440px) {
  .module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper {
    max-width: 405rem;
  }
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .associate-job .identity-position {
  margin-top: 2rem;
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .associate-identity {
  text-align: center;
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .associate-identity {
    text-align: left;
  }
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .informations-row {
  margin-top: 8rem;
  text-align: center;
}

@media (min-width: 1025px) {
  .module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .informations-row {
    text-align: left;
  }
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .informations-row .associate-location {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-top: 32rem;
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .informations-row .associate-location i {
  font-size: 16rem;
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .informations-row .associates-connexions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .informations-row .associates-connexions a {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .module-single-onsocial-news .news-redactor .redactor-wrapper .identity-wrapper .informations-row .associates-connexions a:hover {
    color: #3e8cff;
  }
}

.page.site-map {
  position: relative;
}

.page.site-map .breadcrumb-container {
  margin-top: 120px;
}

@media (min-width: 768px) {
  .page.site-map .breadcrumb-container {
    margin-top: 240px;
  }
}

.page.site-map .map {
  margin-top: 120px;
}

@media (min-width: 768px) {
  .page.site-map .map {
    grid-column-start: 2;
    grid-column-end: 11;
    margin-top: 140px;
  }
}

.page.site-map .map .level.level-one.homepage .site-map-item:hover .text {
  color: #3e8cff;
}

.page.site-map .map .level.level-two {
  margin: 38px 0 0 22px;
}

@media (min-width: 768px) {
  .page.site-map .map .level.level-two {
    margin: 48px 0 0 32px;
  }
}

.page.site-map .map .level.level-two.carriere .site-map-item:hover .text {
  color: #3e8cff;
}

.page.site-map .map .level.level-three {
  margin: 24px 0 0 22px;
  display: flex;
  row-gap: 10px;
  column-gap: 12px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .page.site-map .map .level.level-three {
    margin: 24px 0 0 28px;
    column-gap: 16px;
  }
}

.page.site-map .map .level.level-three .site-map-item:last-child:after {
  display: none;
}

#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24rem 24rem 0;
  transition: all 0.6s linear;
  opacity: 1;
}

@media (min-width: 1025px) {
  #header {
    padding: 46rem 28rem 0;
  }
}

@media (min-width: 1440px) {
  #header {
    padding: 56rem 48rem 0;
  }
}

#header.is-hidden {
  opacity: 0;
}

#header.is-hidden:before {
  background: transparent !important;
}

#header.active:before {
  opacity: 1;
}

#header.transparent:before {
  background: transparent !important;
}

#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 160rem;
  background: none;
  transition: background 0.8s ease-in-out, opacity 0.8s ease-in-out;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}

#header .header-logo-container {
  opacity: 0;
}

@media (min-width: 768px) {
  #header .header-logo-container {
    transform: translate3d(0, 4rem, 0);
  }
}

#header .header-logo-container svg {
  transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

#header .header-logo-container svg.icon-logo-desktop {
  /* height: 26rem; */
  height: 50rem;
}

@media (min-width: 1440px) {
  #header .header-logo-container svg.icon-logo-desktop {
    /* height: 34rem; */
    height: 50rem;
  }
}

#header .header-logo-container svg.icon-logo-mobile {
  height: 32rem;
}

#header .header-middle-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  #header .header-middle-container {
    width: 100%;
    max-width: 57.5%;
  }
}

@media (min-width: 1440px) {
  #header .header-middle-container {
    max-width: 55%;
  }
}

@media (min-width: 1700px) {
  #header .header-middle-container {
    max-width: 45%;
  }
}

#header .header-middle-container .link {
  position: relative;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 8rem;
  min-height: 42px;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  #header .header-middle-container .link:hover:after {
    transform: scaleZ(1);
    transform-origin: left center;
  }
}

#header .header-middle-container .link span {
  color: #fff;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

#header .header-middle-container .link .puce {
  color: #fff;
  font-size: 12rem;
}

#header .header-middle-container .link.active:after {
  transform: scaleZ(1);
  transform-origin: left center;
}

#header .header-middle-container .link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scale3d(0, 1, 1);
  transform-origin: right center;
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#header .burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6rem;
  width: 19rem;
  pointer-events: none;
  cursor: pointer;
}

#header .burger-menu.active {
  pointer-events: all;
}

@media (hover: hover) and (pointer: fine) {

  #header .burger-menu.active:hover span:first-of-type,
  #header .burger-menu.active:hover span:last-of-type {
    transform: scale3d(0.75, 1, 1);
  }
}

#header .burger-menu.active>span {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

#header .burger-menu>span {
  width: 100%;
  height: 1px;
  background: #ffffff;
}

#header .burger-menu span:first-of-type {
  transform-origin: right center;
}

#header .burger-menu span:last-of-type {
  transform-origin: left center;
}

#header .header-right-container {
  display: flex;
  align-items: center;
  gap: 8rem;
}

@media (min-width: 1025px) {
  #header .header-right-container {
    gap: 14rem;
  }
}

@media (min-width: 1440px) {
  #header .header-right-container {
    gap: 16rem;
  }
}

#header[data-theme="light"] {
  color: #fff;
}

#header[data-theme="light"] .header-logo-container svg {
  fill: #fff;
}

#header[data-theme="light"] .header-middle-container .link span,
#header[data-theme="light"] .header-middle-container .link .puce {
  color: #fff;
}

#header[data-theme="light"] .header-middle-container .link:after {
  background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  #header[data-theme="light"] .header-middle-container .header-middle-item:hover {
    color: #3e8cff;
  }
}

#header[data-theme="light"] .burger-menu>span {
  background: #ffffff;
}

#header[data-theme="light"] .header-right-container .dropdown-lang {
  opacity: 0;
}

#header[data-theme="light"] .header-right-container .dropdown-lang .lang-select-outside .icon-globe,
#header[data-theme="light"] .header-right-container .dropdown-lang .lang-select-outside .icon-triangle-down,
#header[data-theme="light"] .header-right-container .dropdown-lang .lang-select-outside p {
  color: #fff;
}

#header[data-theme="light"] .contact-button {
  background: #ffffff;
}

#header[data-theme="light"] .contact-button p {
  color: #0e1a2c;
}

@media (hover: hover) and (pointer: fine) {
  #header[data-theme="light"] .contact-button:hover {
    background: #3e8cff;
  }

  #header[data-theme="light"] .contact-button:hover p {
    color: #fff;
  }
}

#header[data-theme="light"] .header-search-btn {
  background: #ffffff;
}

#header[data-theme="light"] .header-search-btn i {
  color: #0e1a2c;
}

@media (hover: hover) and (pointer: fine) {
  #header[data-theme="light"] .header-search-btn:hover {
    background: var(--yellow-500);
  }

  #header[data-theme="light"] .header-search-btn:hover i {
    color: #fff;
  }
}

#header[data-theme="dark"] {
  /* color: var(--green-100); */
  color: #fff;
}

#header[data-theme="dark"] .header-logo-container svg {
  /* fill: var(--green-100); */
  fill: #fff;
}

#header[data-theme="dark"] .header-middle-container .link span,
#header[data-theme="dark"] .header-middle-container .link .puce {
  /* color: var(--green-100); */
  color: #fff;
}

#header[data-theme="dark"] .header-middle-container .link:after {
  background-color: var(--green-100);
}

@media (hover: hover) and (pointer: fine) {
  #header[data-theme="dark"] .header-middle-container .header-middle-item:hover {
    color: var(--yellow-500);
  }
}

#header[data-theme="dark"] .burger-menu>span {
  /* background: var(--green-100); */
  background: #fff;
}

#header[data-theme="dark"] .header-right-container .dropdown-lang .lang-select-outside .icon-globe,
#header[data-theme="dark"] .header-right-container .dropdown-lang .lang-select-outside .icon-triangle-down,
#header[data-theme="dark"] .header-right-container .dropdown-lang .lang-select-outside p {
  color: var(--green-100);
}

#header[data-theme="dark"] .contact-button {
  /* background: var(--green-100); */
  background: #fff;
}

#header[data-theme="dark"] .contact-button p {
  /* color: #fff; */
  color: var(--green-100);
}

@media (hover: hover) and (pointer: fine) {
  #header[data-theme="dark"] .contact-button:hover {
    background: var(--yellow-500) !important;
  }

  #header[data-theme="dark"] .contact-button:hover p {
    color: #fff;
  }
}

#header[data-theme="dark"] .header-search-btn {
  /* background: var(--green-100); */
  background: #fff;
}

#header[data-theme="dark"] .header-search-btn i {
  /* color: #fff; */
  color: var(--green-100);
}

@media (hover: hover) and (pointer: fine) {
  #header[data-theme="dark"] .header-search-btn:hover {
    background: var(--yellow-500);
  }

  #header[data-theme="dark"] .header-search-btn:hover i {
    color: #fff;
  }
}

#footer {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  #footer {
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  #footer {
    padding-top: 122rem;
  }
}

#footer.is-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

#footer .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

#footer .background picture {
  display: none;
}

#footer .background canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}

#footer .container {
  min-height: 100vh;
}

@media (max-width: 767px) {
  #footer .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 102rem;
    min-height: auto;
  }
}

#footer .footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 40rem;
  margin-bottom: 80rem;
}

@media (min-width: 768px) {
  #footer .footer-newsletter {
    gap: 64rem;
    margin-top: auto;
    margin-bottom: 0;
    max-width: 392rem;
  }
}

#footer .tmp-newsletter {
  min-height: 280rem;
  margin-bottom: 80rem;
}

@media (min-width: 768px) {
  #footer .tmp-newsletter {
    min-height: 200rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  #footer .tmp-newsletter {
    min-height: 328rem;
  }
}

#footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-bottom: 65rem;
}

@media (min-width: 768px) {
  #footer .footer-links {
    margin-top: auto;
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  #footer .footer-links {
    height: 70rem;
    flex-direction: row;
    align-items: center;
    gap: 176rem;
  }
}

#footer .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}

@media (min-width: 1025px) {
  #footer .footer-links ul {
    flex-direction: row;
    align-items: center;
    gap: 28rem;
  }
}

#footer .footer-links ul li a {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) and (pointer: fine) {
  #footer .footer-links ul li a:hover {
    color: var(--green-100);
  }
}

#footer .back-to-top-btn {
  position: absolute;
  bottom: 40rem;
  left: calc(50% - 35px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #footer .social-network {
    position: absolute;
    top: 50%;
    right: 36rem;
    transform: translate3d(0, -50%, 0);
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  #footer .social-network {
    right: 48rem;
  }
}

#footer .arrow-description-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

#loader .loader-background {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}

#loader .loader-background rect {
  width: 100%;
  height: 100%;
}

#loader .loader-eight-logo {
  position: relative;
  transform: scale(1.2);
}

#loader .loader-logo-bg {
  position: relative;
  opacity: 0.12;
}

#loader .loader-logo-filled {
  position: absolute;
  top: 0;
  left: 0;
}

#loader .loader-line {
  width: 2px;
  height: 42.5%;
  background-color: rgb(4 38 28 / 12%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) scaleY(0);
  transform-origin: bottom;
  overflow: hidden;
  opacity: 0;
}

#loader .loader-line-progress {
  position: absolute;
  width: 2px;
  bottom: 0;
  /* background-color: rgb(4 38 28); */
  background-color: var(--yellow-400);
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
}