@font-face {
  font-family: Burgues Script;
  src: url('../fonts/Burgues-Script-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header {
  z-index: 99999;
  cursor: pointer;
  background-color: #f6f6f6;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  position: relative;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.header-grid-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  display: flex;
}

.header-grid-right {
  padding-right: 2rem;
}

.link, .link-2, .link-3, .link-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  text-decoration: none;
}

.image {
  width: 15px;
  height: 15px;
}

.link-5 {
  color: #000;
  margin-right: 100px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  text-decoration: none;
}

.section-hero {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
}

.body {
  cursor: none;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
}

.blue-rectangle {
  background-color: #1940c3;
  width: 400px;
  height: 200px;
}

.hero-portfolio-container {
  flex-flow: column-reverse;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.text-block-2 {
  font-family: Burgues Script, Arial, sans-serif;
}

.image-2 {
  width: 800px;
  margin-top: -10px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 7rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-2-hero-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-3, .text-block-4 {
  text-transform: uppercase;
}

.text-block-5 {
  text-align: right;
  text-transform: uppercase;
}

.button {
  background-color: #0000;
}

.marquee-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  margin-top: 4rem;
  display: inline-flex;
  overflow: hidden;
}

.section-marquee {
  z-index: 10;
  background-color: #0000;
  flex: 1;
  width: 100vw;
  margin: -20vw 1rem 1rem;
  position: relative;
}

.marquee_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.txt-marquee {
  color: #000;
  letter-spacing: 20px;
  text-transform: uppercase;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.img-marquee, .image-3, .image-4, .image-5, .image-6 {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}

.image-7 {
  width: auto;
  height: 15px;
}

.image-8 {
  width: 15px;
}

.image-9 {
  height: 20px;
}

.image-10 {
  width: 15px;
}

.image-11 {
  height: 15px;
}

.image-12 {
  width: 15px;
}

.image-13 {
  height: 15px;
}

.image-14 {
  width: 15px;
}

.image-15 {
  height: 15px;
}

.image-16 {
  height: 17px;
}

.image-17 {
  width: 15px;
}

.image-18 {
  height: 17px;
}

.image-19 {
  width: 15px;
}

.page-wrapper {
  z-index: 999;
  cursor: auto;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.split-word {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f6f6f6;
  flex-flow: column;
  flex: 1;
  margin: 20rem auto 10rem;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
}

.split-word-paragraph {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 50px;
  display: block;
}

.section-services {
  z-index: 10;
  background-color: #f6f6f6;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 30rem auto 20rem;
  display: flex;
  position: relative;
}

.grid-3 {
  grid-template-rows: auto;
}

.grid-4-left {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #0000;
  flex-flow: column;
  width: auto;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.grid-4-right {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #0000;
  flex-flow: column;
  margin-right: 0;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.grid-4-left-main-wrapper, .grid-4-right-main-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  height: auto;
  padding: .5rem 1rem 2rem;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}

.grid-4-left-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.grid-4-h1 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}

.grid-4-right-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 5rem;
  display: flex;
}

.grid-4-paragraph, .grid-4-right-paragraph {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-4-left-cta-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 20px;
  margin-top: .5rem;
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  text-decoration: none;
}

.image-20 {
  width: 20px;
}

.image-21, .image-22 {
  width: 500px;
  margin-top: .5rem;
}

.section-txt-fall-anim {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20rem auto 10vh;
  display: flex;
  position: sticky;
  top: 0;
}

.image-23 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-8 {
  color: #000;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.text-block-9 {
  font-size: 100px;
}

.h1 {
  color: #000;
  letter-spacing: 2px;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 700;
}

.section-bento-1 {
  flex-flow: column;
  margin-top: 25rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.text-block-11 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
}

.grid-5 {
  grid-template-rows: auto;
}

.grid-5-left {
  background-color: #0000;
}

.grid-5-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.div-block, .div-block-2 {
  background-color: #fff;
  width: 250px;
}

.div-block-3 {
  background-color: #fff;
  width: 500px;
}

.nav-bar {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-services-anim {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-24 {
  border-radius: 7px;
  width: auto;
  height: 500px;
  box-shadow: 0 2px 20px #0003;
}

.text-block-12 {
  color: #000;
  text-transform: uppercase;
  margin-top: -470px;
  margin-left: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
}

.services-txt-container {
  flex-flow: column;
  display: flex;
}

.text-block-13 {
  color: #000;
  margin-left: 1rem;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.image-25 {
  border-radius: 7px;
  height: 500px;
  box-shadow: 0 2px 20px #0003;
}

.mover {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mover-wraper {
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  overflow: hidden;
}

.text-block-14 {
  color: #000;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
}

.home-anim-wrappper {
  z-index: 10;
  background-color: #f6f6f6;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.spacer {
  background-color: #f6f6f6;
  height: 40vh;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #1940c3;
  flex-flow: column;
  justify-content: flex-end;
  width: 100vw;
  height: 62vh;
  margin-top: 0;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  bottom: 0;
}

.footer-wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  margin-top: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-douleur {
  z-index: 10;
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  background-color: #f6f6f6;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin: 0 auto auto;
  padding-top: 30rem;
  display: flex;
  position: relative;
}

.text-block-15 {
  font-size: 40px;
}

.text-block-16 {
  color: #000;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 6rem;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.29vw;
  font-style: italic;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.grid-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6-left-up {
  background-color: #fff;
  border-radius: 4px;
  width: 700px;
  height: 360px;
  display: inline-flex;
  box-shadow: 0 2px 20px #0000001a;
}

.grid-6-right-up {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 150px;
  margin: 0 auto 20rem;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}

.grid-6-left-down {
  width: 100%;
}

.grid-6-right-down {
  background-color: #fff;
  border-radius: 4px;
  width: 700px;
  height: 360px;
  margin-top: 0;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}

.line-2 {
  background-color: #000;
  width: 1px;
  height: 250px;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: auto;
}

.grid-6-left-up-text-container {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.text-block-17 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.text-block-17.hh1 {
  text-transform: none;
  font-weight: 600;
}

.text-block-18 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.grid-6-paragraph {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 1rem;
  display: flex;
}

.hh1, .text-block-19 {
  font-size: 19px;
  font-weight: 600;
}

.grid-6-right-up-btn-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.link-7 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  text-decoration: none;
}

.path-1fhbf {
  width: 20px;
  position: relative;
}

.ikonik-3bc63f {
  color: #1940c3;
  width: 50px;
}

.g {
  width: 20px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.line {
  background-color: #000;
  width: 380px;
  height: 1px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.lace-piece {
  width: 300px;
  height: 300px;
  margin-top: -5rem;
  margin-left: 22rem;
  position: absolute;
}

.grid-6-right-down-text-container {
  margin-right: 2rem;
}

.text-block-20 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
}

.text-block-21 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-block-22 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
}

.text-block-23 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-block-24 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
}

.section-timeline {
  z-index: 1;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20rem;
  margin-left: 4rem;
  margin-right: 9rem;
  display: flex;
  position: relative;
}

.text-block-25 {
  color: #000;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 9rem;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
  display: block;
  position: relative;
  left: 300px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 200px 160px 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-26 {
  width: 25px;
}

.section-vr-portfolio {
  z-index: 1;
  background-color: #f6f6f6;
  margin-top: 30rem;
  margin-left: 4rem;
  margin-right: 4rem;
  position: relative;
}

.text-block-26 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
}

.timeline-left {
  text-align: right;
  width: 200px;
}

.timeline-middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #000;
  border-radius: 17px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.timeline-date-text {
  color: #000;
  width: 500px;
  padding-right: 2rem;
  font-family: Burgues Script, Arial, sans-serif;
  font-size: 40px;
}

.timeline-circle {
  background-color: #1940c3;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-text-right-title {
  color: #000;
  -webkit-text-stroke-color: black;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}

.timeline-right-text-paragraph {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.timeline-line {
  background-color: #000;
  width: 500px;
  height: 1px;
}

.timeline-star {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-progress {
  background-color: #000;
  border: 1px solid #000;
  width: 3px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.timeline {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 180%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 7777.7px;
  left: auto;
  right: 746px;
}

.timeline-progress-bar {
  background-color: #1940c3;
  width: 3px;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 50vh;
}

.timeline-wrapper {
  z-index: -3;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.time-line {
  z-index: -2;
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 150%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  right: auto;
  overflow: hidden;
}

.time-line-progress-bar {
  z-index: -1;
  background-color: #1940c3;
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.timeline-2-wrapper {
  z-index: -3;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  width: 100%;
}

.timeline-2-left {
  color: #000;
  text-align: right;
}

.timeline-2-right {
  color: #000;
  border: 1px solid #000;
  border-radius: 17px;
}

.text-block-27 {
  font-family: Burgues Script, Arial, sans-serif;
  font-size: 40px;
}

.timeline-2-star-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-27 {
  width: 30px;
  height: 30px;
}

.timeline-2-righ-text-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.text-block-29 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}

.timeline-2-line, .div-block-6 {
  background-color: #000;
  width: 500px;
  height: 1px;
}

.timeline-2-progress {
  z-index: -2;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 37.0087px;
  overflow: hidden;
}

.timeline-2-progress-bar {
  z-index: -1;
  background-color: #1940c3;
  width: 3px;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 50vh;
}

.section-msg-cta {
  z-index: 1;
  background-color: #f6f6f6;
  width: 100%;
  margin-top: 30rem;
  margin-left: 4rem;
  margin-right: 4rem;
  position: relative;
}

.msg-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column-reverse;
  width: 100%;
  display: block;
}

.div-block-7 {
  background-color: #e0e0e0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
}

.text-block-30 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.div-block-8 {
  background-color: #1940c333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  margin-top: 0;
  display: flex;
}

.text-block-31 {
  color: #1940c3;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.div-block-9 {
  background-color: #e0e0e0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 50px;
  margin-top: 0;
  display: flex;
}

.text-block-32 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.div-block-10 {
  background-color: #e0e0e0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-top: 0;
  display: flex;
}

.text-block-33 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.div-block-11 {
  background-color: #1940c333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 50px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.text-block-34 {
  color: #1940c3;
}

.div-block-12 {
  color: #fff;
  background-color: #1940c3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.link-8 {
  color: #fff;
  font-style: italic;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.timeline_component {
  z-index: -1;
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  background-color: #f6f6f6;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: -1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 10rem;
  display: flex;
  position: relative;
}

.timeline_wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  display: inline-flex;
  position: relative;
}

.timeline_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  width: 100%;
  min-width: 0;
  max-width: 1120px;
  margin: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.timeline_left {
  text-align: right;
}

.timeline_right {
  background-color: #fff;
  box-shadow: 0 2px 20px #0000001a;
}

.timeline_step-text {
  font-family: Burgues Script, Arial, sans-serif;
  font-size: 40px;
  position: sticky;
  top: 50vh;
}

.timeline_star {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 50vh;
}

.image-28 {
  width: 20px;
  height: 20px;
  position: static;
  top: 50vh;
}

.timeline_right-text-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  border-radius: 7px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.timeline_right-h1 {
  color: #000;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.div-block-13 {
  background-color: #000;
  width: 300px;
  height: 1px;
}

.timeline_progress {
  z-index: 9;
  background-color: #dfdfdf;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress_bar {
  z-index: -99999;
  background-color: #1940c3;
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.combler_vide {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  height: 500px;
  margin-bottom: 20rem;
}

.image-29 {
  width: 20px;
  height: 20px;
  position: static;
  top: 50vh;
}

.div-block-14 {
  background-color: #000;
  width: 300px;
  height: 1px;
}

.section_timeline {
  z-index: -3;
  background-color: #0000;
  margin-top: 30rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

.code-embed {
  background-color: #f6f6f6;
}

.image-30 {
  width: 20px;
  height: 20px;
  position: static;
  top: 50vh;
}

.div-block-15 {
  background-color: #000;
  width: 300px;
  height: 1px;
}

.real_xpace {
  height: 400px;
}

.cursor {
  z-index: 2147483647;
  background-color: #0000;
  border: 1px solid #1940c3;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.cursor-gif {
  width: 150px;
  height: 100px;
  position: absolute;
}

.cursor-dot {
  background-color: #1940c3;
  width: .5px;
  height: .5px;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
}

.track {
  z-index: 9999;
  background-color: #f6f6f6;
  flex: 0 auto;
  height: 800vw;
  margin-top: 0;
  margin-bottom: 50vh;
  position: relative;
  inset: 0%;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 10px;
  display: inline-flex;
  overflow: hidden;
}

.item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 110vw;
  height: 90vh;
  padding: 0;
  display: flex;
}

.basti-ui {
  object-fit: cover;
  width: 90vw;
  height: 90vh;
  padding: 0;
  overflow: visible;
}

.new-section-hero {
  z-index: 10;
  background-color: #f6f6f6;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-35 {
  color: #000;
  font-size: 100px;
  line-height: 80px;
}

.text-block-36 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 600;
  line-height: 80px;
}

.image-31 {
  width: 150px;
  height: 150px;
  margin-top: -2rem;
  margin-left: 5rem;
  position: absolute;
}

.image-32 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: 60rem;
}

.div-block-16 {
  flex-flow: row;
  display: flex;
}

.undertext-wrapper {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 55vw;
  margin-top: 5vw;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  display: flex;
}

.text-block-37 {
  text-align: center;
  word-break: normal;
  font-size: 18px;
  font-weight: 400;
}

.marquee {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  opacity: .5;
  color: #000;
  margin-top: 3rem;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  display: inline-flex;
}

.btns-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.grid-9 {
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-xx-left {
  display: block;
}

.grid-xx-right {
  flex-flow: column;
  width: 100%;
  display: block;
}

.btn-outside {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 2px solid #000;
  border-radius: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-38 {
  color: #000;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.text-block-39 {
  color: #1940c3;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.roght-btn-outsire {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  border: 2px solid #1940c3;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animations-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.marquee-txt {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.image-33, .image-34, .image-35 {
  width: 23px;
  height: 23px;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-36 {
  width: 100px;
  height: 100px;
  margin-top: 40%;
  margin-left: -40%;
  position: absolute;
}

.image-37 {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  overflow: visible;
}

.image-38 {
  width: 20px;
  height: 20px;
}

.image-39 {
  mix-blend-mode: normal;
  width: 20px;
  height: 20px;
}

.image-cover {
  z-index: 1;
  mix-blend-mode: color-burn;
  background-color: #0a100d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.cursor-dot-2 {
  mix-blend-mode: exclusion;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.section {
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  margin-top: 8rem;
  position: relative;
}

.section-heading-wrapper {
  border-top: 1px solid #edf2f466;
  border-bottom: .0625rem solid #edf2f466;
  justify-content: center;
  align-items: center;
  padding: 1% 2%;
  display: flex;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.large-heading {
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.15;
}

.large-heading.offset-right {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}

.work-item-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.13rem;
  font-style: italic;
}

.track-2 {
  color: #1940c3;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  display: flex;
  position: static;
  overflow: hidden;
}

.cursor-wrap {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap.mbm-ex {
  opacity: 0;
  transition: opacity .2s;
}

.work-item-wrapper {
  color: #edf2f4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.full {
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 13vh;
  font-weight: 600;
}

.work-item-title-2 {
  font-weight: 400;
}

.divider {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 5vh;
  display: flex;
  overflow: hidden;
}

.divider.works {
  background-color: #fff;
  width: 2.8125rem;
  height: .25rem;
  min-height: auto;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.sketchable {
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.cursor-2 {
  display: none;
}

.cursor-dot-3 {
  mix-blend-mode: exclusion;
  background-color: #1940c3;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.text-block-40 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
}

.last-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 110vw;
  height: 90vh;
  display: flex;
}

.text-block-41 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 600;
}

.button_item {
  background-color: #1a1a1a;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.button2 {
  grid-column-gap: 2em;
  background-color: #1940c3;
  border-radius: 99px;
  align-items: center;
  min-height: 4em;
  padding-left: 2em;
  padding-right: 5.5em;
  display: flex;
  position: relative;
}

.button2_text {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.button2_icon-wrap {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
}

.button-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  padding: 0 .3rem;
  display: flex;
}

.button-line-fill {
  box-shadow: none;
  color: #000;
  font-size: .9rem;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: none;
  position: relative;
}

.button-line-fill:hover {
  box-shadow: none;
}

.button-line {
  background-color: #7e7e7e;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.button-line.smaller {
  color: #000;
  background-color: #000;
}

.button-line-absolute {
  z-index: 1;
  background-color: #feed9e;
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-line-absolute.smaller {
  color: #000;
  background-color: #000;
  height: 1px;
}

.text-block-42 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 400;
}

.arrow-button {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.arrow-button.pad {
  margin-right: 30px;
  text-decoration: none;
}

.title-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-title {
  color: #000;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.arrow-wrapper {
  width: 14px;
  margin-top: -10px;
  margin-left: 5px;
  overflow: hidden;
}

.button-arrow {
  mix-blend-mode: normal;
  background-color: #0000;
}

.underline {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.text-block-43 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.shadow-underline-button {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: box-shadow .6s, color .6s;
  display: flex;
}

.shadow-underline-button:hover {
  color: #4353ff;
  box-shadow: inset 0 -7px #4353ff;
}

.text-block-44 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.image-40 {
  width: 50px;
  transition: opacity .35s;
}

.circle-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #8c9fac66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link.light {
  -webkit-text-stroke-color: black;
  border-color: #8c9fac66;
}

.button-text-3 {
  z-index: 20;
  color: #000;
  position: relative;
  transform: rotate(18deg);
}

.button-text-3.light {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.link-hover-fill {
  background-color: #000;
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-hover-fill.light {
  background-color: #1940c3;
}

.optimism-link {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #8c9fac66;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 8px;
  font-size: 11px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.link-arrow {
  color: #000;
  width: 20px;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.text-block-45 {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.text-block-46 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 7vw;
  font-style: italic;
  font-weight: 600;
  line-height: 100px;
}

.image-41 {
  margin-left: auto;
  margin-right: auto;
}

.grid-10 {
  grid-template-rows: auto auto auto auto auto auto;
  width: 100vw;
  margin-left: 8rem;
  margin-right: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.grid-10-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-10-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.grid-10-right-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-10-left-3 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grid-10-right-5 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.grid-10-right-6 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-47 {
  color: #fff;
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 700;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  line-height: 6px;
  display: flex;
}

.image-42 {
  width: 150px;
}

.grid-11 {
  grid-template-rows: auto;
  position: relative;
  top: 2rem;
}

.grid-footer-left {
  color: #fff;
}

.grid-footer-right {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.last-cta-line {
  background-color: #fff;
  width: 70%;
  height: 1px;
  position: relative;
  top: -40px;
}

.text-block-48 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.footer-legal-stuff {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text {
  font-weight: 300;
}

.bold-text-2 {
  color: #fff;
  font-weight: 300;
}

.link-9 {
  color: #fff;
  padding-left: 2rem;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.link-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.text-block-49 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.div-block-20 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.underline-button {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-title-2 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1;
  text-decoration: none;
}

.underline-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  padding-bottom: 2rem;
}

.grid-12-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid12-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.outline-hover-social-wrap {
  display: flex;
}

.social-1-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 1em;
  display: flex;
  position: relative;
}

.sc-social-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  font-size: 1.3rem;
  position: relative;
}

.social-link-circle {
  z-index: 1;
  border: .1em solid #ececec;
  border-radius: 50%;
  width: 130%;
  height: 130%;
  display: none;
  position: absolute;
}

.nav-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  height: 100%;
  padding: 30px 18px 30px 24px;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
  display: grid;
}

.nav-item-text-wrap {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
  overflow: visible;
}

.nav-item-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 700;
}

.list-item-arrow {
  vertical-align: baseline;
  width: 120px;
  min-width: 120px;
}

.link-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.fly-button {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  background-color: #857243;
  border: 1px solid #605e4b26;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  min-width: 12em;
  min-height: 3.5em;
  padding: .5em 1.4em;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.215, .61, .355, 1), border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fly-button:hover {
  opacity: 1;
  background-color: #605e4b26;
  border-color: #f5ecea80;
  padding-left: 2em;
}

.fly-button.on-image {
  color: #fbfbfb;
}

.fly-button.on-image.is-featured-button {
  -webkit-text-stroke-color: black;
  background-color: #0000;
  border-color: #000;
  border-radius: 17px;
}

.button-text-11 {
  z-index: 10;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
  position: relative;
}

.button-icon-wrap-2 {
  z-index: 2;
  background-color: #dfdcd880;
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow-4 {
  color: #0000;
  object-fit: contain;
  width: .8em;
  position: absolute;
}

.section-faq {
  z-index: 10;
  background-color: #f6f6f6;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 5rem 10rem 10rem;
  padding-top: 14rem;
  display: flex;
  position: relative;
}

.faq-wrapper {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}

.text-block-50 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.29vw;
  font-style: italic;
  font-weight: 500;
  display: block;
}

.grid-13 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center;
  width: 900px;
  padding: 2rem;
  box-shadow: 0 2px 20px #0000001a;
}

.grid-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.25fr .25fr;
}

.left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 2rem;
  display: flex;
}

.text-block-51 {
  opacity: .5;
  color: #000;
  font-family: Burgues Script, Arial, sans-serif;
  font-size: 100px;
}

.text-block-52 {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.grid-13-1 {
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-13-2 {
  cursor: pointer;
  width: 100%;
}

.grid-13-3, .grid-13-4, .grid-13-5 {
  width: 100%;
}

.grid-13-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
}

.image-43 {
  width: 20px;
}

.section-process {
  margin-top: 20rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.grid-15 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 70%;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.gauche-1, .droite-1, .gauche-2, .droite-2, .gauche-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.text-block-53 {
  font-family: Burgues Script, Arial, sans-serif;
  font-size: 50px;
}

.text-block-54 {
  color: #1940c3;
  font-family: Burgues Script, Arial, sans-serif;
  font-size: 110px;
}

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-55 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
}

.text-block-56 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
  line-height: 30px;
}

.div-block-22 {
  background-color: #000;
  width: 80%;
  height: 1px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61 {
  letter-spacing: 1px;
  font-size: 15px;
}

.section-devis {
  z-index: 10;
  background-color: #f6f6f6;
  height: 100vh;
  margin-top: 20rem;
  position: relative;
}

.devis_wrapper {
  height: 100vh;
}

.text-block-62 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.text-block-63 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 4.29vw;
  font-style: italic;
  font-weight: 500;
}

.div-block-23 {
  background-color: #fff;
  border-radius: 17px;
  width: 600px;
  height: 330px;
  box-shadow: 0 8px 20px #0003;
}

.devis_container {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.text-block-64 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.devis-wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  flex: 0 auto;
  width: 100vw;
  height: 100vh;
  padding-top: 20rem;
  position: relative;
}

.split-word_wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-bottom: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rouleau_wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.services_wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  flex: 1;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.marquee_wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  width: 100vw;
  height: auto;
  position: relative;
}

.douleurs_wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  flex: 0 auto;
  width: 100vw;
  height: auto;
  margin-top: -30rem;
  position: relative;
}

.track_wrapper {
  z-index: 10000;
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  background-color: #f6f6f6;
  flex-flow: column;
  flex: 1;
  order: 0;
  width: 100vw;
  margin-top: 0;
  padding-top: 30rem;
  display: flex;
  position: relative;
}

.timeline_wrapperr {
  z-index: 10;
  background-color: #f6f6f6;
  flex: 1;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  margin-top: 0;
  position: relative;
}

.timelinez_wrapper {
  z-index: -1;
  flex: 1;
  width: 100vw;
  min-height: 100vh;
  margin-top: 40rem;
  position: relative;
}

.div-block-25 {
  z-index: 9999999;
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-26 {
  background-color: #f6f6f6;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: -19vw;
  display: flex;
}

.div-block-27 {
  height: 100vh;
}

.devis-content_container {
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 2rem;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: 1px solid #f6f6f6;
  border-radius: 17px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-block-65 {
  color: #00000080;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.form-block {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-block-66 {
  font-weight: 500;
}

.success-message {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #1940c3cc;
  border-radius: 7px;
}

.form-block-2 {
  width: 100%;
}

.field-label, .field-label-2 {
  color: #000;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.text-field {
  letter-spacing: 1px;
  border-radius: 7px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.submit-button {
  letter-spacing: 1px;
  background-color: #1940c3;
  border-radius: 7px;
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  box-shadow: 0 2px 20px #0000001a;
}

.text-field-2 {
  letter-spacing: 1px;
  border-radius: 7px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.select-field {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.success-message-2 {
  background-color: #1940c3;
  border-radius: 7px;
  box-shadow: 0 2px 20px #0003;
}

.text-block-67 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-fieldh {
  letter-spacing: 1px;
  border-radius: 7px;
  height: 200px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.textarea {
  letter-spacing: 1px;
  border-radius: 7px;
  height: 300px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

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

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}

.heading.is-relative {
  position: relative;
}

.heading.is-absolute {
  position: absolute;
  bottom: 150%;
}

.btn_simple {
  background-color: #1940c3;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px #0000001a;
}

.button-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-2:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-2.lottie-icon {
  background-color: #3ecf8e;
  background-image: linear-gradient(309deg, #3ece8d, #35ce8e);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.phone {
  width: 40px;
  padding-top: 10px;
}

.phone.small {
  width: 25px;
  padding-top: 11px;
}

.button-text {
  flex: 1;
  margin-left: 10px;
}

.mask {
  z-index: 4;
  background-color: #1940c3;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.text-block-69 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.div-block-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-30.is-absolute {
  text-decoration: none;
  position: absolute;
}

.div-block-30.is-relative {
  text-decoration: none;
  position: relative;
}

.image-44 {
  width: 100px;
  height: 100px;
  margin-left: 30rem;
}

.div-block-31 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.ikonik-i5kis {
  color: #1940c3;
  width: 20px;
  height: 20px;
}

.text-block-70 {
  color: #1940c3;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.div-block-32 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 15px;
  margin-left: 1rem;
  display: flex;
}

.div-block-33 {
  background-color: #1940c3;
  width: 60%;
  height: 1px;
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.image-45 {
  width: 20px;
  height: 20px;
}

.text-block-71 {
  color: #1940c3;
  margin-left: 1rem;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.text-block-72, .text-block-73 {
  color: #1940c3;
  width: 100%;
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.grid-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.25fr .25fr;
}

.body-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.body-large.text-color-light {
  color: #1940c3;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.what-question {
  color: #000;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.what-outer {
  background-color: #fff;
  border-radius: 7px;
  width: 800px;
  padding: 2rem;
  box-shadow: 0 2px 20px #0000001a;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.question-inner {
  grid-column-gap: 20px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.what-i-do {
  border-bottom: 1px solid #bebebe;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.ikonik-s7unp {
  color: #1940c3;
  width: 40px;
  height: 40px;
}

.text-block-74 {
  opacity: .5;
  font-family: Burgues Script, Arial, sans-serif;
  font-size: 60px;
}

.div-block-35 {
  background-color: #f6f6f6;
  width: 1000000000vw;
  height: 1000000000vh;
  position: absolute;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.timeline-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30.2541vw 10.0847vw 45.3812vw;
  width: 100%;
  margin-top: 50vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.timeline-container {
  margin-left: 7.14vw;
  margin-right: 7.14vw;
}

.timeline-path {
  z-index: -2;
  background-color: #fff;
  width: .2vw;
  height: 100%;
  position: absolute;
  left: 42.35vw;
}

.timeline-progress-bar-2 {
  z-index: -1;
  background-image: linear-gradient(#1940c3cc, #fff);
  width: .2vw;
  height: 50vh;
  padding-bottom: 0;
  padding-right: 0;
  position: fixed;
  bottom: 50vh;
  box-shadow: 0 0 6px .05vw #1940c34d;
}

.heading-60px {
  color: #1940c3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.29vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.timeline-section {
  z-index: -3;
  background-color: #f6f6f6;
  width: 100vw;
  margin-top: 0;
  padding-bottom: 3vw;
  position: relative;
}

.timeline-wrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.progress-bar-box {
  justify-content: center;
  display: flex;
}

.timeline-left-box {
  color: #1940c3;
}

.timeline-right-box {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 11vw;
  padding-left: 1.5vw;
}

.stage-image {
  object-fit: cover;
  width: 35.71vw;
  height: 39.28vw;
  margin-top: 4.29vw;
  box-shadow: 14px 14px 5vw 1vw #000;
}

.heading-35px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-35px.right-title {
  color: #000;
  width: 18ch;
  margin-bottom: 2.85vw;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.timeline-circle-2 {
  background-color: #0000;
  border-radius: 56%;
  width: 1.5vw;
  height: 1.5vw;
  overflow: visible;
}

.paragraph-20px {
  font-size: 1.43vw;
}

.paragraph-20px.right-text {
  color: #000;
  width: 45ch;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.negation-highlight {
  color: #1940c3;
}

.stage-title-holder {
  color: #1940c3;
  position: sticky;
  top: 50vh;
}

.stage-tag {
  color: #1940c3;
  font-family: Burgues Script, Arial, sans-serif;
  font-size: 2.86vw;
  font-weight: 400;
  line-height: 1;
}

.doleurs_wrapppper {
  background-color: #f6f6f6;
  flex: 0 auto;
  width: 100vw;
  height: 10%;
  position: static;
}

.div-block-36 {
  z-index: 10;
  background-color: #f6f6f6;
  width: 100vw;
  height: 100%;
  position: relative;
}

.burger-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.burger-4 {
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 1rem;
  padding-top: .1rem;
  display: flex;
  position: relative;
}

.burger-bar-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.b4-bar1 {
  background-color: #000;
  border-radius: 2px;
  width: 15px;
  height: 1px;
}

.b4-bar-2 {
  background-color: #000;
  border-radius: 2px;
  width: 36px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.b4-bar3 {
  float: right;
  background-color: #000;
  border-radius: 2px;
  width: 18px;
  height: 1px;
}

.div-block-37 {
  flex-flow: column;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 3rem;
}

.image-46 {
  width: 20px;
}

.text_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 90vh;
  display: flex;
}

.timeline-tracck {
  z-index: 10;
  background-color: #f6f6f6;
  flex: 1;
  width: auto;
  height: 160vw;
  margin-left: 2rem;
  display: block;
  position: relative;
}

.camera1 {
  width: 100%;
  height: 100vh;
  padding-top: 20rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: static;
}

.div-block-39 {
  background-image: linear-gradient(90deg, #1941be, #d7e2a8);
  border-radius: 50px;
  width: 100px;
  height: 50px;
  margin-top: 20px;
  position: absolute;
  inset: 42% auto 0% 0%;
}

.div-block-40 {
  color: #000;
  flex: none;
  width: 40vw;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.spacing1, .spacing2 {
  width: 4px;
  height: 96px;
  margin-bottom: 10px;
}

.heading-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.heading-3 {
  margin-bottom: 10px;
  font-weight: 500;
}

.heading-4, .heading-5, .heading-6 {
  font-weight: 500;
}

.full {
  width: 100%;
  height: auto;
  min-height: 100dvh;
  margin-top: 20rem;
}

.content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content__img {
  z-index: 1;
  width: 40vw;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-7 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 4.29vw;
  font-style: italic;
  font-weight: 500;
}

.heading-8 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}

.div-block-41 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.whole_container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img_container {
  border-radius: 999px;
  width: 150px;
  height: 150px;
}

.image-47 {
  border-radius: 999px;
}

.txt_wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-75 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .section-marquee {
    margin-top: -30vw;
  }

  .split-word-paragraph {
    width: 70vw;
  }

  .section-services {
    width: 100vw;
  }

  .grid-4-left {
    width: auto;
  }

  .grid-4-left-main-wrapper, .grid-4-right-main-wrapper {
    width: 50vw;
  }

  .image-21, .image-22 {
    width: auto;
  }

  .basti-ui {
    width: 100%;
  }

  .image-31 {
    width: 120px;
    height: 120px;
    margin: -2vw 0 0 5vw;
  }

  .grid-9 {
    grid-template-columns: 1.25fr 1fr;
  }

  .text-block-38 {
    width: 100%;
  }

  .card-hover {
    display: none;
  }

  .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cursor-wrap.mbm-ex {
    display: none;
  }

  .works-title {
    font-size: 9vh;
  }

  .divider {
    min-height: 2.8125rem;
  }

  .last-item {
    margin-left: 50vw;
  }

  .button-line-absolute {
    display: none;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .nav-list-item {
    height: auto;
    padding: 3vw 2vw;
    font-size: 16px;
  }

  .nav-item-text {
    width: 100vw;
  }

  .fly-button {
    min-height: 4em;
  }

  .fly-button.on-image.is-featured-button {
    min-width: 10em;
    min-height: 2em;
  }

  .div-block-26 {
    margin-top: -30vw;
  }

  .div-block-30.is-absolute {
    display: flex;
  }

  .div-block-30.is-relative {
    width: 100%;
    overflow: visible;
  }

  .what-outer {
    width: 80vw;
  }

  .timeline-main-grid {
    padding-top: 5.5vw;
    padding-bottom: 5.5vw;
  }

  .timeline-path, .timeline-progress-bar-2 {
    width: .25vw;
  }

  .heading-60px {
    font-size: 4.72vw;
  }

  .timeline-section {
    padding-bottom: 3vw;
  }

  .timeline-right-box {
    padding-top: 12.1vw;
    padding-left: 1.65vw;
  }

  .stage-image {
    width: 39.28vw;
    height: 43.2vw;
    margin-top: 4.72vw;
  }

  .heading-35px.right-title {
    margin-bottom: 3.13vw;
    font-size: 2.75vw;
  }

  .timeline-circle-2 {
    width: 1.65vw;
    height: 1.65vw;
  }

  .paragraph-20px.right-text {
    font-size: 1.57vw;
  }

  .stage-tag {
    font-size: 3.15vw;
  }
}

@media screen and (max-width: 767px) {
  .cursor-dot-2, .cursor-wrap, .cursor-dot-3 {
    display: none;
  }

  .button_item {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .fly-button.on-image {
    min-width: 10em;
    min-height: 3em;
    padding-left: .8em;
  }

  .fly-button.on-image.is-featured-button {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .burger-wrap {
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .header-grid-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-grid-right {
    padding-right: 0;
  }

  .section-marquee {
    margin-top: -100vw;
  }

  .split-word-paragraph {
    text-align: justify;
    font-size: 20px;
    line-height: 45px;
  }

  .grid-4-left-main-wrapper, .grid-4-right-main-wrapper {
    width: 90vw;
  }

  .grid-4-right-text-wrapper {
    width: 100%;
  }

  .grid-4-right-paragraph {
    margin-right: 1rem;
  }

  .grid-4 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-21, .image-22 {
    height: 20vh;
  }

  .section-txt-fall-anim {
    margin-top: 20rem;
  }

  .text-block-8 {
    font-size: 6vw;
  }

  .h1 {
    margin: 2px;
    font-size: 20vw;
  }

  .landing-container, .website-container {
    width: 80vw;
    height: 66vh;
  }

  .footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-wrapper {
    margin-top: 0;
  }

  .text-block-16 {
    font-size: 20px;
    line-height: 30px;
  }

  .grid-6-left-up {
    width: 80vw;
    height: auto;
  }

  .grid-6-right-up {
    width: 80vw;
    height: 20vh;
  }

  .grid-6-right-down {
    width: 80vw;
    height: auto;
  }

  .line-2 {
    margin-left: 1rem;
  }

  .grid-6-left-up-text-container {
    width: 60vw;
    margin-right: 8vw;
  }

  .text-block-17.hh1 {
    width: 60vw;
  }

  .grid-6-paragraph {
    width: 60vw;
    margin-left: 0;
    margin-right: 0;
  }

  .hh1 {
    width: 20vh;
  }

  .grid-6-right-down-text-container {
    flex: 0 auto;
    width: 60vw;
    margin-right: 1rem;
  }

  .text-block-20 {
    width: 60vw;
  }

  .frame {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    background-color: #f6f6f6;
    flex-flow: column;
    height: auto;
    padding: 0;
  }

  .item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    height: 100%;
  }

  .basti-ui {
    width: 100vw;
    height: 30vh;
    overflow: visible;
  }

  .image-31 {
    width: 17vw;
    height: 40px;
    margin: -3vw;
  }

  .undertext-wrapper {
    margin-top: 12vw;
  }

  .text-block-37 {
    text-align: center;
    width: 70vw;
    font-size: 4vw;
    line-height: 20px;
  }

  .btns-wrapper {
    margin-top: 12vw;
  }

  .grid-9 {
    grid-template-columns: .5fr 1.5fr;
    width: auto;
    height: 15vw;
  }

  .grid-xx-right {
    width: auto;
  }

  .btn-outside {
    width: auto;
    height: 15vw;
  }

  .text-block-38 {
    width: auto;
    font-size: 4vw;
    display: none;
  }

  .roght-btn-outsire {
    width: auto;
    height: 15vw;
  }

  .div-block-18 {
    width: 100vw;
  }

  .image-36 {
    width: 17vw;
    height: 20vw;
    margin-top: 310%;
    margin-left: 0%;
  }

  .image-39 {
    width: 5vw;
    height: 5vw;
  }

  .section-heading-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .large-heading {
    font-size: 8vw;
  }

  .text-block-40 {
    padding-left: 2rem;
    font-size: 3vw;
  }

  .last-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #f6f6f6;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-left: 0;
  }

  .text-block-41 {
    text-align: center;
    width: 90vw;
    font-size: 8vw;
    line-height: 30px;
  }

  .button-line.smaller {
    width: 70%;
  }

  .text-block-42 {
    font-size: .6rem;
  }

  .text-block-44 {
    text-align: center;
    font-size: 10vw;
  }

  .circle-link {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  .link-hover-fill.light {
    display: none;
  }

  .optimism-link {
    grid-template-columns: 2.75fr auto;
    width: 70vw;
    margin-left: 0;
    padding-right: 2rem;
  }

  .hover-line, .hover-line-fill {
    width: 70vw;
  }

  .text-block-45 {
    font-size: 15px;
  }

  .text-block-46 {
    font-size: 11vw;
    line-height: 10vw;
  }

  .image-41 {
    width: 18vw;
    margin-top: 13vw;
  }

  .grid-11 {
    margin-bottom: 5rem;
    position: relative;
    top: 1vw;
  }

  .last-cta-line {
    top: -79px;
  }

  .footer-legal-stuff {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-2 {
    font-size: 9px;
    line-height: 8px;
  }

  .link-9 {
    padding-left: 0;
    font-size: 8px;
  }

  .link-10 {
    font-size: 10px;
  }

  .button-title-2 {
    font-size: 8px;
  }

  .outline-hover-social-wrap {
    flex-flow: column;
  }

  .nav-list-item {
    margin-bottom: 3rem;
    padding: 0;
  }

  .nav-item-text-wrap {
    top: 20vw;
  }

  .nav-item-text {
    width: 80vw;
    font-size: 8vw;
    overflow: visible;
  }

  .list-item-arrow {
    width: 30vw;
    min-width: 10vw;
  }

  .link-11 {
    font-size: 8px;
  }

  .fly-button {
    justify-content: space-between;
    min-height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .button-icon-wrap-2 {
    margin-left: .7em;
  }

  .section-faq {
    padding-top: 0;
  }

  .faq-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block-50 {
    font-size: 8vw;
  }

  .section-devis {
    margin-top: 0;
  }

  .text-block-63 {
    text-align: center;
    width: 77%;
    font-size: 8vw;
    line-height: 35px;
  }

  .div-block-23 {
    width: 80vw;
  }

  .devis_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .devis-wrapper {
    padding-top: 7rem;
  }

  .track_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100vw;
  }

  .div-block-26 {
    margin-top: -100vw;
  }

  .submit-button {
    text-align: center;
    width: 60vw;
    padding-left: 15px;
    font-size: 11px;
  }

  .text-block-69 {
    font-size: 4vw;
  }

  .body-large {
    font-size: 16px;
  }

  .body-large.text-color-light {
    font-size: 12px;
  }

  .what-question {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .question-block, .question-block.top {
    flex-flow: row;
  }

  .question-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-main-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 13.4286vw 80.5714vw;
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .timeline-container {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .timeline-path {
    width: .5vw;
    left: 9.5vw;
  }

  .timeline-progress-bar-2 {
    width: .5vw;
  }

  .heading-60px {
    font-size: 9.44vw;
  }

  .timeline-section {
    margin-top: 0;
    padding-top: 500vw;
    padding-bottom: 7vw;
  }

  .timeline-right-box {
    padding-top: 7vw;
    padding-left: 0;
  }

  .stage-image {
    width: 78.56vw;
    height: 86.4vw;
    margin-top: 9.44vw;
  }

  .heading-35px.right-title {
    margin-bottom: 6.26vw;
    font-size: 5.5vw;
  }

  .timeline-circle-2 {
    width: 3.3vw;
    height: 3.3vw;
  }

  .paragraph-20px.right-text {
    width: 42ch;
    font-size: 3.14vw;
  }

  .stage-title-holder {
    position: static;
  }

  .stage-tag {
    font-size: 6.3vw;
  }

  .burger-wrap {
    width: 2vw;
    height: auto;
  }

  .burger-4 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-38 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: -12px;
  }

  .italic-text {
    width: 60vw;
  }

  .heading-2, .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }
}

#w-node-d8f9a938-5a5a-d286-0d23-32077d1ec4f6-00fa7d0f {
  place-self: center;
}

#w-node-ac1e6b52-aabf-c5ea-9b3e-56704c2af779-00fa7d0f {
  justify-self: end;
}

#w-node-_173694dc-21d3-84be-a684-d1cd270b57c7-00fa7d0f {
  justify-self: start;
}

#w-node-_24cfb998-2d8e-7397-09c8-555f49effebc-00fa7d0f, #w-node-_24cfb998-2d8e-7397-09c8-555f49effec2-00fa7d0f, #w-node-_24cfb998-2d8e-7397-09c8-555f49effec3-00fa7d0f, #w-node-_24cfb998-2d8e-7397-09c8-555f49effec6-00fa7d0f, #w-node-_24cfb998-2d8e-7397-09c8-555f49effec9-00fa7d0f, #w-node-_24cfb998-2d8e-7397-09c8-555f49effeca-00fa7d0f, #w-node-_24cfb998-2d8e-7397-09c8-555f49effecd-00fa7d0f, #w-node-_24cfb998-2d8e-7397-09c8-555f49effed0-00fa7d0f, #w-node-_24cfb998-2d8e-7397-09c8-555f49effed1-00fa7d0f, #w-node-_7c4c3bd2-bb6c-0d99-196a-7fcb254ee09c-00fa7d0f, #w-node-_7c4c3bd2-bb6c-0d99-196a-7fcb254ee09d-00fa7d0f, #w-node-_804af7d8-d75c-3017-bb69-b979526fa5cf-526fa5c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_804af7d8-d75c-3017-bb69-b979526fa5de-526fa5c9 {
  place-self: center start;
}

#w-node-_804af7d8-d75c-3017-bb69-b979526fa5e0-526fa5c9 {
  place-self: center end;
}

#w-node-_976ab111-d950-e4ec-9dbb-9c02ccb883a9-ccb883a7 {
  justify-self: start;
}

#w-node-_976ab111-d950-e4ec-9dbb-9c02ccb883b2-ccb883a7 {
  place-self: start center;
}

#w-node-_976ab111-d950-e4ec-9dbb-9c02ccb883b4-ccb883a7 {
  place-self: stretch end;
}

@media screen and (max-width: 479px) {
  #w-node-e7e7993e-0bcc-1c0d-c864-b71086164c81-00fa7d0f {
    place-self: center end;
  }

  #w-node-d8f9a938-5a5a-d286-0d23-32077d1ec4f6-00fa7d0f {
    justify-self: start;
  }

  #w-node-ac1e6b52-aabf-c5ea-9b3e-56704c2af779-00fa7d0f {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: end;
  }

  #w-node-_976ab111-d950-e4ec-9dbb-9c02ccb883a9-ccb883a7 {
    align-self: start;
  }

  #w-node-_976ab111-d950-e4ec-9dbb-9c02ccb883b4-ccb883a7 {
    place-self: start end;
  }
}


@font-face {
  font-family: 'Burgues Script';
  src: url('../fonts/Burgues-Script-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}