.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 1.25vw;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.4px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 2.7em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 2.3em;
  line-height: 1.4;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #ff373a;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #ff7c7e;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #ff373a;
  font-size: 140%;
  line-height: 1.6;
}

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

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.section {
  width: 100%;
}

.section.mh100vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  width: 100%;
  padding: 1.1em 4em;
  border-radius: 0.7em;
  background-color: #ff373a;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff373a), to(#3c49db));
  background-image: linear-gradient(90deg, #ff373a, #3c49db);
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  box-shadow: 0 10px 20px -18px #000;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.button.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #ff373a;
  background-color: transparent;
  color: #ff373a;
}

.button.ghost:hover {
  background-color: #ff373a;
  color: #fff;
}

.button.cookie {
  padding: 0.6em 1em;
  font-size: 0.7em;
  font-weight: 400;
}

.form-field {
  height: 3.4em;
  margin-bottom: 2em;
  padding: 0.5em 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  border-radius: 0.2em;
  background-color: #fff;
  color: #ff373a;
}

.form-field:active {
  border-color: #ff373a;
}

.border-radius-s {
  border-radius: 0.2em;
}

.border {
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
}

.mt1 {
  margin-top: 0.5em;
}

.mt2 {
  margin-top: 1em;
}

.mb2 {
  margin-bottom: 1em;
}

.mb3 {
  margin-bottom: 2em;
}

.mb4 {
  margin-bottom: 4em;
}

.py1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.p3 {
  padding: 2em;
}

.ml2 {
  margin-left: 1em;
}

.pl4 {
  padding-left: 4em;
}

.pr4 {
  padding-right: 4em;
}

.styleguide-logo {
  width: 8em;
}

