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

body {
  color: #333;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.section.home {
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section.about {
  justify-content: center;
}

.section.footer {
  height: 20vh;
  padding-top: 10vh;
}

.image {
  width: 30vw;
  max-width: none;
  margin: 20px;
}

.logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block {
  width: auto;
  text-align: center;
  letter-spacing: .2vh;
  margin: 20px;
  font-size: 2.5vw;
  line-height: 2vw;
}

.arrow {
  width: 5vh;
  max-width: none;
  align-self: center;
  position: absolute;
  bottom: 6vh;
}

.navbar {
  z-index: 50;
  width: 15vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0;
  right: auto;
}

.nav-flex {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-menue {
  height: 60vh;
  flex-flow: column wrap-reverse;
  flex: 0 auto;
  align-content: center;
  justify-content: space-between;
  display: flex;
}

.body {
  color: #2f2f2f;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 1em;
}

.nav-link {
  letter-spacing: .2vh;
  text-transform: uppercase;
  padding: 0;
  font-size: 1.7vh;
  font-weight: 400;
  line-height: 1.7vh;
  position: static;
  transform: rotate(-90deg);
}

.nav-link.w--current {
  color: #2f2f2f;
  text-decoration: none;
}

.social-media {
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social-media-wrapper {
  height: 60vh;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-right: 1.3vw;
  display: flex;
}

.image-2 {
  width: 10vh;
}

.social-media---icon {
  height: 4vh;
  max-width: none;
  background-color: #fff;
  border-radius: 300px;
  margin: 19px 16px 20px;
}

.social-media---icon._2 {
  height: 3vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
}

.nav-div {
  height: 10vh;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-3 {
  position: absolute;
  top: 106vh;
}

.seperator {
  width: 20vw;
  height: 1px;
  background-color: #2f2f2f;
  margin-top: 10vh;
  position: relative;
}

.text-wrapper {
  width: 60vw;
  max-width: 1100px;
  align-self: center;
}

.text-wrapper.contact {
  margin-top: 20vh;
  margin-bottom: 14vh;
}

.text-wrapper._2 {
  margin-top: auto;
  margin-bottom: auto;
}

.text-wrapper.sep {
  justify-content: center;
  display: flex;
}

.text-block-2 {
  text-align: justify;
  margin-top: 20vh;
  margin-bottom: 10vh;
  font-size: 1em;
  line-height: 1.4em;
}

.form-block {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.field-label {
  font-weight: 400;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading {
  font-weight: 400;
}

.submit-button {
  color: #2f2f2f;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px 15px;
  font-size: 1em;
}

.textarea {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

.textarea.hid, .textarea.weg {
  display: none;
}

.success-message {
  background-color: rgba(38, 222, 51, .11);
  border: 1px solid #2f2f2f;
  border-radius: 5px;
}

.div-block {
  text-align: left;
}

.ngn-seperator {
  width: 100%;
  max-width: none;
  align-self: flex-end;
  margin-bottom: 5vh;
}

.ngn-seperator.line-only {
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 20vw;
  margin-right: auto;
}

.image-4 {
  height: 5vh;
  max-width: none;
  align-self: flex-end;
  margin-bottom: 6vh;
  margin-right: 20vw;
}

.div-block-2 {
  align-self: flex-start;
  margin-left: 20vw;
}

.nav-link-2 {
  color: #fff;
  background-color: #963786;
  border-radius: 8px;
  margin-left: 20px;
  padding: 10px 5px;
  font-size: 1em;
  text-decoration: none;
}

.navbar-2 {
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-8 {
  width: 20vw;
  max-width: 300px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.link-block {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.navigation-wrapper.mobil {
  display: none;
}

.div-block-17 {
  background-color: #fff;
}

.header-button {
  color: #963786;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 20px;
  margin-left: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-style: normal;
  text-decoration: none;
}

.header-button.leer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.home-header {
  height: 1.2em;
  max-width: none;
  margin-top: -7px;
  font-size: 1em;
  position: static;
}

.div-container {
  z-index: 2;
  width: 75vw;
  max-width: 1500px;
  grid-template: "Area Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-container.navigation {
  align-items: center;
  display: flex;
}

.seperator-long {
  width: 100%;
  height: 1px;
  background-color: #2f2f2f;
  margin-top: 10vh;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-components {
  z-index: 1000;
  position: relative;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_button {
  min-width: 140px;
  color: #fff;
  text-align: center;
  background-color: #2f2f2f;
  border: 2px solid #2f2f2f;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #2f2f2f;
  background-color: #f5f5f5;
  border-color: #2f2f2f;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1000px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_text.head {
  margin-bottom: 5px;
  font-weight: 700;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 47, 47, .73);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #000;
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid #4353ff;
  text-decoration: none;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #2f2f2f;
  border: 2px solid #2f2f2f;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #2f2f2f;
  background-color: #fff;
  border-color: #2f2f2f;
}

.fs-cc-prefs_label {
  color: #2f2f2f;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-weight: 500;
}

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

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

.hidden-email-field {
  display: block;
}

.hidden-website-field {
  display: none;
}

@media screen and (min-width: 1280px) {
  .nav-link-2 {
    border-radius: 8px;
    text-decoration: none;
  }

  .image-8 {
    width: 20vw;
    height: 100%;
    max-width: 300px;
  }

  .nav-menu {
    align-self: center;
  }

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

  .div-container.navigation {
    flex-direction: row;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 30vw;
  }

  .social-media-wrapper {
    justify-content: center;
  }

  .social-media---icon._2 {
    height: 2.5vh;
  }

  .ngn-seperator {
    height: 4vh;
  }

  .menu-button-2 {
    width: 4vw;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 7.5vw;
    padding: 0;
    display: flex;
    position: fixed;
    right: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-2 {
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    margin-left: 7.5vw;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    position: relative;
    left: 0;
  }

  .nav-menu {
    z-index: 100;
    width: 80vw;
    background-color: rgba(51, 51, 51, .95);
    padding-top: 80px;
    display: flex;
  }

  .menu-icon {
    max-width: none;
    align-self: flex-end;
  }

  .link-block {
    flex: 0 auto;
    margin-left: 7.5vw;
    position: fixed;
    left: 0;
  }

  .navigation-wrapper {
    margin-left: 7.5vw;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .div-block-17 {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-block-4 {
    font-size: 1.2em;
  }

  .header-button {
    color: rgba(51, 51, 51, .95);
    margin-left: 0;
    font-size: 1.2em;
  }

  .div-container {
    width: 85vw;
  }

  .div-container.navigation {
    width: 100vw;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 40px 20px;
  }

  .navigation-wrapper.mobil {
    display: flex;
  }

  .navigation-wrapper.desktop {
    display: none;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 55vw;
  }

  .text-block {
    max-width: 60vw;
    font-size: 1em;
    line-height: 1em;
  }

  .arrow:active {
    background-color: #fff;
  }

  .navbar {
    width: 15vw;
    color: #2f2f2f;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menue {
    z-index: 20;
    height: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-self: auto;
  }

  .nav-menue:focus {
    color: #fff;
  }

  .nav-link, .nav-link:active {
    color: #2f2f2f;
  }

  .social-media {
    z-index: 50;
    bottom: auto;
  }

  .social-media-wrapper {
    justify-content: flex-start;
    padding-right: 0;
  }

  .social-media---icon {
    width: 8vw;
    height: auto;
    margin-left: 3.5vw;
    margin-right: 3.5vw;
  }

  .social-media---icon._1 {
    margin-top: 6vh;
  }

  .nav-div {
    height: 6vh;
    align-items: center;
    margin-top: 6vh;
  }

  .text-wrapper {
    width: 70vw;
  }

  .text-block-2.imp {
    text-align: left;
  }

  .menu-button {
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button.w--open {
    z-index: 55;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2 {
    width: 5vw;
    margin-right: 5vw;
  }

  .nav-link-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 5vw;
  }

  .navbar-2 {
    position: fixed;
    top: 0;
  }

  .image-8 {
    width: 45vw;
  }

  .nav-menu {
    background-color: rgba(143, 106, 106, .95);
  }

  .link-block {
    flex: 1;
    margin-left: 5vw;
  }

  .navigation-wrapper {
    margin-left: 5vw;
  }

  .text-block-4, .header-button {
    font-size: 1em;
  }

  .div-container {
    width: 95vw;
  }

  .div-container.navigation {
    width: 100vw;
  }

  .div-block-18 {
    flex: 1;
    align-items: flex-start;
    display: flex;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }
}

#w-node-_6a3215f1-be30-504c-a547-928ccd7e2d40-8884fc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a3215f1-be30-504c-a547-928ccd7e2d50-8884fc7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_6a3215f1-be30-504c-a547-928ccd7e2d48-8884fc7f {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a3215f1-be30-504c-a547-928ccd7e2d40-8884fc7f, #w-node-_6a3215f1-be30-504c-a547-928ccd7e2d48-8884fc7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}