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

.section__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: none;
  -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-image: url('../images/acardo-desktop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.login__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section__404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  -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-image: url('../images/acardo-desktop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

._404__content {
  display: block;
  width: 300px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -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;
  text-align: center;
}

._404__error {
  width: auto;
  max-width: 80%;
}

._404__heading {
  margin-top: 60px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

._404__subhead {
  width: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

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

.content__link {
  margin-bottom: 40px;
}

.link__acardo {
  width: auto;
  height: auto;
  max-width: 90%;
  margin: auto;
  padding: 5px;
}

.content__key {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.content__heading {
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.content__button {
  width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  color: #00afcc;
  font-weight: 600;
}

.content__button:hover {
  background-color: #fdbf00;
  color: #fff;
}

.body {
  font-family: Montserrat, sans-serif;
}

.content__subhead {
  margin-bottom: 20px;
  color: #fff;
}

.content__password {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #00afcc;
  color: #fff;
}

.content__password:active {
  border-color: #fff;
}

.content__password:focus {
  border-color: #fff;
}

.content__password::-webkit-input-placeholder {
  color: #fff;
}

.content__password:-ms-input-placeholder {
  color: #fff;
}

.content__password::-ms-input-placeholder {
  color: #fff;
}

.content__password::placeholder {
  color: #fff;
}

.error__message {
  margin-top: 20px;
  border-radius: 20px;
  background-color: #cc1467;
  color: #fff;
}

.homepage {
  background-color: #fff;
}

.section {
  width: 100%;
  height: 1000px;
  background-image: url('../images/Header_Desktop_1800x600.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-resp {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.link-block-12 {
  display: inline-block;
  float: left;
}

.container-3 {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.navlink {
  display: inline-block;
  margin: 0px;
  color: #5b5b5b;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.navlink:hover {
  color: #529a44;
}

.navlink:focus {
  color: #539b46;
  text-decoration: underline;
}

.navlink.w--current {
  margin: 0px;
  color: #519b46;
  font-size: 25px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.image-26 {
  display: inline-block;
  width: 250px;
  margin-top: 10px;
  padding-top: 0px;
  float: none;
  clear: none;
}

.div-block-13 {
  width: auto;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.column-3 {
  padding-top: 10px;
  padding-left: 69px;
}

.terms-of-use {
  color: #539b45;
  font-weight: 700;
  text-decoration: none;
}

.text-block-33 {
  margin-top: 30px;
  color: #539b45;
  font-size: 14px;
  font-weight: 300;
}

.text-block-3 {
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.heading-message {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
}

.terms-of-participation {
  color: #539b45;
  font-weight: 700;
  text-decoration: none;
}

.terms-of-participation:hover {
  color: #539b45;
}

.loader {
  position: static;
  z-index: 9999;
  display: none;
  -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: hsla(0, 0%, 100%, 0.76);
}

.text-span-36 {
  color: #e40a24;
  font-size: 30px;
}

.checkbox-label-2 {
  margin-left: 10px;
  color: #539b45;
  font-size: 14px;
  font-weight: 300;
}

.error-message {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(255, 168, 168, 0.3);
}

.image-41 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.receipt-button {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px none #37424b;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.receipt-button:hover {
  background-color: #336ea2;
  color: #333;
}

.receipt-button:active {
  color: #000;
}

.block-information {
  display: block;
}

.data-protection {
  color: #539b45;
  font-weight: 700;
  text-decoration: none;
}

.select-field-2 {
  margin-right: 0px;
  padding-right: 12px;
  border-radius: 0px;
  background-color: rgba(180, 208, 125, 0.06);
  color: #539b45;
  font-size: 14px;
  line-height: 10px;
  font-weight: 400;
}

.div-block {
  position: relative;
  overflow: hidden;
}

.text-block {
  position: static;
  max-width: 1000px;
  margin: 20px auto 0px;
  padding: 0px 20px 30px;
  color: #539b45;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.bold-text-3 {
  font-weight: 700;
}

.success-message {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #539b45;
}

.field-label {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  color: #539b45;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.column-12 {
  color: #444;
  font-size: 14px;
  line-height: 14px;
}

.text-field {
  padding-left: 16px;
  border-radius: 0px;
  background-color: rgba(180, 208, 125, 0.06);
  color: #539b45;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: #539a45;
  font-size: 14px;
  font-weight: 300;
}

.text-field:-ms-input-placeholder {
  color: #539a45;
  font-size: 14px;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  color: #539a45;
  font-size: 14px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #539a45;
  font-size: 14px;
  font-weight: 300;
}

.section-form {
  display: block;
  max-width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  background-color: #fff;
  color: #e40a24;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.fieldcolums {
  display: block;
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-11 {
  padding-top: 20px;
}

.text-message-error {
  font-size: 16px;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
}

.submit-button.button {
  display: block;
  width: 300px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-radius: 0px;
  background-color: #e40a24;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.submit-button.button:hover {
  background-color: #fff;
  color: #e40a24;
}

.submit-button.button {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #e31d79;
  box-shadow: none;
  font-family: 'Contax pro 75';
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.submit-button.button:hover {
  background-color: #c00104;
}

.submit-button.button {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #d947a8;
  box-shadow: none;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.submit-button.button:hover {
  background-color: #f73937;
}

.submit-button.button {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #d947a8;
  box-shadow: none;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.submit-button.button:hover {
  background-color: #f73937;
}

.submit-button.button {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #d947a8;
  box-shadow: none;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.submit-button.button:hover {
  background-color: #f73937;
}

.submit-button.button {
  width: 500px;
  height: 50px;
  margin-top: 10px;
  border-radius: 15px;
  background-color: #da2623;
  font-size: 18px;
  font-weight: 600;
}

.submit-button.button:hover {
  background-color: #0a2d4b;
  color: #fff;
}

.heading-3 {
  margin-top: 0px;
  color: #fff;
  font-size: 31px;
  font-weight: 400;
}

.checkbox-3 {
  background-color: rgba(9, 163, 228, 0.1);
}

.input-file {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: auto;
  clear: none;
  border-radius: 0px;
  opacity: 0.01;
  font-family: Helveticaneue;
  color: #333;
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  cursor: pointer;
}

.input-file:hover {
  color: #333;
}

.heading {
  max-width: 1200px;
  margin: 0px auto 30px;
  background-color: transparent;
  color: #b3d27f;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-span-3 {
  color: #fff;
}

.text-span-3:hover {
  color: #fff;
}

.text-message-success {
  color: #fff;
  font-size: 16px;
}

.form-2 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  margin-right: auto;
  margin-left: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 10px 8px;
  padding-right: 0px;
  border-radius: 50px;
  background-color: #fff;
}

.brand {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: Helveticaneue;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link-2 {
  margin-right: auto;
  margin-left: auto;
  clear: right;
  font-family: Helveticaneue;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link-3 {
  margin-right: auto;
  margin-left: auto;
  font-family: Helveticaneue;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.image-42 {
  width: 20%;
}

.container-4 {
  margin-right: auto;
  margin-left: auto;
}

.column-image-receipt {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(28, 82, 148, 0);
  text-align: center;
}

.text-block-34 {
  margin-bottom: 60px;
  font-family: 'Contax pro 75';
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-transform: none;
}

.text-block-34.textblock2 {
  margin-bottom: 40px;
  font-family: 'Contax pro 75';
  color: #fff;
}

.headline-faq {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Contax pro 75';
  color: #fff;
  font-size: 22px;
  line-height: 23px;
  font-weight: 800;
  text-align: left;
}

.steps-2 {
  background-color: transparent;
}

.receipt-button-2 {
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #e31d79;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.receipt-button-2:hover {
  background-color: #c00104;
  color: #fff;
}

.imprint-link {
  font-family: 'Contax pro 75';
  color: #fff;
  text-decoration: none;
}

.receipt-image {
  overflow: hidden;
  width: 100%;
  max-width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px 40px;
  background-color: transparent;
}

.text-message-success-2 {
  color: #fff;
}

.form-block-2 {
  display: block;
  max-width: 800px;
  margin: 15px auto 0px;
}

.heading-4 {
  margin-top: 60px;
  margin-bottom: 15px;
  font-family: 'Contax pro 75';
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-4.head2 {
  margin-top: 40px;
  padding-top: 0px;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.checkbox-terms {
  margin-top: 10px;
}

.redemption-columns {
  display: block;
  max-height: none;
  max-width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.message-title-error {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
}

.block-terms-of-participation-2 {
  display: none;
  margin-top: 10px;
  padding: 16px;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 16%;
  right: -6%;
  bottom: 0%;
  max-width: 60px;
  margin-left: 0px;
  padding-left: 0px;
}

.text-form {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.step-block {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.form-description-text {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.promotion-title-text-2 {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.promotion-title-text-2.form-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  text-align: left;
}

.columns {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.block-receipt {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 15px;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.link-2.link-terms-of-participation {
  color: #fff;
}

.form-3 {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 16px auto 40px;
  padding-bottom: 0px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.block-name {
  display: block;
}

.message-title-success {
  margin-top: 0px;
  color: #fff;
  font-size: 31px;
  font-weight: 400;
}

.div-block-3 {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Contax pro 75';
  text-align: center;
}

.select-field-3 {
  position: static;
  display: block;
  height: 42px;
  max-height: 42px;
  padding-left: 10px;
  border-radius: 6px;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.54);
  font-size: 14px;
  font-weight: 300;
}

.block-faq-question {
  margin-bottom: 16px;
}

.input-file-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 47px;
  clear: none;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
  opacity: 0.01;
  font-family: 'Contax pro 75';
  font-weight: 700;
  cursor: pointer;
}

.container-5 {
  max-width: 1080px;
}

.heading-5 {
  color: #000;
  font-size: 36px;
  font-weight: 300;
}

.heading-5.subheading-form {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #296db9;
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
}

.section-footer {
  width: 100%;
  height: 100px;
  padding-top: 0px;
  color: #0a2d4d;
}

.bold-text-9 {
  line-height: 30px;
}

.bold-text-8 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.bold-text-8.headline-faq {
  font-family: 'Contax pro 75';
}

.text-block-7 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 1;
  color: #0a2d4d;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.link-4 {
  font-family: 'Contax pro 75';
  color: #fff;
  text-decoration: none;
}

.steps-block {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.page {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  text-align: center;
}

.text-field-2 {
  position: static;
  height: 42px;
  max-height: 42px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 300;
}

.step-description-text {
  padding: 20px 20px 0px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.section-steps {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 70px;
}

.btn-terms-of-participation-close {
  position: static;
  display: block;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 15px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a2d4b), to(#0a2d4b));
  background-image: linear-gradient(180deg, #0a2d4b, #0a2d4b);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.block-faq {
  margin-top: 0px;
  padding: 0px 40px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
}

.steps-headline {
  position: static;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  border-radius: 9px;
  color: #ff6d2a;
  font-size: 36px;
  line-height: 36px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.steps-headline.title-faq {
  overflow: visible;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #003d5e;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.success-message-2 {
  overflow: visible;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
}

.section-introtext {
  margin-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.text-faq {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.form-column {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-form-2 {
  position: static;
  display: block;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #c7285e;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-step {
  display: block;
  max-height: 119.094px;
  max-width: 120px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.image-5 {
  display: inline-block;
  width: 100%;
  background-color: #e40046;
}

.image-5.desktop {
  margin-bottom: -28px;
}

.image-5.mobil {
  display: none;
}

.div-block-9 {
  width: 213.328125px;
  height: 145.453125px;
  background-image: url('../images/swiss-flag.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9.sterreich {
  background-image: url('../images/austria-flag.png');
}

.div-block-9.schweiz {
  background-image: url('../images/swiss-flag.png');
}

.first-content-block-2 {
  padding-bottom: 80px;
  text-align: center;
}

.link-6 {
  display: inline-block;
  width: 33%;
  height: 100%;
  margin-bottom: 48%;
  padding-top: 55%;
  color: #fff;
  text-decoration: none;
}

.link-6:hover {
  background-color: hsla(0, 0%, 100%, 0.49);
}

.link-6.au {
  width: 50%;
}

.german-flag {
  background-color: #fff;
}

.text-block-title {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.columns-2 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.body-2 {
  background-color: #fff;
}

.faq-question-text {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #2e2757;
  font-size: 18px;
  font-weight: 700;
}

.text-block-11 {
  margin-top: 20px;
  padding-bottom: 20px;
  color: #d947a8;
  font-size: 22px;
  font-weight: 700;
}

.image-7 {
  margin-right: 160px;
}

.image {
  margin-top: 20px;
  margin-left: 160px;
}

.form-description-text-2 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fffcfc;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.bold-text-4 {
  color: #2e2757;
  font-weight: 400;
}

.block-faq-question-2 {
  margin-bottom: 0px;
}

.text-form-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.section-2 {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-steps-2 {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0f0e3a;
}

.bold-text-10 {
  font-family: Lato, sans-serif;
  color: #2e2757;
  font-size: 32px;
  font-weight: 900;
}

.form-4 {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  text-align: left;
}

.section-redemption {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #0f0e3a;
}

.image-banner {
  margin-bottom: -28px;
}

.text-block-35 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  opacity: 1;
  color: #2e2757;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.text-field-3 {
  position: static;
  height: 42px;
  max-height: 42px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 100%;
}

.text-field-3.product-column-middle {
  width: 98%;
  height: 38px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
}

.link-7 {
  color: #2e2757;
  text-decoration: none;
}

.block-anrede {
  display: block;
}

.input-file-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 47px;
  clear: none;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
  opacity: 0.01;
  font-weight: 700;
  cursor: pointer;
}

.input-file-3.input-file {
  height: 45px;
}

.form-block {
  display: block;
  max-width: 500px;
  margin: 15px auto 0px;
}

.promotion-title-text {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #2e2757;
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.promotion-title-text.form-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #d947a9;
  font-size: 32px;
  text-align: center;
}

.heading-6 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.faq-text-description {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #2e2757;
  font-size: 15px;
  text-align: justify;
}

.block-receipt-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #0f0e3a;
}

.text-block-10 {
  padding-top: 0px;
  padding-bottom: 20px;
  color: #24388e;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.text-block-9 {
  min-height: 80px;
  color: #e22668;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}

.column-2 {
  padding-right: 40px;
}

.redemption-columns-2 {
  display: block;
  margin-top: 0px;
}

.column-image-receipt-2 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(28, 82, 148, 0);
  text-align: center;
}

.form-column-2 {
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.step-block-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.bold-text-7 {
  color: #2e2757;
}

.html-embed {
  color: #fff;
}

.bold-text {
  color: #0f0e3a;
  font-weight: 900;
}

.column {
  padding-left: 40px;
}

.div-block-15 {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.step-description-text-2 {
  padding: 20px;
  color: #d947a8;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.bold-text-5 {
  padding-right: 0px;
  padding-left: 0px;
  color: #d947a8;
  font-size: 28px;
  text-align: center;
}

.imprint-link-2 {
  color: #2e2757;
  text-decoration: none;
}

.section-description {
  margin-bottom: -1px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.select-field {
  position: static;
  display: block;
  width: 100%;
  max-height: 42px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 6px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
}

.select-field.select-column-left {
  width: 100%;
  margin-right: auto;
  padding-left: 10px;
}

.select-field.select-column-right {
  width: 98%;
  margin-right: 0px;
}

.bold-text-2 {
  color: #2e2757;
  font-weight: 400;
}

.faq-columns {
  padding-bottom: 40px;
}

.receipt-button-3 {
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #d947a8;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.receipt-button-3:hover {
  background-color: #f73937;
  color: #fff;
}

.link {
  color: #12538b !important;
  text-decoration: underline !important;
}

.link.link-terms-of-participation {
  color: #fffffe;
}

.receipt-image-2 {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #0f0e3a;
}

.content {
  width: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.promotion-description-text {
  padding: 10px 50px;
  color: #0f0e3a;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.section-faq-2 {
  margin-top: 60px;
  background-color: #0f0e3a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #d947a7), color-stop(20%, #fc90cd), color-stop(50%, #fae1ef), color-stop(80%, #fc90cd), color-stop(96%, #d947a7));
  background-image: linear-gradient(180deg, #d947a7 4%, #fc90cd 20%, #fae1ef 50%, #fc90cd 80%, #d947a7 96%);
}

.image-step-2 {
  max-width: 100%;
  margin-top: 20px;
}

.italic-text {
  font-style: normal;
}

.italic-text-2 {
  font-style: normal;
}

.text-block-36 {
  margin-top: 20px;
  padding-bottom: 20px;
  color: #d947a8;
  font-size: 22px;
  font-weight: 700;
}

.promotion-title-text-3 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #0f0e3a;
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.promotion-title-text-3.form-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #d947a8;
  font-size: 32px;
  text-align: center;
}

.promotion-title-text-3.form-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #d947a8;
  font-size: 32px;
  text-align: center;
}

.receipt-button-4 {
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #d947a8;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.receipt-button-4:hover {
  background-color: #f73937;
  color: #fff;
}

.receipt-button-4.receipt-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-37 {
  margin-top: 20px;
  padding-bottom: 20px;
  color: #d947a8;
  font-size: 22px;
  font-weight: 700;
}

.receipt-button-5 {
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #d947a8;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.receipt-button-5:hover {
  background-color: #f73937;
  color: #fff;
}

.receipt-button-5.receipt-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-38 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  opacity: 1;
  color: #2e2757;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.imprint-link-3 {
  color: #2e2757;
  text-decoration: none;
}

.link-8 {
  color: #2e2757;
  text-decoration: none;
}

.text-block-39 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  opacity: 1;
  color: #2e2757;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.imprint-link-4 {
  color: #2e2757;
  text-decoration: none;
}

.link-9 {
  color: #2e2757;
  text-decoration: none;
}

.column-24 {
  display: inline-block;
  padding-right: 0px;
}

.column-25 {
  padding-left: 0px;
}

.button-2 {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 50%;
  background-color: #d947a8;
  background-image: url('../images/plus1.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  text-align: left;
}

.block-product {
  margin-bottom: 10px;
}

.block-product-two {
  display: none;
  margin-bottom: 10px;
}

.block-product-three {
  display: none;
}

.section-top {
  width: 100%;
  min-height: 180px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/ArlabackgroundHeader.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: repeat-x;
}

.image-43 {
  display: block;
  max-width: 520px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
}

.form-select-field {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  color: #807e7e;
  text-align: left;
}

.form-text-field {
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.section-welcome-2-copy {
  max-width: 750px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.content-3 {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  background-color: #fff;
}

.submit-button-2 {
  display: block;
  width: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.84);
  border-radius: 6px;
  background-color: #001a71;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.submit-button-2:hover {
  background-color: #175f87;
}

.div-block-checkbox {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.section-banner-2 {
  height: 100%;
  max-width: 750px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.text-block-footer {
  margin: 60px auto 0px;
  font-family: Lato, sans-serif;
  color: #18376a;
  font-size: 13px;
  line-height: 110%;
  text-align: center;
}

.heading-1 {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Lunchbox, sans-serif;
  color: #001a71;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.text-block-1 {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.checkbox-label {
  display: inline-block;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
}

.checkbox-field {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.form-block-3 {
  max-width: 750px;
}

.checkbox {
  border: 2px solid #000;
  font-family: Lato, sans-serif;
}

.section-form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: url('../images/Hintergrund.png');
  background-position: 50% 50%;
  background-size: contain;
}

.section-bottom {
  max-width: 750px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.text-block-2 {
  margin: 20px 5px 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  text-decoration: none;
}

.link-10 {
  color: #000;
  text-decoration: none;
}

.link-11 {
  color: #000;
  text-decoration: none;
}

.image-44 {
  width: 50%;
  max-width: none;
  margin-right: 40px;
}

.image-45 {
  display: inline-block;
  max-width: 65%;
  margin-left: 0px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.link-12 {
  color: #000;
  text-decoration: none;
}

.link-13 {
  color: #000;
  text-decoration: none;
}

.link-14 {
  color: #000;
  text-decoration: none;
}

.link-15 {
  color: #000;
  text-decoration: none;
}

.link-16 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-17 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.bold-text-11 {
  color: #1a7cad;
}

.bold-text-12 {
  color: #1a7cad;
}

.bold-text-13 {
  color: #1a7cad;
}

.bold-text-14 {
  color: #fff;
  text-decoration: underline;
}

.bold-text-15 {
  color: #1a7cad;
}

.bold-text-16 {
  color: #1a7cad;
}

.bold-text-17 {
  color: #1a7cad;
}

.bold-text-18 {
  color: #1a7cad;
}

.bold-text-19 {
  color: #1a7cad;
}

.menu-button {
  display: none;
}

.image-10 {
  margin-left: auto;
  padding-left: 0px;
}

.image-8 {
  display: none;
}

.nav-link-right {
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 2px none #fff;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.div-block-7 {
  display: block;
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #092c4a;
}

.nav-link-left-2 {
  margin-right: 10px;
  margin-left: -4px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.nav-link-right-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 2px none #fff;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.image-46 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #141418;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

.nav-menu {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  float: none;
}

.nav-link-left-1 {
  margin-left: 0px;
  padding: 0px 11px 10px 6px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.div-block-6 {
  display: inline-block;
  width: auto;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 10px;
  border-bottom: 2px solid #fff;
}

.navbar-2 {
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: transparent;
  text-align: center;
}

.div-block-16 {
  padding-bottom: 40px;
}

.div-block-5 {
  display: inline-block;
  width: 410px;
  margin-left: 0px;
  padding-left: 17px;
}

.section-banner-3 {
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.image-banner-2 {
  display: block;
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: left;
}

.image-11 {
  margin-top: -32px;
  padding-right: 0px;
  -webkit-transform: translate(50px, -105px) translate(0px, -300px) translate(0px, -300px);
  -ms-transform: translate(50px, -105px) translate(0px, -300px) translate(0px, -300px);
  transform: translate(50px, -105px) translate(0px, -300px) translate(0px, -300px);
}

.span-receipt-merchant {
  font-weight: 600;
}

.step-description-text-3 {
  padding: 20px 10px;
  color: #0a2d4b;
  font-size: 18px;
  font-weight: 300;
}

.link-18 {
  color: #0a2d4b;
  text-decoration: none;
}

.step-block-3 {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  text-align: center;
}

.field-label-2 {
  margin-bottom: 2px;
  color: #0a2d4b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-terms-of-participation-close-3 {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
}

.receipt-button-6 {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.receipt-button-6:hover {
  background-color: #2985d6;
}

.receipt-button-6.receipt-button {
  padding-top: 8px;
  padding-bottom: 8px;
}

.span-receipt-date {
  font-weight: 600;
}

.btn-data-policy-close {
  position: static;
  float: right;
  border-radius: 5px;
}

.column-right {
  padding-right: 0px;
}

.product-block {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.image-13 {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
}

.section-form-4 {
  margin-bottom: 0px;
}

.link-5 {
  color: #0a2d4d;
  text-decoration: none;
}

.step-description-text-normal-2 {
  width: 530px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px 0px;
  color: #0a2d4b;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.step-description-text-normal-2._1 {
  width: 450px;
  color: #0a2d4b;
}

.div-block-10 {
  text-align: center;
}

.text-field-4 {
  border-radius: 5px;
  font-size: 16px;
}

.promotion-title-text-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #0a2d4b;
  font-size: 27px;
  line-height: 100%;
  font-weight: 900;
  text-align: center;
}

.block-data-policy {
  display: none;
  padding: 16px;
}

.input-file-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow: hidden;
  width: 500px;
  height: 50px;
  clear: none;
  opacity: 0.01;
  cursor: pointer;
}

.label-note-email {
  margin-top: 0px;
  color: #0a2d4c;
  font-weight: 400;
  text-align: left;
}

.section-description-2 {
  padding-top: 20px;
  padding-bottom: 0px;
}

.text-2 {
  width: 500px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #0a2d4b;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-decoration: underline;
}

.success-message-3 {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
}

.block-salutation {
  display: block;
}

.text-block-40 {
  color: #0a2d4b;
  font-size: 18px;
}

.label-required-2 {
  color: #da2323;
}

.subheadline {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.label-note {
  margin-top: 0px;
  color: #0a2d4b;
  text-align: center;
}

.checkbox-label-3 {
  margin-top: 2px;
  color: #0a2d4b;
  font-weight: 400;
}

.step-description-text-header {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  color: #0a2d4b;
  font-size: 24px;
  line-height: 100%;
  font-weight: 900;
  text-align: center;
}

.step-description-text-header.small-headline {
  padding-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
}

.block-receipt-2 {
  margin-bottom: 15px;
}

.content-4 {
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

.submit-button-3 {
  width: 500px;
}

.image-12 {
  display: inline-block;
  max-height: 300px;
  margin-right: 20px;
  margin-left: 20px;
}

.checkbox-newsletter {
  display: block;
}

.section-products {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-birthday {
  display: block;
}

.select-field-4 {
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
}

.div-block-17 {
  position: relative;
  overflow: hidden;
}

.block-terms-of-participation {
  display: none;
  padding: 16px;
  color: #0a2d4b;
  font-weight: 400;
  font-family: Arial, sans-serif;
  font-size: 14px;  
}

.btn-terms-of-use-close {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
}

.heading-7 {
  margin-top: 10px;
  font-weight: 600;
}

.column-left {
  padding-left: 0px;
}

.form-block-4 {
  display: block;
  max-width: 500px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.block-terms-of-use {
  display: none;
  padding: 16px;
}

.form-6 {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  text-align: left;
}

.span-receipt-sum {
  font-weight: 600;
}

.promotion-title-text-5 {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0a2d4b;
  font-size: 27px;
  line-height: 100%;
  font-weight: 900;
  text-align: center;
}

.promotion-title-text-5.text-product-below {
  margin-top: 10px;
  font-size: 23px;
}

.promotion-title-text-5.text-product-below.product-text {
  margin-bottom: 10px;
  font-size: 20px;
}

.block-address-2 {
  display: block;
}

.image-9 {
  display: block;
  max-height: 350px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-41 {
  margin-bottom: 20px;
}

.section-steps-3 {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
}

.imprint-link-5 {
  color: #0a2d4d;
  font-size: 27px;
  text-decoration: none;
}

.link-19 {
  color: #0a2d4d;
  font-size: 27px;
  text-decoration: none;
}

.column-28 {
  padding-right: 10px;
  padding-left: 0px;
}

.column-29 {
  padding-right: 0px;
}

@media screen and (max-width: 991px) {
  .section__404 {
    max-width: none;
    background-image: url('../images/acardo-mobile.jpeg');
    background-size: cover;
  }

  ._404__content {
    width: 350px;
    padding-top: 100px;
  }

  ._404__error {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  ._404__heading {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
  }

  ._404__subhead {
    width: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-weight: 500;
  }

  .content__key {
    max-width: 80%;
  }

  .navbar-resp {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 0px;
    padding-left: 20px;
  }

  .menu-button-3 {
    height: auto;
    margin-top: 0px;
    padding: 0px;
  }

  .menu-button-3.w--open {
    z-index: 2;
    background-color: #fff;
  }

  .nav-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
    background-color: #fff;
    font-size: 35px;
    line-height: 35px;
  }

  .link-block-12 {
    padding: 10px 10px 0px;
  }

  .navlink {
    display: block;
    font-size: 30px;
  }

  .image-26 {
    display: block;
    margin-top: 0px;
  }

  .lottie-animation-3 {
    width: 80%;
  }

  .column-3 {
    padding-left: 40px;
  }

  .image-41 {
    max-width: 40%;
  }

  .text-block {
    margin-right: 60px;
    margin-bottom: 0px;
    margin-left: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 1.5em;
  }

  .section-form {
    margin-right: 20px;
    margin-left: 10px;
  }

  .submit-button.button {
    margin-right: 10px;
  }

  .submit-button.button {
    width: 100%;
    height: 42px;
    background-image: none;
  }

  .submit-button.button {
    width: 100%;
    height: 42px;
    background-image: none;
  }

  .submit-button.button {
    width: 100%;
    height: 42px;
    background-image: none;
  }

  .submit-button.button {
    width: 100%;
    height: 42px;
    background-image: none;
  }

  .heading {
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .column-image-receipt {
    display: block;
  }

  .text-block-34 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .steps-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .receipt-button-2 {
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    text-align: center;
  }

  .receipt-image {
    padding-top: 190px;
    padding-bottom: 185px;
    background-color: transparent;
  }

  .heading-4 {
    font-size: 35px;
  }

  .redemption-columns {
    max-height: none;
  }

  .image-2 {
    right: -12%;
  }

  .select-field-3 {
    height: 42px;
    max-height: none;
    line-height: 16px;
  }

  .input-file-2 {
    width: 100%;
    height: 42px;
    text-align: left;
  }

  .text-block-7 {
    font-size: 25px;
  }

  .step-description-text {
    font-size: 20px;
  }

  .steps-headline.title-faq {
    font-size: 32px;
    line-height: 33px;
  }

  .section-redemption {
    padding-bottom: 0px;
  }

  .text-block-35 {
    font-size: 25px;
  }

  .input-file-3 {
    width: 100%;
    height: 42px;
    text-align: left;
  }

  .promotion-title-text {
    font-size: 24px;
    line-height: 30px;
  }

  .block-receipt-image {
    height: 1010px;
  }

  .text-block-10 {
    padding-top: 40px;
  }

  .column-image-receipt-2 {
    display: block;
  }

  .step-description-text-2 {
    font-size: 16px;
  }

  .bold-text-5 {
    font-size: 22px;
    line-height: 25px;
  }

  .select-field {
    height: 42px;
    max-height: none;
    line-height: 16px;
  }

  .faq-columns {
    background-position: -15% 105%;
    background-size: 500px;
  }

  .block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .receipt-button-3 {
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    text-align: center;
  }

  .receipt-image-2 {
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: transparent;
  }

  .content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-top: 0px;
  }

  .promotion-title-text-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .receipt-button-4 {
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    text-align: center;
  }

  .receipt-button-5 {
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    text-align: center;
  }

  .text-block-38 {
    font-size: 25px;
  }

  .text-block-39 {
    font-size: 25px;
  }

  .section-top {
    min-height: 70px;
  }

  .section-welcome-2-copy {
    height: 220px;
  }

  .text-block-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .checkbox-label {
    display: inline-block;
    margin-bottom: 0px;
  }

  .section-form-3 {
    background-size: cover;
  }

  .text-block-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button {
    display: block;
    margin-top: 10px;
    padding: 0px 10px 0px 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .image-10 {
    margin-bottom: 20px;
  }

  .image-8 {
    display: inline-block;
    margin-left: 10px;
  }

  .nav-link-right {
    padding-right: 0px;
    text-align: center;
  }

  .div-block-7 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .nav-link-left-2 {
    margin-right: 0px;
    padding-left: 0px;
    border-bottom-style: none;
    text-align: center;
  }

  .nav-link-right-2 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-46 {
    display: none;
  }

  .nav-menu {
    position: absolute;
    z-index: 999;
    padding-right: 0px;
    background-color: #0b2d4b;
  }

  .nav-link-left-1 {
    padding-right: 0px;
    border-bottom-style: none;
    text-align: center;
  }

  .div-block-6 {
    display: block;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    border-bottom-style: none;
  }

  .navbar-2 {
    z-index: 999;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    text-align: left;
  }

  .div-block-5 {
    display: block;
    width: auto;
  }

  .section-banner-3 {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    padding-top: 90px;
  }

  .image-banner-2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 0px;
  }

  .block-content-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .content-4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .steps-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-steps-3 {
    margin-right: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

  .column-29 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  ._404__error {
    width: 250px;
  }

  ._404__heading {
    margin-top: 60px;
    color: #fff;
    text-transform: uppercase;
  }

  ._404__subhead {
    margin-top: 20px;
    color: #fff;
  }

  .link__acardo {
    width: 100%;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    display: none;
    height: 10px;
  }

  .checkbox-label-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block {
    margin-bottom: 10px;
  }

  .column-5 {
    display: none;
  }

  .field-label {
    text-align: left;
  }

  .fieldcolums {
    margin-right: auto;
    margin-left: auto;
  }

  .column-11 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .checkbox-field-3 {
    margin-left: 10px;
  }

  .submit-button.button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .submit-button.button {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .submit-button.button {
    width: 100%;
  }

  .submit-button.button {
    width: 100%;
  }

  .submit-button.button {
    width: 100%;
  }

  .checkbox-3 {
    margin-top: 24px;
  }

  .column-image-receipt {
    display: block;
  }

  .text-block-34 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .receipt-button-2 {
    width: 60%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-2 {
    display: none;
  }

  .step-block {
    margin-bottom: 20px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .form-description-text {
    padding-right: 10px;
    padding-left: 0px;
  }

  .promotion-title-text-2 {
    font-size: 22px;
    line-height: 20px;
  }

  .input-file-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .step-description-text {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }

  .block-faq {
    margin-right: 0px;
    margin-left: 0px;
  }

  .steps-headline {
    margin-bottom: 0px;
  }

  .steps-headline.title-faq {
    font-size: 32px;
  }

  .form-column {
    display: none;
    padding-right: auto;
    padding-left: auto;
  }

  .image-step {
    max-width: 180px;
  }

  .div-block-9 {
    width: 259px;
    height: 195px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 0%;
  }

  .german-flag {
    max-width: 100%;
  }

  .switzerland {
    padding-left: 10px;
    text-align: center;
  }

  .osterreich {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-7 {
    height: auto;
    max-width: 150px;
  }

  .image {
    height: auto;
    max-width: 100px;
    margin-bottom: 10px;
  }

  .form-description-text-2 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .input-file-3 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .promotion-title-text {
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-9 {
    min-height: 40px;
  }

  .column-image-receipt-2 {
    display: none;
  }

  .form-column-2 {
    padding-right: auto;
    padding-left: auto;
  }

  .step-block-2 {
    padding: 0px 40px;
  }

  .column {
    padding-left: 10px;
  }

  .step-description-text-2 {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
  }

  .faq-columns {
    background-image: none;
  }

  .block-content {
    padding-bottom: 40px;
  }

  .receipt-button-3 {
    width: 100%;
  }

  .promotion-description-text {
    font-size: 14px;
  }

  .image-step-2 {
    height: auto;
    max-width: 150px;
  }

  .promotion-title-text-3 {
    font-size: 22px;
    line-height: 24px;
  }

  .receipt-button-4 {
    width: 100%;
  }

  .receipt-button-5 {
    width: 100%;
  }

  .section-top {
    min-height: 60px;
  }

  .form-select-field {
    width: 90%;
  }

  .form-text-field {
    width: 90%;
  }

  .section-welcome-2-copy {
    height: 260px;
  }

  .form-5 {
    padding-top: 20px;
  }

  .submit-button-2 {
    width: 60%;
  }

  .checkbox-field {
    width: 90%;
  }

  .menu-button {
    display: block;
  }

  .image-8 {
    display: inline-block;
  }

  .nav-menu {
    padding-right: 0px;
  }

  .navbar-2 {
    display: block;
    text-align: left;
  }

  .image-banner-2 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .step-description-text-3 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
  }

  .step-block-3 {
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .step-description-text-normal-2 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
  }

  .promotion-title-text-4 {
    font-size: 22px;
    line-height: 20px;
  }

  .step-description-text-header {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
  }

  .promotion-title-text-5 {
    font-size: 22px;
    line-height: 20px;
  }

  .section-steps-3 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-28 {
    padding-right: 0px;
  }

  .column-29 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section__404 {
    background-size: cover;
  }

  ._404__content {
    width: 90%;
    margin-top: 0px;
    padding: 0px;
  }

  ._404__error {
    width: 150px;
  }

  ._404__heading {
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
  }

  ._404__subhead {
    width: 90%;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
  }

  .content__link {
    margin-bottom: 40px;
  }

  .link__acardo {
    width: 100%;
    max-width: 80%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 15px;
    font-size: 20px;
  }

  .content__key {
    display: block;
    width: 150px;
    height: 150px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .content__password {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-resp {
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button-3.w--open {
    background-color: #fff;
    color: #fff;
  }

  .nav-menu-2 {
    margin-top: 45px;
    padding-left: 20px;
  }

  .container-3 {
    margin-right: auto;
  }

  .navlink {
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .navlink.w--current {
    font-size: 20px;
    line-height: 25px;
  }

  .image-26 {
    width: 180px;
    padding-top: 0px;
  }

  .lottie-animation-3 {
    width: auto;
    max-height: 45px;
    max-width: 45px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-3 {
    padding-right: 0px;
  }

  .text-block-33 {
    margin-top: 10px;
  }

  .checkbox-label-2 {
    margin-left: 0px;
    font-weight: 400;
  }

  .image-41 {
    max-width: 80%;
    margin: 0px auto 20px;
  }

  .receipt-button {
    font-size: 22px;
  }

  .div-block {
    margin-top: 10px;
  }

  .text-block {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

  .field-label {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: left;
  }

  .field-label.receipt {
    text-align: center;
  }

  .section-form {
    margin-top: 40px;
    margin-right: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .checkbox-field-3 {
    padding-left: 0px;
  }

  .submit-button.button {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }

  .submit-button.button {
    width: 100%;
    height: 42px;
    margin-left: 0px;
    background-image: none;
    font-size: 16px;
  }

  .submit-button.button {
    width: 100%;
    height: 42px;
    margin-left: 0px;
    background-image: none;
    font-size: 16px;
  }

  .submit-button.button {
    width: 100%;
    height: 42px;
    margin-left: 0px;
    background-image: none;
    font-size: 16px;
  }

  .submit-button.button {
    width: 100%;
    height: 42px;
    margin-left: 0px;
    background-image: none;
    font-size: 16px;
  }

  .submit-button.button {
    margin-top: 20px;
  }

  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .input-file {
    font-size: 22px;
  }

  .heading {
    width: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .form-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-image-receipt {
    display: block;
  }

  .text-block-34 {
    font-size: 18px;
    line-height: 25px;
  }

  .headline-faq {
    line-height: 22px;
  }

  .steps-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .receipt-button-2 {
    display: block;
    width: 100%;
    height: 42px;
    background-color: #1fc1e9;
    background-image: none;
    font-size: 16px;
    text-align: center;
  }

  .heading-4 {
    font-size: 30px;
  }

  .heading-4.head2 {
    padding-top: 10px;
  }

  .block-terms-of-participation-2 {
    display: none;
  }

  .step-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-description-text {
    font-size: 14px;
  }

  .promotion-title-text-2 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .form-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .select-field-3 {
    padding: 0px;
    border-radius: 5px;
  }

  .input-file-2 {
    display: block;
    width: 100%;
    height: 42px;
    text-align: left;
  }

  .heading-5.subheading-form {
    font-size: 16px;
    font-weight: 400;
  }

  .section-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .bold-text-8 {
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .step-description-text {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 25px;
  }

  .block-faq {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 8px 40px;
  }

  .steps-headline {
    margin-bottom: 0px;
    font-size: 17px;
  }

  .steps-headline.title-faq {
    padding-top: 0px;
    font-size: 25px;
    line-height: 25px;
  }

  .section-introtext {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-faq {
    font-size: 15px;
    text-align: left;
  }

  .form-column {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-form-2 {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-step {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 120px;
    padding-top: 20px;
  }

  .image-5.desktop {
    display: none;
  }

  .image-5.mobil {
    display: block;
  }

  .first-content-block-2 {
    background-position: 4% 99%, 50% 2%;
    background-size: 108px, 150px;
  }

  .text-block-title {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 17px;
  }

  .form-description-text-2 {
    font-size: 14px;
  }

  .bold-text-10 {
    font-size: 25px;
    line-height: 25px;
  }

  .form-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-35 {
    font-size: 20px;
  }

  .input-file-3 {
    display: block;
    width: 100%;
    height: 42px;
    text-align: left;
  }

  .promotion-title-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .promotion-title-text.form-title {
    font-size: 25px;
    line-height: 34px;
  }

  .text-block-10 {
    padding-top: 60px;
  }

  .column-2 {
    padding-right: 10px;
  }

  .column-image-receipt-2 {
    display: none;
  }

  .form-column-2 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-block-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-description-text-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-5 {
    font-size: 20px;
    line-height: 22px;
  }

  .section-description {
    background-size: 100px, 300px, 100px, 150px;
  }

  .select-field {
    padding: 0px;
    border-radius: 5px;
  }

  .faq-columns {
    padding-bottom: 0px;
  }

  .block-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .receipt-button-3 {
    display: block;
    width: 100%;
    height: 42px;
    background-image: none;
    font-size: 16px;
    text-align: center;
  }

  .promotion-title-text-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .promotion-title-text-3.form-title {
    font-size: 25px;
    line-height: 34px;
  }

  .promotion-title-text-3.form-title {
    font-size: 25px;
    line-height: 34px;
  }

  .receipt-button-4 {
    display: block;
    width: 100%;
    height: 42px;
    background-image: none;
    font-size: 16px;
    text-align: center;
  }

  .receipt-button-5 {
    display: block;
    width: 100%;
    height: 42px;
    background-image: none;
    font-size: 16px;
    text-align: center;
  }

  .text-block-38 {
    font-size: 20px;
  }

  .text-block-39 {
    font-size: 20px;
  }

  .section-top {
    min-height: 50px;
  }

  .form-select-field {
    width: 80%;
  }

  .form-text-field {
    width: 80%;
  }

  .section-welcome-2-copy {
    height: auto;
  }

  .content-3 {
    margin-top: 0px;
  }

  .submit-button-2 {
    width: 80%;
  }

  .text-block-footer {
    margin-top: 30px;
  }

  .text-block-1 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .checkbox-field {
    width: 80%;
  }

  .section-form-3 {
    background-size: cover;
    background-attachment: scroll;
  }

  .section-bottom {
    height: auto;
    padding-bottom: 40px;
  }

  .div-text {
    padding-bottom: 0px;
  }

  .text-block-2 {
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    display: block;
    margin-top: 10px;
    font-size: 30px;
  }

  .menu-button.w--open {
    margin-top: 20px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .image-8 {
    display: inline-block;
  }

  .nav-link-right {
    padding-right: 0px;
    text-align: center;
  }

  .div-block-7 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .nav-link-left-2 {
    margin-right: 0px;
    padding-left: 0px;
    border-bottom-style: none;
    text-align: center;
  }

  .nav-link-right-2 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-46 {
    display: none;
  }

  .nav-menu {
    position: absolute;
    z-index: 1;
    background-color: #0b2d4b;
  }

  .nav-link-left-1 {
    padding-right: 0px;
    border-bottom-style: none;
    text-align: center;
  }

  .div-block-6 {
    display: block;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    border-bottom-style: none;
  }

  .navbar-2 {
    display: block;
    padding-left: 30px;
    text-align: center;
  }

  .div-block-5 {
    display: block;
    width: auto;
  }

  .image-banner-2 {
    max-width: none;
    min-width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .step-description-text-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-block-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-content-2 {
    display: block;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
  }

  .receipt-button-6.receipt-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-description-text-normal-2 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-description-text-normal-2._1 {
    width: auto;
  }

  .promotion-title-text-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .input-file-4.input-file {
    width: 100%;
  }

  .label-note-email {
    text-align: left;
  }

  .text-2 {
    width: auto;
    min-width: 0px;
  }

  .label-note {
    text-align: left;
  }

  .step-description-text-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-4 {
    padding-bottom: 20px;
  }

  .image-12 {
    max-height: 200px;
  }

  .select-field-4 {
    border-radius: 5px;
  }

  .block-terms-of-participation-3 {
    display: none;
  }

  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .steps-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-6 {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .promotion-title-text-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .promotion-title-text-5.text-product-below.product-text {
    font-size: 18px;
  }

  .image-9 {
    max-height: 250px;
    margin-left: auto;
  }

  .section-steps-3 {
    width: auto;
  }

  .imprint-link-5 {
    font-size: 20px;
  }

  .link-19 {
    font-size: 20px;
  }
}

@font-face {
  font-family: 'Lunchbox';
  src: url('../fonts/Lunchbox_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}