@font-face {
  font-family: "Bdogrotesk Bf 648 A 656 F 04 A 15";
  src: url('../fonts/BDOGrotesk-DemiBold-BF648a656f04a15.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmonumentwide;
  src: url('../fonts/PPMonumentWide-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

.heading {
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: "Bdogrotesk Bf 648 A 656 F 04 A 15", Arial, sans-serif;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fffb00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 1080px;
  display: flex;
}

.body {
  background-color: #b08fee;
}

.body.legal {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 89px;
  display: flex;
}

.headline-2 {
  text-align: center;
  letter-spacing: -2px;
  text-overflow: clip;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Ppmonumentwide, Arial, sans-serif;
  font-size: 2vw;
}

.headline-1 {
  color: #fffb00;
  text-align: center;
  letter-spacing: -3px;
  margin-top: 0;
  font-family: Ppmonumentwide, Arial, sans-serif;
  font-size: 5vw;
  line-height: 4.3vw;
}

.headline-1.section-2 {
  margin-bottom: 80px;
  font-family: Ppmonumentwide, Arial, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-video.mobil {
  display: none;
  overflow: visible;
}

.container {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: DM Mono, sans-serif;
  font-size: .8vw;
  font-weight: 300;
}

.section2 {
  background-color: #b08fee;
  height: auto;
  margin-bottom: 200px;
  padding-top: 180px;
  padding-bottom: 0;
}

.section2.maxw {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: #fffb00;
  text-align: center;
  max-width: 750px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
}

.paragraph.legal {
  margin-top: 43px;
  margin-bottom: 124px;
  padding-top: 0;
}

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

.container-2.special {
  max-width: none;
}

.bold-text {
  color: #fffb00;
  text-underline-offset: 5px;
  -webkit-text-decoration: underline double #fffb00;
  text-decoration: underline double #fffb00;
}

.link {
  -webkit-text-stroke-color: #fffb00;
}

.link-new {
  color: #fffb00;
  text-overflow: clip;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: DM Mono, sans-serif;
  font-weight: 400;
  text-decoration-style: double;
}

.bold-text-2 {
  -webkit-text-stroke-color: #fffb00;
  font-family: DM Mono, sans-serif;
  font-weight: 300;
}

.section-3 {
  background-color: #b08fee;
  height: auto;
  margin-top: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

.heading-3 {
  color: #fffb00;
  text-transform: uppercase;
  font-family: Ppmonumentwide, Arial, sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 5vw;
}

.grid-paragraph {
  color: #fffb00;
  max-width: 600px;
  margin-top: 30px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
}

.service_headline {
  color: #fffb00;
  text-transform: uppercase;
  font-family: Ppmonumentwide, Arial, sans-serif;
  font-size: 2.5vw;
  line-height: 3vw;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  padding-right: 5%;
  display: block;
}

.column-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 5%;
  font-weight: 400;
}

.text-span {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.bold-text-3 {
  font-family: DM Mono, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
  max-width: 1500px;
}

.code-embed {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.footer-dark {
  background-color: #fffb00;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #b08fee;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Ppmonumentwide, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #b08fee;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: DM Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #b08fee;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #b08fee;
  text-align: center;
  font-family: DM Mono, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.container-4 {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.titel-big {
  color: #b08fee;
  width: 100%;
  height: 100%;
  font-family: Ppmonumentwide, Arial, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.link-2 {
  color: #b08fee;
}

.heading-4 {
  color: #b08fee;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppmonumentwide, Arial, sans-serif;
  font-size: 14vw;
  line-height: 30vh;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

@media screen and (max-width: 991px) {
  .background-video {
    width: 100vw;
    height: auto;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-5 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .code-embed {
    min-height: 400px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 90vh;
    max-height: none;
  }

  .body {
    background-color: #b694fb;
  }

  .body.legal {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .headline-2 {
    margin-bottom: 15px;
    font-size: 6vw;
  }

  .headline-1 {
    word-break: normal;
    width: 90vw;
    font-size: 9vw;
    line-height: 10vw;
    overflow: visible;
  }

  .headline-1.section-2 {
    text-align: left;
    font-size: 12vw;
    line-height: 11vw;
  }

  .background-video {
    flex: 0 auto;
    display: none;
    overflow: visible;
  }

  .background-video.mobil {
    z-index: auto;
    height: 100vh;
    display: block;
    inset: 0%;
    overflow: visible;
  }

  .container {
    width: 100vw;
  }

  .heading-2 {
    text-align: center;
    width: 60vw;
    margin-top: 10px;
    font-size: 3vw;
  }

  .section2 {
    background-color: #b694fb;
    margin-bottom: 120px;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 100px;
  }

  .paragraph {
    text-align: left;
    width: 90vw;
  }

  .paragraph.legal {
    text-align: center;
    overflow-wrap: anywhere;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-2 {
    text-align: left;
    width: 90vw;
    font-size: 16px;
    font-weight: 400;
  }

  .section-3 {
    background-color: #b694fb;
    overflow: hidden;
  }

  .heading-3 {
    font-size: 10vw;
    line-height: 11vw;
  }

  .grid-paragraph {
    max-width: 85vw;
  }

  .service_headline {
    font-size: 6vw;
    line-height: 7vw;
  }

  .column {
    padding-left: 0;
    padding-right: 0%;
  }

  .column-2 {
    padding-top: 15px;
    padding-left: 0%;
  }

  .bold-text-3 {
    font-size: 16px;
    font-weight: 400;
  }

  .grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    max-width: 100%;
  }

  .code-embed {
    min-height: 500px;
  }

  .footer-dark {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-small {
    font-size: 18px;
  }

  .titel-big {
    font-size: 6vw;
    line-height: 11vw;
  }

  .heading-4 {
    margin-top: 36px;
    line-height: 7vh;
  }

  .container-5 {
    max-width: none;
  }
}

#w-node-_58bee96e-defa-e0a1-f231-d6a7f85942c4-c5d2c582, #w-node-_58bee96e-defa-e0a1-f231-d6a7f85942d8-c5d2c582, #w-node-_1d0cb37d-ee52-e83d-1d84-0c3a38d1876d-7bd0b9d4, #w-node-_1d0cb37d-ee52-e83d-1d84-0c3a38d18774-7bd0b9d4, #w-node-_1d0cb37d-ee52-e83d-1d84-0c3a38d1876d-f7baaacf, #w-node-_1d0cb37d-ee52-e83d-1d84-0c3a38d18774-f7baaacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Bdogrotesk Bf 648 A 656 F 04 A 15';
  src: url('../fonts/BDOGrotesk-DemiBold-BF648a656f04a15.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmonumentwide';
  src: url('../fonts/PPMonumentWide-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}