@font-face {
  font-family: Arsenica;
  src: url('../fonts/arsenica.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gallient;
  src: url('../fonts/gallient.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #0d0d0d;
}

.section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  grid-template-rows: 1fr 100px 100px 100px 1fr;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: 1400px;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  overflow: hidden;
}

.heading {
  color: #d3e0e9;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
  overflow: hidden;
}

.heading-2 {
  color: #d3e0e9;
  text-align: left;
  vertical-align: baseline;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.heading-3 {
  color: #d3e0e9;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 60px;
  display: inline-block;
  overflow: hidden;
}

.navbar {
  color: #fff;
  background-color: #0000;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
}

.divcontainer {
  pointer-events: none;
  background-color: #0000;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #062746;
  height: 150px;
  transform: none;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  margin-right: 120px;
  font-size: 18px;
}

.container {
  width: 100%;
}

.container-2 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.link-block {
  color: #fff;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
}

.link-block.w--current {
  color: #d3e0e9;
  font-family: Alegreya Sans, sans-serif;
}

.link {
  color: #d3e0e9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Alegreya Sans, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 330px;
  display: flex;
}

.div-block-4 {
  z-index: -10;
  filter: blur(60px);
  background-color: #062746;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 10% 0% auto 20%;
}

.div {
  z-index: -9;
  opacity: .5;
  filter: blur(60px);
  background-color: #0d0d0d;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 10% 0% auto 30%;
}

.div-copy {
  z-index: -9;
  opacity: .8;
  filter: blur(60px);
  background-color: #0d0d0d;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-4-copy {
  z-index: -10;
  filter: blur(60px);
  background-color: #062746;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 0% 0% auto;
}

.div-copy2 {
  z-index: -9;
  opacity: .8;
  filter: blur(60px);
  background-color: #0d0d0d;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-42-copy {
  z-index: -10;
  filter: blur(60px);
  background-color: #062746;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-2 {
  z-index: -999999;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 50vh 100px 50vh 100px 50vh 100px 50vh 100px;
  grid-template-columns: 50px 1fr 1fr 1fr 1fr 50px;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  background-image: url('../images/Opera-Snapshot_2024-11-10_130205_leos-groovy-site-750c72.webflow.io.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-6 {
  color: #fff;
}

.body-2 {
  background-color: #0d0d0d;
}

.section-4 {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1200px;
  height: 35vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
}

.heading-4 {
  color: #d3e0e9;
  letter-spacing: -10px;
  margin-top: 20px;
  margin-bottom: -20px;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin: 100px auto;
  padding-bottom: 80px;
  display: flex;
}

.div-block-7 {
  background-color: #d3e0e9;
  height: 2px;
}

.link-2 {
  color: #fff;
  font-family: Gallient, Impact, sans-serif;
  font-size: 38px;
  line-height: 45px;
  text-decoration: none;
}

.button {
  color: #d3e0e9;
  text-align: center;
  letter-spacing: -5px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  margin-bottom: -40px;
  padding: 0;
  font-family: Cinzel, sans-serif;
  font-size: 11vw;
  line-height: 25vh;
  display: flex;
}

.div-block-8 {
  background-color: #fff;
  height: 2px;
  padding-bottom: 0;
}

.image, .image-2, .image-3, .image-4 {
  width: 50%;
  overflow: visible;
}

.body-3 {
  background-color: #0d0d0d;
}

.section-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: 45vh 45vh auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  height: auto;
  margin-top: 92px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.slider {
  background-color: #0000;
}

.image-5, .image-6 {
  height: 90vh;
}

.image-7 {
  height: 45vh;
}

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

.link-block-3, .link-block-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-block-5 {
  background-image: url('../images/Opera-Snapshot_2024-11-10_130205_leos-groovy-site-750c72.webflow.io.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.div-block-9 {
  color: #fff;
}

.div-block-9.newway {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.div-block-9.comfort {
  margin-left: 0;
  margin-right: 0;
}

.div-block-9.linda {
  margin-top: 20px;
}

.link-block-6 {
  background-image: url('../images/Opera-Snapshot_2024-11-10_130645_leos-beautiful-site-18d22b.webflow.io.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  color: #fff;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-7 {
  background-image: url('../images/Opera-Snapshot_2024-11-10_143922_photographe-e07cce.webflow.io.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 450px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-block-8 {
  background-image: url('../images/Opera-Snapshot_2024-11-10_130743_leos-superb-site-55dc13.webflow.io.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-15 {
  color: #fff;
}

.section-8 {
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 0;
  position: static;
}

.div-block-16 {
  color: #fff;
  padding-left: 0;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: none;
  margin-top: 0%;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
  position: static;
  inset: 0% 0% auto;
}

.image-8 {
  z-index: 1;
  width: 300px;
  position: static;
}

.image-9, .image-10 {
  width: 300px;
  margin-top: 0%;
}

.image-11 {
  margin-top: 0%;
  margin-left: 0;
}

.section-10 {
  clear: none;
  position: absolute;
}

.section-11 {
  margin-top: 0;
  margin-bottom: 150px;
}

.link-block-9 {
  color: #fff;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-17 {
  justify-content: space-between;
  width: 100%;
  font-family: Cinzel, sans-serif;
  display: flex;
}

.div-block-17._2 {
  justify-content: space-between;
  width: auto;
  min-width: 100%;
  margin-top: 10px;
  margin-left: -100%;
  padding-bottom: 10px;
  font-family: Cinzel, sans-serif;
}

.div-block-17._2._8 {
  margin-left: 0%;
}

.div-block-17._1, .div-block-17._3 {
  width: auto;
  min-width: 100%;
}

.text-block, .text-block-2, .text-block-3 {
  font-family: Cinzel Decorative, sans-serif;
  font-size: 22px;
}

.text-block-4 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: #d3e0e9;
  font-family: Raleway, sans-serif;
}

.paragraph-5 {
  color: #d3e0e9;
  justify-content: flex-start;
  font-family: Raleway, sans-serif;
  display: block;
}

.div-block-18, .div-block-19, .div-block-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #d3e0e9;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.section-12 {
  max-width: none;
  margin: 20vh 50px;
}

.heading-5 {
  color: #fff;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.div-block-21 {
  background-color: #fff;
  width: 120px;
  height: 2px;
}

.text-block-5 {
  color: #d3e0e9;
  margin-top: 10px;
  font-family: Cinzel, sans-serif;
}

.heading-6 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 60px;
  line-height: 50px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 200px;
  display: grid;
}

.heading-7 {
  color: #d3e0e9;
  text-align: center;
  font-family: Cinzel, sans-serif;
  font-size: 38px;
}

.section-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.body-4 {
  background-color: #0d0d0d;
}

.section-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  max-width: 1100px;
  margin-top: 8vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-field {
  color: #d3e0e9;
  background-color: #0000;
  border: 1px solid #d3e0e9;
  border-radius: 3px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
}

.form {
  color: #fff;
}

.submit-button {
  color: #d3e0e9;
  background-color: #0000;
  border: 2px solid #d3e0e9;
  border-radius: 3px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  display: block;
}

.submit-button:hover {
  transform: scale(1.1);
}

.t1 {
  color: #d3e0e9;
  background-color: #0000;
  border: 1px solid #d3e0e9;
  border-radius: 3px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
}

.heading-8 {
  color: #d3e0e9;
  text-align: left;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 60px;
  line-height: 68px;
}

.paragraph-6 {
  color: #d3e0e9;
  text-align: left;
  max-width: 800px;
  font-family: Raleway, sans-serif;
}

.div-block-23 {
  max-width: none;
}

.code-embed {
  margin-bottom: 20px;
}

.paragraph-7, .paragraph-8 {
  color: #d3e0e9;
  font-family: Raleway, sans-serif;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-12 {
  border: 10px solid #000;
  border-radius: 5px;
  width: auto;
  max-width: none;
  height: 150px;
}

.image-13 {
  border: 10px solid #000;
  border-radius: 5px;
  max-width: none;
  height: 150px;
  overflow: clip;
}

.image-14, .image-15, .image-16 {
  border: 10px solid #000;
  border-radius: 5px;
  max-width: none;
  height: 150px;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  transform: rotate(-36deg);
}

.image-17 {
  z-index: 2;
  width: 300px;
  display: none;
  position: absolute;
  inset: 55% 25% 0% auto;
}

.image-17.newway {
  display: none;
  top: 110%;
}

.image-17.comfort {
  display: none;
  top: 122%;
}

.image-17.linda {
  display: none;
  top: 134%;
}

.image-17.lantre {
  display: none;
  top: 155%;
}

.image-17.quantum {
  top: 85%;
}

.image-17.mirage {
  display: none;
  top: 98%;
}

.image-17.artlink {
  display: none;
  top: 145%;
}

.image-17._2 {
  top: 65%;
}

.image-17._3 {
  top: 75%;
}

.link-block-10 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
}

.text-block-6 {
  color: #d3e0e9;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
}

.div-block-26, .div-block-27, .div-block-28, .div-block-29, .div-block-30 {
  margin-bottom: 15px;
}

.div-block-31 {
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.div-block-32 {
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
}

.cursor-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  min-height: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  z-index: 5;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
}

.wrapper {
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .35s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.pointer {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  display: block;
  position: fixed;
}

.styles {
  display: none;
}

.f, .r, .e, .e2, .l, .a, .n, .c, .e3, .r2 {
  display: inline-block;
}

.div-block-33 {
  width: auto;
  height: auto;
  padding-left: 0;
  overflow: hidden;
}

.body-5 {
  background-color: #0d0d0d;
}

.section-15 {
  margin-top: 150px;
}

.heading-9 {
  color: #d3e0e9;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
  font-family: Cinzel, sans-serif;
  font-size: 58px;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 15px;
  display: grid;
  overflow: hidden;
}

.image-18 {
  transform: rotate(0);
}

.div-block-35 {
  overflow: hidden;
  transform: scale(1.85)rotate(-36deg);
}

.div-block-36 {
  background-color: #d3e0e9;
  height: 80vh;
  overflow: hidden;
}

.section-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.list {
  color: #a6a6a6;
  margin-left: 20px;
  padding-left: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-3 {
  color: #a6a6a6;
  margin-bottom: 15px;
  font-size: 18px;
  text-decoration: underline;
  display: none;
}

.data {
  color: #a6a6a6;
  margin-bottom: 15px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-7 {
  color: #d3e0e9;
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: none;
}

.text-block-8 {
  color: #d3e0e9;
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.div-block-37 {
  margin-bottom: 20px;
  margin-left: 15px;
  padding-right: 60px;
}

.div-block-38 {
  z-index: 999999;
  position: sticky;
  inset: 40% 0% 0;
}

.image-19 {
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.text-block-9 {
  color: #d3e0e9;
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.link-4 {
  color: #d3e0e9;
  text-align: center;
  margin-top: 150px;
  font-family: Cinzel, sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: block;
}

.image-20 {
  perspective-origin: 100% 0;
  transform-origin: 50%;
  max-width: 200px;
  margin-top: 0;
  overflow: visible;
  transform: rotate(-35deg);
}

.image-21 {
  perspective-origin: 50% 0;
  transform-origin: 50%;
  max-width: 200px;
  margin-top: 0;
  overflow: visible;
  transform: rotate(-35deg);
}

.image-22 {
  perspective-origin: 100% 0;
  transform-origin: 50%;
  max-width: 200px;
  margin-top: 0;
  overflow: visible;
  transform: rotate(-35deg);
}

.lb2 {
  cursor: none;
  margin-top: -20%;
}

.lb3 {
  cursor: none;
  margin-top: 0%;
}

.lb4 {
  cursor: none;
  margin-top: 20px;
  margin-left: 100px;
}

.clickhere {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Raleway, sans-serif;
  font-size: 6px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.lb1 {
  cursor: none;
  margin-top: -15%;
  overflow: hidden;
}

.code-embed-2 {
  display: none;
}

.code-embed-3 {
  width: auto;
  height: auto;
  margin-bottom: 0;
  overflow: visible;
}

.heading-10 {
  color: #d3e0e9;
  margin-top: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-weight: 500;
}

.section-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.text-block-11 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-12 {
  font-size: 14px;
}

.text-block-14 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-18, .text-block-22 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

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

.div-block-40 {
  overflow: hidden;
}

.text1, .text2 {
  display: inline-block;
}

.div-block-41 {
  position: fixed;
}

.f1 {
  color: #d3e0e9;
  font-family: Alegreya Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.nod2, .noe2, .nov, .noe3, .nol, .noo3, .nop, .nop2, .noe4, .nou1, .nor {
  display: inline-block;
}

.div-block-42 {
  overflow: visible;
}

.namel, .namee, .nameo {
  display: inline-block;
}

.names {
  margin-left: 40px;
  display: inline-block;
}

.nameu, .namer, .namei, .name2s, .name2o {
  display: inline-block;
}

.divsouris {
  overflow: hidden;
}

.devn, .devo, .dev, .devc, .devd, .devo2, .deve {
  display: inline-block;
}

.div-block-44 {
  pointer-events: none;
  height: 120px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.code-embed-5 {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.code-embed-6 {
  width: 100%;
  height: 100%;
  display: none;
}

.section-18 {
  z-index: 999999;
  background-color: #0d0d0d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
}

.background-video, .background-video-2 {
  height: 100%;
}

.background-video-2.pricingvid {
  z-index: -999999;
  background-image: linear-gradient(275deg, #0006, #fff0);
  width: 600px;
  height: 250px;
  margin-top: -32vh;
  margin-left: 0;
  position: static;
}

.l2, .nameo2 {
  display: inline-block;
}

.heading-14, .heading-15 {
  color: #d3e0e9;
  font-family: Cinzel, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.heading-16, .heading-17 {
  color: #d3e0e9;
  font-family: Cinzel, sans-serif;
  font-size: 36px;
}

.section-19 {
  width: 100vw;
  max-width: none;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.text-block-27 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.field-label, .field-label-2, .field-label-3 {
  color: #d3e0e9;
  font-family: Alegreya Sans, sans-serif;
  font-size: 16px;
}

.div-block-45 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-23, .image-24 {
  max-width: 200px;
  transform: rotate(-35deg);
}

.image-24.videom {
  display: none;
}

.image-25 {
  max-width: 200px;
  transform: rotate(-35deg);
}

.div-block-46 {
  justify-content: space-between;
  align-items: center;
  width: 750px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-48 {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.image-26, .image-27, .image-28 {
  max-width: 200px;
  transform: rotate(-35deg);
}

.div-block-49 {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.image-29, .image-30, .image-31, .image-32, .image-33, .image-34 {
  max-width: 200px;
  transform: rotate(-35deg);
}

.f1bug {
  display: inline-block;
}

.heading-18 {
  display: none;
}

.paragraph-10 {
  color: #d3e0e9;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading-19, .heading-20, .heading-21, .heading-22 {
  color: #d3e0e9;
  font-family: Alegreya Sans, sans-serif;
  font-size: 38px;
}

.form-block {
  width: 400px;
  min-width: 0;
  max-width: none;
  margin-bottom: -8vh;
  margin-left: auto;
  margin-right: auto;
}

.image-35, .image-36, .image-37 {
  display: none;
}

.text-span, .text-span-2, .text-span-3 {
  margin-bottom: 5px;
  display: inline-block;
}

.heading-23 {
  color: #fff;
  background-color: #0d0d0d;
  margin-left: 203px;
  font-family: Cinzel Decorative, sans-serif;
}

.text-span-4 {
  justify-content: flex-start;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 0;
  margin-left: 20px;
  display: flex;
}

.text-span-5 {
  margin-left: 4px;
  font-size: 36px;
}

.section-20 {
  height: 15vh;
}

.section-21 {
  display: none;
}

.body-6 {
  background-color: #0d0d0d;
}

.section-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin: 0 auto 200px;
  display: none;
}

.heading-24 {
  color: #d3e0e9;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.text-block-32 {
  color: #d3e0e9;
  text-align: center;
  padding-right: 0;
}

.div-block-52 {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 3px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 300px;
  min-height: 270px;
  padding: 20px;
  display: flex;
  box-shadow: -2px -2px 5px #a0adb6;
}

.div-block-52:hover {
  box-shadow: -2px -2px 10px #a0adb6;
}

.imagexp {
  max-width: 100px;
}

.imagexp.align {
  max-width: 100px;
  margin-top: -20px;
}

.imagexp.small {
  max-width: 80px;
}

.imagexp.prop {
  width: 45px;
  max-width: none;
  margin-top: -8px;
}

.imagexp.prop._2 {
  width: 40px;
}

.heading-25 {
  color: #d3e0e9;
  text-align: center;
  font-family: Cinzel, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.section-23 {
  height: 15vh;
}

.div-block-53 {
  background-color: #d3e0e9;
  width: 600px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  display: none;
}

.div-block-55 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  color: #d3e0e9;
  font-family: Raleway, sans-serif;
}

.div-block-56, .div-block-57 {
  margin-bottom: 15px;
}

.body-7 {
  background-color: #0d0d0d;
}

.section-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.text-block-36 {
  color: #d3e0e9;
  font-family: Raleway, sans-serif;
  font-size: 2rem;
}

.heading-27 {
  color: #d3e0e9;
  margin-top: 5rem;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 8rem;
}

.div-block-58, .div-block-59, .div-block-60 {
  margin-bottom: 15px;
}

.background-video-3, .background-video-4 {
  width: 300px;
  height: 169px;
}

.y, .v, .s, .t, .u, .d, .i, .o, .u2, .s2, .i2, .t2, .w, .e4, .b, .p, .u3, .s3, .d2, .e5, .v2, .i3, .s4, .i4, .b2, .i5, .l3, .i6, .e10 {
  display: inline-block;
}

.section-25 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-bottom: 20vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.div-block-61 {
  background-color: #d3e0e9;
  max-width: 600px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.heading-28 {
  color: #d3e0e9;
  font-family: Cinzel, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.div-block-62 {
  text-align: center;
}

.titleprop {
  color: #d3e0e9;
  margin-bottom: 8px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-38 {
  color: #d3e0e9;
}

.paragraph-16 {
  color: #d3e0e9;
  margin-bottom: 0;
}

.paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20 {
  color: #d3e0e9;
}

.paragraph-21 {
  color: #d3e0e9;
  font-family: Raleway, sans-serif;
}

.paragraph-22 {
  color: #d3e0e9;
}

.divprop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #d3e0e9;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 350px;
  padding: 16px;
  display: flex;
  box-shadow: 2px 2px 5px #a0adb6;
}

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

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

.image-39 {
  width: 35px;
  margin-top: -8px;
}

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

.image-40 {
  width: 35px;
  margin-top: -6px;
}

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

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

.image-41 {
  width: 35px;
  margin-top: -6px;
}

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

.image-42 {
  width: 45px;
  margin-top: -6px;
}

.div-block-69 {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-70 {
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 0% auto;
}

.button-2 {
  color: #d3e0e9;
  background-color: #0000;
  border: 2px solid #d3e0e9;
  border-radius: 3px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 16px;
}

.button-2:hover {
  transform: scale(1.02);
}

.body-8 {
  background-color: #0d0d0d;
}

.section-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 100vw;
  max-width: none;
  height: 80vh;
  margin: 1vh 0 20vh;
  padding-top: 0;
  padding-left: 8vw;
  padding-right: 6vw;
  display: grid;
  overflow: hidden;
}

.div-block-71 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.heading-29 {
  z-index: 99999;
  color: #d3e0e9;
  margin-top: -16vh;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 180px;
  line-height: 182px;
  position: static;
  overflow: visible;
}

.sectionprocess {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #d3e0e9;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-bottom: 12vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  display: grid;
  position: sticky;
  inset: 10% 0% auto;
}

.div-block-73 {
  background-color: #d3e0e9;
  width: 55%;
  height: 2px;
}

.explain {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  display: block;
  overflow: hidden;
}

.text-block-39 {
  margin-bottom: -2px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 28px;
}

.text-block-40 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 38px;
}

.div-block-74 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  mix-blend-mode: normal;
  flex-flow: column;
  width: 600px;
  padding: 32px;
  display: flex;
}

.div-block-74._2 {
  margin-right: 0;
}

.div-block-74._3 {
  margin-top: -100px;
  margin-right: 0;
}

.div-block-74._4 {
  margin-top: -116px;
  margin-right: 0;
}

.section-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 60px auto 1px auto 1px auto 1px auto 1px auto 1px auto 1px auto 1px auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  height: 80vh;
  margin-bottom: 20vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  display: grid;
}

.services {
  color: #d3e0e9;
  font-family: Alegreya Sans, sans-serif;
  font-size: 22px;
}

.services.top {
  text-align: center;
  line-height: 26px;
}

.div-block-75 {
  background-color: #d3e0e9;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-75.maintenance {
  z-index: 9;
  color: #d3e0e9;
  mix-blend-mode: normal;
  background-color: #d3e0e9;
  border: 1px #0d0d0d;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100px;
  margin-bottom: 8vh;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.text-block-41 {
  color: #0d0d0d;
  text-align: center;
}

.trapeze {
  z-index: -99999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.code-embed-7 {
  display: none;
}

.text-span-6 {
  font-family: Raleway, sans-serif;
}

.text-span-7 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 24px;
}

.section-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 20vh;
  display: grid;
}

.heading-30 {
  color: #d3e0e9;
  text-align: center;
  margin-bottom: 32px;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 38px;
}

.image-43, .image-44, .image-45 {
  max-width: 300px;
}

.div-block-76 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-right: 16px;
  display: flex;
  overflow: visible;
}

.image-46 {
  max-width: 300px;
}

.heading-31 {
  color: #d3e0e9;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 38px;
  line-height: 52px;
}

.code-embed-8 {
  margin-bottom: 20px;
}

.text-block-42 {
  z-index: 999999;
  color: #d3e0e9;
  width: 600px;
  margin-top: 41vh;
  font-family: Alegreya Sans, sans-serif;
  font-size: 28px;
  line-height: 32px;
  position: static;
}

.div-block-77 {
  background-color: #d3e0e9;
  width: 100%;
  height: 2px;
}

.div-block-78 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.div-block-79 {
  background-color: red;
  width: 20px;
  height: 20px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

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

.div-block-81 {
  background-color: #d3e0e9;
  width: 108%;
  height: 1px;
  margin-left: -6%;
}

.div-block-82 {
  background-color: #d3e0e9;
  width: 1px;
  height: 100%;
}

.heading-32 {
  color: #d3e0e9;
  text-align: center;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 38px;
}

.div-block-83 {
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  display: flex;
  overflow: hidden;
}

.link-block-11 {
  z-index: 9999999;
  width: 100%;
  height: 180px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.image-47 {
  z-index: 999999;
  width: 16px;
  height: 16px;
  margin-top: 48px;
  margin-left: -22px;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-84 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-85 {
  overflow: hidden;
}

.div-block-86 {
  z-index: 999999;
  background-color: #0d0d0d;
  border: 1px solid #d3e0e9;
  border-radius: 10px;
  width: 300px;
  height: auto;
  margin: 0 auto 0;
  padding: 16px;
  display: none;
  position: absolute;
  inset: auto 0 12%;
}

.paragraph-23 {
  color: #d3e0e9;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.navbar-2 {
  z-index: 99999;
  background-color: #0000;
  width: 100vw;
  margin-bottom: 0;
}

.navlink {
  color: #d3e0e9;
  font-family: Alegreya Sans, sans-serif;
  font-size: 18px;
}

.navlink.w--current {
  color: #3a79b2;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-width: 90vw;
  display: flex;
}

.section-29 {
  max-width: 1400px;
  height: 220vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-87, .div-block-88, .div-block-89, .div-block-90 {
  overflow: hidden;
}

.image-48 {
  border: 1px solid #d3e0e9;
  width: 300px;
  margin-top: -100px;
  box-shadow: -2px -2px 5px #d3e0e959, 2px 2px 5px #d3e0e959;
}

.div-block-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.section-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  position: relative;
}

.div-block-92 {
  color: #d3e0e9;
  border: 1px solid #d3e0e9;
  border-radius: 20px;
  padding: 32px;
}

.div-block-92.right {
  margin-top: 32px;
  margin-bottom: -32px;
}

.div-block-92.center {
  color: #d3e0e9;
  background-color: #062746;
  border-style: solid;
  position: relative;
  overflow: hidden;
}

.text-block-43 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.text-block-44 {
  font-family: Cinzel Decorative, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.div-block-93 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.list-item {
  margin-bottom: 8px;
}

.text-block-45 {
  color: #062746;
  text-align: center;
  font-family: Alegreya Sans, sans-serif;
  font-size: 16px;
}

.div-block-94 {
  color: #0d0d0d;
  background-color: #d3e0e9;
  width: 150px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  top: 25px;
  right: -35px;
  transform: rotate(45deg);
}

.list-2 {
  margin-top: -44px;
}

.section-31 {
  display: none;
}

.link-5 {
  color: #d3e0e9;
  font-family: Cinzel, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-97, .div-block-98 {
  margin-bottom: 15px;
}

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

.heading-36 {
  color: #b4b4b4;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Yeseva One, sans-serif;
  font-size: 98px;
  font-weight: 400;
  line-height: 76px;
}

.navbar-6 {
  z-index: 999999;
  background-color: #000;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-46 {
  color: #b4b4b4;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-47 {
  color: #b4b4b4;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-48 {
  color: #b4b4b4;
  font-size: 16px;
}

.context {
  color: #b4b4b4;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
}

.image-49 {
  filter: grayscale();
  width: 200px;
}

.padding-faq {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.bugfix {
  color: #b4b4b4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.section-38 {
  filter: grayscale();
  background-image: linear-gradient(#0006, #0006), url('../images/andrej-lisakov-Ll1TDo_AQyM-unsplash-removebg-preview.png'), linear-gradient(#000, #000);
  background-position: 0 0, 70% 58%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 60vw, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  padding: 0% 0% 0;
  display: flex;
}

.div-block-100 {
  border: 1px solid #b4b4b4;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-block-100.middle {
  border-left-style: none;
  border-right-style: none;
}

.textanim {
  opacity: 1;
  color: #b4b4b4;
  text-align: left;
  letter-spacing: 0;
  width: 80%;
  max-width: none;
  margin-bottom: 0;
  font-family: Yeseva One, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.form-block-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu-4 {
  margin-left: auto;
  margin-right: 0;
}

.navtat {
  color: #b4b4b4;
  font-size: 16px;
}

.moins {
  background-color: #b4b4b4;
  width: 2px;
  height: 30px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-span-8 {
  margin-bottom: 12px;
  margin-right: 6px;
  font-size: 42px;
  font-weight: 400;
  display: inline-flex;
}

.div-block-101 {
  color: #fff;
  mix-blend-mode: normal;
  border: 2px solid #b4b4b4;
  border-left: 1px #b4b4b4;
  border-right: 1px #b4b4b4;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  height: auto;
  margin-left: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-101._2 {
  z-index: 99999;
  border: 2px solid #b4b4b499;
  border-left: 1px #b4b4b499;
  border-right: 1px #b4b4b499;
  min-width: 100vw;
  margin-right: 0%;
  position: relative;
}

.div-block-101._1 {
  z-index: 9999;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2px solid #b4b4b499;
  border-left: 1px #b4b4b499;
  border-right: 1px #b4b4b499;
  margin-left: -100%;
  position: relative;
}

.div-block-102 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.section-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-103 {
  background-color: #b4b4b4;
  width: 100%;
  height: 2px;
}

.div-block-104 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section-39 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #020202;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 4%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block-105 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.text-span-9 {
  margin-bottom: 12px;
  margin-right: 6px;
  font-size: 42px;
  font-weight: 400;
  display: inline-flex;
}

.div-block-106 {
  margin-top: -15px;
  margin-bottom: 0;
}

.section-52 {
  z-index: 999999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0000;
  margin-top: 15vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.section-49 {
  background-color: #020202;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-37 {
  color: #b4b4b4;
  -webkit-text-stroke-color: #b4b4b4;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Yeseva One, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 80px;
}

.section-51 {
  z-index: 999998;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-bottom: 2px #b4b4b4;
  flex-flow: column;
  height: auto;
  margin-top: 5.6vh;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.image-50 {
  width: 62px;
  margin-bottom: 16px;
}

.heading-38 {
  color: #b4b4b4;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 98px;
  font-weight: 400;
  line-height: 80px;
}

.nav-menu-3 {
  margin-left: 0;
  margin-right: auto;
}

.paragraph-24 {
  color: #b4b4b4;
  margin-bottom: 0;
  font-size: 16px;
}

.section-47 {
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-107 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-35 {
  color: #b4b4b4;
  width: 80%;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 98px;
  font-weight: 400;
  line-height: 134px;
}

.div-block-108 {
  color: #b4b4b4;
  background-color: #b4b4b4;
  width: 2px;
  height: 40px;
  margin-left: auto;
  margin-right: 0;
}

.paragraph-25 {
  color: #b4b4b4;
  margin-bottom: 12px;
  font-size: 16px;
}

.heading-34 {
  color: #b4b4b4;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Yeseva One, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.div-block-109 {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  display: flex;
  position: static;
}

.button-21 {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #b4b4b4;
  border: 2px #b4b4b4;
  outline: 2px solid #b4b4b4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: -34px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.section-46 {
  background-color: #020202;
  padding-top: 12%;
}

.section-44 {
  background-color: #020202;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 6%;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 40px;
  display: grid;
}

.div-block-110.hist {
  grid-template-columns: .5fr .7fr 2fr;
}

.button-22 {
  color: #b4b4b4;
  background-color: #0000;
  font-size: 38px;
}

.image-51 {
  width: 62px;
  margin-bottom: 16px;
}

._1q {
  margin-bottom: 22px;
}

.text-block-49 {
  color: #b4b4b4;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.div-block-111 {
  background-color: #b4b4b4;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: 8px;
}

.submit-button-2 {
  color: #020202;
  background-color: #b4b4b4;
  margin-top: 6px;
  margin-bottom: 12px;
}

.divscroll {
  opacity: 1;
  background-color: #b4b4b4;
  width: 100%;
  height: 2px;
  margin-bottom: 0;
  margin-left: -100%;
  margin-right: 0;
}

.divscroll._2 {
  opacity: .6;
  width: 100%;
  height: 2px;
  margin: -2px auto 0;
}

.divscroll._2._3 {
  width: 80%;
  margin-bottom: 12px;
}

.divscroll._2._3._4 {
  margin-bottom: 0;
}

.image-52 {
  width: 62px;
  margin-bottom: 12px;
}

.paragraph-26 {
  color: #b4b4b4;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-50 {
  color: #b4b4b4;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cont {
  background-color: #ffffff21;
  border: 2px solid #b4b4b4;
  margin-bottom: 16px;
}

.slider-6 {
  display: none;
}

.section-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.section-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #b4b4b4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.section-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #020202;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6%;
  padding-bottom: 0%;
  display: flex;
}

.section-43 {
  background-color: #020202;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6% 0%;
  display: flex;
}

.text-block-51 {
  color: #b4b4b4;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 240px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.text-block-51.q3 {
  width: auto;
  min-width: 330px;
}

.text-block-51.q2 {
  width: auto;
  min-width: 500px;
}

.text-block-51.q4 {
  width: auto;
  min-width: 230px;
}

.div-block-112 {
  padding: 5px 20%;
}

.section-48 {
  background-color: #020202;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12%;
  padding-bottom: 12%;
  display: flex;
}

.div-block-72 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 68vh;
  margin-top: 9vh;
  display: flex;
  overflow: hidden;
}

.button-20 {
  color: #020202;
  background-color: #b4b4b4;
  height: 50px;
  padding: 15px 19px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-27 {
  color: #b4b4b4;
  margin-bottom: 12px;
  font-size: 16px;
}

.image-53 {
  width: 62px;
  margin-bottom: 16px;
}

.div-block-113 {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  border: 2px solid #b4b4b499;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-116 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  width: auto;
  min-width: 100%;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.paragraph-28 {
  color: #b4b4b4;
  margin-bottom: 12px;
  font-size: 16px;
}

.paragraph-29 {
  color: #b4b4b4;
  font-size: 16px;
}

.heading-33 {
  color: #b4b4b4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, sans-serif;
  font-size: 98px;
  font-weight: 400;
  line-height: 100px;
}

.tittletattoo {
  color: #b4b4b4;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  width: 90%;
  margin: 0% 0;
  font-family: Yeseva One, sans-serif;
  font-size: 10vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120px;
}

.paragraph-30 {
  color: #b4b4b4;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
}

.answer {
  border: 1px #5f3914;
  margin-top: 16px;
  padding: 0 10px 12px 0;
}

.text-span-10 {
  margin-bottom: 12px;
  margin-right: 6px;
  font-size: 42px;
  font-weight: 400;
  display: inline-flex;
}

.div-block-117 {
  border: 1px solid #b4b4b4;
  padding: 16px;
}

.text-span-11 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  margin-right: 6px;
  font-size: 42px;
  font-weight: 400;
  display: inline-flex;
}

.question {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #020202;
  border: 1px #5f3914;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-118 {
  background-color: #b4b4b4;
  width: 30px;
  height: 2px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-52 {
  color: #b4b4b4;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

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

.section-53 {
  justify-content: center;
  align-items: center;
  margin-top: 250px;
  display: flex;
}

.image-54 {
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  overflow: visible;
}

.section-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 10vh;
  margin-bottom: 0;
  display: flex;
}

.text-block-53 {
  color: #0d1321;
  text-align: center;
  font-family: PT Sans, sans-serif;
}

.image-55 {
  width: 80%;
  margin-top: -80px;
}

.button-23 {
  color: #c2a886;
  background-color: #0000;
  border: 2px solid #c2a886;
  border-radius: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.button-23:hover {
  transform: scale(1.05);
}

.image-56 {
  width: 80%;
  margin-top: -80px;
}

.text-block-54 {
  color: #0d1321;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-39 {
  color: #c2a886;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 68px;
}

.section-55 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 1400px;
  height: auto;
  margin-bottom: -5%;
  padding: 8% 20px 0%;
  display: flex;
}

.image-57 {
  width: 80%;
  margin-top: -80px;
}

.image-58 {
  margin-top: -50px;
  box-shadow: 2px 2px 5px #0003;
}

.heading-40 {
  color: #c2a886;
  margin-top: 0;
}

.div-block-120 {
  background-color: #c2a886;
  width: 100%;
  height: 100%;
}

.section-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  padding: 5vh 5%;
  display: grid;
}

.image-59 {
  margin-left: -50px;
  box-shadow: 2px 2px 5px #0003;
}

.div-block-121 {
  background-color: #c2a886;
  width: 100%;
  height: 100%;
}

.div-block-122 {
  margin-bottom: 35px;
}

.div-block-123 {
  background-color: #c2a886;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.div-block-124 {
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: -180px;
  margin-left: -50px;
  display: flex;
  overflow: hidden;
}

.button-24 {
  color: #c2a886;
  text-align: center;
  background-color: #0000;
  border: 2px solid #c2a886;
  border-radius: 5px;
  width: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.button-24:hover {
  transform: scale(1.05);
}

.section-57 {
  background-image: url('../images/Opera-Snapshot_2025-03-18_102312_www.google.com.png');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #c2a886;
  width: 90%;
  min-width: 0;
  max-width: none;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
}

.text-block-55 {
  color: #c2a886;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
}

.text-block-56 {
  color: #c2a886;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-125 {
  background-color: #0000;
  margin-top: -150px;
  margin-left: -50px;
  margin-right: 50px;
  overflow: hidden;
}

.div-block-126 {
  background-color: #c2a886;
  width: 230px;
  height: 2px;
}

.div-block-127 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -50px;
  overflow: hidden;
}

.image-60 {
  margin-top: -180px;
  margin-left: -50px;
  box-shadow: 2px 2px 5px #0003;
}

.text-block-57 {
  color: #0d1321;
  text-align: center;
  font-family: PT Sans, sans-serif;
}

.text-block-10 {
  color: #0d1321;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-61 {
  width: 80%;
  margin-top: 0;
  display: inline-flex;
}

.div-block-128 {
  margin-top: -180px;
  margin-left: -50px;
  margin-right: 50px;
  overflow: hidden;
}

.div-block-129 {
  z-index: 99999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 37%;
}

.paragraph-31 {
  color: #0d1321;
  text-align: center;
  font-family: PT Sans, sans-serif;
}

.div-block-130 {
  background-color: #0000;
  margin-left: -50px;
  margin-right: 50px;
  overflow: hidden;
}

.heading-41 {
  color: #c2a886;
  text-align: center;
  font-size: 32px;
}

.div-block-131 {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.paragraph-32 {
  color: #0d1321;
  font-family: PT Sans, sans-serif;
}

.div-block-132 {
  background-color: #c2a886;
  width: 100%;
  height: 100%;
}

.image-62 {
  width: auto;
  max-width: 80%;
  margin-top: 0;
  display: block;
}

.image-63 {
  width: 350px;
  max-width: none;
  margin-top: -130px;
  margin-left: -50px;
  box-shadow: 2px 2px 5px #0003;
}

.image-63._5 {
  width: 100%;
  margin-left: -50px;
}

.div-block-133 {
  background-color: #c2a886;
  width: 100%;
  height: 100%;
}

.div-block-134 {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-block-135 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-136 {
  margin-top: -180px;
  margin-left: -50px;
  overflow: hidden;
}

.image-64 {
  border-radius: 50%;
  width: 30px;
}

.link-6 {
  color: #c2a886;
  text-decoration: underline;
}

.div-block-137 {
  z-index: 2147483647;
  flex-flow: column;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 250px;
  display: block;
  position: sticky;
  inset: 0 0%;
  overflow: hidden;
}

.div-block-138 {
  justify-content: center;
  align-items: center;
  padding: 0%;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
}

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

.paragraph-33 {
  color: #0d1321;
  font-family: PT Sans, sans-serif;
}

.div-block-140 {
  max-width: none;
}

.section-58 {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2px 70px 70px;
  display: grid;
  position: relative;
}

.section-59 {
  background-color: #c2a886;
  background-image: linear-gradient(#00000080, #00000080), url('../images/jason-leung-poI7DelFiVA-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  display: flex;
}

.div-block-141 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-42 {
  color: #c2a886;
  font-size: 32px;
}

.section-60 {
  z-index: 1;
  background-image: radial-gradient(circle, #000000ad, #fff0), url('../images/jason-leung-poI7DelFiVA-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -250px;
  display: flex;
  position: absolute;
}

.div-block-142 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 80px;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}

.div-block-143 {
  background-color: #c2a886;
  width: 100%;
  height: 100%;
}

.text-block-58 {
  color: #fff;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
}

.image-65 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-144 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.div-block-145 {
  background-color: #0000;
  margin-top: -130px;
  margin-left: -50px;
  overflow: hidden;
}

.div-block-146 {
  transform-style: preserve-3d;
  background-image: url('../images/pylyp-sukhenko-y-XZf_TNRms-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: 500px;
  max-width: none;
  height: 500px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 2px 2px 5px #0003;
}

.div-block {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.text-block-59 {
  color: #0d1321;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.section-61 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #c2a886;
  grid-template-rows: 44px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 8vh auto 18vh;
  padding: 32px 5%;
  display: grid;
}

.heading-43 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.div-block-147 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-66 {
  width: 80%;
  margin-top: -80px;
}

.div-block-148 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-149 {
  background-image: url('../images/Opera-Snapshot_2025-03-18_102312_www.google.com.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100%;
}

.div-block-150 {
  border: 3px solid #f59e0b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.container-7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-44 {
  z-index: 1;
  color: #f59e0b;
  letter-spacing: .5px;
  margin-top: -120px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 180px;
  position: relative;
}

.text-block-60 {
  color: #f8edc2;
}

.div-block-151 {
  text-align: center;
}

.slider-7 {
  background-color: #0000;
}

.button-25 {
  color: #f59e0b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f59e0b;
  border-radius: 5px;
  width: 120px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-arrow-4 {
  inset: 0% 20% 0% auto;
}

.link-7 {
  color: #f8edc2;
  text-decoration: none;
}

.div-block-152 {
  background-image: url('../images/red.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15vh 15vw;
  display: grid;
}

.div-block-153 {
  z-index: 1;
  position: relative;
}

.text-block-61 {
  color: #f8edc2;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
}

.image-67 {
  border-radius: 50%;
  width: 30px;
}

.image-67.small {
  width: 35px;
}

.left-arrow-4 {
  inset: 0% auto 0% 20%;
}

.div-block-154 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #f8edc2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  display: grid;
}

.button-26 {
  color: #000106;
  background-color: #f59e0b;
  border: 1px #f59e0b;
  border-radius: 5px;
}

.button-26:hover {
  transform: scale(1.05);
}

.text-block-62 {
  color: #f59e0b;
  margin-bottom: 10px;
  font-size: 26px;
}

.section-63 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000106;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 6vh;
  display: flex;
}

.heading-45 {
  color: #f59e0b;
  text-align: center;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.section-64 {
  height: 60vh;
}

.div-block-155 {
  text-align: center;
}

.text-block-63 {
  color: #f59e0b;
  margin-bottom: 5px;
  font-size: 22px;
}

.div-block-156 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.paragraph-34 {
  color: #f8edc2;
  text-align: center;
  font-family: Merriweather, serif;
}

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

.link-block-12:hover {
  transform: scale(1.1);
}

.list-5 {
  padding-left: 0;
  list-style-type: none;
}

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

.image-68 {
  width: 80px;
}

.text-block-64 {
  z-index: 1;
  color: #f8edc2;
  letter-spacing: -5px;
  font-family: Oswald, sans-serif;
  font-size: 134px;
  font-weight: 500;
  line-height: 110px;
  position: relative;
}

.div-block-158 {
  text-align: center;
}

.navlink-2 {
  color: #f8edc2;
}

.navlink-2.w--current {
  color: #f59e0b;
  font-style: normal;
  font-weight: 600;
}

.list-6 {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

.text-field-2 {
  background-color: #0000;
  border: 1px solid #f8edc2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.text-block-65 {
  color: #f8edc2;
  font-size: 20px;
}

.text-block-65.number {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
}

.text-block-66 {
  color: #f59e0b;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

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

.link-block-13:hover {
  transform: scale(1.1);
}

.paragraph-35 {
  color: #f8edc2;
  font-family: Merriweather, serif;
}

.text-block-67 {
  color: #f8edc2;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

.section-65 {
  background-color: #000106;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 20vh;
  display: flex;
}

.div-block-159 {
  background-image: url('../images/orange.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-66 {
  background-image: linear-gradient(360deg, #000, #fff0), url('../images/sergio-alves-santos-PeDrafNlY2Y-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 50px;
  display: flex;
}

.text-block-68 {
  color: #f59e0b;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.section-67 {
  background-color: #000106;
  height: 60vh;
}

.heading-46 {
  color: #f59e0b;
  text-align: center;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.text-block-69 {
  color: #f8edc2;
  text-align: center;
  font-weight: 500;
}

.navbar-7 {
  background-color: #000106;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hidep {
  color: #f8edc2;
  text-align: center;
  width: 600px;
  font-family: Merriweather, serif;
}

.section-68 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000106;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 15% 10px;
  display: grid;
}

.submit-button-3 {
  color: #f59e0b;
  background-color: #0000;
  border: 1px solid #f59e0b;
  border-radius: 5px;
}

.submit-button-3:hover {
  transform: scale(1.05);
}

.div-block-160 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-69 {
  z-index: -1;
  background-color: red;
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/fixedBack.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

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

.link-block-14:hover {
  transform: scale(1.1);
}

.slide-nav-4 {
  margin-bottom: -40px;
}

.image-69 {
  width: 120px;
  display: inline-block;
}

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

.text-block-70 {
  color: #f59e0b;
}

.div-block-162 {
  text-align: center;
  max-width: 450px;
}

.nav-menu-5 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-163 {
  background-image: url('../images/mariotemp.webp');
  background-position: 50%;
  background-size: cover;
}

.icon-8, .icon-9 {
  color: #f8edc2;
}

.section-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000106;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50vh;
  display: grid;
}

.link-block-15 {
  width: 30px;
}

.paragraph-36 {
  color: #f8edc2;
  text-align: center;
  width: 600px;
  font-family: Merriweather, serif;
}

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

.link-block-16:hover {
  transform: scale(1.1);
}

.div-block-164 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.div-block-165 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.text-block-71 {
  color: #f59e0b;
  margin-right: 0;
}

.section-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000106;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  padding: 15vh 5% 20px;
  display: grid;
}

.section-72 {
  perspective-origin: 80%;
  transform-origin: 80%;
  background-image: url('../images/bottle1.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin-top: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(0);
}

.text-block-72 {
  color: #fff;
  font-size: 32px;
}

.div-block-166 {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  max-width: 500px;
  display: flex;
}

.section-73 {
  height: auto;
  position: absolute;
  bottom: -720vh;
}

.text-block-73 {
  color: #fff;
  font-size: 32px;
}

.div-block-167 {
  z-index: 999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 60px;
  margin-top: 0;
  display: grid;
  position: absolute;
}

.div-block-167._3, .div-block-167.small {
  background-color: #000;
}

.button-4 {
  text-align: center;
  background-color: #000;
}

.field-label-4 {
  margin-bottom: 0;
  font-size: 18px;
}

.text-block-74 {
  color: #fff;
  font-size: 32px;
}

.div-block-168 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 50%;
  mix-blend-mode: difference;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -10vh;
  display: grid;
}

.section-74 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: auto;
  padding: 32px;
  display: grid;
  position: absolute;
  bottom: -750vh;
}

.image-70 {
  z-index: 999999;
  mix-blend-mode: difference;
  transform-style: preserve-3d;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-169 {
  background-image: url('../images/dekler-ph-HnU8_jyQrAc-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  display: flex;
}

.code-embed-9 {
  z-index: 2;
  pointer-events: none;
  height: 180vh;
  margin-top: -70vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-170 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.icon-10 {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 44px;
}

.background-video-5 {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 80vh;
  padding-bottom: 48px;
  display: flex;
}

.div-block-171 {
  outline-offset: 0px;
  mix-blend-mode: difference;
  border-radius: 20px;
  outline: 2px solid #fff;
  width: 350px;
  height: 350px;
  margin-top: -10vh;
  overflow: hidden;
}

.div-block-172 {
  z-index: 0;
  color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 10vh;
  margin-bottom: -8vh;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
}

.image-71 {
  width: 35px;
}

.image-72 {
  z-index: 999999;
  mix-blend-mode: difference;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-173 {
  z-index: 99999;
  outline-offset: 0px;
  mix-blend-mode: difference;
  border: 2px #fff;
  border-radius: 20px;
  outline: 2px solid #fff;
  width: 350px;
  height: 350px;
  margin-top: -70px;
  position: absolute;
}

.div-block-174 {
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  height: 50vh;
  padding: 32px 64px 32px 32px;
  display: flex;
}

.slide-nav-5 {
  display: none;
}

.div-block-175 {
  z-index: 0;
  mix-blend-mode: normal;
  border: 2px #000;
  border-radius: 20px;
  width: 350px;
  height: 350px;
  margin-top: -70px;
  position: absolute;
  overflow: hidden;
}

.section-75 {
  z-index: 9998;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  max-height: 100vh;
  margin-top: 0;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.section-75._2 {
  z-index: 999999;
  transform-style: preserve-3d;
  width: 100vw;
  margin-right: -2.5vw;
  transform: scale(.7)rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-75.small {
  width: 20vw;
  display: none;
  top: auto;
  left: auto;
  right: 0;
  transform: scale(.65);
}

.section-75.small.left {
  transform-style: preserve-3d;
  left: 0;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)scale(.65);
}

.section-75._3 {
  z-index: 9997;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.div-block-176 {
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 32px 64px 32px 32px;
  display: flex;
}

.image-73 {
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-right: 35vw;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-177 {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-178 {
  background-color: #ffffff96;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.link-9 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.text-block-75 {
  color: #000;
  margin-left: 16px;
}

.div-block-179 {
  background-image: url('../images/maxence-pion-D1rAzq9ArsE-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  display: flex;
}

.div-block-179._2 {
  background-image: url('../images/altered-vision-O_DZkRlr6Tc-unsplash.jpg');
  background-position: 75% 100%;
  background-size: 150%;
}

.container-8 {
  background-color: #0000;
  border: 4px solid #fff;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 0;
  display: flex;
}

.section-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 90vh;
  display: grid;
}

.div-block-180 {
  margin-top: 16px;
}

.div-block-181 {
  font-size: 18px;
}

.text-field-3 {
  color: #000;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 16px;
  padding-left: 0;
}

.heading-47 {
  z-index: 999999;
  color: #000;
  display: none;
  position: absolute;
}

.div-block-182 {
  border-bottom: 2px #fff;
  justify-content: space-between;
  align-items: stretch;
  height: 70vh;
  padding: 32px 64px 32px 32px;
  display: flex;
}

.triangle {
  background-color: #000;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.tryinvert {
  background-color: #fff;
  width: 80px;
  height: 100vh;
}

.tryinvert.small, .tryinvert._3 {
  background-color: #000;
}

.div-block-183 {
  z-index: -999999;
  border-radius: 20px;
  width: 350px;
  height: 350px;
  margin-top: -10vh;
  position: relative;
  overflow: hidden;
}

.section-76 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/tyler-clemmensen-_sWmUw8UBBI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-184 {
  opacity: .9;
  background-color: #fff;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.heading-48 {
  z-index: 999999;
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: -8vh;
  font-size: 40px;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
}

.text-block-76 {
  color: #000;
  margin-left: 16px;
  font-size: 18px;
  line-height: 18px;
}

.paragraph-37 {
  max-width: 500px;
  font-size: 18px;
}

.list-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.div-block-185 {
  z-index: 99999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.nav1 {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav1._2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: difference;
  display: block;
}

.image-74 {
  filter: invert();
  mix-blend-mode: normal;
  width: 30px;
  margin-bottom: -5px;
}

.list-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  font-size: 18px;
  display: flex;
}

.heading-49 {
  color: #fff;
  text-align: right;
  margin-bottom: 16px;
  font-size: 74px;
  font-weight: 800;
  line-height: 70px;
}

.text-block-77 {
  color: #000;
  margin-left: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.image-75 {
  width: 200px;
}

.div-block-186 {
  background-image: url('../images/alexandru-ivanov-hXK7sCKTWB0-unsplash.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  display: flex;
}

.section-77 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80vh 80vh 80vh;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 240vh;
  display: grid;
  position: absolute;
  bottom: -450vh;
}

.text-block-78 {
  color: #fff;
  font-size: 32px;
}

.right-arrow-5 {
  color: #000;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  bottom: 6vh;
  left: 55vw;
}

.link-10 {
  z-index: 99999;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  right: 5vw;
}

.div-block-187 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-188 {
  z-index: 99999;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 20vw;
  height: 60px;
  padding-right: 5vw;
  display: flex;
  position: absolute;
}

.div-block-188.small {
  background-color: #000;
}

.div-block-188._3 {
  color: #000;
  background-color: #000;
}

.icon-11 {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 44px;
  font-weight: 400;
}

.left-arrow-5 {
  color: #000;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  bottom: 6vh;
  right: 55vw;
}

.div-block-189 {
  background-image: url('../images/spencer-davis-1qBB3SOOPSM-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  height: 220px;
}

.paragraph-38 {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}

.section-78 {
  z-index: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20vh;
  display: flex;
  position: absolute;
  inset: auto 0% -210vh;
}

.text-block-79 {
  text-align: center;
  font-size: 32px;
}

.section-79 {
  z-index: 9998;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section-80 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: 90vh;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  position: absolute;
  inset: auto 0% -540vh;
}

.div-block-190 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.div-block-191 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.div-block-192 {
  background-color: #fff;
  background-image: url('../images/markus-spiske-6rF_Du5cn1Y-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-193 {
  max-width: 750px;
}

.link-11 {
  color: #fff;
  font-size: 18px;
}

.div-block-194 {
  background-image: url('../images/spencer-davis-1qBB3SOOPSM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 250px;
}

.form-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-76 {
  mix-blend-mode: normal;
  margin-top: 0;
  margin-left: 35vw;
}

.text-block-80 {
  color: #fff;
  font-size: 32px;
}

.anim {
  opacity: 1;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 34px;
}

.section-81 {
  z-index: 0;
  background-color: #000;
  width: 100vw;
  height: 200vh;
  position: absolute;
  bottom: -200vh;
}

.div-block-195 {
  flex-flow: column;
  justify-content: space-between;
  height: 123px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.link-block-17 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.try1 {
  width: 80px;
  height: 80px;
}

.try1._3 {
  background-color: #fff;
  margin-top: -90.75px;
  margin-left: -70.5px;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(90deg);
}

.try1._3.small, .try1._3._4 {
  background-color: #000;
}

.list-9 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  font-size: 18px;
  display: flex;
}

.text-block-81 {
  color: #fff;
  font-size: 32px;
}

.link-8 {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.text-block-82 {
  color: #fff;
  font-size: 32px;
}

.div-block-196 {
  background-color: #0000;
}

.section-37 {
  z-index: -99999;
  background-color: #000;
  width: 100vw;
  height: 200vh;
  position: relative;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
}

.div-block-197 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500px;
  max-width: none;
  display: grid;
}

.image-77 {
  width: 35px;
}

.section-82 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  margin-bottom: -30vh;
  display: flex;
  position: relative;
  inset: auto 0% 0;
}

.heading-50 {
  z-index: 999999;
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 120vh;
  font-size: 40px;
  font-weight: 800;
  text-decoration: none;
  position: absolute;
}

.slide {
  height: 100%;
}

.submit-button-4 {
  color: #fff;
  background-color: #000;
}

.div-block-198 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.slider-8 {
  background-color: #fff;
  height: 100%;
}

.text-block-83 {
  color: #fff;
  font-size: 32px;
}

.link-12 {
  color: #fff;
  font-size: 18px;
}

.section-83 {
  z-index: -9;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-13 {
  color: #fff;
  font-size: 18px;
}

.div-block-199 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 400px;
  display: grid;
}

.image-78 {
  width: 35px;
}

.section-32 {
  z-index: -9;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.image-79 {
  filter: invert();
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-51 {
  z-index: 999999;
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  background-color: #0000;
  margin-top: 8vh;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
}

.link-14 {
  z-index: 999999;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  left: 5vw;
}

.paragraph-39 {
  color: #fff;
  max-width: 500px;
  font-size: 18px;
  line-height: 20px;
}

.paragraph-40 {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.try2 {
  background-color: #ddd;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
}

.try2._2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: -90px;
  margin-left: -70.5px;
}

.try2._2.small, .try2._2._3 {
  background-color: #000;
}

.text-field-4 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}

.paragraph-41 {
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.memorableblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #b9a7bd;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: grid;
  overflow: visible;
}

.submit-button-5 {
  color: #333;
  background-color: #0000;
  border: 2px solid #333;
  border-radius: 5px;
  width: 80px;
}

.image-80 {
  opacity: .75;
  filter: saturate(200%);
  width: 40%;
}

.nav-link-4 {
  color: #0d0d0d;
}

.nav-link-4.w--current {
  color: #333;
}

.text-field-5 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}

.field-label-5 {
  margin-bottom: 0;
}

.div-block-200 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #898da3;
  border: 2px #000;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 20px;
  display: block;
  position: static;
  top: auto;
  bottom: 95%;
}

.link-block-18 {
  background-image: url('../images/trace-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 20px;
  width: 40px;
  height: 25px;
}

.heading-52 {
  letter-spacing: -1px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.submit-button-6 {
  color: #333;
  background-color: #0000;
  border: 2px solid #333;
  border-radius: 3px;
  margin-top: 20px;
}

.div-block-201 {
  color: #333;
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-right: 0;
  padding-right: 0;
}

.r-seau {
  background-color: #b9a7bd;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.photo {
  background-color: #898da3;
  background-image: url('../images/pngtree-young-indian-female-confident-photographer-png-image_12531146.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
}

.field-label-6 {
  margin-top: 20px;
  margin-bottom: 0;
}

.image-81 {
  border-radius: 10px;
  display: block;
}

.div-block-202 {
  text-align: left;
}

.textarea {
  color: #333;
  background-color: #0000;
  border: 1px solid #333;
  margin-bottom: 30px;
}

.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #898da3;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: grid;
}

.heading-53 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 400;
}

.code-embed-10 {
  display: none;
}

.button-27 {
  color: #333;
  background-color: #0000;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading-54 {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.button-28 {
  color: #333;
  text-align: left;
  background-color: #0000;
  width: 60px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 16px;
}

.button-28:hover {
  margin-left: 5px;
  transform: scale(1.1);
}

.nav-link-5 {
  color: #0d0d0d;
}

.code-embed-11 {
  margin-bottom: 20px;
}

.firstshoot {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #b9a7bd;
  border-radius: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto 70px 70px 70px auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.masquefirstshoot {
  background-color: #0d0d0d;
  width: 16px;
  height: 100vh;
  position: absolute;
  top: 40px;
  right: 0;
  overflow: visible;
}

.navbar-8 {
  background-color: #b9a7bd;
  border-radius: 10px;
  height: 7vh;
  margin-top: 0;
  margin-left: 16px;
  margin-right: 16px;
}

.section-84 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 92vh;
  margin: -3px auto 0;
  display: none;
  position: absolute;
  inset: 9.5vh -30% auto auto;
}

.form-3 {
  margin-top: 100px;
}

.image-82 {
  width: 50px;
  margin-top: -10px;
  margin-left: -10px;
}

.arrowcontact {
  background-image: url('../images/trace-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 20px;
  width: 40px;
  height: 20px;
  transform: rotate(-40deg);
}

.arrowcontact:hover {
  background-size: 45px 25px;
}

.arrowcontact.form {
  margin-left: auto;
  margin-right: 0;
  display: block;
  transform: none;
}

.success-message {
  background-color: #898da3;
  border-radius: 10px;
}

.container-9 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: -5px auto 0;
  display: flex;
  position: static;
}

.field-label-7 {
  color: #333;
  margin-bottom: 0;
}

.div-block-203 {
  text-align: left;
}

.brand-2 {
  margin-left: 0;
  margin-right: auto;
}

.brand-2.w--current {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
}

.textblock {
  background-color: #b9a7bd;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.textarea-2 {
  color: #333;
  background-color: #0000;
  border: 1px solid #333;
}

.div-block-204 {
  background-color: #898da3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 3%;
  padding: 20px 20px 0;
}

.error-message {
  font-weight: 500;
}

.link-15 {
  color: #333;
  text-decoration: none;
}

.link-15:hover {
  transform: scale(1.1);
}

.section-85 {
  z-index: 2;
  background-color: #0d0d0d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

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

.div-block-205 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #b9a7bd;
  border-radius: 10px 0 0 10px;
  grid-template-rows: auto auto 70px 70px 70px auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 3%;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.text-block-85 {
  color: #333;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-55 {
  letter-spacing: -1px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.popup-contact {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: auto;
  height: 91vh;
  margin: 9vh 16px 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section-86 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto 50px;
  grid-template-columns: 1fr 1fr .5fr 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90vh;
  margin: 16px 16px 0;
  display: grid;
  position: relative;
}

.div-block-206 {
  text-align: left;
}

.div-block-207 {
  background-color: #333;
  height: 2px;
}

.image-83 {
  border-radius: 10px;
  margin-bottom: 20px;
}

.heading-56 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-86 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 18px;
}

.form-2 {
  margin-top: 10px;
}

.nav-menu-6 {
  margin-left: auto;
  margin-right: 0;
}

.italic-text {
  letter-spacing: 2px;
  overflow-wrap: normal;
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}

.body-9 {
  background-color: #0d0d0d;
}

.field-label-8 {
  margin-top: 0;
}

.section-87 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
}

.section-88 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.linkblockpartner {
  text-decoration: none;
}

.linkblockpartner:hover {
  outline-offset: 0px;
  outline: 1px solid #0082f3;
  text-decoration: none;
}

.brand-4 {
  background-image: url('../images/uniswap-uni-logo.png');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.heading-57 {
  color: #ccc;
  font-family: Maitree, sans-serif;
}

.text-block-87 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 30px;
  display: flex;
}

.link-16 {
  color: #fff;
}

.image-84 {
  filter: drop-shadow(0 0 10px #0082f3);
  width: 600px;
}

.headingtop {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo Narrow, sans-serif;
  font-size: 50px;
}

.headingtop.downloadh {
  font-family: Archivo Narrow, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.headingtop.downloadh.strong {
  text-align: left;
  font-size: 35px;
  line-height: 40px;
}

.div-block-211 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.container-10 {
  overflow: hidden;
}

.div-block-212 {
  background-color: #fff;
  height: 2px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
}

.section-89 {
  height: 30vh;
}

.section-90 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 80px;
  margin-right: 80px;
  display: grid;
}

.paragraph-42 {
  color: #fff;
  margin-left: auto;
  padding-left: 0;
  font-family: Maitree, sans-serif;
  font-weight: 400;
}

.paragraph-42.partnertext {
  margin-left: 20px;
  margin-right: auto;
  text-decoration: none;
}

.div-block-214 {
  text-align: center;
}

.div-block-215 {
  background-color: #fff;
  width: 115px;
  height: 2px;
  margin-top: -7px;
}

.paragraph-43 {
  color: #dee2f1;
  margin-bottom: 0;
  font-family: Archivo Narrow, sans-serif;
  font-size: 32px;
}

.loveheading {
  color: #fff;
  text-align: left;
  margin: 0 auto 0 20px;
  font-family: Crimson Pro, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 52px;
  text-decoration: none;
}

.container-11 {
  overflow: hidden;
}

.feature2 {
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
  overflow: visible;
}

.image-85 {
  float: left;
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
  padding-top: 0;
}

.container-12 {
  overflow: hidden;
}

.div-block-218 {
  background-color: #fff;
  width: 185px;
  height: 2px;
  margin-top: -7px;
  padding-bottom: 0;
}

.section-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  display: block;
  position: relative;
  top: 65px;
}

.container-13 {
  overflow: hidden;
}

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

.div-block-219 {
  float: none;
  background-color: #fff;
  width: auto;
  height: 2px;
  margin: 0 60px;
}

.heading-58 {
  color: #fff;
  margin-top: 60px;
  font-family: Crimson Pro, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-220 {
  background-color: #fff;
  width: 210px;
  height: 2px;
  margin-top: -7px;
  padding-bottom: 0;
}

.divavis {
  text-align: center;
  width: auto;
  min-width: 280px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 2px 5px 2px #ff4ca2;
}

.divavis.small {
  width: auto;
}

.slide-nav-6 {
  margin-top: 0;
}

.div-block-221 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.container-5 {
  overflow: hidden;
}

.section-92 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 75vh;
  margin-top: 80px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.heading-feature {
  float: none;
  color: #e7e9f3;
  text-align: left;
  margin: 10px 0 0;
  padding-left: 0;
  font-family: Crimson Pro, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

.link-block-19 {
  background-image: url('../images/arrow-symbol-icon-right-arrow-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px 50px;
  width: 300px;
  height: 70px;
  margin-top: 50px;
}

.link-block-19:hover {
  background-size: 160px 60px;
}

.paragraph-feature {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Maitree, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.image-87 {
  float: left;
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
}

.section-93 {
  margin-top: 0;
  margin-left: 60px;
  margin-right: 60px;
}

.navbar-link {
  color: #fff;
  margin-top: 5px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.navbar-link:hover {
  color: #0082f3;
}

.div-block-223 {
  background-color: #fff;
  width: 105px;
  height: 2px;
  margin-top: -7px;
}

.slider-9 {
  background-color: #0000;
  height: 60vh;
  margin-top: 0;
}

.paragraph-44 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
  margin-left: 40px;
  padding-right: 130px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 80px;
}

.div-block-224 {
  background-color: #fff;
  width: 100px;
  height: 2px;
  margin-top: -7px;
}

.div-block-225 {
  background-color: #fff;
  width: 170px;
  height: 2px;
  margin-top: -7px;
  padding-bottom: 0;
}

.list-10 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-family: Maitree, sans-serif;
}

.white {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.white.small {
  color: #fff;
  font-size: 28px;
}

.white.logo {
  font-family: Archivo Narrow, sans-serif;
}

.white.together {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.white.strong {
  text-align: left;
  margin-left: 15px;
  font-size: 44px;
  line-height: 52px;
}

.white.strong.story {
  filter: drop-shadow(5px 5px 5px #000000b3);
  margin-top: -40px;
  margin-left: 200px;
  margin-right: -50px;
}

.white.strong.our-difference {
  margin-left: 0;
  font-size: 38px;
}

.white.boss {
  text-align: center;
  width: 300px;
  margin-left: 0;
}

.white.fat2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.white.heroheader {
  text-align: left;
  width: 350px;
  height: 50px;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Archivo Narrow, sans-serif;
}

.bouttonrose {
  background-color: #ff007a;
}

.bouttonrose:hover {
  color: #0d0d0d;
  transform: scale(1.1);
}

.bouttonrose.ebook {
  margin-left: 5px;
  font-family: Maitree, sans-serif;
}

.bouttonrose.buttonfout {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bouttonrose.center {
  text-align: center;
  width: 200px;
  height: 60px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bouttonrose.buttonfout {
  width: 150px;
  margin-top: 20px;
  display: flex;
}

.slide-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-4 {
  line-height: 24px;
}

.divfeature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.image-88 {
  float: left;
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
}

.heading-59 {
  color: #fff;
  margin-left: 40px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 130px;
  font-weight: 600;
  line-height: 92px;
}

.container-14 {
  overflow: hidden;
}

.navbar-4 {
  background-color: #0d0d0d;
  width: 100%;
  margin-top: -20px;
  position: fixed;
}

.div-block-43 {
  margin-top: 35px;
}

.image-89 {
  float: left;
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
}

.body-10 {
  background-color: #0d0d0d;
}

.section-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 5px;
  outline: 2px #ff007a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 70vh;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 20px;
  display: grid;
}

.brand-6 {
  background-image: url('../images/uniswap-uni-logo.png');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.div-block-227 {
  background-color: #fff;
  height: 2px;
  margin-top: 90px;
  margin-left: 180px;
  margin-right: 550px;
}

.text-block-88 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 30px;
  display: flex;
}

.section-97 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90vh;
  display: grid;
}

.div-block-228 {
  text-align: center;
}

.div-block-229 {
  background-color: #fff;
  height: 2px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
}

.link-block-20 {
  background-image: url('../images/1_photo_cv_linkedin_08-removebg-preview.png');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
  text-decoration: none;
}

.section-98 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 80px;
  margin-right: 80px;
  display: grid;
}

.paragraph-45 {
  color: #fff;
  margin-left: auto;
  padding-left: 0;
  font-family: Maitree, sans-serif;
  font-weight: 400;
}

.paragraph-45.aboutushero {
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 10px;
  font-size: 18px;
}

.paragraph-45.bigger.story {
  filter: drop-shadow(5px 5px 5px #000000b3);
  width: 500px;
  margin-left: 200px;
  margin-right: auto;
}

.paragraph-45.bigger.gradient {
  margin-bottom: 30px;
}

.paragraph-45.team.fat {
  margin-left: 15px;
  font-size: 14px;
}

.div-block-230 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  display: grid;
}

.div-block-231 {
  text-align: center;
}

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

.section-100 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 3px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.section-101 {
  background-image: url('../images/Top_5_Best_Dark_Website_Templates_For_WordPress-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 80vh;
  margin-top: 20px;
}

.div-block-232 {
  margin: 0 40px 0 auto;
}

.div-block-234 {
  text-align: center;
}

.div-block-236 {
  margin-top: -200px;
  margin-left: -145px;
}

.navbar-link-2 {
  color: #fff;
  margin-top: 5px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.navbar-link-2:hover {
  color: #0082f3;
}

.div-block-237 {
  margin-left: 15px;
}

.div-block-238 {
  opacity: .9;
  outline-offset: 0px;
  background-color: #0d0d0d;
  outline: 1px solid #0082f3;
  margin-left: 60px;
}

.div-block-239 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #0082f3;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 40px;
  padding-bottom: 45px;
  display: grid;
}

.collection-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-240 {
  background-color: #0082f3ba;
  border-radius: 3px;
  width: 400px;
  height: 400px;
}

.section-102 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  outline: 2px solid #ff007a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
  box-shadow: 0 2px 10px 2px #ff007a;
}

.div-block-241 {
  margin: 0 30px 0 auto;
}

.navbar-9 {
  background-color: #0d0d0d;
  width: 100%;
  margin-top: -20px;
  position: fixed;
}

.body-11 {
  background-color: #0d0d0d;
}

.div-block-242 {
  z-index: 999999;
  background-color: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-103 {
  z-index: 999999;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-243 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: brightness(140%) blur(2px);
  backdrop-filter: brightness(140%) blur(2px);
  background-color: #0000;
  border: 2px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 120px;
  padding: 16px;
  display: flex;
}

.button-29 {
  background-color: #062746;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Cinzel, sans-serif;
  font-weight: 600;
}

.image-91 {
  filter: drop-shadow(2px -2px 2px #fff) drop-shadow(-2px 2px 2px #fff);
  outline-offset: 0px;
  outline: 3px #00e;
  width: 40px;
}

.body-12 {
  background-color: #fff;
}

.body-13 {
  background-color: #000;
}

@media screen and (min-width: 1440px) {
  .section {
    grid-template-rows: 1fr 20vh 20vh 20vh 1fr;
    max-width: none;
    padding-left: 12%;
    padding-right: 12%;
  }

  .heading {
    font-size: 4vw;
    line-height: 8vh;
  }

  .heading-2 {
    font-size: 4vw;
    line-height: 7vh;
  }

  .heading-3 {
    font-size: 4vw;
    line-height: 8vh;
  }

  .divcontainer {
    height: 20vh;
  }

  .section-4 {
    max-width: none;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .heading-4 {
    font-size: 12vw;
    line-height: 26vh;
  }

  .section-5 {
    max-width: none;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-7 {
    height: .2vh;
  }

  .button.appel {
    font-size: 10vw;
    font-weight: 700;
  }

  .div-block-17._2, .div-block-17._1, .div-block-17._3 {
    font-size: 1.4vw;
    line-height: 3vh;
  }

  .text-block, .text-block-3, .text-block-4 {
    font-size: 1.4vw;
  }

  .section-12 {
    margin-top: 40vh;
    margin-bottom: 40vh;
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .text-block-5 {
    font-size: 1.4vw;
    line-height: 4vh;
  }

  .heading-6, .heading-7 {
    font-size: 4vw;
    line-height: 8vh;
  }

  .section-13 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    max-width: none;
    padding: 0% 10vw;
  }

  .section-14 {
    max-width: none;
    margin-top: 4vh;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .text-field {
    height: 5vh;
    margin-bottom: 4vh;
    font-size: 1.4vw;
    line-height: 3vh;
  }

  .submit-button {
    border-width: 3px;
    width: auto;
    padding: 1vh 1.4vw;
    font-size: 1.4vw;
    line-height: 3vh;
  }

  .t1 {
    height: 7vh;
    margin-bottom: 4vh;
    font-size: 1.4vw;
    line-height: 3vh;
  }

  .heading-8 {
    font-size: 4.4vw;
    line-height: 10vh;
  }

  .paragraph-6 {
    max-width: 40vw;
    font-size: 1.4vw;
    line-height: 3vh;
  }

  .code-embed {
    margin-bottom: 4vh;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 1.4vw;
    line-height: 4vh;
  }

  .div-block-24 {
    max-width: none;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16 {
    height: 14vh;
  }

  .div-block-25 {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
  }

  .image-17 {
    width: 20vw;
  }

  .text-block-6 {
    margin-top: 10px;
    font-size: 1.8vw;
    line-height: 4vh;
  }

  .div-block-26, .div-block-27, .div-block-28 {
    margin-bottom: 2vh;
  }

  .section-15 {
    margin-top: 8vh;
  }

  .heading-9 {
    font-size: 4.8vw;
    line-height: 16vh;
  }

  .section-16 {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    max-width: none;
    margin-top: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .list, .data {
    font-size: 1.4vw;
    line-height: 4vh;
  }

  .text-block-8 {
    font-size: 1.8vw;
    line-height: 6vh;
  }

  .image-19 {
    width: 40vw;
    max-width: none;
  }

  .text-block-9 {
    font-size: 1.8vw;
    line-height: 6vh;
  }

  .link-4 {
    margin-top: 15vh;
    font-size: 4.2vw;
    line-height: 10vh;
  }

  .heading-10 {
    font-size: 2.8vw;
    line-height: 4.8vh;
  }

  .text-block-12, .text-block-26 {
    font-size: 1.4vw;
  }

  .f1 {
    margin-bottom: 1vh;
    font-size: 1.4vw;
    line-height: 3vh;
  }

  .div-block-44 {
    height: 20vh;
  }

  .section-19 {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .field-label, .field-label-2, .field-label-3 {
    margin-bottom: 1vh;
    font-size: 1.4vw;
    line-height: 3vh;
  }

  .image-23, .image-24, .image-25 {
    max-width: 15vw;
  }

  .div-block-46 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34 {
    max-width: 15vw;
  }

  .paragraph-10 {
    font-size: 1.4vw;
    line-height: 4vh;
  }

  .heading-19, .heading-20, .heading-21, .heading-22 {
    font-size: 4.2vw;
    line-height: 8vh;
  }

  .form-block {
    width: 32vw;
  }

  .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-size: 1.4vw;
    line-height: 4vh;
  }

  .div-block-56, .div-block-57 {
    margin-bottom: 2vh;
  }

  .section-24 {
    height: 80vh;
  }

  .div-block-58, .div-block-59, .div-block-60 {
    margin-bottom: 2vh;
  }

  .background-video-3, .background-video-4 {
    width: 15vw;
    height: 8.4375vw;
  }

  .heading-29 {
    font-size: 12vw;
    line-height: 26vh;
  }

  .sectionprocess {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .explain {
    font-size: 1.2vw;
    line-height: 3vh;
  }

  .text-block-39 {
    font-size: 1.8vw;
    line-height: 4.2vh;
  }

  .text-block-40 {
    font-size: 2.8vw;
    line-height: 4vh;
  }

  .div-block-74 {
    width: 40vw;
  }

  .trapeze {
    width: 40vw;
    height: 66vh;
  }

  .section-28 {
    margin-bottom: 22vh;
  }

  .heading-30 {
    font-size: 2.8vw;
    line-height: 4vh;
  }

  .image-43 {
    width: 21vw;
    max-width: 21vw;
  }

  .image-44, .image-45, .image-46 {
    max-width: 21vw;
  }

  .code-embed-8 {
    margin-bottom: 4vh;
  }

  .text-block-42 {
    width: 40vw;
    font-size: 1.8vw;
    line-height: 4.2vh;
  }

  .navbar-2 {
    padding-top: .5vh;
  }

  .navlink {
    font-size: 1.4vw;
    line-height: 4vh;
  }

  .section-29 {
    max-width: none;
  }

  .image-48 {
    width: 26vw;
  }

  .nav-menu {
    justify-content: space-between;
    align-items: center;
    width: 30vw;
    display: flex;
  }

  .div-block-97, .div-block-98 {
    margin-bottom: 2vh;
  }

  .div-block-208 {
    overflow: visible;
  }

  .section-87 {
    grid-template-rows: auto auto auto auto auto;
    margin-top: 70px;
    overflow: visible;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    height: 100%;
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-88 {
    margin-bottom: 20px;
  }

  .linkblockpartner {
    text-decoration: none;
  }

  .linkblockpartner:hover {
    outline-offset: 0px;
    outline: 1px solid #0082f3;
    text-decoration: none;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-57 {
    color: #ccc;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
  }

  .div-block-210 {
    background-color: #0000;
  }

  .text-block-87 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    display: flex;
  }

  .link-16 {
    color: #fff;
  }

  .image-84 {
    filter: drop-shadow(0 0 10px #0082f3);
    border: 1px #000;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .headingtop {
    text-align: center;
    overflow-wrap: normal;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: visible;
  }

  .headingtop.downloadh {
    font-size: 45px;
    line-height: 52px;
  }

  .headingtop.downloadh.strong {
    text-align: left;
    font-size: 50px;
    font-weight: 500;
  }

  .container-10 {
    overflow: hidden;
  }

  .div-block-212 {
    background-color: #fff;
    height: 2px;
    margin: 0 20px 40px;
    padding-bottom: 0;
    padding-right: 0;
    box-shadow: 0 -3px 5px #ffffff8c;
  }

  .section-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: 80px;
    margin-right: 80px;
    display: grid;
  }

  .div-block-213 {
    padding-right: 20px;
  }

  .paragraph-42 {
    text-align: left;
    width: auto;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .paragraph-42.partnertext {
    width: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 220px;
  }

  .div-block-215 {
    background-color: #fff;
    width: 120px;
    height: 2px;
    margin-top: -7px;
    padding-bottom: 0;
    padding-right: 0;
    transform: translate(-120px);
  }

  .div-block-216 {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .paragraph-43 {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #a7aecc;
    margin-top: 10px;
    margin-bottom: 80px;
    margin-right: 5px;
    font-size: 32px;
    font-weight: 600;
  }

  .loveheading {
    margin-left: 20px;
    margin-right: auto;
    line-height: 42px;
    display: block;
    overflow: visible;
  }

  .loveheading:hover {
    text-decoration: none;
  }

  .container-11 {
    overflow: hidden;
  }

  .div-block-217 {
    padding-right: 20px;
  }

  .feature2 {
    padding-right: 20px;
    display: none;
    overflow: hidden;
  }

  .image-85 {
    float: left;
    width: 40px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 10px;
  }

  .container-12 {
    overflow: hidden;
  }

  .div-block-218 {
    background-color: #fff;
    width: 195px;
    height: 2px;
    margin-top: -7px;
    padding-bottom: 0;
    padding-right: 0;
    transform: translate(-195px);
  }

  .section-91 {
    -webkit-text-stroke-color: #191919;
    height: auto;
  }

  .container-13 {
    overflow: hidden;
  }

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

  .div-block-219 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-58 {
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .div-block-220 {
    color: #fff;
    background-color: #fff;
    width: 220px;
    height: 2px;
    margin-top: -7px;
    padding-bottom: 0;
    padding-right: 0;
    transform: translate(-220px);
  }

  .divavis {
    text-align: center;
    width: 350px;
    box-shadow: 0 2px 5px 2px #ff4ca2;
  }

  .divavis.small {
    width: 350px;
  }

  .container-5 {
    padding-bottom: 5px;
    overflow: hidden;
  }

  .section-92 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 75vh;
    margin-top: 80px;
    display: grid;
  }

  .heading-feature {
    float: none;
    outline-offset: 0px;
    -webkit-text-stroke-width: 0px;
    text-indent: 2px;
    text-transform: none;
    column-count: 0;
    word-break: normal;
    overflow-wrap: normal;
    background-color: #0000;
    border: 1px #f67575;
    outline: 3px #e7e9f3;
    width: 200px;
    margin-bottom: 0;
    font-weight: 600;
  }

  .heading-feature:hover {
    opacity: 1;
    outline-offset: 0px;
    direction: ltr;
    overflow-wrap: normal;
    border: 1px #000;
    outline: 3px #e7e9f3;
    text-decoration: none;
  }

  .link-block-19:hover {
    background-size: 160px 60px;
  }

  .paragraph-feature {
    box-sizing: content-box;
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .image-87 {
    float: left;
    clear: none;
    width: 35px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 10px;
  }

  .section-93 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 80px 60px 0;
    display: grid;
  }

  .navbar-link {
    font-size: 28px;
    font-weight: 500;
  }

  .navbar-link:hover {
    color: #0082f3;
  }

  .div-block-223 {
    background-color: #fff;
    width: 105px;
    height: 2px;
    margin-top: -7px;
    padding-bottom: 0;
    padding-right: 0;
    transform: translate(-105px);
  }

  .slider-9 {
    background-color: #0000;
    height: 60vh;
    margin-top: 30px;
  }

  .section-94 {
    height: auto;
  }

  .paragraph-44 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 10px;
    font-size: 120px;
    font-weight: 600;
    line-height: 110px;
  }

  .div-block-224 {
    color: #fff;
    background-color: #fff;
    width: 105px;
    height: 2px;
    margin-top: -7px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    transform: translate(-105px);
  }

  .div-block-225 {
    background-color: #fff;
    width: 180px;
    height: 2px;
    margin-top: -7px;
    padding-bottom: 0;
    padding-right: 0;
    transform: translate(-180px);
  }

  .white {
    float: none;
    clear: none;
    outline-offset: 0px;
    color: #fcfdff;
    text-align: center;
    word-break: normal;
    outline: 3px #fcfdff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    text-decoration: none;
    overflow: visible;
  }

  .white.small {
    margin-bottom: 0;
    font-size: 28px;
  }

  .white.together {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Archivo Narrow, sans-serif;
    font-size: 44px;
    font-weight: 500;
  }

  .white.strong {
    margin-top: 15px;
    margin-left: auto;
    font-family: Archivo Narrow, sans-serif;
  }

  .white.strong.story {
    filter: drop-shadow(5px 5px 5px #000000b3);
    text-align: left;
    margin-top: -45px;
    margin-left: 220px;
  }

  .white.strong.our-difference {
    outline-offset: 0px;
    outline: 3px #fcfdff;
  }

  .white.fat2 {
    text-align: left;
    padding-right: 30px;
    font-family: Archivo Narrow, sans-serif;
    font-size: 64px;
    font-weight: 700;
  }

  .white.heroheader {
    text-align: left;
    width: 350px;
    height: 50px;
    margin-top: 15px;
    margin-left: 15px;
  }

  .bouttonrose {
    float: none;
    text-align: left;
    background-color: #ff007a;
    margin-top: 20px;
  }

  .bouttonrose.center {
    text-align: center;
    width: 200px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bouttonrose.buttonfout {
    width: 150px;
    display: flex;
  }

  .slide-5 {
    height: 50vh;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divfeature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    margin-bottom: 30px;
    overflow: visible;
  }

  .image-88 {
    float: left;
    width: 40px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 10px;
  }

  .heading-59 {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 160px;
    font-weight: 600;
    line-height: 50px;
  }

  .container-14 {
    overflow: hidden;
  }

  .section-95 {
    z-index: 999999;
    background-color: #0d0d0d;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-226 {
    padding-right: 20px;
  }

  .navbar-4 {
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-89 {
    float: left;
    width: 40px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 10px;
  }

  .section-96 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 60vh;
    margin: 0 40px 100px;
    display: grid;
  }

  .div-block-227 {
    background-color: #fff;
    height: 2px;
    margin-top: 60px;
    margin-left: 180px;
    margin-right: 600px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-88 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    display: flex;
  }

  .section-97 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .div-block-229 {
    background-color: #fff;
    height: 2px;
    margin: 0 20px 40px;
    padding-bottom: 0;
    padding-right: 0;
    box-shadow: 0 -3px 5px #ffffff8c;
  }

  .link-block-20 {
    filter: drop-shadow(5px 5px 5px #000000b3);
    background-image: url('../images/1_photo_cv_linkedin_08-removebg-preview.png');
    background-position: 50%;
    background-size: cover;
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-right: auto;
    text-decoration: none;
  }

  .section-98 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: 80px;
    margin-right: 80px;
    display: grid;
  }

  .paragraph-45 {
    text-align: left;
    width: auto;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .paragraph-45.aboutushero {
    height: auto;
    margin: 0 10px 25px 15px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-45.bigger {
    width: 600px;
    margin: 0 auto 30px;
    font-size: 18px;
  }

  .paragraph-45.bigger.story {
    filter: drop-shadow(5px 5px 5px #000000b3);
    margin-left: 220px;
  }

  .paragraph-45.bigger.gradient {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-weight: 600;
  }

  .paragraph-45.bigger.gradient2 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-weight: 600;
  }

  .paragraph-45.team {
    text-align: center;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-45.team.fat {
    text-align: left;
    margin-left: 0;
    font-size: 18px;
  }

  .div-block-230 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 80vh;
    display: grid;
  }

  .section-99 {
    margin-top: 50px;
  }

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

  .section-100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 80vh;
    margin: 40px 40px 0;
    display: grid;
  }

  .section-101 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Top_5_Best_Dark_Website_Templates_For_WordPress-removebg-preview.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1000px;
    background-clip: border-box;
    height: 85vh;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-232 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    outline-offset: 0px;
    background-color: #0000;
    border-radius: 3px;
    outline: 1px #ff007a;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-236 {
    margin-top: -250px;
    margin-left: -150px;
  }

  .navbar-link-2 {
    font-family: Archivo Narrow, sans-serif;
    font-size: 28px;
    font-weight: 500;
  }

  .navbar-link-2:hover {
    color: #0082f3;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-238 {
    opacity: .9;
    outline-offset: 0px;
    background-color: #0d0d0d;
    outline: 1px solid #0082f3;
    margin-left: 60px;
  }

  .div-block-239 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid #0082f3;
    border-radius: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 140px;
    margin-right: 140px;
    padding-top: 40px;
    padding-bottom: 45px;
    display: grid;
  }

  .collection-list {
    margin-top: 20px;
  }

  .div-block-240 {
    mix-blend-mode: normal;
    background-color: #0082f3ba;
    border-radius: 3px;
    width: 400px;
  }

  .section-102 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    display: grid;
  }

  .div-block-241 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    outline-offset: 0px;
    background-color: #0000;
    border: 0 #000;
    border-radius: 3px;
    outline: 0 #0082f3ba;
    padding-left: 15px;
  }

  .navbar-9 {
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 1fr 100px 100px 100px 1fr;
    grid-template-columns: 50% 50%;
    width: 700px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    text-align: left;
    font-size: 34px;
    line-height: 50px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 34px;
    line-height: 50px;
  }

  .heading-3 {
    text-align: left;
    font-size: 34px;
    line-height: 40px;
  }

  .divcontainer {
    height: 100px;
  }

  .paragraph {
    margin-right: 0;
    font-size: 14px;
  }

  .heading-4 {
    margin-left: 10px;
    font-size: 120px;
  }

  .section-5 {
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .button {
    height: 15vh;
    font-size: 12vw;
    line-height: 15vh;
  }

  .button.appel {
    font-size: 11vw;
  }

  .div-block-9.newway {
    margin-left: -40px;
    padding-right: 10px;
  }

  .div-block-9.comfort {
    margin-left: 50px;
    margin-right: 0;
  }

  .div-block-9.linda {
    margin-right: 20px;
  }

  .section-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-4 {
    display: none;
  }

  .section-12 {
    max-width: none;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 44px;
  }

  .section-13 {
    max-width: 700px;
  }

  .section-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-23 {
    max-width: 600px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16 {
    height: auto;
    max-height: 120px;
  }

  .cursor-wrapper {
    margin-top: -45.5%;
  }

  .wrapper {
    display: flex;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .section-16 {
    grid-template-rows: auto auto auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-37 {
    height: auto;
    padding-right: 0;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    display: block;
    left: 0%;
    right: 0%;
  }

  .image-19 {
    max-width: 450px;
  }

  .lb4 {
    margin-left: 30px;
  }

  .text-block-11 {
    display: block;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22 {
    display: none;
  }

  .names {
    margin-left: 20px;
  }

  .div-block-44 {
    height: 100px;
    padding-right: 0;
  }

  .background-video-2.pricingvid {
    background-image: none;
  }

  .section-19 {
    margin-top: -60px;
  }

  .image-23 {
    max-width: 120px;
    margin-right: 0;
    overflow: visible;
  }

  .image-24 {
    max-width: 120px;
    margin-left: 50px;
    margin-right: 50px;
    overflow: visible;
  }

  .image-25 {
    max-width: 120px;
    overflow: visible;
  }

  .div-block-46 {
    justify-content: space-between;
    width: auto;
    min-width: 0;
    max-width: 500px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .div-block-47, .div-block-48 {
    max-width: 500px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-26 {
    max-width: 120px;
  }

  .image-27 {
    max-width: 120px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .image-28 {
    max-width: 120px;
  }

  .div-block-49 {
    max-width: 500px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-29 {
    max-width: 120px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .image-30, .image-31, .image-32 {
    max-width: 120px;
  }

  .image-33 {
    max-width: 120px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-34 {
    max-width: 120px;
  }

  .paragraph-10 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-right: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-31 {
    display: none;
  }

  .section-22 {
    max-width: 750px;
  }

  .heading-24 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-52 {
    width: 220px;
    min-height: 275px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-34, .text-block-35 {
    display: none;
  }

  .background-video-3, .background-video-4 {
    width: 220px;
    height: 124px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-26 {
    place-items: center stretch;
    width: auto;
    max-width: 700px;
    height: 80vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 50vw;
    overflow: visible;
  }

  .heading-29 {
    margin-left: auto;
    margin-right: auto;
    font-size: 120px;
    line-height: 120px;
  }

  .sectionprocess {
    grid-template-columns: 1.25fr 1fr;
    padding-left: 3vw;
    padding-right: 3vw;
    top: 16%;
  }

  .div-block-74 {
    width: 400px;
  }

  .div-block-74._2 {
    width: 400px;
    margin-top: -28px;
  }

  .div-block-74._3, .div-block-74._4 {
    margin-top: -172px;
  }

  .image-47 {
    margin-top: -12px;
    margin-left: 0;
    margin-right: 8px;
    left: 0;
    right: 0;
  }

  .div-block-86 {
    display: none;
    inset: auto 0 12%;
  }

  .icon-3 {
    color: #d3e0e9;
  }

  .image-48 {
    width: 250px;
    margin-top: -192px;
  }

  .section-30 {
    height: 80vh;
    position: relative;
  }

  .div-block-92.right {
    margin-bottom: 0;
  }

  .div-block-92.center {
    margin-bottom: 32px;
    padding-top: 32px;
  }

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

  .div-block-94 {
    padding-top: 3px;
    padding-bottom: 3px;
    top: 15px;
    right: -45px;
  }

  .list-2 {
    margin-top: 0;
    padding-left: 0;
  }

  .div-block-96 {
    justify-content: flex-start;
    align-items: center;
    margin-left: -24px;
    display: flex;
  }

  .heading-36 {
    font-size: 88px;
  }

  .navbar-6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-46, .text-block-47 {
    font-size: 20px;
  }

  .padding-faq {
    width: 90%;
  }

  .textanim {
    width: 90%;
    font-size: 38px;
    line-height: 50px;
  }

  .nav-menu-4 {
    background-color: #000;
    width: 100px;
  }

  .navtat {
    text-align: right;
  }

  .text-span-8 {
    font-size: 40px;
  }

  .section-42 {
    width: 90%;
  }

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

  .text-span-9 {
    font-size: 40px;
  }

  .paragraph-24 {
    font-size: 14px;
  }

  .section-47 {
    width: 90%;
  }

  .heading-35 {
    width: 90%;
    font-family: Yeseva One, sans-serif;
    font-size: 88px;
  }

  .brand-5 {
    margin-left: 0;
    margin-right: auto;
  }

  .heading-34 {
    font-size: 38px;
  }

  .button-21 {
    margin-bottom: -12px;
  }

  .text-block-49 {
    font-size: 20px;
  }

  .section-45 {
    width: 90%;
  }

  .text-block-51 {
    font-size: 20px;
  }

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

  .button-20 {
    font-size: 20px;
  }

  .div-block-114 {
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
  }

  .div-block-115 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr .35fr;
    width: 90%;
  }

  .paragraph-29 {
    font-size: 14px;
  }

  .heading-33 {
    font-size: 88px;
    line-height: 98px;
  }

  .tittletattoo {
    margin-top: 18%;
    margin-bottom: 16%;
    font-size: 88px;
    line-height: 98px;
  }

  .paragraph-30 {
    font-size: 14px;
  }

  .text-span-10, .text-span-11 {
    font-size: 40px;
  }

  .text-block-52 {
    font-size: 20px;
  }

  .image-54 {
    margin-top: 0;
  }

  .div-block-120 {
    margin-bottom: 0;
  }

  .section-56 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .image-59 {
    margin-bottom: 0;
  }

  .div-block-123 {
    display: block;
  }

  .div-block-124 {
    margin-top: 0;
  }

  .div-block-125 {
    margin-top: -90px;
  }

  .div-block-127 {
    display: block;
  }

  .image-60 {
    margin-top: -90px;
  }

  .div-block-129 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .div-block-130 {
    margin-bottom: 0;
  }

  .image-63 {
    width: 280px;
    margin-top: -150px;
  }

  .image-63._5 {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .div-block-136 {
    margin-top: 0;
  }

  .div-block-137 {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section-58 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 700px;
    margin-top: 10vh;
    padding-left: 60px;
    padding-right: 10px;
  }

  .section-60 {
    display: flex;
  }

  .div-block-144 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-145 {
    margin-top: -150px;
  }

  .div-block-146 {
    min-width: 400px;
    height: 400px;
  }

  .right-arrow-4 {
    right: 10%;
  }

  .section-62 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .left-arrow-4 {
    left: 10%;
  }

  .section-68 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-71 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-72, .text-block-73, .text-block-74 {
    line-height: 34px;
  }

  .div-block-174 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 400px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-75._2 {
    margin-left: auto;
    margin-right: -8vw;
  }

  .div-block-176 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 400px;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .heading-49 {
    font-size: 58px;
  }

  .right-arrow-5 {
    margin-right: 130px;
  }

  .left-arrow-5 {
    margin-left: 130px;
  }

  .div-block-193 {
    max-width: 650px;
  }

  .anim {
    font-size: 32px;
  }

  .text-block-82 {
    line-height: 34px;
  }

  .paragraph-39 {
    width: 400px;
    max-width: none;
  }

  .paragraph-41 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .image-80 {
    width: 55%;
  }

  .nav-link-4 {
    background-color: #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .heading-54 {
    font-size: 28px;
  }

  .button-28 {
    margin-top: 20px;
  }

  .nav-link-5 {
    background-color: #0000;
    margin-left: 0;
  }

  .firstshoot {
    grid-template-rows: auto auto 70px 70px 70px auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-82 {
    width: 45px;
    margin-left: -5px;
  }

  .brand-2.w--current {
    margin-left: 10px;
  }

  .textblock {
    padding: 15px 10px 15px 15px;
  }

  .heading-55 {
    font-size: 34px;
    line-height: 38px;
  }

  .section-86 {
    height: 90vh;
  }

  .heading-56 {
    font-size: 28px;
  }

  .nav-menu-6 {
    background-color: #b9a7bd;
    border-radius: 10px;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .italic-text {
    font-size: 58px;
  }

  .section-87 {
    grid-template-rows: auto auto auto;
    margin-left: 30px;
    margin-right: 20px;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #0d0d0d;
  }

  .linkblockpartner {
    text-decoration: none;
  }

  .linkblockpartner:hover {
    outline-color: #0082f3;
  }

  .text-block-87 {
    margin-left: 0;
  }

  .headingtop {
    font-size: 35px;
  }

  .nav-menu-2 {
    background-color: #0d0d0d;
  }

  .section-90 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-215 {
    width: 94px;
    margin-top: -10px;
  }

  .loveheading {
    margin-bottom: 0;
    line-height: 52px;
  }

  .feature2 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: none;
    overflow: hidden;
  }

  .icon-12 {
    color: #fff;
  }

  .icon-12:hover {
    color: #0082f3;
  }

  .div-block-218 {
    width: 150px;
    margin-top: -10px;
  }

  .div-block-220 {
    margin-top: -10px;
  }

  .divavis {
    width: 400px;
    display: block;
    overflow: visible;
  }

  .divavis.small {
    display: none;
  }

  .section-92 {
    grid-template-columns: .8fr 1.5fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-feature {
    margin-top: 0;
    font-size: 25px;
  }

  .link-block-19 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-feature {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .section-93 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-link:hover {
    color: #0082f3;
  }

  .div-block-223 {
    width: 85px;
    margin-top: -10px;
  }

  .paragraph-44 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 0;
    font-size: 75px;
    line-height: 70px;
  }

  .div-block-224 {
    width: 81px;
    margin-top: -10px;
  }

  .div-block-225 {
    width: 140px;
    margin-top: -10px;
  }

  .white.small {
    margin-bottom: 0;
    font-size: 24px;
  }

  .white.together {
    font-size: 30px;
    line-height: 40px;
  }

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

  .white.strong.story {
    margin-top: -40px;
    margin-left: 0;
    margin-right: 0;
  }

  .white.fat2 {
    padding-right: 0;
    font-size: 48px;
    line-height: 42px;
  }

  .bouttonrose.center {
    width: 150px;
    height: 40px;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .divfeature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-59 {
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 95px;
    line-height: 80px;
  }

  .section-96 {
    grid-template-columns: 1fr;
    margin-right: 60px;
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: #0d0d0d;
  }

  .text-block-88 {
    margin-left: 0;
  }

  .section-97 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto auto;
  }

  .nav-menu-7 {
    background-color: #0d0d0d;
  }

  .link-block-20 {
    width: 250px;
    height: 250px;
    margin-top: -150px;
  }

  .section-98 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-45.bigger.story {
    width: 300px;
    margin-top: -10px;
    margin-left: 140px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-45.team.fat {
    margin-right: 15px;
  }

  .icon-15 {
    color: #fff;
  }

  .icon-15:hover {
    color: #0082f3;
  }

  .div-block-232 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-233 {
    margin-right: 0;
  }

  .div-block-236 {
    margin-top: -145px;
  }

  .navbar-link-2:hover {
    color: #0082f3;
  }

  .div-block-238 {
    margin-left: 30px;
  }

  .div-block-239 {
    grid-template-columns: 1fr 1.2fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-240 {
    width: 300px;
    height: 300px;
  }

  .section-102 {
    grid-template-rows: auto auto;
  }

  .menu-button-5, .icon-16 {
    display: none;
  }

  .icon-17 {
    color: #b4b4b4;
  }

  .menu-button-6 {
    background-color: #0000;
  }

  .menu-button-6.w--open {
    color: #000;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .section {
    width: auto;
    max-width: 600px;
    height: 90vh;
  }

  .heading {
    font-size: 4.5vw;
  }

  .heading-2 {
    font-size: 4.5vw;
    line-height: 40px;
  }

  .heading-3 {
    text-align: center;
    font-size: 4.5vw;
    line-height: 40px;
  }

  .divcontainer {
    height: 100px;
    overflow: hidden;
  }

  .heading-4 {
    font-size: 114px;
  }

  .button {
    margin-bottom: 0;
    font-size: 12vw;
  }

  .div-block-9.newway, .div-block-9.comfort {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-9.linda {
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 48% 48%;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-9 {
    vertical-align: baseline;
    margin-top: 0;
    display: inline-block;
    overflow: clip;
  }

  .section-11 {
    margin-bottom: 150px;
  }

  .div-block-17._2._8 {
    padding-left: 25px;
  }

  .div-block-17._1 {
    padding-right: 25px;
  }

  .text-block {
    display: block;
  }

  .div-block-20 {
    display: none;
  }

  .section-12 {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-6 {
    font-size: 34px;
    line-height: 34px;
  }

  .section-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 520px;
  }

  .section-14 {
    flex-flow: column;
    margin-top: 4vh;
    display: flex;
  }

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

  .paragraph-6 {
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-23 {
    max-width: 500px;
  }

  .div-block-24 {
    grid-template-columns: 1.5fr 1fr;
  }

  .image-12, .image-13, .image-14, .image-15 {
    max-width: none;
    height: 80px;
  }

  .image-16 {
    max-width: none;
    height: 80px;
    overflow: clip;
  }

  .div-block-25 {
    margin-left: -6vw;
  }

  .cursor-wrapper {
    margin-top: -62%;
  }

  .wrapper {
    display: none;
  }

  .heading-9 {
    margin-bottom: 20px;
  }

  .div-block-36 {
    height: 55vh;
  }

  .section-16 {
    grid-template-rows: auto auto auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .list, .link-3, .data {
    font-size: 14px;
  }

  .text-block-7, .text-block-8 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .div-block-37 {
    padding-right: 60px;
  }

  .div-block-38 {
    height: auto;
    margin-left: -30px;
    position: static;
  }

  .image-19 {
    max-width: 450px;
  }

  .text-block-9 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .link-4 {
    font-size: 40px;
  }

  .lb2 {
    margin-top: 0%;
    margin-left: 0;
    overflow: visible;
  }

  .lb3 {
    margin-top: 0%;
    margin-right: 0;
  }

  .lb4 {
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .lb1 {
    margin-right: 0;
  }

  .heading-10 {
    font-size: 34px;
  }

  .text-block-11, .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
    display: none;
  }

  .div-block-44 {
    height: 100px;
  }

  .section-18 {
    display: none;
  }

  .background-video {
    overflow: visible;
  }

  .heading-14, .heading-15 {
    font-size: 30px;
  }

  .heading-16 {
    text-align: center;
    font-size: 30px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .section-19 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .image-23, .image-24, .image-25 {
    max-width: 120px;
  }

  .div-block-46 {
    max-width: 500px;
  }

  .heading-18 {
    display: none;
  }

  .div-block-51 {
    width: 210px;
  }

  .paragraph-10 {
    margin-top: 25px;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .heading-19 {
    margin-top: 0;
  }

  .image-36, .text-block-29, .text-block-30 {
    display: none;
  }

  .section-21 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-52 {
    display: none;
  }

  .heading-25 {
    font-size: 34px;
  }

  .div-block-53 {
    width: 350px;
  }

  .slider-2 {
    background-color: #0000;
    width: 100%;
    height: 45vh;
    display: block;
  }

  .image-38 {
    width: 100px;
  }

  .div-block-54 {
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    min-height: 270px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    box-shadow: -2px -2px 5px #a0adb6;
  }

  .text-block-33 {
    color: #d3e0e9;
    text-align: center;
  }

  .heading-26 {
    color: #d3e0e9;
    font-size: 28px;
  }

  .icon, .icon-2 {
    color: #d3e0e9;
  }

  .slide-nav {
    margin-top: 0;
    margin-bottom: -40px;
  }

  .section-25 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-28 {
    font-size: 34px;
  }

  .section-26 {
    padding-left: 50vw;
    padding-right: 3vw;
  }

  .heading-29 {
    z-index: 0;
    margin-left: -5vw;
    font-size: 110px;
    position: relative;
  }

  .sectionprocess {
    padding-left: 0;
  }

  .div-block-74, .div-block-74._2 {
    width: 350px;
  }

  .section-27 {
    padding-left: 6vw;
    padding-right: 3vw;
  }

  .div-block-75.maintenance {
    width: 100%;
    margin-bottom: 0;
  }

  .trapeze {
    width: 500px;
  }

  .section-28 {
    margin-bottom: 0;
  }

  .heading-30 {
    font-size: 34px;
  }

  .image-43, .image-44, .image-45 {
    height: 112.5px;
  }

  .image-46 {
    width: auto;
    max-width: 300px;
    height: 112.5px;
  }

  .text-block-42 {
    text-align: right;
    width: 500px;
    margin-left: 0;
  }

  .heading-32 {
    margin-bottom: 0;
    margin-left: -3vw;
    font-size: 34px;
  }

  .div-block-86 {
    margin-left: auto;
    margin-right: auto;
    display: none;
    bottom: 22%;
    left: auto;
    right: 16px;
  }

  .navbar-2 {
    background-color: #0000;
  }

  .icon-3 {
    color: #d3e0e9;
  }

  .navlink {
    z-index: 999999;
    text-align: right;
    background-color: #0d0d0d;
    width: 150px;
    height: 60px;
    margin-right: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav {
    z-index: 999999;
    background-color: #062746;
    width: auto;
    height: 184px;
    margin-top: 60px;
    inset: 0% 0% auto auto;
  }

  .nav:focus {
    z-index: 9999999;
    height: 180px;
  }

  .container-3 {
    width: 95vw;
  }

  .section-30 {
    flex-flow: column;
    max-width: 500px;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .div-block-92.right {
    justify-content: space-around;
    align-items: center;
    height: 160px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px;
    display: flex;
  }

  .div-block-92.center {
    justify-content: space-around;
    align-items: center;
    height: 160px;
    margin-bottom: 0;
    padding: 16px;
    display: flex;
  }

  .text-block-43 {
    text-align: center;
    font-size: 24px;
  }

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

  .div-block-94 {
    padding-top: 6px;
    padding-bottom: 6px;
    top: 25px;
    right: -35px;
  }

  .list-2, .list-3 {
    text-align: center;
  }

  .list-4 {
    text-align: center;
    margin-bottom: 0;
  }

  .nav-menu {
    z-index: 9999999;
    background-color: #0000;
    height: 200px;
    margin-top: 64px;
  }

  .heading-36 {
    font-size: 64px;
  }

  .textanim {
    font-size: 32px;
    line-height: 42px;
  }

  .section-42 {
    grid-template-columns: .5fr 1fr;
  }

  .heading-35 {
    font-size: 64px;
  }

  .heading-34 {
    font-size: 32px;
  }

  .heading-33 {
    font-size: 64px;
    line-height: 72px;
  }

  .tittletattoo {
    font-size: 64px;
    line-height: 74px;
  }

  .section-55 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-58 {
    margin-top: 0;
    margin-bottom: -50px;
    margin-left: -50px;
  }

  .div-block-120 {
    margin-bottom: -180px;
  }

  .section-56 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .div-block-125 {
    margin-top: -50px;
  }

  .div-block-127 {
    margin-top: 0;
    margin-bottom: -50px;
    margin-left: -50px;
  }

  .image-60 {
    margin-top: -50px;
  }

  .div-block-129 {
    bottom: 37%;
  }

  .paragraph-31 {
    margin-bottom: 5px;
  }

  .image-63 {
    width: 150px;
    margin-top: -145px;
  }

  .div-block-133 {
    width: 180px;
  }

  .image-64 {
    width: 20px;
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-137 {
    margin-top: 50px;
    margin-left: -30px;
  }

  .section-58 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-left: 70px;
    padding-right: 20px;
  }

  .section-60 {
    display: flex;
  }

  .div-block-145 {
    width: 150px;
    margin-top: -145px;
    overflow: hidden;
  }

  .div-block-146 {
    min-width: 300px;
    height: 300px;
  }

  .heading-44 {
    font-size: 140px;
  }

  .right-arrow-4 {
    right: 5%;
  }

  .section-62 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .image-67 {
    width: 20px;
    margin-left: auto;
    margin-right: 0;
  }

  .left-arrow-4 {
    left: 5%;
  }

  .section-63 {
    margin-top: -150px;
  }

  .paragraph-34 {
    margin-bottom: 5px;
  }

  .text-block-64 {
    margin-top: -40px;
    font-size: 100px;
  }

  .text-block-65 {
    text-align: center;
    font-size: 20px;
  }

  .hidep {
    width: 400px;
  }

  .section-68 {
    padding-left: 8%;
    padding-right: 8%;
  }

  .image-69 {
    width: 100px;
  }

  .div-block-162 {
    max-width: 400px;
  }

  .paragraph-36 {
    width: 400px;
  }

  .section-71 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .paragraph-41 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-80 {
    width: 40%;
  }

  .photo {
    background-position: 100% 100%;
  }

  .form-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    padding: 15px;
    display: flex;
  }

  .firstshoot {
    position: static;
  }

  .masquefirstshoot {
    top: 684px;
  }

  .section-84 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    width: 90%;
    height: auto;
    margin-top: -125px;
    margin-left: 16px;
    margin-right: 16px;
    display: none;
    inset: auto 0% 0%;
  }

  .form-3 {
    margin-top: 0;
  }

  .textblock {
    padding-top: 20px;
  }

  .div-block-204 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 2.5%;
    padding-top: 0;
    display: flex;
  }

  .heading-55 {
    margin-top: -42px;
  }

  .popup-contact {
    margin: auto 16px -206vh;
    display: none;
    inset: auto 0% 0%;
  }

  .section-86 {
    grid-template-rows: 30vh 25vh 30vh 1fr auto auto 50px;
    height: auto;
  }

  .section-87 {
    margin-top: 100px;
  }

  .grid-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-87 {
    font-size: 12px;
  }

  .headingtop.downloadh.strong {
    margin-bottom: 10px;
    line-height: 32px;
  }

  .section-90 {
    margin-right: 20px;
  }

  .div-block-213 {
    display: none;
  }

  .paragraph-42 {
    line-height: 24px;
  }

  .paragraph-42.partnertext {
    margin-right: 10px;
    line-height: 24px;
  }

  .feature2 {
    display: none;
  }

  .divavis {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-19 {
    background-size: 130px 40px;
    width: 180px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-19:hover {
    background-size: 140px 50px;
  }

  .paragraph-feature {
    line-height: 18px;
  }

  .paragraph-44 {
    margin-right: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .white {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .white.small {
    margin-bottom: 15px;
  }

  .white.logo {
    font-size: 24px;
  }

  .white.link {
    font-size: 14px;
  }

  .white.together {
    margin-bottom: 0;
    font-size: 20px;
  }

  .white.strong {
    margin-bottom: 20px;
    margin-right: 15px;
    font-size: 30px;
  }

  .white.strong.story {
    margin-top: -42px;
    font-size: 44px;
  }

  .white.boss {
    width: 200px;
  }

  .white.fat2 {
    font-size: 34px;
  }

  .white.heroheader {
    margin-top: 25px;
    font-size: 44px;
  }

  .bouttonrose.buttonfout {
    width: 100px;
    font-size: 14px;
  }

  .divfeature {
    grid-template-rows: auto auto auto;
    grid-template-columns: .8fr 1.2fr 1.2fr;
    margin-top: 20px;
    margin-right: 15px;
  }

  .heading-59 {
    font-size: 70px;
    line-height: 50px;
  }

  .section-96 {
    grid-template-columns: 1fr;
  }

  .text-block-88 {
    font-size: 12px;
  }

  .link-block-20 {
    width: 200px;
    height: 200px;
  }

  .section-98 {
    margin-right: 20px;
  }

  .paragraph-45 {
    line-height: 24px;
  }

  .paragraph-45.bigger.story {
    width: 240px;
    margin-top: -20px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-45.bigger.gradient, .paragraph-45.bigger.gradient2 {
    text-align: left;
  }

  .paragraph-45.team.fat {
    margin: 0;
    line-height: 24px;
  }

  .div-block-230 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-100 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-236 {
    margin-top: -110px;
    margin-left: -85px;
  }

  .collection-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 250px;
    height: 250px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-237 {
    height: auto;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .div-block-238 {
    margin-left: 0;
  }

  .div-block-239 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
    display: flex;
  }

  .collection-list-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 40px;
    display: grid;
  }

  .section-102 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin: 220px 15px 0;
    padding-bottom: 15px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 80px;
    display: none;
  }

  .heading {
    margin-top: 0;
  }

  .heading-2 {
    text-align: center;
    margin-top: 10px;
  }

  .heading-3 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .divcontainer {
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph {
    text-align: center;
  }

  .container-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .link {
    font-size: 14px;
  }

  .div-block-3 {
    width: 130px;
  }

  .section-4 {
    height: 28vh;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 70px;
  }

  .button {
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin-bottom: 0;
    font-size: 12vw;
    display: flex;
  }

  .div-block-9.newway {
    margin: 0 10px 50px;
    padding-right: 0;
  }

  .div-block-9.comfort, .div-block-9.linda {
    margin: 0 10px 50px;
  }

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

  .section-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 10%;
    display: flex;
  }

  .image-8, .image-9, .image-10 {
    display: none;
  }

  .image-11 {
    width: auto;
  }

  .section-11 {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .div-block-17._2 {
    justify-content: center;
  }

  .div-block-17._2._8 {
    flex-flow: row;
    justify-content: center;
    padding-left: 25px;
  }

  .div-block-17._1 {
    justify-content: center;
  }

  .text-block {
    display: none;
  }

  .text-block-3 {
    font-size: 18px;
    display: none;
  }

  .div-block-19 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-12 {
    margin: 50px 15px 150px;
  }

  .heading-6 {
    font-size: 28px;
    display: none;
  }

  .heading-7 {
    text-align: center;
    margin-top: 0;
  }

  .section-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 95%;
    max-width: none;
    margin-bottom: 70px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .section-14 {
    grid-template-columns: 1fr;
    margin-top: 3vh;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    font-size: 48px;
    line-height: 58px;
  }

  .paragraph-6 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-23 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-7 {
    margin-bottom: 0;
  }

  .paragraph-8 {
    display: none;
  }

  .div-block-24 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-12, .image-13, .image-14 {
    border-width: 5px;
    height: 50px;
  }

  .image-15 {
    border-width: 5px;
    height: 50px;
    margin-top: 0;
  }

  .image-16 {
    border-width: 5px;
    height: 50px;
    margin-bottom: 0;
  }

  .div-block-25 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-items: stretch stretch;
    max-width: 250px;
    margin-top: 10%;
    margin-left: -72%;
  }

  .cursor-wrapper {
    margin-top: -105%;
  }

  .wrapper {
    display: none;
  }

  .div-block-33 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .heading-9 {
    text-align: center;
    margin-left: 0;
    font-size: 36px;
  }

  .div-block-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .image-18 {
    max-width: 110%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-35 {
    margin-top: 60px;
  }

  .section-16 {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-7, .text-block-8 {
    text-align: center;
    margin-bottom: 5px;
  }

  .div-block-37 {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .div-block-38 {
    margin-top: 100px;
    margin-left: 0;
  }

  .image-19 {
    max-width: 260px;
  }

  .text-block-9 {
    margin-bottom: 5px;
  }

  .link-4 {
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 40px;
  }

  .lb2 {
    margin-top: 0%;
    margin-right: 0;
    overflow: hidden;
  }

  .lb3 {
    margin-top: 0%;
    margin-left: 0;
    overflow: hidden;
  }

  .lb4 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .lb1 {
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 20px;
  }

  .heading-11 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Cinzel Decorative, sans-serif;
    font-size: 36px;
    font-weight: 400;
  }

  .div-block-39 {
    background-color: #0000;
    height: 70px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
  }

  .heading-12 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Cinzel Decorative, sans-serif;
    font-size: 36px;
    font-weight: 400;
  }

  .heading-13 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Cinzel Decorative, sans-serif;
    font-size: 36px;
    font-weight: 400;
  }

  .paragraph-9 {
    color: #fff;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .code-embed-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 85vh;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-12 {
    font-size: 8px;
    display: none;
  }

  .text-block-13 {
    display: none;
  }

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

  .text-block-16, .text-block-17, .text-block-25, .text-block-26 {
    display: none;
  }

  .heading-14 {
    z-index: 999999;
    text-align: center;
    margin-top: 10px;
    position: relative;
  }

  .heading-15 {
    z-index: 9999999;
    text-align: center;
    margin-top: 10px;
    position: relative;
  }

  .heading-16 {
    z-index: 999999;
    text-align: center;
    margin-top: 10px;
    position: relative;
  }

  .heading-17 {
    text-align: center;
    margin-top: 10px;
  }

  .image-23 {
    max-width: 60px;
    margin-left: -20px;
  }

  .image-23.small {
    max-width: 100px;
    margin-left: 15px;
  }

  .image-24 {
    max-width: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-25 {
    max-width: 60px;
  }

  .image-25.small {
    max-width: 100px;
    margin-right: 15px;
  }

  .div-block-46 {
    max-width: 200px;
    margin-top: 30px;
  }

  .div-block-46.small {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-width: none;
    display: grid;
  }

  .image-26 {
    max-width: 60px;
  }

  .image-27 {
    max-width: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-28 {
    max-width: 60px;
  }

  .image-29 {
    max-width: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-30, .image-31, .image-32 {
    max-width: 60px;
  }

  .image-33 {
    max-width: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-34 {
    max-width: 60px;
  }

  .div-block-50 {
    height: 70px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
  }

  .heading-18 {
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    font-family: Cinzel, sans-serif;
    font-size: 28px;
    display: block;
  }

  .div-block-51 {
    margin-top: 15px;
  }

  .form-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-35, .image-36, .image-37 {
    max-width: 100%;
    display: inline-block;
  }

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

  .text-block-29 {
    font-family: Alegreya Sans, sans-serif;
    font-size: 16px;
  }

  .text-block-30 {
    font-family: Raleway, sans-serif;
    display: none;
  }

  .text-block-31 {
    font-size: 18px;
    display: none;
  }

  .section-21 {
    width: 95%;
    display: none;
  }

  .section-22 {
    margin-bottom: 100px;
    display: none;
  }

  .div-block-53 {
    width: 200px;
  }

  .image-38 {
    width: 60px;
  }

  .div-block-54 {
    width: 200px;
    min-height: 0;
    margin-top: 60px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-26 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .slide-nav {
    margin-bottom: -20px;
  }

  .right-arrow {
    margin-right: -10px;
  }

  .left-arrow {
    margin-left: -10px;
  }

  .text-block-36 {
    font-size: 1.2rem;
  }

  .heading-27 {
    margin-top: 1.5rem;
    font-size: 4.5rem;
  }

  .section-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-28 {
    font-size: 28px;
    line-height: 34px;
  }

  .section-26 {
    margin-top: 0;
    padding-left: 51vw;
  }

  .heading-29 {
    margin-top: -24vh;
    margin-left: -28vw;
    font-size: 62px;
    line-height: 68px;
  }

  .sectionprocess {
    display: flex;
  }

  .div-block-74 {
    width: 300px;
    padding: 16px;
  }

  .div-block-74._2 {
    width: 300px;
    margin-top: -16px;
  }

  .div-block-74._3 {
    margin-top: -142px;
  }

  .div-block-74._4 {
    margin-top: -140px;
  }

  .section-27 {
    max-width: 300px;
    height: 80vh;
  }

  .div-block-75.maintenance {
    border-radius: 20px;
    height: 140px;
  }

  .trapeze {
    width: 300px;
    margin-left: -26vw;
  }

  .section-28 {
    margin-top: -6vh;
    margin-bottom: 0;
  }

  .heading-30 {
    font-size: 30px;
  }

  .code-embed-8 {
    cursor: pointer;
  }

  .text-block-42 {
    text-align: right;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #d3e0e9;
    text-overflow: clip;
    overflow-wrap: normal;
    mix-blend-mode: luminosity;
    width: 250px;
    margin-left: -38vw;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .heading-32 {
    font-size: 30px;
  }

  .div-block-86 {
    width: auto;
    max-width: 280px;
    display: none;
    bottom: 26%;
    left: 0;
    right: 0;
  }

  .navbar-2, .menu-button {
    background-color: #0000;
  }

  .nav {
    background-color: #0d0d0d;
  }

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

  .div-block-91 {
    display: none;
  }

  .section-30 {
    margin-bottom: 10vh;
    display: none;
  }

  .div-block-92.right, .div-block-92.center {
    flex-flow: column;
    height: auto;
  }

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

  .div-block-94 {
    padding-top: 3px;
    padding-bottom: 3px;
    top: 25px;
    right: -35px;
  }

  .slider-3 {
    background-color: #0000;
    height: 70vh;
  }

  .div-block-95 {
    flex-flow: column;
    height: 70vh;
    display: flex;
  }

  .section-31 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    height: 80vh;
    margin-bottom: 16vh;
    display: none;
  }

  .slide-nav-2 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .left-arrow-2 {
    width: 60px;
    height: 60px;
    margin-top: 53%;
    margin-bottom: 47%;
    margin-left: -16px;
  }

  .right-arrow-2 {
    width: 60px;
    height: 60px;
    margin-top: 53%;
    margin-bottom: 47%;
    margin-right: -16px;
  }

  .icon-4, .icon-5 {
    font-size: 28px;
  }

  .heading-36 {
    font-size: 52px;
    line-height: 58px;
  }

  .right-arrow-3 {
    border: 2px solid #b4b4b4;
    border-style: solid solid none none;
    width: 50px;
    height: 50px;
    margin-top: -50px;
  }

  .text-block-46, .text-block-47 {
    font-size: 18px;
  }

  .left-arrow-3 {
    border: 2px solid #b4b4b4;
    border-bottom-style: none;
    width: 50px;
    height: 50px;
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
    inset: 0% 50px 0% auto;
  }

  .image-49 {
    width: 100px;
  }

  .bugfix {
    font-size: 28px;
  }

  .section-38 {
    background-image: linear-gradient(#0006, #0006), url('../images/andrej-lisakov-Ll1TDo_AQyM-unsplash-removebg-preview.png'), linear-gradient(#000, #000);
    background-position: 0 0, 100% -20%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 75vw, auto;
    height: auto;
    margin-top: 15vh;
    padding-top: 0%;
  }

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

  .div-block-100.middle {
    border-left-style: solid;
    border-right-style: solid;
  }

  .textanim {
    font-size: 30px;
    line-height: 36px;
  }

  .text-span-8 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .icon-6 {
    color: #b4b4b4;
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    font-weight: 300;
  }

  .section-42 {
    flex-flow: column;
    display: flex;
  }

  .slide-nav-3 {
    display: none;
  }

  .section-39 {
    padding-top: 12%;
  }

  .div-block-105 {
    overflow: visible;
  }

  .text-span-9 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .heading-37 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 62px;
    line-height: 64px;
  }

  .icon-7 {
    color: #b4b4b4;
    font-size: 32px;
  }

  .heading-35 {
    width: 60%;
    margin-bottom: 8px;
    margin-left: 16px;
    margin-right: auto;
    font-size: 52px;
    line-height: 58px;
  }

  .heading-34 {
    font-size: 30px;
  }

  .button-21 {
    margin-bottom: 0;
  }

  .slide-4 {
    border: 2px solid #b4b4b4;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-110 {
    grid-template-columns: .5fr 1.2fr 2fr;
  }

  .div-block-110.hist {
    grid-template-columns: .5fr 1.4fr 2fr;
  }

  .text-block-49 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .slider-6 {
    background-color: #0000;
    width: 90%;
    display: block;
  }

  .section-50 {
    flex-flow: column;
    display: flex;
  }

  .section-45 {
    display: none;
  }

  .text-block-51 {
    min-width: 190px;
    font-size: 18px;
  }

  .text-block-51.q3 {
    min-width: 185px;
    font-size: 18px;
  }

  .text-block-51.q2 {
    min-width: 180px;
    font-size: 18px;
  }

  .text-block-51.q4 {
    min-width: 130px;
    font-size: 18px;
  }

  .div-block-72 {
    width: 90%;
    height: 35vh;
    margin-bottom: 0;
  }

  .div-block-114 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-top-style: solid;
    padding-top: 24px;
  }

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

  .heading-33 {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 58px;
  }

  .tittletattoo {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 8vh;
    font-size: 52px;
    line-height: 56px;
  }

  .paragraph-30 {
    margin-top: 16px;
  }

  .text-span-10 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .text-span-11 {
    margin-bottom: 6px;
    font-size: 32px;
  }

  .slide-3 {
    outline-offset: 0px;
    border: 2px solid #b4b4b4;
    outline: 3px #b4b4b4;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-52 {
    font-size: 18px;
    overflow: visible;
  }

  .text-block-52.s, .text-block-52.small {
    display: none;
  }

  .button-23 {
    text-align: center;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-39 {
    font-size: 84px;
  }

  .section-55 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-56 {
    flex-flow: column;
    padding-top: 5vh;
    display: flex;
  }

  .button-24 {
    width: 95px;
  }

  .div-block-129 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-140 {
    margin-left: 20px;
    margin-right: 10px;
  }

  .section-60 {
    display: flex;
  }

  .div-block-146 {
    width: 100%;
    min-width: 0%;
    height: 220px;
  }

  .div-block-150 {
    width: 50px;
    height: 50px;
  }

  .heading-44 {
    font-size: 90px;
  }

  .slider-7 {
    height: 60vh;
  }

  .right-arrow-4 {
    right: -7%;
  }

  .section-62 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: grid;
  }

  .left-arrow-4 {
    left: -7%;
  }

  .text-block-64 {
    margin-top: -80px;
    font-size: 68px;
  }

  .section-65 {
    padding-bottom: 5vh;
  }

  .div-block-159 {
    display: none;
  }

  .hidep {
    width: 300px;
  }

  .section-68 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-162 {
    max-width: 260px;
  }

  .div-block-163 {
    background-position: 70%;
    background-size: auto 100%;
  }

  .icon-8, .icon-9 {
    font-size: 30px;
  }

  .section-70 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-36 {
    width: 300px;
  }

  .div-block-165 {
    margin-top: 20px;
  }

  .section-71 {
    flex-flow: column;
    padding-top: 5vh;
    display: flex;
  }

  .paragraph-41 {
    font-size: 14px;
    line-height: 18px;
  }

  .memorableblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: grid;
  }

  .image-80 {
    width: 35%;
    overflow: visible;
  }

  .heading-52 {
    text-align: left;
    margin-top: 10px;
    font-size: 32px;
  }

  .photo {
    background-position: 0 100%;
  }

  .contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: grid;
  }

  .button-28 {
    margin-top: 10px;
  }

  .firstshoot {
    grid-template-rows: auto auto 40px 40px 40px auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-82 {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .arrowcontact {
    background-size: 45px;
    width: 60px;
    height: 40px;
    margin-top: 10px;
    margin-right: 0;
  }

  .textblock {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-84 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-55 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .section-86 {
    grid-template-rows: 30vh 25vh 30vh 1fr auto auto 50px;
    height: auto;
  }

  .italic-text {
    font-size: 48px;
  }

  .section-87 {
    margin-top: 140px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-209 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-209:hover {
    outline-offset: 0px;
    border: 1px #000;
    outline: 1px solid #0082f3;
  }

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

  .linkblockpartner:hover {
    outline-offset: 0px;
    outline: 0 #0082f3;
  }

  .div-block-210 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-210:hover {
    outline-offset: 0px;
    outline: 1px solid #0082f3;
  }

  .text-block-87 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .headingtop.downloadh.strong {
    line-height: 40px;
  }

  .div-block-211 {
    text-align: center;
  }

  .div-block-212 {
    margin-top: 60px;
  }

  .section-89 {
    height: auto;
  }

  .section-90 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-213 {
    margin-left: 20px;
    display: none;
  }

  .paragraph-42 {
    line-height: 24px;
  }

  .paragraph-42.partnertext {
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
  }

  .paragraph-43 {
    margin-left: 0;
    font-size: 30px;
  }

  .loveheading {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-217 {
    margin-left: 20px;
  }

  .right-arrow-6 {
    margin-left: 0;
    display: none;
  }

  .feature2 {
    margin-left: 20px;
    display: block;
  }

  .image-86 {
    width: 80px;
  }

  .div-block-219 {
    margin: 0 30px;
  }

  .div-block-220 {
    width: 170px;
  }

  .left-arrow-6 {
    width: 35px;
    margin-left: 0;
    display: none;
  }

  .divavis {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-6 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .div-block-221 {
    text-align: center;
  }

  .section-92 {
    height: auto;
  }

  .link-block-19 {
    margin-top: 0;
    margin-left: auto;
  }

  .paragraph-feature {
    margin-top: 5px;
    margin-right: 60px;
  }

  .div-block-222 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .section-93 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-44 {
    line-height: 45px;
  }

  .white {
    margin-top: 0;
    display: block;
  }

  .white.small {
    font-size: 18px;
  }

  .white.together {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
  }

  .white.strong {
    line-height: 28px;
  }

  .white.strong.story {
    margin-top: -30px;
  }

  .white.strong.our-difference {
    line-height: 36px;
  }

  .white.boss {
    width: 100px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .white.fat2 {
    font-size: 28px;
    line-height: 32px;
  }

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

  .bouttonrose.center {
    margin-top: 0;
  }

  .divfeature {
    grid-template-rows: auto auto auto auto auto auto auto;
    margin-top: 0;
  }

  .icon-13 {
    margin-right: 0;
  }

  .div-block-226 {
    margin-left: 20px;
  }

  .div-block-43 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .icon-14 {
    margin-left: 0;
    margin-right: 40px;
  }

  .section-96 {
    margin-bottom: 350px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-88 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-97 {
    justify-content: center;
    align-items: center;
    height: 40vh;
    margin-top: 50px;
    display: flex;
  }

  .div-block-228 {
    text-align: center;
  }

  .div-block-229 {
    margin-top: 60px;
  }

  .link-block-20 {
    width: 100px;
    height: 100px;
  }

  .section-98 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .paragraph-45 {
    line-height: 24px;
  }

  .paragraph-45.bigger.story {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-45.bigger.gradient, .paragraph-45.bigger.gradient2 {
    text-align: left;
    margin-left: 10px;
  }

  .paragraph-45.team.fat {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .image-90 {
    width: 80px;
  }

  .section-100 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 0;
  }

  .div-block-234 {
    text-align: center;
  }

  .div-block-235 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .div-block-236 {
    float: right;
    clear: none;
    margin-top: 60px;
    margin-left: 90px;
    margin-right: 90px;
    overflow: visible;
  }

  .collection-item {
    margin-bottom: 30px;
  }

  .div-block-238 {
    width: 320px;
  }

  .div-block-239 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-240 {
    height: 50vh;
  }

  .div-block-241 {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_9be1579a-9996-b46a-87f7-be5743de4e23-69c45cd9 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-ecf89a65-339b-9816-769a-d4e144a1ea74-69c45cd9 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-cab19f67-04d3-07f0-df9b-1db895630566-69c45cd9 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center start;
}

#w-node-_278be103-168f-c619-bb17-87ea62beb02b-69c45cd9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-aa187799-c48f-12e7-5b5a-caa5de3e1083-69c45cd9 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-_930e9b98-63f3-05e9-72b7-ce4ce6a8c746-69c45cd9 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-a806aa3a-d476-4f17-16b0-be4b931c459f-69c45cd9, #w-node-_98484fef-9321-9e30-1098-68c5e79449f8-69c45cd9, #w-node-_4a400efc-964d-eff2-9920-a66b2916e85c-69c45cd9 {
  place-self: center;
}

#w-node-c1af0746-c594-e080-4982-d0057eaf1ce1-69c45cd9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ea347a3-b148-117e-1320-4b12cbfde40d-69c45cd9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7d0625ff-3ca3-8e8c-3c42-6f15e349ad6a-69c45cd9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ca0ae999-f64d-8d36-5eac-cf43bec09287-69c45cd9 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_912b21e8-f0b0-fd24-9421-fee64a934e93-69c45cd9 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-a2e0f060-dfb7-32d0-b472-a38f754c4e88-69c45cd9 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_769d0c74-a528-e41b-6aeb-f208dbfb9cbd-69c45cd9 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-ba61fc85-e17c-e097-5c0d-55f2a6197cf7-69c45cd9 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-a16839e2-a806-952f-9edb-f16124188a1d-69c45cd9 {
  grid-area: 3 / 2 / 4 / 4;
  justify-self: end;
}

#w-node-d42c2f76-fac5-d478-9f00-fdb36d58ee65-69c45cd9 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-dddd43bf-411c-3d5f-9846-32e14e282413-69c45cd9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_0b81a9eb-fa5f-5322-555c-6d4db5973595-69c45cd9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf243435-0444-c92c-3476-36f0cd9e0bea-69c45cdb {
  grid-area: 1 / 3 / 2 / 5;
  align-self: center;
}

#w-node-e8b4665d-0c1d-9405-b9b7-d9a73210a771-69c45cdb {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-fcbfd7b7-812c-7b05-0974-3cd54b2b4a8f-69c45cdb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto center;
}

#w-node-_4e57f835-2335-ca36-fcf2-ef5663021251-69c45cdb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: start;
}

#w-node-bab51dea-a2a7-5701-1cc4-459bf8438e02-69c45cdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9b2b5f7-f367-1ba1-3cac-284e788981c7-69c45cdc {
  place-self: center;
}

#w-node-cb3c2069-6f04-e8e6-41fb-6e24446087e4-69c45cdd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_884a10a6-86bd-556f-7892-f6b3d37fe203-69c45cdd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2edf0ef9-6dc6-d33a-0181-1f3c6c3a5a8e-69c45cdd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-df3ca57e-5ea9-84f6-408f-7da6996eb7c9-69c45cdd {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8d-69c45cdd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8e-69c45cdd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8f-69c45cdd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e90-69c45cdd {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45cdd {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45cdd {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_92050545-a199-a887-6e03-860708e5c036-69c45cdd {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-c220bd8e-e64f-5168-e016-35d9eed2797c-69c45cdd {
  grid-area: 3 / 1 / 4 / 4;
  align-self: auto;
}

#w-node-cb3c2069-6f04-e8e6-41fb-6e24446087e4-69c45cde {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_884a10a6-86bd-556f-7892-f6b3d37fe203-69c45cde {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2edf0ef9-6dc6-d33a-0181-1f3c6c3a5a8e-69c45cde {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-df3ca57e-5ea9-84f6-408f-7da6996eb7c9-69c45cde {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8d-69c45cde {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8e-69c45cde {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8f-69c45cde {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e90-69c45cde {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45cde {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45cde {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_92050545-a199-a887-6e03-860708e5c036-69c45cde {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-_893079be-3529-0c3a-2b63-d40723f1b539-69c45cde {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-cb3c2069-6f04-e8e6-41fb-6e24446087e4-69c45cdf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_884a10a6-86bd-556f-7892-f6b3d37fe203-69c45cdf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2edf0ef9-6dc6-d33a-0181-1f3c6c3a5a8e-69c45cdf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-df3ca57e-5ea9-84f6-408f-7da6996eb7c9-69c45cdf {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8d-69c45cdf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8e-69c45cdf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8f-69c45cdf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e90-69c45cdf {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45cdf {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45cdf {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_92050545-a199-a887-6e03-860708e5c036-69c45cdf {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-_3f86f1d8-b345-4b9e-a81a-96a4a6dfb07a-69c45cdf {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-cb3c2069-6f04-e8e6-41fb-6e24446087e4-69c45ce0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_884a10a6-86bd-556f-7892-f6b3d37fe203-69c45ce0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2edf0ef9-6dc6-d33a-0181-1f3c6c3a5a8e-69c45ce0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-df3ca57e-5ea9-84f6-408f-7da6996eb7c9-69c45ce0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8d-69c45ce0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8e-69c45ce0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8f-69c45ce0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_91f84225-15ba-63dd-5d2d-099b83c99e90-69c45ce0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45ce0 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45ce0 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_92050545-a199-a887-6e03-860708e5c036-69c45ce0 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-_74617cf1-9899-d93a-5695-ffb7a469712f-69c45ce0 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d66-69c45ce2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-69c45ce2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-69c45ce2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-69c45ce2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d6f-69c45ce2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-69c45ce2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-69c45ce2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d72-69c45ce2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce2 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce2 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce2 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce2 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: auto;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d66-69c45ce4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-69c45ce4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-69c45ce4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-69c45ce4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d6f-69c45ce4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-69c45ce4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-69c45ce4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d72-69c45ce4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce4 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce4 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce4 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce4 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: auto;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d66-69c45ce5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-69c45ce5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-69c45ce5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-69c45ce5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d6f-69c45ce5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-69c45ce5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-69c45ce5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d72-69c45ce5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce5 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce5 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce5 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce5 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: auto;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d66-69c45ce6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-69c45ce6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-69c45ce6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-69c45ce6 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d6f-69c45ce6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-69c45ce6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-69c45ce6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d72-69c45ce6 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce6 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce6 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce6 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce6 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: auto;
}

#w-node-_494ed21d-a7f6-52ee-6cc9-9e23a66df34e-69c45ce7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e3a9a8a4-8703-f2c5-253d-c1030e64d012-69c45ce7 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-dfff7714-c8c0-2452-ba07-6d6c7c1673f9-69c45ce7 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-_8a1949e1-f9f1-fdd5-b796-7c0085de6348-69c45ce7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d5cf9cbc-3a11-78a5-b49f-044f3370ffe8-69c45ce7 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_079061c6-8b63-225a-8542-80864b443dc6-69c45ce7 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

#w-node-_3e475f21-9ea8-5df6-a4e5-6db24fd1f98b-69c45ce7 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_83bd0d0a-a23a-96be-d4c9-e4c41dc21aa6-69c45ce7 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-_00a905a8-2b67-86b5-d06d-4764f26b689e-69c45ce7, #w-node-e18bb45d-181d-3e46-e77d-02b9fac694a4-69c45ce7, #w-node-_9406859b-6125-f414-1e32-efc1cc3c8053-69c45ce7, #w-node-_5c4cfd84-0a3f-c17e-9e8b-db793dede61a-69c45ce7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f4e3dad8-514d-2933-70f8-1855a47bf077-69c45ce7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d95a0357-4237-f458-1a4d-b33212a06bbc-69c45ce7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-bb2a853c-0f99-b658-2f3d-c314e0e362ec-69c45ce7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fb9c5d2f-07dc-2157-1709-a966d8a49005-69c45ce7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7dab39d5-c658-25dd-f872-488cd0fe3fda-69c45ce7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_09a8c0f2-67b9-733e-fa4e-ab09cbc133b4-69c45ce7 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-e2a3ed65-b68a-3cee-5ce7-545ca7bc4c79-b8373142 {
  justify-self: end;
}

#w-node-e2a3ed65-b68a-3cee-5ce7-545ca7bc4c90-b8373142 {
  align-self: start;
}

#w-node-e2a3ed65-b68a-3cee-5ce7-545ca7bc4c9d-b8373142 {
  place-self: center;
}

#w-node-e2a3ed65-b68a-3cee-5ce7-545ca7bc4ca0-b8373142 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e2a3ed65-b68a-3cee-5ce7-545ca7bc4ca3-b8373142, #w-node-e2a3ed65-b68a-3cee-5ce7-545ca7bc4ca9-b8373142 {
  place-self: center;
}

#w-node-e2a3ed65-b68a-3cee-5ce7-545ca7bc4cac-b8373142 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e2a3ed65-b68a-3cee-5ce7-545ca7bc4caf-b8373142 {
  place-self: center;
}

#w-node-e2a3ed65-b68a-3cee-5ce7-545ca7bc4d4d-b8373142 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d66-c5006eaf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-c5006eaf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-c5006eaf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-c5006eaf {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d6f-c5006eaf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-c5006eaf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-c5006eaf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d72-c5006eaf {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e40-c5006eaf {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e45-c5006eaf {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e59-c5006eaf {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-c5006eaf {
  grid-area: 3 / 1 / 4 / 4;
  align-self: auto;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468855-cc2aaf69 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468856-cc2aaf69 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468857-cc2aaf69 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468858-cc2aaf69 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468859-cc2aaf69 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846885a-cc2aaf69 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846885c-cc2aaf69 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846885e-cc2aaf69 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468860-cc2aaf69 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468862-cc2aaf69 {
  grid-area: 6 / 2 / 7 / 4;
  place-self: auto;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468864-cc2aaf69 {
  grid-area: 1 / 3 / 5 / 4;
  align-self: auto;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846886c-cc2aaf69 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846886e-cc2aaf69 {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468871-cc2aaf69 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468874-cc2aaf69 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468875-cc2aaf69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468876-cc2aaf69 {
  place-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468877-cc2aaf69 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468878-cc2aaf69, #w-node-f601047f-ce70-dc9d-5926-fd86a8468879-cc2aaf69, #w-node-f601047f-ce70-dc9d-5926-fd86a846887a-cc2aaf69 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846887b-cc2aaf69 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846887c-cc2aaf69 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846887d-cc2aaf69 {
  align-self: start;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468880-cc2aaf69 {
  place-self: auto;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a8468887-cc2aaf69 {
  align-self: end;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846889e-cc2aaf69 {
  align-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a846889f-cc2aaf69 {
  place-self: center end;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688a0-cc2aaf69 {
  align-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688a2-cc2aaf69 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688a4-cc2aaf69 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688aa-cc2aaf69 {
  align-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688ab-cc2aaf69 {
  place-self: center end;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688ac-cc2aaf69 {
  place-self: center start;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688ae-cc2aaf69 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688b0-cc2aaf69 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688b6-cc2aaf69 {
  align-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688b7-cc2aaf69 {
  place-self: center end;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688b8-cc2aaf69 {
  align-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688ba-cc2aaf69 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688bc-cc2aaf69 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688c2-cc2aaf69 {
  align-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688c3-cc2aaf69 {
  place-self: center end;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688c4-cc2aaf69 {
  align-self: center;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688c6-cc2aaf69 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f601047f-ce70-dc9d-5926-fd86a84688c8-cc2aaf69 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f44d-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f44e-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f44f-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f450-f8272dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f451-f8272dd7 {
  place-self: center;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f452-f8272dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f453-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f456-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f457-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f458-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f459-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f45c-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f45d-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f45e-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f45f-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f47c-f8272dd7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f481-f8272dd7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f487-f8272dd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f489-f8272dd7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f48b-f8272dd7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f49f-f8272dd7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4a2-f8272dd7 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4a3-f8272dd7 {
  place-self: center;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4a4-f8272dd7 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4a5-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4a6-f8272dd7 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4ef-f8272dd7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4f0-f8272dd7 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4f3-f8272dd7 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4f4-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4f5-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4f6-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4f7-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4f9-f8272dd7 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4fa-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4fb-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4fc-f8272dd7, #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f4fd-f8272dd7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f537-f8272dd7 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f538-f8272dd7 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f539-f8272dd7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f53a-f8272dd7 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f566-f8272dd7 {
  grid-area: 2 / 3 / 3 / 5;
  justify-self: auto;
}

#w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f574-f8272dd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1487536-ef89-a9af-f922-1c286f88863b-58426463, #w-node-b1487536-ef89-a9af-f922-1c286f888656-58426463 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f88866f-58426463 {
  align-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888670-58426463 {
  place-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888671-58426463 {
  align-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888673-58426463 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888675-58426463 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f88867b-58426463 {
  align-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f88867c-58426463 {
  place-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f88867d-58426463 {
  align-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f88867f-58426463 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888681-58426463 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888687-58426463 {
  align-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888688-58426463 {
  place-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888689-58426463 {
  align-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f88868b-58426463 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f88868d-58426463 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888693-58426463 {
  align-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888694-58426463 {
  place-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888695-58426463 {
  align-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888697-58426463 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f888699-58426463 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f8886a4-58426463, #w-node-b1487536-ef89-a9af-f922-1c286f8886aa-58426463, #w-node-b1487536-ef89-a9af-f922-1c286f8886b0-58426463, #w-node-b1487536-ef89-a9af-f922-1c286f8886b6-58426463 {
  place-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f8886bd-58426463, #w-node-b1487536-ef89-a9af-f922-1c286f8886c2-58426463 {
  place-self: auto center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f8886c9-58426463 {
  place-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f8886d6-58426463 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b1487536-ef89-a9af-f922-1c286f8886d7-58426463 {
  grid-area: 2 / 1 / 3 / 5;
  justify-self: center;
}

#w-node-b1487536-ef89-a9af-f922-1c286f8886d9-58426463 {
  grid-area: 3 / 1 / 4 / 5;
  place-self: auto center;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835da-c2489d5d {
  grid-area: 1 / 1 / 5 / 4;
  align-self: auto;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835dc-c2489d5d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: auto;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e1-c2489d5d {
  order: 9999;
  grid-area: 1 / 4 / 5 / 5;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e2-c2489d5d {
  grid-area: 5 / 1 / 7 / 3;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e6-c2489d5d {
  grid-area: 5 / 3 / 7 / 5;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e9-c2489d5d {
  order: -9999;
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835ec-c2489d5d {
  grid-area: 1 / 5 / 6 / 7;
  align-self: auto;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835ed-c2489d5d {
  align-self: center;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835ef-c2489d5d {
  place-self: center end;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835f0-c2489d5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835f1-c2489d5d, #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835f5-c2489d5d, #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835f9-c2489d5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa8835fd-c2489d5d {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa883605-c2489d5d {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa883623-c2489d5d {
  align-self: center;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa883625-c2489d5d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start center;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa883626-c2489d5d {
  place-self: center;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa883627-c2489d5d {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa88362b-c2489d5d {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_6629aa9c-0065-4b57-755e-6c07fa88362f-c2489d5d {
  grid-area: 5 / 1 / 6 / 3;
}

#for-feature2.w-node-ad157ddc-288a-4d59-5d3f-72360a0f93a2-6bb5cfd1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93a3-6bb5cfd1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93aa-6bb5cfd1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93b1-6bb5cfd1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93b8-6bb5cfd1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93bf-6bb5cfd1 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93c6-6bb5cfd1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93cf-6bb5cfd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93d7-6bb5cfd1 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93dd-6bb5cfd1 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93e3-6bb5cfd1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93ee-6bb5cfd1 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93f5-6bb5cfd1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f93fc-6bb5cfd1 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: auto center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f9405-6bb5cfd1 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f940c-6bb5cfd1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f9413-6bb5cfd1 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f941c-6bb5cfd1 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f9423-6bb5cfd1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f942a-6bb5cfd1 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f944c-6bb5cfd1, #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9450-6bb5cfd1 {
  place-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f9463-6bb5cfd1 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f9467-6bb5cfd1 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f946c-6bb5cfd1 {
  place-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f9475-6bb5cfd1 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-ad157ddc-288a-4d59-5d3f-72360a0f9480-6bb5cfd1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto start;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf87d2-f7679daf {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf87d8-f7679daf {
  grid-area: 3 / 3 / 7 / 5;
  place-self: center;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf87dd-f7679daf {
  order: 9999;
  grid-area: 5 / 2 / 8 / 4;
  place-self: center;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf87e5-f7679daf, #w-node-b57aa85f-6464-8076-05bc-521b83cf87eb-f7679daf, #w-node-b57aa85f-6464-8076-05bc-521b83cf87f8-f7679daf {
  place-self: center;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf8808-f7679daf {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf8809-f7679daf {
  justify-self: end;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf880e-f7679daf {
  align-self: end;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf8815-f7679daf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf8819-f7679daf {
  place-self: center end;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf881e-f7679daf {
  place-self: center;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf8827-f7679daf {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-b57aa85f-6464-8076-05bc-521b83cf8832-f7679daf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto start;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d66-63f2f5c3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-63f2f5c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-63f2f5c3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-63f2f5c3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d6f-63f2f5c3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-63f2f5c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-63f2f5c3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d72-63f2f5c3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e40-63f2f5c3 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e45-63f2f5c3 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e59-63f2f5c3 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: auto center;
}

#w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-63f2f5c3 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-ecf89a65-339b-9816-769a-d4e144a1ea74-69c45cd9 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
  }

  #w-node-_278be103-168f-c619-bb17-87ea62beb02b-69c45cd9 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
  }

  #w-node-aa187799-c48f-12e7-5b5a-caa5de3e1083-69c45cd9 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center start;
  }

  #w-node-c220bd8e-e64f-5168-e016-35d9eed2797c-69c45cdd {
    grid-area: 3 / 1 / 4 / 4;
    align-self: auto;
  }

  #w-node-_494ed21d-a7f6-52ee-6cc9-9e23a66df34e-69c45ce7 {
    place-self: auto end;
  }

  #w-node-e3a9a8a4-8703-f2c5-253d-c1030e64d012-69c45ce7 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-dfff7714-c8c0-2452-ba07-6d6c7c1673f9-69c45ce7 {
    justify-self: center;
  }

  #w-node-_8a1949e1-f9f1-fdd5-b796-7c0085de6348-69c45ce7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_9406859b-6125-f414-1e32-efc1cc3c8053-69c45ce7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93b8-6bb5cfd1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93bf-6bb5cfd1 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93c6-6bb5cfd1 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93d7-6bb5cfd1 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93dd-6bb5cfd1 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93e3-6bb5cfd1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93ee-6bb5cfd1 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93f5-6bb5cfd1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93fc-6bb5cfd1 {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9405-6bb5cfd1 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f940c-6bb5cfd1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9413-6bb5cfd1 {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f941c-6bb5cfd1 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9423-6bb5cfd1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f942a-6bb5cfd1 {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9437-6bb5cfd1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9439-6bb5cfd1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f943f-6bb5cfd1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9445-6bb5cfd1 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f944c-6bb5cfd1 {
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9450-6bb5cfd1 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9463-6bb5cfd1 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto start;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9464-6bb5cfd1 {
    place-self: auto center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9467-6bb5cfd1 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center end;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f946c-6bb5cfd1, #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9475-6bb5cfd1 {
    place-self: center;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9480-6bb5cfd1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto start;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87d2-f7679daf {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87d3-f7679daf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87d5-f7679daf {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87d8-f7679daf {
    grid-area: 3 / 3 / 7 / 5;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87dd-f7679daf {
    order: 9999;
    grid-area: 5 / 2 / 8 / 4;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87e5-f7679daf {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87eb-f7679daf {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87f8-f7679daf {
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf8808-f7679daf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf8809-f7679daf {
    justify-self: end;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf880e-f7679daf {
    grid-area: 1 / 2 / 2 / 3;
    place-self: end;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf8815-f7679daf {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto start;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf8816-f7679daf {
    place-self: auto center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf8819-f7679daf {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center end;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf881e-f7679daf, #w-node-b57aa85f-6464-8076-05bc-521b83cf8827-f7679daf {
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf8832-f7679daf {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9be1579a-9996-b46a-87f7-be5743de4e23-69c45cd9 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-ecf89a65-339b-9816-769a-d4e144a1ea74-69c45cd9 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
  }

  #w-node-cab19f67-04d3-07f0-df9b-1db895630566-69c45cd9 {
    grid-column: 2 / 3;
    align-self: center;
  }

  #w-node-_278be103-168f-c619-bb17-87ea62beb02b-69c45cd9 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: end;
  }

  #w-node-aa187799-c48f-12e7-5b5a-caa5de3e1083-69c45cd9 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center;
  }

  #w-node-_930e9b98-63f3-05e9-72b7-ce4ce6a8c746-69c45cd9 {
    grid-area: 4 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45cdd {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45cdd {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_92050545-a199-a887-6e03-860708e5c036-69c45cdd {
    grid-area: 2 / 1 / 3 / 4;
    place-self: auto center;
  }

  #w-node-c220bd8e-e64f-5168-e016-35d9eed2797c-69c45cdd {
    grid-area: 3 / 1 / 4 / 4;
    place-self: auto;
  }

  #w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45cde {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto center;
  }

  #w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45ce0 {
    align-self: auto;
  }

  #w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45ce0 {
    justify-self: center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce2 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce2 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce2 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce2 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce4 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce4 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce4 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce4 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce5 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce5 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce5 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce5 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce6 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce6 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce6 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce6 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: auto;
  }

  #w-node-_494ed21d-a7f6-52ee-6cc9-9e23a66df34e-69c45ce7 {
    justify-self: end;
  }

  #w-node-e3a9a8a4-8703-f2c5-253d-c1030e64d012-69c45ce7 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-dfff7714-c8c0-2452-ba07-6d6c7c1673f9-69c45ce7 {
    justify-self: start;
  }

  #w-node-fb9c5d2f-07dc-2157-1709-a966d8a49005-69c45ce7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-c5006eaf {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-c5006eaf {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-c5006eaf {
    grid-area: 2 / 1 / 3 / 4;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-c5006eaf {
    grid-area: 3 / 1 / 4 / 4;
    place-self: auto;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468855-cc2aaf69 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468856-cc2aaf69 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468857-cc2aaf69 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468858-cc2aaf69 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468859-cc2aaf69, #w-node-f601047f-ce70-dc9d-5926-fd86a846885a-cc2aaf69 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a846885c-cc2aaf69 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a846885e-cc2aaf69 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468860-cc2aaf69 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468862-cc2aaf69 {
    grid-area: 6 / 2 / 7 / 4;
    place-self: auto;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a846886e-cc2aaf69 {
    grid-area: 6 / 2 / 7 / 4;
  }

  #w-node-f2d9062d-f3ae-e3cd-f04a-664f2462f481-f8272dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e1-c2489d5d {
    order: 9999;
    grid-area: 1 / 4 / 5 / 5;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa883623-c2489d5d {
    align-self: center;
  }

  #for-feature2.w-node-ad157ddc-288a-4d59-5d3f-72360a0f93a2-6bb5cfd1, #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93b1-6bb5cfd1 {
    place-self: auto;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93b8-6bb5cfd1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93bf-6bb5cfd1 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93d7-6bb5cfd1 {
    grid-row: 2 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93dd-6bb5cfd1, #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93e3-6bb5cfd1 {
    grid-row: 3 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9480-6bb5cfd1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto start;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87dd-f7679daf {
    order: 9999;
    grid-area: 3 / 1 / 8 / 4;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87e5-f7679daf, #w-node-b57aa85f-6464-8076-05bc-521b83cf87eb-f7679daf {
    place-self: auto;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87f2-f7679daf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87f8-f7679daf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf880e-f7679daf {
    place-self: center start;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf8832-f7679daf {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-63f2f5c3 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-63f2f5c3 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-63f2f5c3 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-63f2f5c3 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9be1579a-9996-b46a-87f7-be5743de4e23-69c45cd9 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-cab19f67-04d3-07f0-df9b-1db895630566-69c45cd9 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center start;
  }

  #w-node-_278be103-168f-c619-bb17-87ea62beb02b-69c45cd9 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: end;
  }

  #w-node-e62df5bc-50bc-0183-1e28-b97a9605197c-69c45cd9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ca0ae999-f64d-8d36-5eac-cf43bec09287-69c45cd9 {
    justify-self: start;
  }

  #w-node-_28ee9428-9fe9-6f79-579d-014b48ca5e4d-69c45cd9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_912b21e8-f0b0-fd24-9421-fee64a934e93-69c45cd9 {
    grid-row: 5 / 6;
    grid-column-start: 1;
    align-self: start;
  }

  #w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45cdd {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_92050545-a199-a887-6e03-860708e5c036-69c45cdd {
    grid-area: 2 / 1 / 3 / 5;
    place-self: auto center;
  }

  #w-node-c220bd8e-e64f-5168-e016-35d9eed2797c-69c45cdd {
    grid-area: 3 / 1 / 4 / 5;
    place-self: auto;
  }

  #w-node-_92050545-a199-a887-6e03-860708e5c036-69c45cde, #w-node-_893079be-3529-0c3a-2b63-d40723f1b539-69c45cde {
    grid-column-end: 5;
  }

  #w-node-_92050545-a199-a887-6e03-860708e5c036-69c45cdf {
    grid-area: 2 / 1 / 3 / 5;
    place-self: auto center;
  }

  #w-node-_3f86f1d8-b345-4b9e-a81a-96a4a6dfb07a-69c45cdf {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_92050545-a199-a887-6e03-860708e5c036-69c45ce0 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: auto center;
  }

  #w-node-_74617cf1-9899-d93a-5695-ffb7a469712f-69c45ce0 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce2 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce2 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce2 {
    grid-area: 3 / 1 / 4 / 5;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce4 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce4 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce4 {
    grid-area: 3 / 1 / 4 / 5;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce5 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce5 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce5 {
    grid-area: 3 / 1 / 4 / 5;
    place-self: auto;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce6 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-69c45ce6 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce6 {
    grid-area: 3 / 1 / 4 / 5;
    place-self: auto;
  }

  #w-node-_494ed21d-a7f6-52ee-6cc9-9e23a66df34e-69c45ce7 {
    justify-self: start;
  }

  #w-node-e3a9a8a4-8703-f2c5-253d-c1030e64d012-69c45ce7 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-dfff7714-c8c0-2452-ba07-6d6c7c1673f9-69c45ce7 {
    justify-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-c5006eaf {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-c5006eaf {
    grid-area: 2 / 1 / 3 / 5;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-c5006eaf {
    grid-area: 3 / 1 / 4 / 5;
    place-self: auto;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468855-cc2aaf69 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468856-cc2aaf69 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468857-cc2aaf69 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468858-cc2aaf69 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468859-cc2aaf69, #w-node-f601047f-ce70-dc9d-5926-fd86a846885a-cc2aaf69 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a846885c-cc2aaf69 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a846885e-cc2aaf69 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-f601047f-ce70-dc9d-5926-fd86a8468860-cc2aaf69 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b1487536-ef89-a9af-f922-1c286f8886d6-58426463 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835da-c2489d5d {
    grid-area: 3 / 1 / 4 / 7;
    align-self: auto;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835db-c2489d5d {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835dc-c2489d5d {
    grid-area: 2 / 1 / 3 / 3;
    place-self: auto;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e1-c2489d5d {
    order: 9999;
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e2-c2489d5d {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e6-c2489d5d {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835ec-c2489d5d {
    grid-area: 4 / 1 / 5 / 7;
    align-self: auto;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835ef-c2489d5d {
    place-self: center end;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835fd-c2489d5d {
    grid-area: 7 / 1 / 8 / 7;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93aa-6bb5cfd1 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93b1-6bb5cfd1 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: auto;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93b8-6bb5cfd1 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93bf-6bb5cfd1 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93c6-6bb5cfd1 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9423-6bb5cfd1 {
    place-self: auto;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87d2-f7679daf {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87eb-f7679daf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87f3-f7679daf {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87f4-f7679daf {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-63f2f5c3 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e59-63f2f5c3 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-63f2f5c3 {
    grid-area: 3 / 1 / 4 / 5;
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_33082b2a-2caf-7f34-2a88-f74ceb3b6826-69c45cd9 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: auto;
  }

  #w-node-a2e0f060-dfb7-32d0-b472-a38f754c4e88-69c45cd9 {
    grid-area: 2 / 4 / 3 / 5;
    align-self: center;
  }

  #w-node-_769d0c74-a528-e41b-6aeb-f208dbfb9cbd-69c45cd9 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center end;
  }

  #w-node-ba61fc85-e17c-e097-5c0d-55f2a6197cf7-69c45cd9 {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center;
  }

  #w-node-a16839e2-a806-952f-9edb-f16124188a1d-69c45cd9 {
    grid-area: 3 / 2 / 4 / 4;
    place-self: start end;
  }

  #w-node-d42c2f76-fac5-d478-9f00-fdb36d58ee65-69c45cd9 {
    grid-area: 1 / 2 / 2 / 4;
    place-self: end;
  }

  #w-node-dddd43bf-411c-3d5f-9846-32e14e282413-69c45cd9 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_40fdbf2c-5ad6-988d-e4a0-03c590b85b25-69c45cd9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_884a10a6-86bd-556f-7892-f6b3d37fe203-69c45cdd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2edf0ef9-6dc6-d33a-0181-1f3c6c3a5a8e-69c45cdd {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-df3ca57e-5ea9-84f6-408f-7da6996eb7c9-69c45cdd {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8d-69c45cdd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8e-69c45cdd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8f-69c45cdd {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e90-69c45cdd {
    grid-area: 2 / 3 / 3 / 4;
    place-self: auto;
  }

  #w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45cdd {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45cdd {
    grid-row: 4 / 5;
    grid-column-start: 1;
    place-self: auto center;
  }

  #w-node-_884a10a6-86bd-556f-7892-f6b3d37fe203-69c45cde {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2edf0ef9-6dc6-d33a-0181-1f3c6c3a5a8e-69c45cde {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-df3ca57e-5ea9-84f6-408f-7da6996eb7c9-69c45cde {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8e-69c45cde {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8f-69c45cde {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45cde {
    grid-column-end: 5;
  }

  #w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45cde {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_884a10a6-86bd-556f-7892-f6b3d37fe203-69c45cdf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2edf0ef9-6dc6-d33a-0181-1f3c6c3a5a8e-69c45cdf {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-df3ca57e-5ea9-84f6-408f-7da6996eb7c9-69c45cdf {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8e-69c45cdf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8f-69c45cdf {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e90-69c45cdf {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45cdf {
    grid-column-end: 5;
  }

  #w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45cdf {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_92050545-a199-a887-6e03-860708e5c036-69c45cdf, #w-node-_3f86f1d8-b345-4b9e-a81a-96a4a6dfb07a-69c45cdf {
    grid-column-end: 5;
  }

  #w-node-_884a10a6-86bd-556f-7892-f6b3d37fe203-69c45ce0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-df3ca57e-5ea9-84f6-408f-7da6996eb7c9-69c45ce0 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8e-69c45ce0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e8f-69c45ce0 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_91f84225-15ba-63dd-5d2d-099b83c99e90-69c45ce0 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d384e9d5-3134-cb8e-4b84-ed21fcde17e9-69c45ce0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c442b14c-0b51-b003-f970-2aff958e303a-69c45ce0 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_92050545-a199-a887-6e03-860708e5c036-69c45ce0 {
    grid-column-end: 5;
  }

  #w-node-_74617cf1-9899-d93a-5695-ffb7a469712f-69c45ce0 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-69c45ce2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-69c45ce2 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-69c45ce2 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-69c45ce2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-69c45ce2 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce2 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce2 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    place-self: auto center;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-69c45ce4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-69c45ce4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-69c45ce4 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-69c45ce4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-69c45ce4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce4 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce4 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    place-self: auto center;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-69c45ce5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-69c45ce5 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-69c45ce5 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-69c45ce5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-69c45ce5 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce5 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce5 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    place-self: auto center;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e5a-69c45ce5 {
    grid-area: 3 / 1 / 4 / 5;
    place-self: auto;
  }

  #w-node-a0cf07e3-63ec-faf1-33e9-b4ade5b20c2b-69c45ce5 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: auto;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-69c45ce6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-69c45ce6 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-69c45ce6 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-69c45ce6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-69c45ce6 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-69c45ce6 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-69c45ce6 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    place-self: auto center;
  }

  #w-node-_3080481e-5bc1-f552-ae04-8c2df8af59dc-69c45ce6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_494ed21d-a7f6-52ee-6cc9-9e23a66df34e-69c45ce7 {
    justify-self: start;
  }

  #w-node-e3a9a8a4-8703-f2c5-253d-c1030e64d012-69c45ce7 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-dfff7714-c8c0-2452-ba07-6d6c7c1673f9-69c45ce7 {
    justify-self: center;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-c5006eaf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-c5006eaf {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-c5006eaf {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-c5006eaf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-c5006eaf {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-c5006eaf {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-c5006eaf {
    grid-row: 4 / 5;
    grid-column-start: 1;
    place-self: auto center;
  }

  #w-node-_3080481e-5bc1-f552-ae04-8c2df8af59dc-c5006eaf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b1487536-ef89-a9af-f922-1c286f8886bd-58426463 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b1487536-ef89-a9af-f922-1c286f8886c2-58426463 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b1487536-ef89-a9af-f922-1c286f8886c9-58426463 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-b1487536-ef89-a9af-f922-1c286f8886d6-58426463 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835da-c2489d5d {
    grid-area: 3 / 1 / 4 / 7;
    align-self: auto;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835db-c2489d5d {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835dc-c2489d5d {
    grid-area: 2 / 1 / 3 / 3;
    place-self: auto;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e1-c2489d5d {
    order: 9999;
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e2-c2489d5d {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e6-c2489d5d {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e7-c2489d5d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835e9-c2489d5d {
    order: -9999;
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835ea-c2489d5d {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start end;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835ec-c2489d5d {
    grid-area: 4 / 1 / 5 / 7;
    align-self: auto;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835ef-c2489d5d {
    place-self: center end;
  }

  #w-node-_6629aa9c-0065-4b57-755e-6c07fa8835fd-c2489d5d {
    grid-area: 7 / 1 / 8 / 7;
  }

  #for-feature2.w-node-ad157ddc-288a-4d59-5d3f-72360a0f93a2-6bb5cfd1 {
    grid-row-end: 2;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93a3-6bb5cfd1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93aa-6bb5cfd1 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93b1-6bb5cfd1 {
    grid-area: 4 / 1 / 5 / 4;
    place-self: auto;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93b8-6bb5cfd1 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93bf-6bb5cfd1 {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93c6-6bb5cfd1 {
    grid-area: 7 / 1 / 8 / 4;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93d1-6bb5cfd1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93d7-6bb5cfd1 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93dd-6bb5cfd1 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93e3-6bb5cfd1 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f93f5-6bb5cfd1, #w-node-ad157ddc-288a-4d59-5d3f-72360a0f940c-6bb5cfd1 {
    grid-column: 1 / 3;
    place-self: auto;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9423-6bb5cfd1 {
    grid-column: 1 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9439-6bb5cfd1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f943f-6bb5cfd1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f944c-6bb5cfd1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ad157ddc-288a-4d59-5d3f-72360a0f9450-6bb5cfd1 {
    grid-area: 2 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87d2-f7679daf {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87d8-f7679daf {
    grid-area: 3 / 1 / 8 / 5;
    place-self: center;
  }

  #w-node-b57aa85f-6464-8076-05bc-521b83cf87dd-f7679daf {
    order: 9999;
    grid-area: 2 / 3 / 7 / 5;
    place-self: center;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d67-63f2f5c3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d68-63f2f5c3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d69-63f2f5c3 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d70-63f2f5c3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8321d81c-2bc5-3843-77eb-f251ea9a1d71-63f2f5c3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e40-63f2f5c3 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_997229ab-06b5-410f-917e-76fa23df8e45-63f2f5c3 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    place-self: auto center;
  }

  #w-node-_3080481e-5bc1-f552-ae04-8c2df8af59dc-63f2f5c3 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Arsenica';
  src: url('../fonts/arsenica.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gallient';
  src: url('../fonts/gallient.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}