:root {
  --white: white;
  --smoky-black: #110a07;
  --accent-1: #c44e18;
  --accent-2: #674a3c;
  --black-10: #0000001a;
}

.body {
  background-color: #1d1d1d;
  font-family: Outfit, sans-serif;
}

.div-block {
  background-image: url('../images/hero.webp');
  background-position: 20%;
  background-size: cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100vw;
  height: 80vh;
  box-shadow: 0 5px 30px 8px #0000004d;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-2 {
  color: var(--white);
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0e491e1a, #0e491e1a), url('../images/hero.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 10rem;
  display: flex;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist;
  font-size: 14px;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(132deg, #ffffff4d, #ffffff12 28%, #ffffff4d 60%, #ffffff1a);
  border: 1px solid #ffffff80;
  border-radius: 15px;
  flex-flow: column;
  padding: 14px 23px;
  display: flex;
}

.text-block {
  font-family: Geist;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

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

.bar {
  background-color: var(--white);
  border-radius: 110px;
  width: 20%;
  height: 40px;
}

.bar._2 {
  height: 70px;
}

.bar._3 {
  height: 100px;
}

.bar._4 {
  height: 130px;
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.bar2 {
  background-color: var(--white);
  border-radius: 110px;
  width: 20%;
  height: 70px;
}

.bar3, .bar4 {
  background-color: var(--white);
  border-radius: 110px;
  width: 20%;
  height: 40px;
}

.div-block-7 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 20px 5rem;
  display: flex;
  position: fixed;
}

.link-block {
  color: var(--white);
  font-family: Geist;
  line-height: 90%;
  text-decoration: none;
}

.div-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.link-block-copy {
  background-color: var(--smoky-black);
  color: var(--white);
  border-radius: 140px;
  padding: 15px 45px;
  font-family: Geist;
  line-height: 90%;
  text-decoration: none;
}

.link-block-copy.button._2 {
  margin-top: 30px;
  padding-top: 17px;
}

.text-field {
  color: var(--white);
  background-color: #fff0;
  border: 0 solid #000;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 22px;
}

.form-block {
  align-self: center;
  margin-bottom: 0;
}

.form {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #99999980;
  background-image: linear-gradient(106deg, #ffffff80, #fff0);
  border: 1px solid #fff3;
  border-radius: 40px;
  padding: 3px;
  display: flex;
  box-shadow: inset 7px 7px 7px #5a5a5a80, inset -7px -7px 5px #fff3;
}

.button {
  background-image: linear-gradient(145deg, #252525, #161616);
  border-radius: 60px;
  height: 3rem;
  padding-left: 38px;
  padding-right: 38px;
  transition: box-shadow .1s;
  box-shadow: -4px -3px 4px #2e2e2e99, 7px 7px 7px #191919cc;
}

.button:active {
  box-shadow: inset -7px -7px 5px #3f3f3fa6, inset 7px 7px 7px 2px #000000b3;
}

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

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.image {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0% 0% auto;
}

.courbe {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(151deg, #fff6, #ffffff1a);
  border-bottom-right-radius: 30px;
  width: 54vw;
  height: 80vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-2 {
  position: absolute;
  top: 58vh;
  left: auto;
  right: 3%;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 85%;
}

.text-block-2 {
  color: #979797;
}

.div-block-10 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #1d1d1d;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: -10rem;
  padding: 5rem;
  display: flex;
  box-shadow: 0 -59px 60px #0003;
}

.text-block-3 {
  color: #ffffffb3;
  text-align: center;
  font-size: 16px;
  line-height: 110%;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(135deg, #2e3137, #202526);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all 1s;
  display: flex;
  box-shadow: 10px 10px 20px #0003;
}

.card:hover {
  transform: scale(1.02);
  box-shadow: 10px 10px 100px #0000004d;
}

.h3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.img-box {
  width: 70%;
  margin-bottom: 20px;
}

.div-block-12 {
  padding: 10rem;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#0003, #0003), linear-gradient(135deg, #29905b, #1cc3b2 35%, #8afcda 71%, #b2d765);
  border-radius: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  transition: box-shadow 1s;
  display: flex;
  box-shadow: 0 0 40px #fff3;
}

.div-block-13:hover {
  box-shadow: 0 0 100px #fff3;
}

.div-block-14 {
  width: 60%;
  margin-top: 20px;
}

.hero-banner-txt {
  color: #ffffffe6;
  text-align: center;
  font-size: 16px;
  line-height: 110%;
}

.footer {
  padding-bottom: 30px;
}

.footer-copyright {
  color: #ffffff73;
  text-align: center;
}

.div-block-15 {
  width: 60%;
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .h1 {
    font-size: 70px;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
  }

  .h2 {
    font-size: 38px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .div-block-10 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-block-3 {
    width: 80%;
  }

  .div-block-11 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h3 {
    font-size: 22px;
  }

  .img-box {
    width: 50%;
  }

  .hero-banner-txt {
    width: 70%;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-9 {
    width: 100%;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .img-box {
    width: 13rem;
  }

  .div-block-12 {
    padding: 3rem;
  }

  .div-block-14 {
    width: 90%;
  }

  .hero-banner-txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 40px;
  }

  .div-block-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-10 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card {
    width: 80%;
  }

  .img-box {
    width: 9rem;
  }

  .div-block-12 {
    padding: 20px 20px 80px;
  }

  .div-block-13 {
    border-radius: 40px;
    padding: 60px 30px;
  }

  .div-block-14 {
    width: 100%;
  }

  .hero-banner-txt {
    padding: 0;
    font-size: 15px;
  }

  .div-block-15 {
    width: 100%;
  }
}

#w-node-_52f472a7-e8bb-e45d-1ae1-d366816e844a-0cf14e52 {
  align-self: end;
}


@font-face {
  font-family: 'Chubbo Variable';
  src: url('../fonts/Chubbo-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}