:root {
  --mw: #e9e9e9;
  --mb: #222;
  --mlb_hover: #07c;
  --mlb: #0095ff;
  --mg: #fc3;
  --grau: #686868;
  --mg_hover: #f7cc4e;
  --kostenlos: #ffffff80;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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: var(--mw);
  color: var(--mb);
  padding-left: 10%;
  padding-right: 10%;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.hero_section {
  height: 100%;
  padding-top: 5%;
}

.hero_container {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100vh;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: grid;
}

.hero_image {
  width: 50%;
  max-width: 50%;
  margin-bottom: 5%;
  padding-left: 0%;
}

.image_div {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  display: flex;
}

.hero_titel {
  color: var(--mb);
  text-align: center;
  margin: 0;
  padding-top: 0%;
  font-size: 6.25rem;
  line-height: 100%;
}

.hero_paragraph {
  text-align: center;
  width: 75%;
  margin-bottom: 0;
}

.hero_button {
  box-shadow: 0 0 .2rem 0 var(--mlb_hover);
  color: var(--mw);
  text-transform: uppercase;
  background-color: #00b6ff;
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  position: static;
}

.contact_datenschutz_text {
  text-align: center;
  font-size: .618047rem;
  line-height: 100%;
}

.div_hero_button {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.div_button {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: var(--mlb);
  border-radius: 1.875rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.button_text {
  color: var(--mw);
  font-weight: 500;
  text-decoration: none;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.join_section {
  margin-bottom: 15%;
  display: block;
}

.join_container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  display: flex;
}

.join_div {
  margin-bottom: 0;
}

.heading {
  text-align: center;
  margin: 0 0 5%;
  font-size: 5rem;
  line-height: 100%;
}

.join_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  place-content: stretch;
  margin-bottom: 3%;
}

.footer_section {
  margin-bottom: 0;
  padding-bottom: 5%;
}

.footer_container {
  max-width: none;
}

.footer_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_text {
  color: var(--mb);
  text-align: center;
  font-weight: 400;
  text-decoration: none;
}

.footer_link {
  color: var(--mb);
  text-decoration: none;
}

.join_image {
  width: 100%;
}

.footer_social_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.social_embed {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.social_div {
  background-color: var(--mg);
  border-radius: .7rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0%;
  display: flex;
}

.icon_image, .image {
  width: 1rem;
}

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

.join_swap_div_mobile {
  width: 100%;
  height: 100%;
  display: none;
}

.pricing_section {
  margin-top: 5%;
  margin-bottom: 5%;
}

.pricing_container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.pricing_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 35rem;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.pricing_layout {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.pricing_div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--mb);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0% 7%;
  display: flex;
}

.pricing_text_header {
  color: var(--mb);
  font-size: 1.1rem;
  font-weight: 600;
}

.pricing_text {
  color: var(--mw);
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.pricing_div_header {
  border: .5px none var(--mb);
  background-color: #0000;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0% 0% 0% 15%;
  display: flex;
}

.pricing_div_header_premium {
  border: 1px none var(--mb);
  background-color: var(--mg);
  border-radius: .9rem .9rem 0 0;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

.pricing_div_header_free {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--mb);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  outline-offset: 0px;
  border-radius: .9rem .9rem 0 0;
  outline: 3px #222;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  margin-bottom: 5%;
  padding: 0% 0% 0% 10%;
  display: flex;
}

.pricing_text_header_premimum {
  font-size: 1.5rem;
  font-weight: 600;
}

.pricing_text_premium {
  color: var(--mb);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.pricing_div_feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--mb);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0% 0% 0% 15%;
  display: flex;
}

.div_feature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  grid-template-rows: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0%;
  display: grid;
}

.div_free {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .0625rem solid var(--mb);
  background-color: #0000;
  border-radius: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div_premium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 1rem;
  grid-template-rows: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta_button {
  background-color: var(--mg);
  color: var(--mb);
  border-radius: 1rem;
  margin-top: 2.5rem;
  margin-bottom: .25rem;
  padding: 1rem 2rem;
  font-weight: 600;
}

.pricing_text_header-_free {
  color: var(--mb);
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
}

.text_button_info {
  margin-top: 2%;
  font-size: .8rem;
}

.footer_div_image {
  display: none;
}

.div_feature-_mobile {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  grid-template-rows: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0%;
  display: none;
}

.pricing_text_header_p {
  color: var(--mb);
  font-size: 1.1rem;
  font-weight: 600;
}

.div_enterprise {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 1rem;
  grid-template-rows: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_text_header-_enterprise {
  color: var(--mw);
  font-size: 1.5rem;
  font-weight: 600;
}

.pricing_div_header_enterprise {
  border: 1px none var(--mb);
  background-color: var(--mb);
  border-radius: .9rem .9rem 0 0;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

.pricing_div_price {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px none var(--mb);
  color: var(--mw);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0%;
  display: flex;
}

.pricing_text_price {
  color: var(--mb);
  text-align: left;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.button_pricing_premium {
  border: 1px none var(--mw);
  background-color: var(--mg);
  color: var(--mb);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 50%;
  margin: 5%;
  padding: 0;
  font-weight: 600;
  display: flex;
}

.priceing_image {
  width: 1.5rem;
}

.div_plan_premium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--mb);
  border: 1px #000;
  border-radius: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_header_premium {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--mb);
  background-color: var(--mg);
  border-radius: .9rem .9rem 0 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  margin-bottom: 5%;
  padding: 0% 0% 0% 10%;
  display: flex;
}

.text-span {
  font-size: 1rem;
  line-height: 100%;
}

.button_pricing_free {
  border: 1px solid var(--mb);
  color: var(--mb);
  background-color: #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 50%;
  margin: 5%;
  padding: 0;
  display: flex;
}

.div_plan_enterprice {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: 0 0 .3125rem 0 var(--mb);
  background-color: #0000;
  border: 1px #000;
  border-radius: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_header_enterprice {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--mb);
  background-color: #0000;
  border-radius: .9rem .9rem 0 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  margin-bottom: 5%;
  padding: 0% 0% 0% 10%;
  display: flex;
}

.button_pricing_enterprice {
  border: 1px none var(--mb);
  background-color: var(--mb);
  color: var(--mw);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin: 5%;
  padding: 0;
  display: flex;
}

.pricing_text_price_premium {
  color: var(--mb);
  text-align: left;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.pricing_text_header-_premium {
  border: 1px solid var(--mb);
  color: var(--mw);
  text-align: left;
  border-radius: 1rem;
  width: auto;
  height: auto;
  padding: 0% 2%;
  font-size: 1rem;
  font-weight: 300;
}

.faq_container {
  max-width: none;
}

.text-block-2 {
  color: var(--mb);
  font-size: 1rem;
}

.pricing_text_free {
  color: var(--mb);
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.pricing_cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_cta_price {
  color: var(--mw);
  padding-left: 14%;
}

.pricing_cta_price_free {
  color: var(--mb);
  padding-left: 14%;
}

.text-span-2, .text-span-3 {
  color: var(--grau);
}

.faq_div_layout {
  height: auto;
  margin-bottom: 5%;
}

.faq_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .0625rem none var(--mb);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_question {
  padding-left: 0%;
  font-size: 1.618rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.faq_question:hover {
  color: var(--mlb);
}

.faq_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: .0625rem solid var(--mb);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2%;
  display: flex;
}

.faq_item_trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0%;
  display: flex;
  overflow: hidden;
}

.faq_item_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0%;
  display: flex;
  overflow: hidden;
}

.faq_anser {
  margin-bottom: 0;
}

.nuber_span {
  font-weight: 600;
}

.body-2 {
  padding-left: 10%;
  padding-right: 10%;
}

.datenschutz_section {
  margin-top: 5%;
  margin-bottom: 5%;
}

.datenschutz_styling_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.datschutz_text {
  text-align: center;
}

.dateschutz_image {
  max-width: 25%;
  margin-bottom: 5%;
  padding-left: 0%;
}

.bold-text-2 {
  font-size: 4rem;
  line-height: 120%;
}

.impressum_section {
  margin-top: 5%;
  margin-bottom: 5%;
}

.impressum_styling_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.impressum_image {
  max-width: 25%;
  margin-bottom: 5%;
  padding-left: 0%;
}

.impressum_text {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404_section {
  height: 100vh;
}

._404-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  padding: 0;
  display: flex;
}

._404_image {
  max-width: 25%;
  margin-bottom: 5%;
  padding-left: 0%;
}

._404_paragrah {
  text-align: center;
  margin-bottom: 1%;
}

._404_header {
  text-align: center;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  line-height: 100%;
}

._404_button {
  background-color: var(--mb);
  border-radius: 1rem;
  padding: .5rem 1rem;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button_pricing_premium-_faq {
  border: 1px none var(--mw);
  background-color: var(--mg);
  color: var(--mb);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 3rem;
  margin: 1% 0% 0%;
  padding: .5rem 0;
  font-weight: 600;
  display: flex;
}

.backtohome_button {
  background-color: var(--mb);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
  padding: .5rem 1rem;
  display: flex;
}

.backtohome_lowkey_button {
  border: 1px solid var(--mb);
  color: var(--mb);
  background-color: #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin: 3% auto 0%;
  padding: .5rem 1rem;
  display: flex;
}

.agb_section {
  margin-top: 5%;
  margin-bottom: 5%;
}

.agb_styling_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.agb_image {
  max-width: 25%;
  margin-bottom: 5%;
  padding-left: 0%;
}

.agb_text {
  text-align: center;
}

.text-field {
  border: .0625rem solid var(--mb);
  background-color: var(--mw);
  color: var(--mb);
  text-align: left;
  border-radius: 100rem;
  margin-bottom: .625rem;
  padding: 1.5rem 1rem;
}

.text-field:active, .text-field:focus {
  border-color: var(--mb);
}

.contact_section {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 5%;
  margin-bottom: 10%;
  padding: 0% 0% 10%;
  display: flex;
  position: relative;
}

.contact_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact_textarea {
  color: #000;
  min-width: 100%;
  max-width: 100%;
  min-height: 3rem;
  max-height: 20rem;
  padding: .5rem .75rem;
}

.text-field-company {
  color: #000;
  margin-bottom: .625rem;
}

.contact_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.error-message {
  background-color: #0000;
}

.contact_form_block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--mb);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 2%;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: flex;
}

.success_massage {
  color: var(--mb);
  height: 100%;
  margin-bottom: 2%;
  font-size: 1rem;
  font-weight: 700;
}

.contact_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0%;
  display: block;
}

.error_message {
  color: #ff4d4d;
}

.submit-button {
  background-color: var(--mb);
  color: var(--mw);
  border-radius: 100rem;
  width: 50%;
  margin-top: 2%;
  padding: 1rem .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.submit-button:hover {
  border: 1px none var(--mg);
  background-color: var(--mb);
  color: var(--mg);
}

.text-field-phone, .text-field-email {
  border: .0625rem solid var(--mb);
  background-color: var(--mw);
  color: var(--mb);
  text-align: center;
  border-radius: 1rem;
  margin-bottom: .625rem;
  padding: .5rem 1rem;
}

.success-message {
  border: .0625rem none var(--mb);
  background-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 25% 0;
}

.contact_form_label {
  color: var(--mb);
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}

.field-label {
  color: var(--mb);
  text-align: center;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.field-label-2 {
  color: var(--mb);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.contact_radio_button {
  color: var(--mb);
  margin-bottom: 0;
}

.rollen-auswahl {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.rollen_div_selector {
  border: .1rem solid var(--mb);
  background-color: var(--mw);
  cursor: pointer;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.rollen_div_selector.is-checked {
  border-width: .1rem;
  border-color: var(--mg_hover);
  border-radius: 1rem;
}

.radio_button_selector {
  background-color: var(--mb);
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-style: none;
  border-radius: 100%;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.radio_button_selector.w--redirected-checked {
  background-color: var(--mw);
  background-image: url('../images/check_gold.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
}

.radio_button_selector.w--redirected-focus {
  box-shadow: none;
}

.radio_button_selector.w--redirected-focus-visible {
  outline-offset: .1rem;
  outline: .1rem solid #494759;
}

.rollen_image {
  width: 75%;
  max-width: 5rem;
  max-height: 3rem;
  margin-top: .25rem;
  margin-bottom: 1rem;
}

.rollen_text {
  color: var(--mb);
  margin-bottom: .5rem;
  font-weight: 500;
}

.rollen_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact_style_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact_stylling_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 2%;
  display: flex;
}

.contact_image {
  width: 30%;
}

.contact_text_titel {
  font-size: 1.618rem;
  font-weight: 700;
  line-height: 100%;
}

.contact_text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.heading_waitlist {
  text-align: center;
  margin: 0 0 2%;
  font-size: 5rem;
  line-height: 100%;
}

.waitlist_button, .danke_button {
  background-color: var(--mb);
  border-radius: 1rem;
  padding: .5rem 1rem;
}

.button_to_waitlist {
  border: 1px none var(--mw);
  background-color: var(--mg);
  color: var(--mb);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 3rem;
  margin: 1% 0% 0%;
  padding: .5rem 0;
  font-weight: 600;
  display: flex;
}

@media screen and (max-width: 991px) {
  .body {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero_section {
    height: 100%;
  }

  .hero_container {
    max-width: none;
    height: 100vh;
    padding-top: 10%;
  }

  .hero_image {
    max-width: 75%;
  }

  .hero_paragraph {
    margin-bottom: 0;
  }

  .div_button {
    padding: .75rem 1rem;
  }

  .join_container {
    max-width: none;
    margin-bottom: 3rem;
  }

  .join_div {
    margin-bottom: 3rem;
  }

  .heading {
    font-size: 3rem;
  }

  .join_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .social_div {
    height: 3rem;
  }

  .pricing_grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 75rem;
  }

  .pricing_text {
    font-size: 1.5rem;
  }

  .pricing_div_header {
    padding-left: 0%;
  }

  .pricing_text_header_premimum {
    font-size: 2rem;
  }

  .pricing_text_premium {
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .pricing_div_feature {
    padding-left: 0%;
  }

  .div_feature {
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
  }

  .div_premium {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
  }

  .pricing_text_header-_free {
    font-size: 1rem;
    line-height: 1rem;
  }

  .div_feature-_mobile {
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
  }

  .pricing_text_header-_enterprise {
    font-size: 2rem;
  }

  .pricing_text_price {
    font-size: 3rem;
  }

  .button_pricing_premium {
    font-size: 1.5rem;
  }

  .button_pricing_free, .button_pricing_enterprice {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .pricing_text_price_premium {
    font-size: 3rem;
  }

  .pricing_text_header-_premium {
    font-size: 1rem;
  }

  .pricing_text_free {
    font-size: 1.5rem;
  }

  .faq_question {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .faq_anser {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .datschutz_text {
    line-height: 110%;
  }

  .dateschutz_image {
    max-width: 75%;
  }

  .bold-text-2 {
    font-size: 3rem;
    line-height: 120%;
  }

  .impressum_image {
    max-width: 75%;
  }

  .impressum_text {
    line-height: 110%;
  }

  ._404_image {
    max-width: 75%;
  }

  .button_pricing_premium-_faq {
    width: 50%;
    height: 2.5rem;
    font-size: 1rem;
  }

  .backtohome_lowkey_button {
    width: 50%;
  }

  .agb_image {
    max-width: 75%;
  }

  .agb_text {
    line-height: 110%;
  }

  .contact_section {
    margin-top: 20%;
    margin-bottom: 20%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

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

  .contact_image {
    width: 50%;
  }

  .heading_waitlist {
    font-size: 3rem;
  }

  .button_to_waitlist {
    width: 50%;
    height: 2.5rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero_image {
    max-width: 75%;
  }

  .hero_titel {
    font-size: 4rem;
  }

  .heading {
    font-size: 3rem;
  }

  .join_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .pricing_text, .pricing_text_premium {
    font-size: 1.5rem;
  }

  .div_feature, .div_feature-_mobile {
    padding-right: 0%;
  }

  .pricing_text_price, .pricing_text_price_premium {
    font-size: 4rem;
  }

  .pricing_text_free {
    font-size: 1.5rem;
  }

  .faq_question {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .faq_item_trigger {
    justify-content: space-between;
    align-items: center;
  }

  .faq_anser {
    font-size: .8rem;
  }

  .dateschutz_image {
    max-width: 75%;
  }

  .bold-text-2 {
    font-size: 2.5rem;
  }

  .impressum_image, ._404_image, .agb_image {
    max-width: 75%;
  }

  .contact_section {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    width: 100%;
  }

  .contact_style_div {
    flex-flow: column;
  }

  .contact_stylling_div {
    margin-bottom: 5%;
  }

  .heading_waitlist {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_container {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 15%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero_div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: stretch stretch;
    height: auto;
  }

  .hero_image {
    width: 75%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .image_div {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 15%;
    margin-bottom: 20%;
    padding-top: 0%;
    display: flex;
    overflow: visible;
  }

  .hero_titel {
    font-size: 3.2rem;
  }

  .hero_paragraph {
    font-size: .7rem;
    line-height: 125%;
  }

  .div_hero_button {
    margin-top: 0;
  }

  .join_section {
    margin-top: 30%;
  }

  .join_div {
    margin-bottom: 0;
  }

  .heading {
    font-size: 2.6rem;
    line-height: 100%;
  }

  .join_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0%;
  }

  .footer_div {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.25fr .5fr 1.25fr;
  }

  .join_image {
    position: relative;
  }

  .icon_image {
    width: 1rem;
    max-width: 1rem;
    height: 1rem;
  }

  .join_swap_div {
    display: none;
  }

  .join_swap_div_mobile {
    padding-top: 3%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .pricing_section {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .pricing_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 50rem;
  }

  .pricing_div {
    justify-content: flex-start;
    align-items: center;
    padding: 5% 10%;
  }

  .pricing_text {
    font-size: .7rem;
    line-height: 1rem;
  }

  .pricing_div_header_free {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
  }

  .pricing_text_header_premimum {
    font-size: .8rem;
  }

  .pricing_text_premium {
    font-size: .6rem;
    line-height: .6rem;
  }

  .div_feature {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .pricing_text_header-_free {
    font-size: 1rem;
  }

  .text_button_info {
    margin-top: 25%;
  }

  .footer_image {
    width: 100%;
  }

  .footer_div_image {
    display: block;
  }

  .div_feature-_mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing_text_header_p {
    display: none;
  }

  .pricing_text_header-_enterprise {
    font-size: .8rem;
  }

  .pricing_div_price {
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .pricing_text_price {
    font-size: 2rem;
    line-height: 100%;
  }

  .button_pricing_premium {
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 1rem;
  }

  .pricing_header_premium {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
  }

  .button_pricing_free {
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 1rem;
  }

  .pricing_header_enterprice {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .button_pricing_enterprice {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 1rem;
  }

  .pricing_text_price_premium {
    font-size: 2rem;
    line-height: 100%;
  }

  .pricing_text_header-_premium {
    font-size: 1rem;
  }

  .bold-text {
    font-size: 2rem;
  }

  .faq_section {
    margin-bottom: 25%;
  }

  .pricing_text_free {
    font-size: .7rem;
    line-height: 1rem;
  }

  .pricing_cta_price, .pricing_cta_price_free {
    font-size: .7rem;
  }

  .faq_question {
    margin-right: 5%;
    padding-right: 0%;
    line-height: 1.5rem;
  }

  .faq_item {
    border-radius: .5rem;
  }

  .faq_item_trigger {
    padding-right: 5%;
  }

  .faq_item_content {
    justify-content: center;
    align-items: flex-start;
  }

  .dateschutz_image {
    width: 75%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .bold-text-2 {
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .impressum_image, ._404_image {
    width: 75%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  ._404_header {
    font-size: 3rem;
  }

  .button_pricing_premium-_faq {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 3%;
    font-size: 1rem;
  }

  .backtohome_lowkey_button {
    width: 75%;
    margin-top: 15%;
  }

  .agb_image {
    width: 75%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .contact_section {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .rollen-auswahl {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .contact_style_div {
    flex-flow: column;
  }

  .contact_stylling_div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .contact_image {
    width: 100%;
  }

  .heading_waitlist {
    font-size: 2.6rem;
    line-height: 100%;
  }

  .button_to_waitlist {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 3%;
    font-size: 1rem;
  }
}

#w-node-c7bdcfcd-c79c-7b47-6904-e7f319b4530e-7fec88fa {
  justify-self: center;
}

#w-node-_9ef8c1b3-67f6-7e02-bb24-954fa04ff7c7-7fec88fa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_71252b9b-3a82-3708-fb12-6bfc09c248c7-7fec88fa {
  justify-self: start;
}

#w-node-f04c69b1-4a0d-0678-e97a-e9eaeb3e9b85-7fec88fa {
  justify-self: center;
}

#w-node-_2cd08ec4-44a8-f95b-b8ef-1ecd0d40ddb5-7fec88fa {
  justify-self: end;
}

#w-node-_61f7baea-d4c4-3528-ff1e-4ad839cbe6d6-7fec88fa, #w-node-_95d6da49-3357-3e73-7c35-3a8212ad5bfb-7fec88fa, #w-node-_915b346f-a0d7-9621-f48b-157107e241b1-6a07d430 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_915b346f-a0d7-9621-f48b-157107e241ba-6a07d430 {
  justify-self: start;
}

#w-node-_915b346f-a0d7-9621-f48b-157107e241bc-6a07d430 {
  justify-self: center;
}

#w-node-_915b346f-a0d7-9621-f48b-157107e241be-6a07d430 {
  justify-self: end;
}

#w-node-_915b346f-a0d7-9621-f48b-157107e241c3-6a07d430, #w-node-_915b346f-a0d7-9621-f48b-157107e241c4-6a07d430, #w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76d5-4c37755b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76de-4c37755b {
  justify-self: start;
}

#w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76e0-4c37755b {
  justify-self: center;
}

#w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76e2-4c37755b {
  justify-self: end;
}

#w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76e7-4c37755b, #w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76e8-4c37755b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0da3fca-9cb7-2fed-9a20-ba770f42054d-2fb9feff {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-c0da3fca-9cb7-2fed-9a20-ba770f42054e-2fb9feff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0da3fca-9cb7-2fed-9a20-ba770f420564-2fb9feff, #w-node-c0da3fca-9cb7-2fed-9a20-ba770f420568-2fb9feff {
  align-self: center;
}

#w-node-c0da3fca-9cb7-2fed-9a20-ba770f42056a-2fb9feff {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-c0da3fca-9cb7-2fed-9a20-ba770f42056b-2fb9feff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0da3fca-9cb7-2fed-9a20-ba770f420582-2fb9feff, #w-node-c0da3fca-9cb7-2fed-9a20-ba770f420586-2fb9feff {
  align-self: center;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa399-2fb9feff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3a2-2fb9feff {
  justify-self: start;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3a4-2fb9feff {
  justify-self: center;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3a6-2fb9feff {
  justify-self: end;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3ab-2fb9feff, #w-node-d6473caf-045a-89b9-271d-880b69caa3ac-2fb9feff, #w-node-c943bb12-f9ec-910e-c802-19d2ad84993d-0d0f34ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c943bb12-f9ec-910e-c802-19d2ad849946-0d0f34ba {
  justify-self: start;
}

#w-node-c943bb12-f9ec-910e-c802-19d2ad849948-0d0f34ba {
  justify-self: center;
}

#w-node-c943bb12-f9ec-910e-c802-19d2ad84994a-0d0f34ba {
  justify-self: end;
}

#w-node-c943bb12-f9ec-910e-c802-19d2ad84994f-0d0f34ba, #w-node-c943bb12-f9ec-910e-c802-19d2ad849950-0d0f34ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bbcffd29-0272-d842-deb6-95ab0ebd43b1-8bb508e0, #w-node-_3d635222-4f4a-ba6d-e646-b63239c0246f-8bb508e0, #w-node-d7b5909f-287b-a784-e46b-3d737fd9b7e4-8bb508e0, #w-node-a14e4acb-e261-e35e-0a8f-2dfb317024e1-8bb508e0, #w-node-_3d635222-4f4a-ba6d-e646-b63239c02473-8bb508e0, #w-node-_3d635222-4f4a-ba6d-e646-b63239c02477-8bb508e0, #w-node-_3d635222-4f4a-ba6d-e646-b63239c0247b-8bb508e0, #w-node-_3d635222-4f4a-ba6d-e646-b63239c0247c-8bb508e0, #w-node-_3d635222-4f4a-ba6d-e646-b63239c0247e-8bb508e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d635222-4f4a-ba6d-e646-b63239c02489-8bb508e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa399-8bb508e0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3a2-8bb508e0 {
  justify-self: start;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3a4-8bb508e0 {
  justify-self: center;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3a6-8bb508e0 {
  justify-self: end;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3ab-8bb508e0, #w-node-d6473caf-045a-89b9-271d-880b69caa3ac-8bb508e0, #w-node-d6473caf-045a-89b9-271d-880b69caa399-5db4d3be {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3a2-5db4d3be {
  justify-self: start;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3a4-5db4d3be {
  justify-self: center;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3a6-5db4d3be {
  justify-self: end;
}

#w-node-d6473caf-045a-89b9-271d-880b69caa3ab-5db4d3be, #w-node-d6473caf-045a-89b9-271d-880b69caa3ac-5db4d3be {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-_12de04cd-092d-a5c8-28ce-a71d49555542-7fec88fa {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #Hi-ich-bin-Cornect.w-node-a1f9c9d8-7eb4-0e8f-4e2b-751d86060a21-7fec88fa {
    align-self: center;
  }

  #w-node-c7bdcfcd-c79c-7b47-6904-e7f319b4530e-7fec88fa {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto center;
  }

  #w-node-_12de04cd-092d-a5c8-28ce-a71d49555542-7fec88fa {
    grid-row: 4 / 5;
    place-self: auto;
  }

  #w-node-_19abbf26-b804-7e23-631e-6d22dc08d32d-7fec88fa {
    grid-area: 2 / 1 / 5 / 2;
    place-self: center;
  }

  #w-node-_4b373ba3-1c65-35f9-69aa-1265c18f1a98-7fec88fa, #w-node-_4ec4d315-b1da-6f5e-9bdc-8ca9e489b474-7fec88fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ef8c1b3-67f6-7e02-bb24-954fa04ff7c7-7fec88fa {
    grid-column: span 3 / span 3;
  }

  #w-node-_71252b9b-3a82-3708-fb12-6bfc09c248c7-7fec88fa {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center end;
  }

  #w-node-f04c69b1-4a0d-0678-e97a-e9eaeb3e9b85-7fec88fa {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-_2cd08ec4-44a8-f95b-b8ef-1ecd0d40ddb5-7fec88fa {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-_61f7baea-d4c4-3528-ff1e-4ad839cbe6d6-7fec88fa {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-ae897456-eeae-60fa-1250-c59d572bb151-7fec88fa {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_915b346f-a0d7-9621-f48b-157107e241b1-6a07d430 {
    grid-column: span 3 / span 3;
  }

  #w-node-_915b346f-a0d7-9621-f48b-157107e241ba-6a07d430 {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center end;
  }

  #w-node-_915b346f-a0d7-9621-f48b-157107e241bc-6a07d430 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-_915b346f-a0d7-9621-f48b-157107e241be-6a07d430 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-_915b346f-a0d7-9621-f48b-157107e241c3-6a07d430 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_915b346f-a0d7-9621-f48b-157107e241c8-6a07d430 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76d5-4c37755b {
    grid-column: span 3 / span 3;
  }

  #w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76de-4c37755b {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center end;
  }

  #w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76e0-4c37755b {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76e2-4c37755b {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76e7-4c37755b {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_79139b04-a6ac-7519-19d3-0bb4fb7b76ec-4c37755b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c0da3fca-9cb7-2fed-9a20-ba770f42054d-2fb9feff, #w-node-c0da3fca-9cb7-2fed-9a20-ba770f42056a-2fb9feff {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa399-2fb9feff {
    grid-column: span 3 / span 3;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3a2-2fb9feff {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center end;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3a4-2fb9feff {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3a6-2fb9feff {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3ab-2fb9feff {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3b0-2fb9feff {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c943bb12-f9ec-910e-c802-19d2ad84993d-0d0f34ba {
    grid-column: span 3 / span 3;
  }

  #w-node-c943bb12-f9ec-910e-c802-19d2ad849946-0d0f34ba {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center end;
  }

  #w-node-c943bb12-f9ec-910e-c802-19d2ad849948-0d0f34ba {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-c943bb12-f9ec-910e-c802-19d2ad84994a-0d0f34ba {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-c943bb12-f9ec-910e-c802-19d2ad84994f-0d0f34ba {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-c943bb12-f9ec-910e-c802-19d2ad849954-0d0f34ba {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3d635222-4f4a-ba6d-e646-b63239c0246f-8bb508e0, #w-node-d7b5909f-287b-a784-e46b-3d737fd9b7e4-8bb508e0, #w-node-_3d635222-4f4a-ba6d-e646-b63239c02473-8bb508e0, #w-node-_3d635222-4f4a-ba6d-e646-b63239c02477-8bb508e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3d635222-4f4a-ba6d-e646-b63239c0247b-8bb508e0 {
    grid-column: span 2 / span 2;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa399-8bb508e0 {
    grid-column: span 3 / span 3;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3a2-8bb508e0 {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center end;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3a4-8bb508e0 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3a6-8bb508e0 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3ab-8bb508e0 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3b0-8bb508e0 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa399-5db4d3be {
    grid-column: span 3 / span 3;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3a2-5db4d3be {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center end;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3a4-5db4d3be {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3a6-5db4d3be {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3ab-5db4d3be {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-d6473caf-045a-89b9-271d-880b69caa3b0-5db4d3be {
    grid-area: 3 / 2 / 4 / 3;
  }
}