.dropshadow-soft {
  box-shadow: 7px 7px 30px -10px rgba(0, 0, 0, 0.2);
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox.flexbox-direction-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexbox.flexbox-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-align-center {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.position-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.styleguide-nav-link {
  color: #353535;
}

.styleguide-nav-link:hover {
  color: #ff373a;
}

.styleguide-nav-link.w--current {
  color: #ff373a;
}

.grid-3col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2col-align-center {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-33-66 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 33.333333333333336% 1fr;
  grid-template-columns: 33.333333333333336% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._w-100p {
  width: 100%;
}

._w-20 {
  width: 5.5em;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grey-text {
  color: rgba(0, 0, 0, 0.4);
}

.text-icon {
  color: #000;
}

.h1 {
  margin-bottom: 1em;
}

.grid-two-column {
  width: 100%;
  margin-bottom: 48px;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.large-checkbox {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: rgba(223, 223, 232, 0.48);
  border-radius: 24px;
  background-color: #fff;
  background-image: url('../images/user.svg');
  background-position: 50% 40%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.large-checkbox:hover {
  border-color: #ff373a;
}

.large-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: #ff373a;
  background-color: transparent;
  background-image: url('../images/user.svg');
  background-position: 50% 40%;
  background-size: auto;
}

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

.large-checkbox.no {
  background-image: url('../images/Group-17.png');
  background-size: 23%;
}

.large-checkbox.option-03 {
  background-image: url('../images/line.svg');
}

.large-checkbox.option-03.w--redirected-checked {
  background-image: url('../images/line.svg');
}

.large-checkbox.yes {
  background-image: url('../images/Vector.png');
  background-size: 23%;
}

.large-checkbox.option-02 {
  background-image: url('../images/i.svg');
}

.large-checkbox.option-02.w--redirected-checked {
  background-image: url('../images/i.svg');
}

.large-checkbox.option-4 {
  background-image: url('../images/pokal.png');
  background-size: 18%;
}

.large-checkbox.option-4.w--redirected-checked {
  background-image: url('../images/pokal.png');
}

.field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.previous-placeholder {
  display: none;
  width: 0px;
  height: 0px;
  max-width: 100px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous-placeholder:hover {
  opacity: 1;
}

.field-label-skye {
  margin-bottom: 8px;
  color: #02044a;
  font-size: 14px;
  font-weight: 500;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.text-field-skye {
  position: relative;
  min-height: 58px;
  margin-bottom: 0px;
  padding-left: 16px;
  border: 1px solid #f9f9fb;
  border-radius: 8px;
  background-color: #f9f9fb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  cursor: pointer;
}

.text-field-skye:hover {
  border-style: solid;
  border-color: #dfdfe8;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(2, 4, 74, 0.04);
}

.text-field-skye:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-skye::-webkit-input-placeholder {
  color: #8687a8;
}

.text-field-skye:-ms-input-placeholder {
  color: #8687a8;
}

.text-field-skye::-ms-input-placeholder {
  color: #8687a8;
}

.text-field-skye::placeholder {
  color: #8687a8;
}

.grid-single-column {
  width: 100%;
  margin-bottom: 48px;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.next-button-grace {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.next-button-grace:hover {
  background-color: #5f30e2;
}

.back-button-grace {
  padding: 20px 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #8687a8;
  font-size: 16px;
  text-decoration: none;
}

.back-button-grace:hover {
  color: #57588f;
}

.next-button {
  display: none;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.previous-button {
  display: none;
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.slide-grace {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.slide-grace._1 {
  margin-top: 16%;
}

.success-message-grace {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5em;
  border-radius: 16px;
  background-color: #ff373a;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff373a), to(#3c49db));
  background-image: linear-gradient(90deg, #ff373a, #3c49db);
  color: #fff;
  font-weight: 600;
}

.next-placeholder {
  display: none;
  width: 0px;
  height: 0px;
  max-width: 159px;
  margin: auto auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 176px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-grace {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.submit-button-grace:hover {
  background-color: #5f30e2;
}

.title-wrap-grace-2 {
  width: 100%;
  margin-bottom: 40px;
}

.checkbox-label-grace {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  display: block;
  color: #494a7d;
  font-size: 16px;
  text-align: center;
}

.slider-2 {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.form-content-grace-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap-grace-2 {
  width: 100%;
  text-align: center;
}

.form-wrapper-grace-2 {
  max-width: 930px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.button-base-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-content-2 {
  position: relative;
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.h2 {
  margin-bottom: 1em;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field-2.text-field-skye {
  width: 100%;
  padding-right: 2em;
  padding-left: 1em;
  font-family: Poppins, sans-serif;
  color: #8587a8;
  font-weight: 100;
}

.checkbox-label-2 {
  margin-left: 1em;
  font-weight: 300;
  text-align: left;
}

.checkbox {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0px;
  margin-left: 0px;
}

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

.text-block-2 {
  margin-top: 1em;
  font-weight: 400;
}

.gif {
  width: 25em;
  margin-top: 3em;
}

.cookie-popup_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-popup_custom-styling {
  display: none;
  width: 0px;
  height: 0px;
  max-height: 0px;
  max-width: 0px;
  min-height: 0px;
  min-width: 0px;
}

.cookie-popup_button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-popup_button-container.stack {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-popup_description {
  padding-top: 0px;
  color: #1d2952;
  font-size: 0.6em;
}

.cookie-popup_modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  padding: 40px 40px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.cookie-popup_modal.bottom-banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  width: 100%;
  padding: 0em 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0px;
  text-align: left;
}

.cookie-popup_button {
  padding: 12px 18px;
  border-radius: 3px;
  background-color: #3ac009;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  font-size: 18px;
  white-space: nowrap;
}

.cookie-popup_text-content {
  margin-bottom: 0px;
}

.html-embed-3 {
  display: none;
  width: 0px;
  height: 0px;
  max-height: 0px;
  max-width: 0px;
  min-height: 0px;
  min-width: 0px;
}

.footer-link {
  margin-right: 1em;
  margin-left: 1em;
  color: #000;
  font-size: 0.7em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.7vw;
  }

  .container {
    max-width: 100vw;
    padding-right: 3em;
    padding-left: 3em;
  }

  .section.mh100vh {
    min-height: auto;
  }

  .section.mh100vh.unterseite {
    min-height: 100vh;
  }

  .section.footer {
    margin-top: -4em;
  }

  .tablet-pl1 {
    padding-left: 0.5em;
  }

  .tablet-pr1 {
    padding-right: 0.5em;
  }

  .grid-3col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-33-66 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tablet-text-align-left {
    text-align: left;
  }

  .tablet-text-align-center {
    text-align: center;
  }

  .large-checkbox:active {
    border-color: #a1a1a1;
  }

  .slide-grace {
    width: 100%;
  }

  .form-wrapper-grace-2 {
    width: 100%;
    padding: 0px;
  }

  .slide-content-2 {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gif {
    width: 75%;
  }

  .cookie-popup_modal.bottom-banner {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 1.8em;
    line-height: 1.3;
  }

  h2 {
    font-size: 1.7em;
    line-height: 1.2;
  }

  .container {
    padding-right: 2em;
    padding-left: 2em;
  }

  .section.footer {
    margin-top: -2em;
  }

  .button {
    width: 100%;
  }

  .landscape-mt1 {
    margin-top: 0.5em;
  }

  .landscape-mt2 {
    margin-top: 1em;
  }

  .landscape-mb3 {
    margin-bottom: 2em;
  }

  .grid-2col-align-center {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-two-column {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .large-checkbox {
    padding: 1em;
    background-position: 50% 31%;
    background-size: 21%;
  }

  .large-checkbox.w--redirected-checked {
    background-position: 50% 28%;
    background-size: 20%;
  }

  .large-checkbox.option-4 {
    background-size: 23%;
  }

  .previous-placeholder {
    position: fixed;
    z-index: 6;
  }

  .grid-single-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .next-placeholder {
    position: fixed;
    z-index: 6;
  }

  .form-content-grace-2 {
    width: 100%;
    min-width: auto;
  }

  .form-wrapper-grace-2 {
    width: 100%;
  }

  .slide-content-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }

  .cookie-popup_description {
    padding-right: 1em;
  }

  .cookie-popup_modal {
    width: 95%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .cookie-popup_modal.bottom-banner {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .mobile-mt1 {
    margin-top: 0.5em;
  }

  .mobile-p2 {
    padding: 1em;
  }

  .mobile-mln {
    margin-left: 0em;
  }

  .flexbox.mobile-flexbox-direction-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flexbox.mobile-flexbox-align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-w-17 {
    width: 4em;
  }

  .grid-two-column {
    grid-column-gap: 1em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .previous-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .slide-grace._1 {
    margin-top: 25%;
  }

  .slide-grace._3 {
    margin-top: 30%;
  }

  .checkbox-field {
    height: 9em;
  }

  .checkbox-label-grace {
    padding-right: 0.3em;
    padding-left: 0.3em;
    font-size: 0.8em;
  }

  .slider-2 {
    height: auto;
  }

  .form-content-grace-2 {
    width: 100%;
  }

  .slide-content-2 {
    margin-bottom: auto;
    padding-top: 0px;
  }

  .checkbox-field-2.text-field-skye {
    padding-top: 0.4em;
    padding-right: 0.9em;
    padding-bottom: 0.4em;
  }

  .checkbox {
    min-height: 1em;
    min-width: 1em;
  }

  .text-block {
    line-height: 1.2;
  }

  .gif {
    width: 100%;
    margin-top: 2em;
  }

  .cookie-popup_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cookie-popup_button-container.stack {
    width: 100%;
  }

  .cookie-popup_modal {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}