.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 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section__login {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: none;
  justify-content: center;
  align-items: center;
  background-image: url('../images/acardo-desktop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.login__content {
  display: flex;
  width: 300px;
  margin-bottom: 0px;
  flex-direction: column;
  text-align: center;
}

.section__404 {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  justify-content: center;
  align-items: center;
  background-image: url('../images/acardo-desktop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Congressef, sans-serif;
}

._404__content {
  display: block;
  width: auto;
  height: auto;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

._404__error {
  width: auto;
  max-width: 300px;
}

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

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

.content__div {
  display: flex;
  flex-direction: column;
  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;
  flex: 0 auto;
  -o-object-fit: fill;
     object-fit: fill;
}

.content__heading {
  max-width: 95%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Congressef, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

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

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

.content__password {
  border-style: solid;
  border-width: 2px;
  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::-moz-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;
}

.body {
  background-color: #fff;
  font-family: Congressef, sans-serif;
}

.nav__menu__icon-2 {
  display: flex;
  width: 26px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.nav__menu__content-3 {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #d4d4d4;
}

.nav-menu-2 {
  margin-top: 0px;
}

.nav__menu__line-3 {
  height: 4px;
  border-radius: 50px;
  background-color: #c1a367;
}

.nav__link-r {
  font-size: 16px;
  line-height: 20px;
}

.nav__link-r.text__navbar__mobil {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Congressef, sans-serif;
  color: #306a4c;
  font-size: 14px;
}

.navbar {
  position: static;
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
}

.container-5 {
  margin-right: 40px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav__menu__button-4 {
  width: 48px;
  height: 48px;
  padding: 0px;
}

.nav__menu__button-4.w--open {
  width: 48px;
  height: 48px;
  padding: 0px;
  background-color: #fff;
}

.image-58 {
  width: 100%;
}

.image-59 {
  display: none;
}

.intro__section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading {
  max-width: 700px;
  margin: 0px auto 20px;
  font-family: Congressef, sans-serif;
  color: #b01929;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.primary__text {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-family: Congressef, sans-serif;
  color: #092c4a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.tutorial__section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}

.tutorial__wrapper {
  display: flex;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
}

.tutorial__box {
  display: flex;
  width: 250px;
  margin-right: 10px;
  margin-left: 10px;
  flex-direction: column;
  align-items: center;
}

.tutorial__img {
  display: inline-block;
}

.tutorial__text {
  margin-top: 20px;
}

.secondary__text {
  display: inline-block;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Congressef, sans-serif;
  color: #092c4a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.secondary__text.white {
  color: #fff;
}

.image-60 {
  width: 130px;
}

.form__section {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-span {
  font-weight: 500;
}

.text-span-2 {
  font-weight: 700;
}

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

.error-message {
  margin-right: 10px;
  margin-left: 10px;
  padding: 40px 15px;
  border-radius: 5px;
  background-color: #b01929;
}

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

.success-message-2.success-message {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 0px;
  background-color: #306a4c;
  color: #fff;
}

.message-title-error {
  margin-top: 0px;
  background-color: transparent;
  font-family: Congressef, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

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

.text-field-3 {
  position: static;
  display: inline;
  height: 42px;
  max-height: 42px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #024;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 1px #d8d8d8;
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}

.text-field-3:hover {
  border-color: #024;
  background-color: #fff;
  color: #024;
}

.text-field-3:active {
  background-color: #aac9e3;
  color: #024;
}

.text-field-3:focus {
  background-color: #aac9e3;
}

.text-field-3::-moz-placeholder {
  color: #9a9a9a;
}

.text-field-3::-ms-input-placeholder {
  color: #9a9a9a;
}

.text-field-3::placeholder {
  color: #9a9a9a;
}

.terms-of-participation {
  color: #092c4a;
}

.form-description-text {
  display: block;
  margin-bottom: 10px;
  color: #092c4a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text__main {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Congressef, sans-serif;
  color: #212529;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.text__main.left-align {
  margin-left: 0px;
  color: #092c4a;
  font-size: 14px;
  text-align: left;
}

.loader {
  position: static;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.76);
}

.message-title-success {
  margin-top: 0px;
  font-family: Congressef, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

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

.text-message-error-2 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: Congressef, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.text-message-success-2 {
  font-family: Congressef, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

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

.submit-button.s-button {
  display: block;
  height: 42px;
  max-width: 400px;
  margin: 20px auto;
  border-style: none;
  border-width: 1px;
  border-color: #024;
  border-radius: 20px;
  background-color: #b01929;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  text-transform: none;
}

.submit-button.s-button:hover {
  border: 2px solid #3b2774;
  background-color: #fff;
  color: #3b2774;
}

.form-describtion__text {
  margin-bottom: 60px;
}

.select-field {
  position: static;
  display: block;
  height: 42px;
  max-height: 42px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #024;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 1px #d8d8d8;
  font-family: Congressef, sans-serif;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}

.select-field:focus-visible {
  color: #024;
}

.select-field[data-wf-focus-visible] {
  color: #024;
}

.link {
  color: #092c4a;
}

.products__section {
  padding-top: 40px;
}

.product__wrapper {
  display: flex;
  padding: 40px 60px;
  justify-content: space-between;
  background-color: #be1633;
}

.product__wrapper.orange {
  background-color: #ec6501;
}

.product__wrapper.green {
  background-color: #129433;
}

.product__img {
  margin-right: 0px;
  margin-left: 0px;
}

.product__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.headline__products {
  max-width: none;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Congressef, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}

.image-61 {
  width: 200px;
}

.button {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms ease;
  font-family: Congressef, sans-serif;
  color: #b01929;
  text-align: center;
}

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

.button.orange {
  color: #ed6402;
}

.button.orange:hover {
  color: #fff;
}

.button.green {
  color: #129433;
}

.button.green:hover {
  color: #fff;
}

.products__container {
  display: flex;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.text__footer {
  display: flex;
  width: auto;
  margin-right: 40px;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
}

.text_footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
  font-family: Congressef, sans-serif;
  color: #306a4c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.link_main {
  color: #024;
  text-decoration: none;
}

.link_main:hover {
  text-decoration: underline;
}

.link_main.footer {
  transition: all 300ms ease;
  font-family: Congressef, sans-serif;
  color: #306a4c;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.link_main.footer:hover {
  color: #092c4a;
  text-decoration: none;
}

.win__section {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-27 {
  color: #444f4e;
  font-weight: 700;
  text-decoration: none;
}

.faq__section {
  min-height: auto;
  margin-bottom: 60px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
}

._w-faq-icon {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}

.text-block-8 {
  font-family: Congressef, sans-serif;
  color: #092c4a;
  font-size: 25px;
  line-height: 32px;
}

.text-block-8:hover {
  color: #092c4a;
}

.faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c73c37;
}

.c-faq-q {
  display: flex;
  align-items: center;
}

.c-faq-q:hover {
  color: #333;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  flex: 0 auto;
  background-color: #c73c37;
  text-align: left;
}

.c-faq-text {
  padding: 20px 20px 10px;
  flex: 1;
  font-size: 1.2px;
}

.c-faq-text:hover {
  color: #333;
}

.c-faq-a {
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0);
}

.link-28 {
  color: #444f4e;
  font-weight: 700;
  text-decoration: none;
}

.c-faq-icon {
  padding: 20px;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-divider {
  padding-right: 20px;
  padding-left: 20px;
}

.faq-a-text {
  margin-right: 40px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Congressef, sans-serif;
  color: #092c4a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.c-faq-item {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  cursor: pointer;
}

.c-faq {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.link-26 {
  color: #444f4e;
  font-weight: 700;
  text-decoration: none;
}

.faq-divider {
  height: 0px;
  border: 1px none #000;
}

.intro__section__secondary {
  padding-top: 60px;
  padding-bottom: 20px;
}

.link-29 {
  color: #092c4a;
}

.link-30 {
  color: #092c4a;
}

.tnb__section {
  background-color: transparent;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #482815;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.bold-text-4 {
  color: #482815;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

.container-4 {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 40px 100px;
}

.tnb__section-2 {
  display: flex;
  padding-top: 0px;
  flex-direction: column;
  align-items: center;
}

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

.text__tnb-main-2 {
  max-width: 1000px;
  margin: 40px auto 10px;
  font-family: Congressef, sans-serif;
  color: #b01929;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.text__link__bold {
  color: #b11b18;
  font-weight: 600;
  text-decoration: none;
}

.text__tnb-content-2 {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Congressef, sans-serif;
  color: #092c4a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.input-file-3 {
  position: absolute;
  left: auto;
  top: auto;
  display: block;
  overflow: visible;
  width: auto;
  height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0em;
  clear: none;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.01;
  font-weight: 700;
  cursor: pointer;
}

.input-file-3.input-file {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 0px;
  letter-spacing: 0px;
}

.input-file-3.input-file {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  font-size: 18px;
}

.div-block-18 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-17 {
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.receipt-button-4 {
  width: 100%;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1.3em;
  border: 1px none #000;
  border-radius: 40px;
  background-color: #408d3c;
  transition: background-color 200ms ease;
  font-size: 20px;
  line-height: 26%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.receipt-button-4:hover {
  border-style: solid;
  border-color: #dc3642;
  border-radius: 0.25em;
  background-color: #fff;
  color: #408d3c;
}

.receipt-button-4.receipt-button {
  display: flex;
  width: 100%;
  height: 42px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 9px 15px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #b01929;
  border-radius: 20px;
  background-color: transparent;
  transition-property: none;
  font-family: Congressef, sans-serif;
  color: #b01929;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.receipt-button-4.receipt-button:hover {
  border-style: solid;
  border-color: #aac9e3;
  border-radius: 0px;
  background-color: #aac9e3;
  color: #fff;
}

.kassenboninformation {
  max-width: 800px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Congressef, sans-serif;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.lose__section {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

  ._404__content {
    width: auto;
    max-width: 400px;
    padding-top: 100px;
  }

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

  ._404__heading {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    line-height: 1.2;
    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%;
  }

  .content__heading {
    font-size: 25px;
  }

  .nav__menu__icon-2 {
    display: flex;
    width: 26px;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav__menu__content-3 {
    display: flex;
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
    border: 1px none #000;
    background-color: transparent;
  }

  .div-block-34 {
    margin-right: auto;
    margin-left: 40px;
  }

  .nav-menu-2 {
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    padding-top: 60px;
    background-color: #fff;
  }

  .nav__menu__line-3 {
    height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 50px;
    background-color: #306a4c;
  }

  .nav__link-r {
    color: #fff;
    text-align: center;
  }

  .nav__link-r.text__navbar__mobil {
    transition: all 200ms ease;
    font-family: Congressef, sans-serif;
    color: #013682;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .nav__link-r.text__navbar__mobil:hover {
    color: #bdce18;
  }

  .brand {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: center;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    width: 100%;
    height: 70px;
    align-items: center;
    border-bottom: 1px none #d19834;
    background-color: #fff;
  }

  .container-5 {
    display: flex;
    justify-content: center;
  }

  .nav__menu__button-4 {
    position: absolute;
    left: auto;
    top: 14%;
    right: 3%;
    bottom: 0%;
    width: 48px;
    height: 48px;
    padding: 0px;
  }

  .nav__menu__button-4.w--open {
    z-index: 500;
    background-color: transparent;
  }

  .heading {
    font-size: 46px;
  }

  .text__main {
    margin-bottom: 20px;
    font-size: 18px;
  }

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

  .text_footer {
    font-size: 25px;
  }

  .link_main.footer {
    font-size: 16px;
  }

  .faq__section {
    margin-right: 20px;
    margin-left: 20px;
  }

  .c-faq-item {
    color: #fff;
  }

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text__tnb-main-2 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text__tnb-content-2 {
    margin-bottom: 20px;
    font-size: 18px;
  }

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

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

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

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

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

  .link__acardo {
    width: 100%;
  }

  .navbar {
    display: block;
  }

  .success-message-2.success-message {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .text__main {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .button {
    padding-right: 30px;
  }

  .text_footer {
    font-size: 16px;
    line-height: 1.5;
  }

  .container-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text__tnb-main-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .text__tnb-content-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

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

  .input-file-3.input-file {
    font-size: 20px;
  }

  .input-file-3.input-file {
    font-size: 20px;
  }

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

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

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

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

  ._404__heading {
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 25px;
    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;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
  }

  .content__heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .content__button {
    width: 180px;
    max-width: none;
  }

  .content__password {
    width: auto;
    max-width: 90%;
    min-width: 220px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .nav__menu__content-3 {
    margin-top: 0px;
    border-left-style: none;
    background-color: transparent;
  }

  .div-block-34 {
    margin-left: auto;
  }

  .nav__menu__line-3 {
    background-color: #306a4c;
  }

  .nav__link-r.text__navbar__mobil {
    font-family: Congressef, sans-serif;
    color: #092c4a;
    font-size: 25px;
    letter-spacing: 0px;
    text-transform: none;
  }

  .nav__link-r.text__navbar__mobil:hover {
    color: #092c4a;
  }

  .brand {
    display: flex;
    padding-left: 0px;
  }

  .navbar {
    display: flex;
    height: 50px;
    border-bottom-style: none;
  }

  .container-5 {
    height: auto;
    margin-left: 20px;
    justify-content: center;
  }

  .nav__menu__button-4 {
    top: 0%;
  }

  .image-58 {
    display: none;
  }

  .image-59 {
    display: block;
    width: 100%;
  }

  .intro__section {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
  }

  .tutorial__section {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .tutorial__wrapper {
    margin-top: 20px;
    flex-direction: column;
  }

  .tutorial__box {
    margin-bottom: 20px;
  }

  .tutorial__text {
    margin-top: 10px;
  }

  .form__section {
    margin-top: 0px;
  }

  .error-message {
    margin-top: 0px;
  }

  .message-title-error {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  }

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

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

  .text__main {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .text__main.left-align {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 18px;
  }

  .message-title-success {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  }

  .form-block {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

  .submit-button.s-button {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
  }

  .form-describtion__text {
    margin-bottom: 40px;
  }

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

  .products__section {
    padding-top: 0px;
  }

  .product__wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product__img {
    margin-top: 30px;
  }

  .headline__products {
    text-align: center;
  }

  .buttton__products {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .text__products {
    text-align: center;
  }

  .products__container {
    width: auto;
    flex-direction: column;
    align-items: center;
  }

  .text_footer {
    font-size: 20px;
  }

  .win__section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .faq__section {
    margin-right: 10px;
    margin-left: 10px;
  }

  .c-faq-text {
    padding-right: 0px;
    padding-left: 20px;
  }

  .c-faq-icon {
    padding: 10px 20px 10px 10px;
  }

  .faq-a-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2.tnb-mobil {
    font-size: 24px;
  }

  .intro__content-text-2 {
    border: 1px none #000;
  }

  .container-4 {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
  }

  .tnb__section-2 {
    padding-top: 20px;
  }

  .text__tnb-main-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .text__tnb-content-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .input-file-3 {
    display: block;
    width: auto;
    height: 42px;
    padding-right: 1em;
    padding-left: 1em;
    text-align: left;
  }

  .input-file-3.input-file {
    margin-top: 0px;
    font-size: 19px;
  }

  .input-file-3.input-file {
    margin-top: 0px;
  }

  .receipt-button-4 {
    display: block;
    width: 100%;
    height: auto;
    background-color: #dc3642;
    background-image: none;
    color: #fff;
  }

  .receipt-button-4.receipt-button {
    width: 100%;
    padding-top: 9px;
    padding-right: 0.25em;
    padding-left: 0.25em;
    background-color: transparent;
    font-size: 16px;
    line-height: 24%;
  }
}

@font-face {
  font-family: 'Congressef';
  src: url('../fonts/CongressEF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Congressef';
  src: url('../fonts/CongressEF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Congressef';
  src: url('../fonts/CongressEF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}