body {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  font-family: Roobert, sans-serif;
  color: #141414;
  font-size: 1.11rem;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: -0.01em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 5.71rem;
  line-height: 94%;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.36rem;
  line-height: 119%;
  font-weight: 500;
  letter-spacing: -0.03em;
}

a {
  -webkit-transition: background-color 300ms cubic-bezier(.645, .045, .355, 1), color 300ms cubic-bezier(.645, .045, .355, 1), opacity 300ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 300ms cubic-bezier(.645, .045, .355, 1), color 300ms cubic-bezier(.645, .045, .355, 1), opacity 300ms cubic-bezier(.645, .045, .355, 1);
  text-decoration: none;
}

.custom-code {
  display: none;
}

.content-wrap {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.39rem;
  padding-right: 1.39rem;
  padding-left: 1.39rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bg-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #8424df;
}

.top__logo {
  width: 30.35rem;
  height: 15.07rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.top__headline {
  width: 47.22rem;
  letter-spacing: -0.04em;
}

.bottom__grid {
  display: -ms-grid;
  display: grid;
  height: 11.81rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 50rem 1fr 1fr 1fr;
  grid-template-columns: 50rem 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top__text.is--mobile {
  display: none;
}

.bottom__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.28rem;
  padding: 1.11rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 1.11rem;
  background-color: #fff;
}

.bottom__card-text {
  width: 33rem;
}

.bottom__card-icon {
  overflow: visible;
  width: 2.9rem;
  height: 3rem;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 300ms cubic-bezier(.77, 0, .175, 1);
  transition: color 300ms cubic-bezier(.77, 0, .175, 1);
  color: #aeb1bb;
}

.bg-image {
  position: relative;
  z-index: -1;
  width: 243.06rem;
  height: 294.1rem;
  max-width: none;
}

.bg-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4rem);
  backdrop-filter: blur(4rem);
}

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

  .top__headline {
    width: 47.2rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2rem;
  }

  h1 {
    font-size: 6rem;
    line-height: 100%;
  }

  h3 {
    font-size: 4.25rem;
  }

  .top {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bottom {
    margin-top: auto;
  }

  .top__logo {
    width: 35rem;
    height: 17.25rem;
  }

  .bottom__grid {
    height: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .bottom__card {
    margin: 0.5rem;
    padding: 2rem;
    border-radius: 2rem;
  }

  .bottom__card-text {
    width: 40rem;
  }

  .bottom__card-icon {
    width: 5rem;
    height: 5.2rem;
  }

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

  .bg-image {
    width: 437.5rem;
    height: 529.38rem;
    -webkit-transform: translate(-70%, -76%);
    -ms-transform: translate(-70%, -76%);
    transform: translate(-70%, -76%);
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 6.25rem;
  }

  .top {
    padding: 6.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .top__logo {
    width: 32rem;
    height: 16rem;
    margin-bottom: auto;
  }

  .top__headline {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 11rem;
  }

  .bottom__grid {
    grid-auto-rows: 15rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 18.75rem 18.75rem 18.75rem;
    grid-template-rows: 18.75rem 18.75rem 18.75rem;
  }

  .top__text-wrap {
    margin-top: 13rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .top__text.is--mobile {
    display: block;
    font-size: 4.27rem;
    line-height: 125%;
  }

  .bottom__card {
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 1.25rem;
    padding: 0rem 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom__card.is--og-art {
    display: none;
  }

  .bottom__card-icon {
    width: 9.38rem;
    height: 9.6rem;
  }

  .wrap-text {
    display: inline;
  }

  .bg-image {
    width: 1093.75rem;
    height: 1323.44rem;
    -webkit-transform: translate(-60%, -83%);
    -ms-transform: translate(-60%, -83%);
    transform: translate(-60%, -83%);
  }
}

#w-node-_229c1766-c689-21c9-2a5f-834309d5ee94-f72795c4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_229c1766-c689-21c9-2a5f-834309d5ee94-f72795c4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
}

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