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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #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 {
  color: #fff;
  font-family: Golostext variablefont wght, sans-serif;
  font-size: 1em;
  line-height: 1;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25;
}

p {
  margin-bottom: 10px;
}

a {
  text-align: center;
  text-decoration: none;
}

.pagewrapper {
  width: 100vw;
  height: 100vh;
  background-color: #1a1a1a;
}

.hero_wrapper {
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_image {
  min-width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -5vh;
  overflow: visible;
}

.content_text {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5vh;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  max-width: 60%;
  display: block;
  position: absolute;
}

.outline-1 {
  max-width: 62%;
  position: absolute;
}

.content_wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.outline-2 {
  max-width: 64%;
  opacity: .9;
  position: absolute;
}

.outline-3 {
  max-width: 66%;
  opacity: .8;
  position: absolute;
}

.outline-4 {
  max-width: 68%;
  opacity: .7;
  position: absolute;
}

.outline-5 {
  max-width: 70%;
  opacity: .6;
  position: absolute;
}

.outline-6 {
  max-width: 72%;
  opacity: .5;
  position: absolute;
}

.outline-7 {
  max-width: 74%;
  opacity: .4;
  position: absolute;
}

.outline-8 {
  max-width: 76%;
  opacity: .3;
  position: absolute;
}

.outline-9 {
  max-width: 78%;
  opacity: .2;
  position: absolute;
}

.outline-10 {
  max-width: 80%;
  opacity: .1;
  position: absolute;
}

.link {
  color: #fff;
  text-align: center;
  margin-left: 1em;
  margin-right: 1em;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  box-shadow: 0 0 #fff;
}

.link:hover {
  box-shadow: 0 8px #fff;
}

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

.heading-2 {
  margin-bottom: 20px;
}

.warning {
  position: fixed;
}

.logo_mobile {
  max-width: 60%;
  display: none;
  position: absolute;
}

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

.bild {
  position: absolute;
}

.bild:hover {
  opacity: 0;
}

.flex-block {
  position: relative;
}

.heading-3 {
  color: #1a1a1a;
  font-size: 5em;
  font-weight: 700;
  position: relative;
}

.container {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.paragraph {
  color: #1a1a1a;
  text-align: left;
  margin-top: 20px;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}

.flex-block-2 {
  position: relative;
}

.div-block-2 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-2 {
  flex: 1;
  display: block;
  position: relative;
}

.heading-4 {
  color: #1a1a1a;
  text-align: left;
  margin-bottom: 20px;
  font-size: 2em;
}

.div-block-5 {
  width: 100%;
  min-height: 75vh;
  position: relative;
}

.div-block-4-copy {
  width: 100%;
  height: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.div-block-4-copy:hover {
  opacity: 0;
}

.field-label {
  color: #1a1a1a;
}

.form-block {
  margin-top: 50px;
  margin-bottom: 60px;
}

.radio-button-label {
  color: #1a1a1a;
}

.paragraph-2 {
  color: #1a1a1a;
  font-size: 1.3em;
  line-height: 1.3;
}

.body {
  padding-bottom: 100px;
}

.text-block {
  color: #1a1a1a;
  text-align: center;
  font-size: .8em;
}

.f_content_wrapper {
  flex-direction: column;
  margin-top: 5vh;
  display: flex;
}

.f_content_main {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.f_content_button {
  flex-direction: column;
  margin-bottom: 5vh;
  display: flex;
}

.f_content_left {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.f_content_right {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.f_link {
  color: #1a1a1a;
  text-align: left;
  margin-bottom: .4em;
  font-size: 3em;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.f_link:hover {
  color: #999;
}

.f_link._2 {
  margin-top: 5vh;
  font-size: 2em;
  text-decoration: underline;
}

.f_body {
  color: #000;
  font-family: Minionpro, sans-serif;
  font-weight: 400;
}

.f_waterfall {
  transition: opacity .2s ease-in-out;
}

.f_waterfall:hover {
  opacity: .5;
}

.rich-text-block {
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.heading-5 {
  text-align: left;
}

.f_heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 2.5em;
  line-height: 1;
}

.text-span, .text-span-2, .text-span-3 {
  color: #999;
}

.text-block-2 {
  font-size: 1.5em;
}

.text-span-5 {
  font-size: .7em;
}

.text-span-6 {
  font-size: .6em;
}

.text-span-7 {
  color: #999;
  font-size: .7em;
  font-style: italic;
  font-weight: 400;
}

.section-2 {
  min-height: 100vh;
}

.container-3 {
  display: block;
}

.seperator._5vh {
  height: 5vh;
}

.seperator._1vw {
  width: 1vw;
}

.seperator._2vh {
  height: 2vh;
}

.f_button {
  background-color: #999;
  padding-top: 1.4em;
  padding-bottom: .8em;
  transition: background-color .2s ease-in-out;
  display: block;
}

.f_button:hover {
  background-color: #1a1a1a;
}

.f_button.submit {
  padding-top: .5em;
  padding-bottom: .3em;
  font-size: 1.5em;
}

.f_button_text {
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}

.text-span-8 {
  font-size: 2.1em;
}

.link-2 {
  color: #1a1a1a;
  transition: color .2s ease-in-out;
}

.link-2:hover {
  color: #999;
}

.f_legal {
  justify-content: center;
  margin-top: 1em;
  display: flex;
}

.f_textfield {
  color: #999;
  border-top: 0 #000;
  border-bottom: 1px solid #999;
  border-left: 0 solid #000;
  border-right: 0 #000;
  padding: 4px 0 0;
  font-size: 1em;
  font-style: italic;
  transition: color .2s ease-in-out;
  display: flex;
}

.f_textfield:focus {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}

.text-block-3 {
  color: #999;
}

.link-3 {
  color: #1a1a1a;
  text-decoration: underline;
}

.checkbox {
  width: 1em;
  height: 1em;
  border-width: 2px;
  border-radius: 20px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #1a1a1a;
  background-size: auto;
  border-color: #1a1a1a;
  font-size: 1em;
}

.checkbox-label {
  color: #999;
}

.link-block, .link-block-2 {
  display: flex;
}

.image {
  margin-top: 5vh;
}

@media screen and (max-width: 991px) {
  .content_image {
    top: -7.5vh;
  }

  .content_text {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .logo {
    max-width: 80%;
  }

  .outline-1 {
    max-width: 82%;
  }

  .outline-2 {
    max-width: 84%;
  }

  .outline-3 {
    max-width: 86%;
  }

  .outline-4 {
    max-width: 88%;
  }

  .outline-5 {
    max-width: 90%;
  }

  .outline-6 {
    max-width: 92%;
  }

  .outline-7 {
    max-width: 94%;
  }

  .outline-8 {
    max-width: 96%;
  }

  .outline-9 {
    max-width: 98%;
  }

  .outline-10 {
    max-width: 100%;
  }

  .heading-2 {
    margin-bottom: 5vh;
  }

  .warning {
    display: none;
  }

  .logo_mobile {
    max-width: 80%;
  }

  .div-block-5 {
    min-height: 60vh;
  }

  .f_content_wrapper {
    margin-top: 0;
  }

  .f_content_main {
    flex-direction: column;
  }

  .f_content_left {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-bottom: 5vh;
    display: grid;
  }

  .f_content_right {
    width: auto;
    text-align: center;
    padding-left: 0;
  }

  .f_link {
    margin-bottom: .3em;
    font-size: 3em;
    display: none;
  }

  .f_link.w--current {
    display: none;
  }

  .f_link._2 {
    display: block;
  }

  .f_body {
    padding-top: 10px;
  }

  .f_waterfall {
    margin-bottom: 5vh;
  }

  .f_heading {
    text-align: center;
    font-size: 2em;
  }

  .text-block-2 {
    font-size: 1.4em;
  }

  .section-2 {
    padding-bottom: 5vh;
  }

  .f_fieldlabel {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .warning {
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .warning_image {
    width: 5em;
  }

  .f_body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero_wrapper {
    height: 100vh;
  }

  .content_image {
    align-items: center;
    top: 40vh;
    overflow: visible;
  }

  .content_text {
    position: relative;
  }

  .logo {
    display: none;
  }

  .outline-1 {
    max-width: 83%;
    display: none;
  }

  .content_wrapper {
    max-height: 100vh;
    justify-content: space-between;
    overflow: hidden;
  }

  .outline-2 {
    max-width: 86%;
    display: none;
    overflow: visible;
  }

  .outline-3 {
    max-width: 89%;
    display: none;
    overflow: visible;
  }

  .outline-4 {
    max-width: 92%;
    display: none;
    overflow: visible;
  }

  .outline-5 {
    max-width: 95%;
    display: none;
    overflow: visible;
  }

  .outline-6 {
    max-width: 98%;
    display: none;
    overflow: visible;
  }

  .outline-7 {
    display: none;
    overflow: visible;
  }

  .outline-8 {
    max-width: 104%;
    display: none;
    overflow: visible;
  }

  .outline-9 {
    max-width: 107%;
    display: none;
    overflow: visible;
  }

  .outline-10 {
    max-width: 110%;
    display: none;
    overflow: visible;
  }

  .warning {
    display: none;
  }

  .logo_mobile {
    width: 120%;
    max-width: 150%;
    display: block;
  }

  .heading-3 {
    word-break: break-all;
    margin-bottom: 33px;
    font-size: 2.7em;
    line-height: 1;
  }

  .div-block-5 {
    min-height: 27vh;
  }

  .div-block-4-copy:hover {
    opacity: 1;
  }

  .body {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block {
    display: none;
  }

  .f_body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .f_waterfall {
    margin-bottom: 3vh;
  }

  .f_button.submit {
    width: 100%;
  }

  .f_button_text {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_095c7fc8-0ea6-7c65-b980-7343fc664979-de0870a0, #w-node-_4102a1c4-3e5a-92a4-b1e5-df7067439f8c-de0870a0, #w-node-_74763a4a-3ee6-d5aa-a34e-a34043b7ffb1-de0870a0, #w-node-_095c7fc8-0ea6-7c65-b980-7343fc664979-e833ed06, #w-node-_457ea649-2f46-523c-c3c4-ee41bf9028cc-e833ed06, #w-node-_095c7fc8-0ea6-7c65-b980-7343fc664979-8c0a2569, #w-node-_62552542-8202-6001-ef1e-679df6507070-8c0a2569, #w-node-_095c7fc8-0ea6-7c65-b980-7343fc664979-5c746875, #w-node-_62552542-8202-6001-ef1e-679df6507070-5c746875 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Golostext variablefont wght';
  src: url('../fonts/GolosText-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}