:root {
  --white: white;
  --black: black;
}

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

@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 {
  color: #000;
  font-family: MonumentGrotesk, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.3em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 9em;
  font-weight: 300;
  line-height: 240px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6em;
  font-weight: 300;
  line-height: 1.1em;
}

p {
  margin-bottom: 10px;
}

.container {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 1600px;
  display: flex;
}

.container.footer {
  padding: 180px 48px 14px;
}

.container.nav {
  padding-left: 48px;
  padding-right: 48px;
}

.nav-link {
  padding-top: 48px;
  padding-left: 80px;
  padding-right: 80px;
  font-weight: 300;
}

.nav-link.w--current {
  color: #8ac0ff;
}

.nav-link.wer, .nav-link.first {
  padding-left: 0;
}

.herotext {
  color: #000;
  font-size: 7em;
  font-weight: 300;
  line-height: 1em;
}

.footer-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.section {
  cursor: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.brand {
  padding-top: 30px;
}

.sitesection {
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
}

.spacer {
  width: 40vw;
  max-width: 640px;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-2 {
  width: 100%;
  margin-right: 200px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

.text-block-2.bold {
  font-weight: 500;
}

.nav-menu {
  font-size: .9em;
}

.navbar {
  background-color: #fff;
  position: fixed;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.content_text {
  width: 40vw;
  max-width: 680px;
  padding-top: 0;
}

.rich-text-block {
  font-size: .9em;
  font-weight: 300;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: #000;
  border-radius: 20px;
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: .9em;
  line-height: 1.1em;
}

.homehero {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 1600px;
  height: 100vh;
  min-height: 100vh;
  padding-left: 48px;
  display: flex;
}

.text-block-4 {
  font-weight: 300;
}

.accordeon-arrow {
  color: #000;
  width: 10px;
  height: 20px;
}

.accordeon-trigger {
  justify-content: space-between;
  align-items: center;
  height: 65px;
  font-size: .8em;
  line-height: 1.2em;
  display: flex;
}

.accordeon-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.divider {
  background-color: #000;
  width: 72px;
  height: 1px;
  margin-bottom: 20px;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 4fr 4fr 6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 6fr 1fr 7fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block {
  margin-top: 80px;
}

.hero-image {
  min-width: 100%;
  min-height: 100%;
}

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

.hero-text {
  padding-top: 130px;
  padding-bottom: 130px;
}

.nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 7fr 9fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.image-block {
  margin-top: 80px;
}

.content-image {
  width: 100%;
}

.div-block-8 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.accordeon-content-text {
  font-size: .9em;
  line-height: 1.2em;
}

.lottie-animation-2 {
  height: 60px;
}

.lottie-animation-3 {
  height: 60px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-link.wer.w--current {
    font-size: 24px;
  }

  .brand.w--current {
    padding-top: 34px;
  }

  .nav-menu {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .brand.w--current {
    padding-top: 36px;
  }

  .navbar {
    align-self: center;
  }

  .rich-text-block {
    font-size: .8em;
    line-height: 1.2em;
  }

  .list-item {
    font-size: .82em;
  }

  .accordeon-trigger {
    font-size: .8em;
  }

  .text-block {
    font-size: .8em;
    line-height: 1.2em;
  }

  .nav {
    justify-content: center;
  }

  .div-block-9 {
    line-height: 1.2em;
  }

  .accordeon-content-text {
    font-size: .8em;
    line-height: 1.2em;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 160px;
  }

  .container.nav {
    justify-content: space-between;
  }

  .herotext {
    font-size: 240px;
  }

  .brand.w--current {
    padding-top: 40px;
  }

  .lottie-animation-2 {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    background-color: #8ac0ff;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    position: fixed;
    inset: auto 50% 50px;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: #8ac0ff;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
  }

  .nav-link {
    padding-top: 0;
    padding-left: 40px;
    font-size: 10em;
    line-height: 1em;
    position: static;
  }

  .nav-link.wer {
    padding-top: 0;
    padding-left: 40px;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    padding-top: 20%;
  }

  .rich-text-block, .list, .text-block-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .nav {
    grid-template-rows: auto auto;
    grid-template-columns: 7fr;
  }
}

@media screen and (max-width: 767px) {
  .container.nav {
    padding-left: 20px;
  }

  .container.hidemobile {
    display: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .div-block-4 {
    width: 80vw;
    margin-left: auto;
    padding-top: 60px;
  }

  .content_text {
    width: 80vw;
    padding-right: 10px;
  }

  .homehero {
    margin-left: 20px;
  }

  .hero {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 4fr;
    grid-template-areas: "Area ."
                         ". ."
                         "Area-2 Area-2";
  }

  .text-block {
    margin-top: 60px;
  }

  .hero-text {
    padding-left: 20px;
  }

  .image-block {
    margin-top: 60px;
  }

  .image-block.wer {
    padding-right: 20%;
  }

  .div-block-7 {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 20px;
  }

  .div-block-8 {
    padding-left: 20%;
  }
}

@media screen and (max-width: 479px) {
  .text-block-2 {
    width: 90vw;
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-4, .content_text {
    width: 90vw;
  }
}

#w-node-_2ce9b8cf-ad75-9d75-b657-096ad59a1608-d59a1602 {
  justify-self: start;
}

#w-node-_7476c026-4121-293a-8731-b6875fa13f6c-3f3ab0f4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_3f91ab60-3367-c07c-4331-6571b338246a-3f3ab0f4 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_3722b122-f36c-5639-7f3b-e008a0f65dc3-3f3ab0f4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_013097e0-c83d-dcc3-b274-0fc65e885faa-3f3ab0f4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4038231b-c3c0-21c3-0a9a-77cfbbc87887-034770e8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_3722b122-f36c-5639-7f3b-e008a0f65dc3-034770e8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ac596cd1-c6e4-9e58-36fb-9eaaa71506e4-034770e8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3918c463-a8df-070b-25b8-029d3b2d16de-034770e8 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_5fe6aec1-ebff-ac8b-4333-c68e34d3ab2e-034770e8 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-e30bd485-96aa-f541-be49-ab2f2bd7ab9f-4df0b819 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_94c0835d-490c-ad14-afe8-4d074068f438-4df0b819 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_3722b122-f36c-5639-7f3b-e008a0f65dc3-4df0b819 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_013097e0-c83d-dcc3-b274-0fc65e885faa-4df0b819 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5adb6905-3c43-32cb-6938-1dd05fb27242-4df0b819 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2ce9b8cf-ad75-9d75-b657-096ad59a1608-d59a1602 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7476c026-4121-293a-8731-b6875fa13f6c-3f3ab0f4 {
    grid-column: 1 / 2;
  }

  #w-node-_3f91ab60-3367-c07c-4331-6571b338246a-3f3ab0f4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3722b122-f36c-5639-7f3b-e008a0f65dc3-3f3ab0f4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_013097e0-c83d-dcc3-b274-0fc65e885faa-3f3ab0f4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4038231b-c3c0-21c3-0a9a-77cfbbc87887-034770e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3722b122-f36c-5639-7f3b-e008a0f65dc3-034770e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ac596cd1-c6e4-9e58-36fb-9eaaa71506e4-034770e8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3918c463-a8df-070b-25b8-029d3b2d16de-034770e8 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5fe6aec1-ebff-ac8b-4333-c68e34d3ab2e-034770e8 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-e30bd485-96aa-f541-be49-ab2f2bd7ab9f-4df0b819 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_94c0835d-490c-ad14-afe8-4d074068f438-4df0b819 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3722b122-f36c-5639-7f3b-e008a0f65dc3-4df0b819 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_013097e0-c83d-dcc3-b274-0fc65e885faa-4df0b819 {
    grid-column: 2 / 3;
  }

  #w-node-_5adb6905-3c43-32cb-6938-1dd05fb27242-4df0b819 {
    grid-area: Area-2;
  }
}


@font-face {
  font-family: 'MonumentGrotesk';
  src: url('../fonts/ABCMonumentGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MonumentGrotesk';
  src: url('../fonts/ABCMonumentGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}