.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;
}

.checkbox-label {
  margin-bottom: 0;
  display: none;
  overflow: visible;
}

.div-margin {
  margin-top: 5em;
  margin-bottom: 5em;
}

.horizontal-div {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.paragraph_p2 {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 5px;
  font-weight: 500;
}

.form_success-message {
  background-color: #fff;
  border-radius: 6px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5ca18e;
  border-style: solid;
  border-color: #5ca18e;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #5ca18e;
}

.heading_h2 {
  color: #383838;
  letter-spacing: 1.5px;
  font-size: 42px;
  font-weight: 700;
  line-height: 135%;
}

.primary-button {
  color: #fff;
  text-align: center;
  background-color: #5ca18e;
  border-radius: 32px;
  padding: .75rem 1.5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.primary-button:hover {
  opacity: .9;
}

.primary-button.disabled {
  background-color: #d9d9d9;
}

.form_error-message {
  background-color: #ffecec;
  border-radius: 6px;
}

.checkbox-field {
  margin-right: 5px;
}

.container-large {
  max-width: 1200px;
  overflow: visible;
}

.container-large.fill-width {
  width: 100%;
}

.full-height-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.paragraph_p1 {
  color: #383838;
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
}

.div-block {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.padding-global-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.body {
  background-color: #f6f6f6;
  font-family: Montserrat_DSGVO, sans-serif;
}

.link {
  color: #383838;
}

@media screen and (max-width: 991px) {
  .form_block {
    width: 100%;
    margin-bottom: 0;
  }

  .div-margin {
    margin-top: 40px;
  }

  .paragraph_p2 {
    color: #383838;
    font-size: 12px;
  }

  .heading_h2 {
    font-size: 32px;
  }

  .primary-button {
    font-size: 14px;
  }

  .paragraph_p1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .form_block {
    width: 100%;
  }

  .div-margin {
    margin-top: 0;
  }

  .heading_h2 {
    font-size: 24px;
  }

  .primary-button {
    font-size: 16px;
  }

  .div-block {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-global-2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .paragraph_p2 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .checkbox.w--redirected-focus {
    box-shadow: 0 0 3px 1px #5ca18e;
  }

  .heading_h2 {
    font-size: 20px;
  }

  .primary-button {
    font-size: 14px;
  }

  .full-height-section {
    flex-direction: column;
    justify-content: center;
  }

  .paragraph_p1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .padding-global-2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}


@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_DSGVO';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}