@font-face {
  font-family: CongenialHeavy;
  src: url('../fonts/CongenialHeavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CongenialLight;
  src: url('../fonts/CongenialLight.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CongenialMedium;
  src: url('../fonts/CongenialMedium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: LoerrachHeavy;
  src: url('../fonts/LoerrachHeavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Congenialcyrillicbeta;
  src: url('../fonts/CongenialCyrillicBETA-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Congenialcyrillicbeta;
  src: url('../fonts/CongenialCyrillicBETA-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Loerrachcyrillicbeta;
  src: url('../fonts/LoerrachCyrillicBeta-Heavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --medium-purple: #7d69ac;
  --white: white;
  --blue: #11a2d2;
  --midnight-blue: #3b2774;
  --sky-blue: #8bd1f0;
  --dark-orange: #f18800;
  --lime-green: #76b729;
  --midnight-purple: #292067;
  --black: black;
  --gold: #d3b565;
  --pale-goldenrod: #cbdc8c;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--medium-purple);
  background-image: url('../images/background-gradient.png');
  background-repeat: no-repeat;
  background-size: cover;
  font-family: CongenialLight, Arial, sans-serif;
  font-weight: 300;
}

h1 {
  color: var(--white);
  text-align: center;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: LoerrachHeavy, Tahoma, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--blue);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: LoerrachHeavy, Tahoma, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

h3 {
  text-align: center;
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: LoerrachHeavy, Tahoma, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 90%;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: CongenialMedium, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--white);
  text-align: left;
  margin-bottom: 50px;
  font-family: CongenialLight, Arial, sans-serif;
  font-size: 24px;
  line-height: 160%;
  text-decoration: none;
}

a {
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: CongenialLight, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

li {
  font-family: CongenialLight, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

label {
  letter-spacing: .5px;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.header_image {
  width: 100%;
  max-width: 100%;
  display: block;
}

.header_image.screen {
  width: 37em;
  max-width: none;
  margin-left: auto;
}

.header_image.screen.hidden {
  width: auto;
  max-width: 60%;
}

.header_image.mobile {
  display: none;
}

.header {
  z-index: 100;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header.mobile {
  display: none;
}

.share-button {
  z-index: 2;
  width: 6vw;
  height: auto;
  margin-top: 30px;
  margin-right: 30px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.share-button.hidden {
  display: none;
}

.h1 {
  direction: ltr;
  color: var(--white);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  font-family: Loerrachcyrillicbeta, Arial, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 100%;
}

.h1.form {
  margin-bottom: 10px;
  font-size: 4em;
}

.h1.small {
  background-color: var(--white);
  color: var(--white);
  background-image: none;
  font-size: 80px;
  font-weight: 700;
  line-height: 188%;
}

.h1.small._60pt {
  max-width: 100%;
  font-size: 60px;
  line-height: 60px;
}

.h1.small.left {
  align-self: flex-start;
}

.h1.slogan {
  background-color: var(--white);
  color: var(--white);
  background-image: none;
}

.h1._100pt {
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: LoerrachHeavy, Tahoma, sans-serif;
  font-size: 78px;
  font-weight: 700;
  display: block;
}

.h1.small {
  color: #fff;
  background-color: #fff;
  background-image: none;
  font-size: 80px;
  line-height: 70px;
}

.h1.capital {
  text-transform: uppercase;
}

.h1.cyrillic {
  text-transform: uppercase;
  font-family: Loerrachcyrillicbeta, Arial, sans-serif;
  font-weight: 900;
}

.h1.cyrillic.kz {
  font-family: Balsamiq Sans, sans-serif;
  font-weight: 700;
}

.h1.cyrillic.bg-text {
  font-size: 48px;
}

.section_headert {
  flex: 0 auto;
  align-items: center;
  min-width: 980px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image {
  width: 23vw;
  margin-bottom: 15%;
  position: static;
  inset: auto 0% 8% auto;
}

.sponsor_wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-2 {
  width: 100%;
}

.text_wrapper_header {
  flex-direction: column;
  align-items: flex-start;
  width: 30em;
  display: flex;
}

.text_wrapper_header.left {
  max-width: 500px;
}

.btn {
  background-color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px 34px 18px;
  font-family: CongenialMedium, Arial, sans-serif;
  font-weight: 400;
  line-height: 18px;
  transition: background-color .4s;
  display: flex;
}

.btn:hover {
  background-color: var(--sky-blue);
}

.btn.share-sheet {
  font-size: 1.6em;
}

.btn.center.white.w--current {
  transition: border .4s, background-color .4s;
}

.btn.center.white.w--current:hover {
  background-color: #b90026;
  border-color: #b90026;
}

.btn.reverse {
  background-color: var(--white);
  color: #0e285a;
  margin-bottom: 20px;
  transition: color .2s, background-color .4s;
}

.btn.reverse:hover {
  background-color: var(--sky-blue);
  color: var(--white);
}

.btn.white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: #0e285a;
}

.global_styles {
  display: none;
}

.header_wrapper {
  background-color: #0e285a;
  background-image: url('../images/Artboard-13x-100-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.section {
  white-space: break-spaces;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  font-family: CongenialLight, Arial, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.section.flex {
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.section.slogan {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section.header-title {
  white-space: normal;
  word-break: normal;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: CongenialLight, Arial, sans-serif;
  display: flex;
  position: static;
  top: 72%;
}

.section.full-width {
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: visible;
}

.section.full-width.lila {
  background-color: var(--midnight-blue);
  padding-top: 50px;
  position: relative;
}

.section.bewerbung {
  margin-top: -16em;
}

.section.keyvisual {
  padding-top: 0;
}

.section.rules {
  white-space: normal;
  word-break: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.text_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text_wrapper.content {
  align-items: center;
  width: 100%;
  max-width: 752px;
  margin-top: 50px;
}

.h2 {
  color: #88d1f0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: CongenialMedium, Arial, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 160%;
}

.h2.center {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 800;
}

.h2.share {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 40px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--medium-purple);
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 0;
  padding: 70px 50px;
  display: block;
  overflow: hidden;
}

.wrapper_footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.footer_icon_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-link {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .2s;
  display: flex;
}

.footer-link:hover {
  transform: scale(1.1);
}

.footer-link.footer-link-kz {
  text-align: left;
}

.logo_wrapper {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.logo {
  margin-bottom: 40px;
}

.share_sheet {
  z-index: 50;
  background-color: #ffd100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 40px;
  display: flex;
  position: sticky;
  box-shadow: 0 0 9px 6px #0003;
}

.share_sheet_button-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  margin-bottom: 50px;
  display: grid;
}

.share-icon {
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.sharemenu {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.social-link {
  grid-column-gap: 30px;
  flex-direction: column;
  width: 120px;
  height: 100%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.social-link:hover {
  transform: scale(1.1);
}

.abdunkler {
  z-index: 50;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.form-block {
  max-width: 752px;
  position: relative;
}

.title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo_wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 33.3%;
  display: block;
}

.logo-2 {
  margin-bottom: 0;
}

.image-8 {
  margin-top: 5px;
  margin-right: -15px;
}

.menu {
  z-index: 50;
  background-color: #ffd100;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 980px;
  max-width: 90%;
  height: 109px;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  inset: 0;
  overflow: visible;
}

.share-button-2 {
  z-index: 2;
  justify-content: flex-end;
  width: 33.23%;
  display: flex;
  position: relative;
  overflow: visible;
}

.share_sheet-2 {
  z-index: 50;
  background-color: #ffd100;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 40px;
  display: flex;
  position: sticky;
  box-shadow: 0 0 9px 6px #0003;
}

.header-2 {
  z-index: 50;
  background-color: #ffd100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
  box-shadow: 0 2px 6px 8px #0003;
}

.error-message-2 {
  background-color: #e11640;
  margin-top: 50px;
}

.form {
  width: 100%;
  display: block;
}

.btn-3 {
  color: #ffdc62;
  text-align: center;
  letter-spacing: .5px;
  background-color: #e11640;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 30px;
  font-size: 1.5em;
  font-weight: 700;
  transition: background-color .4s;
  display: block;
  position: relative;
}

.btn-3:hover {
  background-color: #c22041;
}

.btn-3.form {
  margin-left: auto;
  margin-right: 0;
  text-decoration: none;
}

.btn-3.form.hidden {
  display: none;
}

.success-message-2 {
  background-color: #e11640;
}

.h3-2 {
  color: #e11640;
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: canada-type-gibson;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.h3-2.form {
  margin-bottom: 0;
}

.h3-2.form.yellow {
  color: #ffdc62;
}

.checkbox-field-selection {
  z-index: 0;
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.html-embed {
  display: none;
}

.button-wrapper.form {
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
}

.title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 10px 25px;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.h4 {
  color: var(--white);
  font-family: CongenialMedium, Arial, sans-serif;
}

.radio-button-field {
  background-color: var(--white);
  border-left: 1px #0e285a;
  border-right: 1px solid #0e285a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 85px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-button-field.noborder {
  border-right-style: none;
}

.radio-button-wrapper-2 {
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio-button {
  border-style: none;
  border-color: #0e285a;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.radio-button:hover {
  background-color: var(--medium-purple);
}

.radio-button:active, .radio-button.w--redirected-checked {
  background-color: var(--sky-blue);
}

.radio_button_label {
  color: #0e285a;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.radiobutton_img {
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
}

.formfield {
  border: 1px solid var(--medium-purple);
  background-color: var(--white);
  color: #0e285a;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 5px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.formfield:focus {
  background-color: var(--sky-blue);
}

.formfield::placeholder {
  color: #0e285a;
  font-weight: 700;
}

.formfield.dropdown {
  background-image: url('../images/Vectorarrow-small.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 60px;
  margin-bottom: 50px;
}

.formfield.dropdown.multiple-selection {
  height: 175px;
}

.formfield.teilnahmecode {
  margin-bottom: 50px;
}

.radio-button-wrapper-1 {
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio-button-field-2 {
  background-color: var(--white);
  border-left: 1px #0e285a;
  border-right: 1px solid #0e285a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 85px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-button-field-2.noborder {
  border-right-style: none;
}

.radio-button-2 {
  border-style: none;
  border-color: #0e285a;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: GoodHeadline Pro;
  position: absolute;
}

.radio-button-2:hover {
  background-color: var(--medium-purple);
}

.radio-button-2:active, .radio-button-2.w--redirected-checked {
  background-color: var(--sky-blue);
}

.center {
  color: var(--white);
  text-align: center;
  width: 476px;
  max-width: 100%;
  font-weight: 400;
}

.header_img {
  width: 100%;
}

.h1-wrapper {
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  line-height: 140px;
  display: flex;
}

.global {
  display: none;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  display: flex;
}

.img.icon {
  align-self: center;
  width: auto;
  height: 160px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid.social-link {
  flex-direction: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  max-width: 600px;
  padding-top: 30px;
  transition-property: none;
  display: flex;
}

.grid.social-link:hover {
  transform: none;
}

.social-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  display: flex;
}

.social-icon {
  width: 100%;
  max-width: none;
  height: auto;
}

.bold {
  font-weight: 500;
}

.footertext {
  text-align: left;
  margin-bottom: 20px;
  font-family: CongenialLight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footertext.bold {
  text-align: center;
  margin-bottom: 10px;
  font-family: CongenialMedium, Arial, sans-serif;
  font-weight: 700;
}

.footertext.bold.copyright {
  font-family: CongenialLight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footertext.bold.copyright.kz {
  font-family: Balsamiq Sans, sans-serif;
}

.footertext.bold.copyright.cyrillic {
  font-family: Congenialcyrillicbeta, Arial, sans-serif;
}

.footertext.copyright {
  margin-top: 0;
  font-size: 16px;
}

.footertext.footer-text-kz {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Balsamiq Sans, sans-serif;
  line-height: 110%;
}

.footertext.footer-text-ru {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 110%;
}

.footertext.footer-text-ge {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 130%;
}

.slogan-wrapper {
  align-items: center;
  margin-top: -40px;
  display: flex;
}

.logo-wrapper {
  align-items: center;
  display: flex;
}

.milka {
  z-index: 1;
  position: relative;
}

.milka-collection {
  width: 100%;
  max-width: none;
}

.wave {
  width: 100%;
  margin-top: -10vw;
}

.wave.end {
  height: 100%;
  margin-top: -2px;
  transform: rotate(180deg);
}

.wave.top {
  margin-top: 0;
}

.wave.top.mobile {
  display: none;
}

.upload-field {
  border: 1px solid var(--white);
  background-color: var(--medium-purple);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.upload-field.korrektur {
  overflow: hidden;
}

.left {
  text-align: left;
  flex: 0 1 0;
  order: 0;
  align-self: auto;
  margin-bottom: 0;
  font-style: normal;
  display: block;
}

.upload-wrapper {
  margin-bottom: 50px;
}

.upload {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.personal-data-wrapper {
  margin-bottom: 50px;
}

.div-block-13 {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.blur {
  z-index: 50;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #3b2774e6;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.blur.hidden {
  display: none;
}

.checkboxtext {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 17px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.checkbox {
  border: 1px solid var(--medium-purple);
  background-color: var(--white);
  border-radius: 5px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: -49px;
}

.checkbox.w--redirected-checked {
  background-color: var(--medium-purple);
  background-image: url('../images/check_white.svg');
  background-size: 90% 90%;
  padding: 4px;
}

.checkboxfield {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  padding-left: 50px;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-bottom: 20px;
}

.image-10 {
  margin-bottom: 20px;
  font-weight: 400;
  display: none;
}

.link {
  font-style: normal;
  text-decoration: underline;
  display: inline;
}

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

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

.heading {
  width: 320px;
  max-width: 100%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  text-transform: uppercase;
  font-family: CongenialMedium, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.body-7 {
  background-color: var(--medium-purple);
  background-image: url('../images/background-gradient.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
}

.image-wrapper {
  z-index: 100;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}

.grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-auto-flow: row;
  place-content: center;
  justify-items: center;
  max-width: 1000px;
}

.country-link {
  text-align: center;
  font-family: Congenialcyrillicbeta, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 160%;
  transition: transform .2s;
  display: flex;
}

.country-link:hover {
  transform: scale(1.1);
}

.rugged-wave-mobile {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
}

.how-to-wrapper {
  background-color: var(--sky-blue);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 700px;
  height: 100px;
  margin-bottom: 5px;
  display: flex;
}

.how-to-wrapper.blue {
  background-color: var(--blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.how-to-wrapper.orange {
  background-color: var(--dark-orange);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.how-to-wrapper.green {
  background-color: var(--lime-green);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.how-to-wrapper.red {
  background-color: #ec5f6b;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.how-to-wrapper.red.ge-4-line {
  height: 110px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.how-to-wrapper.purple {
  background-color: var(--midnight-purple);
  border-radius: 0 0 20px 20px;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.number {
  color: var(--midnight-purple);
  font-family: LoerrachHeavy, Tahoma, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 100%;
}

.how-to-headline {
  margin-right: 3px;
  font-family: LoerrachHeavy, Tahoma, sans-serif;
  font-size: 36px;
}

.how-to-headline.italic {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 3px;
  font-family: Loerrachcyrillicbeta, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 100%;
}

.how-to-headline.italic.blue {
  color: var(--midnight-blue);
}

.how-to-headline.italic.space {
  margin-left: 3px;
}

.how-to-headline.italic.kz {
  font-family: Balsamiq Sans, sans-serif;
}

.how-to-headline.italic.cyrillic {
  font-weight: 900;
}

.how-to-headline.bold {
  font-weight: 400;
}

.how-to-headline.uppercase {
  color: var(--midnight-purple);
  text-transform: uppercase;
  align-self: center;
  font-family: Loerrachcyrillicbeta, Arial, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 100%;
}

.how-to-headline.uppercase.white {
  color: var(--white);
  font-size: 2em;
}

.how-to-headline.uppercase.white.center {
  font-family: Loerrachcyrillicbeta, Arial, sans-serif;
}

.how-to-headline.uppercase.white.center.kz {
  font-family: Balsamiq Sans, sans-serif;
}

.how-to-headline.uppercase.reverse {
  margin-left: 3px;
  font-family: Loerrachcyrillicbeta, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.how-to-headline.uppercase.reverse.font {
  margin-bottom: 0;
  font-family: LoerrachHeavy, Tahoma, sans-serif;
  font-size: 1.7em;
}

.how-to-headline.uppercase.font {
  margin-bottom: 0;
  font-size: 2em;
}

.how-to-headline.uppercase.kz {
  font-family: Balsamiq Sans, sans-serif;
}

.how-to-headline.uppercase.cyrillic {
  font-weight: 900;
}

.how-tow-text {
  color: var(--white);
  flex: 0 auto;
  max-width: 550px;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Congenialcyrillicbeta, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.how-tow-text.white {
  color: var(--white);
  font-family: Congenialcyrillicbeta, Arial, sans-serif;
}

.how-tow-text.ge-4-line-text {
  padding-top: 10px;
}

.how-tow-text.kz {
  font-family: Balsamiq Sans, sans-serif;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 100%;
  display: flex;
}

.div-block-17 {
  align-items: center;
  display: flex;
}

.text-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-12 {
  position: fixed;
}

.image-13 {
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
}

.div-block-18 {
  border: 2px solid var(--white);
  border-radius: 25px;
  display: block;
}

.text-block {
  text-transform: uppercase;
  padding: 5px 20px;
  font-family: CongenialMedium, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.button_wrapper {
  width: 250px;
}

.language-switch-wrap {
  z-index: 103;
  color: var(--white);
  width: 100%;
  min-height: auto;
  font-family: CongenialMedium, Arial, sans-serif;
  display: flex;
  position: relative;
  inset: auto;
}

.l-s-content {
  z-index: 3;
  color: var(--white);
  justify-content: space-between;
  width: 82px;
  margin-left: auto;
  margin-right: auto;
  font-family: CongenialMedium, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 25px;
  right: 25px;
}

.language {
  color: #ffffff80;
  text-align: center;
  width: 50%;
  font-weight: 700;
  display: block;
}

.language.l-s-link {
  display: block;
}

.language.l-s-left {
  font-family: CongenialMedium, Arial, sans-serif;
}

.language.l-s-right {
  color: var(--white);
  font-family: CongenialMedium, Arial, sans-serif;
}

.heading-9 {
  font-size: 40px;
}

.header-mobile {
  z-index: 100;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.header-mobile.mobile {
  display: none;
}

.slogan.flex-center-top {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-10 {
  font-family: LoerrachHeavy, Tahoma, sans-serif;
}

.list-item {
  font-family: CongenialLight, Arial, sans-serif;
}

.bold-text {
  font-family: CongenialMedium, Arial, sans-serif;
}

.radio-button-2 {
  font-family: CongenialLight, Arial, sans-serif;
}

.cyrillic {
  font-family: Congenialcyrillicbeta, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .header_image.screen {
    margin-left: 0;
  }

  .header_image.screen.hidden {
    margin-left: auto;
    margin-right: auto;
  }

  .share-button {
    width: 10vw;
  }

  .h1 {
    line-height: 100%;
  }

  .h1.small._60pt {
    font-size: 9vw;
    line-height: 90%;
  }

  .h1._100pt {
    font-size: 12vw;
  }

  .h1.small {
    font-size: 9vw;
    line-height: .9em;
  }

  .h1.cyrillic.bg-text {
    font-size: 41px;
  }

  .section_headert {
    justify-content: center;
    min-width: auto;
    max-width: 100%;
    position: static;
  }

  .image {
    width: 25vw;
  }

  .text_wrapper_header {
    width: 100%;
    margin-bottom: 30px;
  }

  .text_wrapper_header.left {
    max-width: none;
  }

  .btn {
    justify-content: center;
    display: flex;
  }

  .header_wrapper {
    border-bottom: 2px solid var(--white);
    align-items: center;
    position: relative;
  }

  .section {
    display: block;
  }

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

  .footer {
    padding-bottom: 30px;
  }

  .wrapper_footer {
    margin-left: 0;
    margin-right: 0;
  }

  .footer_icon_wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .logo {
    margin-bottom: 0;
  }

  .share_sheet {
    width: auto;
  }

  .share-icon {
    width: 10vw;
  }

  .sharemenu {
    display: none;
  }

  .social-link {
    grid-column-gap: 30px;
  }

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

  .logo-2 {
    height: 80px;
  }

  .image-8 {
    width: 80px;
    margin-top: 5px;
    margin-right: -15px;
  }

  .menu {
    min-width: auto;
    max-width: none;
    height: 90px;
  }

  .share_sheet-2 {
    width: auto;
  }

  .btn-3 {
    justify-content: center;
    display: flex;
  }

  .btn-3.form {
    margin-right: auto;
  }

  .checkbox-field-selection {
    height: 300px;
    margin-bottom: 20px;
    margin-left: 1px;
    padding: 20px;
  }

  .button-wrapper.form {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .title {
    justify-content: center;
    align-items: center;
  }

  .h1-wrapper {
    width: 100%;
  }

  .global {
    display: none;
  }

  .grid {
    display: flex;
  }

  .footertext {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wave.top {
    display: none;
  }

  .wave.top.mobile {
    display: block;
  }

  .blur {
    padding-left: 50px;
    padding-right: 50px;
  }

  .body-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }

  .country-link {
    transition: transform .2s;
  }

  .country-link:hover {
    transform: scale(1.1);
  }

  .rugged-wave-mobile {
    height: 100%;
  }

  .how-to-wrapper.blue {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .header_image.screen {
    width: 100%;
  }

  .header_image.screen.hidden {
    display: none;
  }

  .header_image.mobile {
    display: block;
  }

  .header, .header.mobile {
    display: none;
  }

  .share-button {
    width: 14vw;
    margin-top: 5px;
    margin-right: 5px;
  }

  .h1.form {
    text-align: left;
  }

  .h1.small._60pt {
    font-size: 10vw;
  }

  .h1.small.left, .h1._100pt {
    font-size: 12vw;
  }

  .h1.small {
    font-size: 11vw;
    line-height: .9em;
  }

  .h1.small.social-links {
    font-size: 16vw;
    line-height: .8em;
  }

  .h1.cyrillic.bg-text {
    font-size: 32px;
  }

  .section_headert {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image {
    width: 40vw;
  }

  .image-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text_wrapper_header {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text_wrapper_header.left {
    align-items: flex-start;
  }

  .btn {
    padding: 14px 20px;
    font-size: 20px;
  }

  .btn.center.white {
    margin-left: 0;
  }

  .btn.center.white.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .btn.reverse {
    margin-top: 20px;
  }

  .header_wrapper {
    position: relative;
  }

  .section {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
    padding: 0 25px;
    position: relative;
  }

  .section.slogan {
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.slogan.comingsoon {
    margin-top: 0;
  }

  .section.header-title {
    align-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.full-width {
    margin-bottom: 0;
  }

  .section.bewerbung {
    margin-top: -9em;
  }

  .section.rules {
    margin-bottom: 0;
  }

  .text_wrapper {
    align-items: center;
    width: 100%;
  }

  .text_wrapper.footer {
    margin-top: 0;
    padding-bottom: 0;
  }

  .h2 {
    text-align: center;
    line-height: 1.2;
  }

  .h2.center {
    font-size: 2.5rem;
  }

  .footer {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-content: center;
    padding-top: 50px;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .wrapper_footer {
    grid-template-columns: 1fr;
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .footer_icon_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .logo_wrapper {
    margin-bottom: 20px;
  }

  .share_sheet_button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .share-icon {
    width: 14vw;
    margin-top: 5px;
    margin-right: 5px;
  }

  .sharemenu {
    display: none;
  }

  .social-link {
    grid-column-gap: 60px;
  }

  .form-block {
    flex-direction: column;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .logo_wrapper-2 {
    width: 90px;
  }

  .logo-2 {
    width: auto;
    height: 70px;
  }

  .image-8 {
    display: block;
  }

  .menu {
    height: 88px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .share-button-2 {
    display: flex;
    overflow: visible;
  }

  .header-2 {
    background-image: none;
    display: block;
  }

  .btn-3 {
    padding: 14px 20px;
    font-size: 20px;
  }

  .h3-2 {
    text-align: center;
    line-height: 1.2;
  }

  .checkbox-field-selection {
    height: auto;
    margin-bottom: 0;
  }

  .title {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
    position: relative;
  }

  .h4 {
    line-height: 1.2;
  }

  .radio-button-field {
    border-bottom: 1px solid #000;
    border-right-style: none;
    width: 100%;
  }

  .radio-button-field.noborder {
    border-bottom-style: none;
  }

  .radio-button-wrapper-2, .radio-button-wrapper-1 {
    flex-direction: column;
  }

  .radio-button-field-2 {
    border-bottom: 1px solid #000;
    border-right-style: none;
    width: 100%;
  }

  .radio-button-field-2.noborder {
    border-bottom-style: none;
  }

  .header_img {
    display: inline-block;
  }

  .h1-wrapper {
    flex-direction: column;
  }

  .content-wrapper {
    width: 70%;
  }

  .grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .grid.social-link {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 80%;
    position: static;
  }

  .footertext.bold {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .slogan-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: -33px;
    display: flex;
  }

  .logo-wrapper {
    justify-content: center;
    margin-bottom: -28px;
  }

  .milka {
    z-index: 1;
    width: 30vw;
    font-size: 132px;
    position: relative;
    top: -8px;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: row;
  }

  .rugged-wave-mobile {
    display: block;
  }

  .how-to-wrapper.blue {
    width: 90%;
    height: 100%;
  }

  .how-to-wrapper.orange {
    flex-direction: row;
    width: 90%;
    height: 100%;
  }

  .how-to-wrapper.green, .how-to-wrapper.red {
    width: 90%;
    height: 100%;
  }

  .how-to-wrapper.red.ge-4-line {
    height: 100%;
  }

  .how-to-wrapper.purple {
    width: 90%;
    height: 100%;
  }

  .how-to-headline.italic {
    text-align: center;
  }

  .how-to-headline.uppercase.white {
    margin-top: 10px;
  }

  .how-tow-text {
    text-align: center;
    max-width: 80%;
  }

  .div-block-16 {
    align-items: center;
  }

  .div-block-17, .text-wrapper {
    flex-direction: column;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0 auto;
  }

  .header-mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 10vw;
  }

  .header {
    justify-content: center;
    align-items: center;
  }

  .header.mobile {
    display: none;
  }

  .share-button {
    width: 20vw;
  }

  .h1 {
    text-align: center;
    margin-bottom: 10px;
    font-family: StashBold;
    line-height: 100%;
  }

  .h1.form {
    text-align: left;
  }

  .h1.small._60pt {
    font-size: 10vw;
  }

  .h1.small.left {
    font-size: 15vw;
  }

  .h1._100pt {
    font-size: 13vw;
  }

  .h1.small {
    letter-spacing: .5px;
    margin-bottom: 0;
    font-size: 10vw;
  }

  .h1.small.social-links {
    font-size: 18vw;
  }

  .h1.cyrillic.bg-text {
    font-size: 25px;
  }

  .section_headert {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image {
    width: 70vw;
  }

  .btn, .btn.center, .btn.reverse {
    width: auto;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.slogan {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.header-title {
    padding-bottom: 0;
    display: flex;
  }

  .section.full-width.lila {
    width: 100%;
  }

  .section.keyvisual, .section.rules {
    margin-bottom: 0;
  }

  .section.rules.font {
    font-family: Good Headline Pro;
  }

  .h2 {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 3em;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo_wrapper {
    margin-bottom: 10px;
  }

  .share_sheet {
    padding: 20px;
  }

  .share-icon {
    width: 20vw;
  }

  .form-block {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .title-wrapper {
    justify-content: space-between;
    overflow: hidden;
  }

  .logo-2 {
    width: auto;
    max-width: none;
    display: block;
  }

  .image-8 {
    width: 70px;
    height: 70px;
  }

  .menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .share-button-2 {
    height: 70px;
  }

  .share_sheet-2 {
    padding: 20px;
  }

  .form {
    white-space: normal;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }

  .btn-3.form {
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h3-2.form {
    text-align: left;
  }

  .checkbox-field-selection {
    height: 280px;
    margin-bottom: 0;
    padding: 10px;
  }

  .button-wrapper.form {
    flex-direction: column-reverse;
    align-items: center;
  }

  .title {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .h4 {
    line-height: 1.5;
  }

  .content-wrapper {
    width: auto;
  }

  .grid.social-link {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .footertext {
    text-align: center;
  }

  .slogan-wrapper {
    margin-top: -20px;
  }

  .milka {
    top: -8px;
  }

  .upload-field.korrektur {
    justify-content: space-around;
    height: 150px;
  }

  .left {
    line-height: 140%;
  }

  .personal-data-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blur {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-wrapper {
    margin-top: 0;
    padding-left: 0;
  }

  .rugged-wave-mobile, .how-to-wrapper.blue, .how-to-wrapper.orange, .how-to-wrapper.green, .how-to-wrapper.red {
    width: 100%;
    height: 100%;
  }

  .how-to-wrapper.purple {
    flex-direction: row;
    width: 100%;
    height: 100%;
  }

  .how-to-headline.italic {
    text-align: center;
    white-space: normal;
    word-break: break-all;
  }

  .how-to-headline.uppercase {
    text-align: center;
    font-family: GoboldBold;
    font-size: 2em;
  }

  .how-to-headline.uppercase.white {
    margin-top: 10px;
  }

  .how-to-headline.uppercase.white.font, .how-to-headline.uppercase.reverse.font, .how-to-headline.uppercase.font {
    font-family: Good Headline Pro;
  }

  .how-tow-text {
    text-align: center;
    width: 100%;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-17 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .text-wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .embed {
    max-width: 100vw;
  }

  .header-mobile {
    justify-content: center;
    align-items: center;
  }

  .header-mobile.mobile {
    display: none;
  }
}

#w-node-_91a9381c-4c55-1f28-468c-ecdbeb40fb92-6234945d {
  justify-self: end;
}

#w-node-_91a9381c-4c55-1f28-468c-ecdbeb40fb95-6234945d {
  justify-self: start;
}

#w-node-_135a61b7-68da-c4be-ff30-8680913b69ad-913b69ad, #w-node-_135a61b7-68da-c4be-ff30-8680913b69bb-913b69ad, #w-node-_135a61b7-68da-c4be-ff30-8680913b69bf-913b69ad, #w-node-_46738d6a-32dc-eef8-2333-e159e6157e0a-913b69ad, #w-node-b168a622-16fe-326e-012d-4e4729a2321a-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a2321c-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a2321e-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23220-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23222-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23224-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23226-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23228-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a2322a-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a2322c-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a2322e-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23230-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23232-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23234-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23236-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23238-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a2323a-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a2323c-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a2323e-29a23218, #w-node-b168a622-16fe-326e-012d-4e4729a23240-29a23218, #w-node-_6cd1ee17-0eb2-91a0-962a-37cad3abae1e-29a23218, #w-node-_41f4e14d-e0ea-609c-5840-afe946dfd603-29a23218, #w-node-_7a2a84e3-7b87-9c08-11ed-24eaf255665b-29a23218, #w-node-_0936a817-0b99-5cf0-02c6-f6cf298ccfc7-29a23218, #w-node-_99e795ea-b03d-0ef2-302c-e1ca550c2902-29a23218, #w-node-adede4d7-8d14-dcd3-b2f1-9656312668cc-29a23218, #w-node-d2412748-af99-aeea-6b57-9dd29c05307a-9c053079 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ce296cc-609f-69d2-455e-937c983cb959-623494a7 {
  justify-self: end;
}

#w-node-_3ce296cc-609f-69d2-455e-937c983cb95c-623494a7 {
  justify-self: start;
}

#w-node-_3a817198-91d4-4923-86ac-8df75d54e34d-5d54e34d, #w-node-_3a817198-91d4-4923-86ac-8df75d54e355-5d54e34d, #w-node-_3a817198-91d4-4923-86ac-8df75d54e358-5d54e34d, #w-node-_3a817198-91d4-4923-86ac-8df75d54e35b-5d54e34d, #w-node-_3a817198-91d4-4923-86ac-8df75d54e35e-5d54e34d, #w-node-_3a817198-91d4-4923-86ac-8df75d54e361-5d54e34d, #w-node-_8beea7ce-4e97-7519-1bbd-4389cef9a4e3-cef9a4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8beea7ce-4e97-7519-1bbd-4389cef9a4e5-cef9a4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8beea7ce-4e97-7519-1bbd-4389cef9a4e8-cef9a4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8beea7ce-4e97-7519-1bbd-4389cef9a4ea-cef9a4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8beea7ce-4e97-7519-1bbd-4389cef9a4ed-cef9a4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8beea7ce-4e97-7519-1bbd-4389cef9a4ef-cef9a4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bc0b0eb-821b-63f2-d945-9381a9090026-a9090026, #w-node-_0bc0b0eb-821b-63f2-d945-9381a909002e-a9090026, #w-node-_0bc0b0eb-821b-63f2-d945-9381a9090031-a9090026, #w-node-_0bc0b0eb-821b-63f2-d945-9381a9090034-a9090026, #w-node-_0bc0b0eb-821b-63f2-d945-9381a9090037-a9090026, #w-node-_0bc0b0eb-821b-63f2-d945-9381a909003a-a9090026, #w-node-_05da0cd7-45fa-ea8d-0ac7-6aede33db059-e33db059, #w-node-_05da0cd7-45fa-ea8d-0ac7-6aede33db061-e33db059, #w-node-_05da0cd7-45fa-ea8d-0ac7-6aede33db064-e33db059, #w-node-_05da0cd7-45fa-ea8d-0ac7-6aede33db067-e33db059, #w-node-_05da0cd7-45fa-ea8d-0ac7-6aede33db06a-e33db059, #w-node-_05da0cd7-45fa-ea8d-0ac7-6aede33db06d-e33db059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9965bcca-c595-61ff-48bc-18b475286a98-15c9e36e {
  justify-self: end;
}

#w-node-_21e3b948-92f0-64fe-5175-dd4ea8d2ba7f-a8d2ba7f, #w-node-_21e3b948-92f0-64fe-5175-dd4ea8d2ba87-a8d2ba7f, #w-node-_21e3b948-92f0-64fe-5175-dd4ea8d2ba8a-a8d2ba7f, #w-node-_21e3b948-92f0-64fe-5175-dd4ea8d2ba8d-a8d2ba7f, #w-node-_21e3b948-92f0-64fe-5175-dd4ea8d2ba90-a8d2ba7f, #w-node-_21e3b948-92f0-64fe-5175-dd4ea8d2ba93-a8d2ba7f, #w-node-_9cfba28e-c877-09e4-aae7-176ee7a7e9a0-e7a7e998, #w-node-_9cfba28e-c877-09e4-aae7-176ee7a7e9a3-e7a7e998, #w-node-_9cfba28e-c877-09e4-aae7-176ee7a7e9a6-e7a7e998, #w-node-_9cfba28e-c877-09e4-aae7-176ee7a7e9a9-e7a7e998, #w-node-_1b98ef20-8324-4244-9b87-aa8162cd2a10-62cd2a10, #w-node-_1b98ef20-8324-4244-9b87-aa8162cd2a18-62cd2a10, #w-node-_1b98ef20-8324-4244-9b87-aa8162cd2a1b-62cd2a10, #w-node-_1b98ef20-8324-4244-9b87-aa8162cd2a1e-62cd2a10, #w-node-_1b98ef20-8324-4244-9b87-aa8162cd2a21-62cd2a10, #w-node-_1b98ef20-8324-4244-9b87-aa8162cd2a24-62cd2a10, #w-node-_9e865da9-f2f1-1949-3198-68fae193a4f2-e193a4f2, #w-node-_9e865da9-f2f1-1949-3198-68fae193a4fa-e193a4f2, #w-node-_9e865da9-f2f1-1949-3198-68fae193a4fd-e193a4f2, #w-node-_9e865da9-f2f1-1949-3198-68fae193a500-e193a4f2, #w-node-_9e865da9-f2f1-1949-3198-68fae193a503-e193a4f2, #w-node-_9e865da9-f2f1-1949-3198-68fae193a506-e193a4f2, #w-node-f8fe2468-5c48-3990-da69-fcae553b92c1-553b92c1, #w-node-f8fe2468-5c48-3990-da69-fcae553b92c9-553b92c1, #w-node-f8fe2468-5c48-3990-da69-fcae553b92cc-553b92c1, #w-node-f8fe2468-5c48-3990-da69-fcae553b92cf-553b92c1, #w-node-_4c9dfa7c-8e05-b50c-0f2d-333e41773c45-41773c45, #w-node-_4c9dfa7c-8e05-b50c-0f2d-333e41773c4d-41773c45, #w-node-_4c9dfa7c-8e05-b50c-0f2d-333e41773c50-41773c45, #w-node-_4c9dfa7c-8e05-b50c-0f2d-333e41773c53-41773c45, #w-node-_2fac248b-96a7-58e6-23fa-e9e7eac422d9-eac422d9, #w-node-_2fac248b-96a7-58e6-23fa-e9e7eac422e1-eac422d9, #w-node-_2fac248b-96a7-58e6-23fa-e9e7eac422e4-eac422d9, #w-node-_2fac248b-96a7-58e6-23fa-e9e7eac422e7-eac422d9, #w-node-_90602fd1-3177-924c-fe1f-a3d01d1861bf-1d1861bf, #w-node-_90602fd1-3177-924c-fe1f-a3d01d1861c7-1d1861bf, #w-node-_90602fd1-3177-924c-fe1f-a3d01d1861ca-1d1861bf, #w-node-_90602fd1-3177-924c-fe1f-a3d01d1861cd-1d1861bf, #w-node-cae2b8c7-c1c6-9ab4-2d83-b68bfa9b5b4f-fa9b5b4f, #w-node-cae2b8c7-c1c6-9ab4-2d83-b68bfa9b5b57-fa9b5b4f, #w-node-cae2b8c7-c1c6-9ab4-2d83-b68bfa9b5b5a-fa9b5b4f, #w-node-cae2b8c7-c1c6-9ab4-2d83-b68bfa9b5b5d-fa9b5b4f, #w-node-c74c74a5-a45e-4f38-be3f-cf117878941b-7878941b, #w-node-c74c74a5-a45e-4f38-be3f-cf1178789423-7878941b, #w-node-c74c74a5-a45e-4f38-be3f-cf1178789426-7878941b, #w-node-c74c74a5-a45e-4f38-be3f-cf1178789429-7878941b, #w-node-cbb2f7dc-205c-15e2-5f1a-daf7801064fb-801064fb, #w-node-cbb2f7dc-205c-15e2-5f1a-daf780106503-801064fb, #w-node-cbb2f7dc-205c-15e2-5f1a-daf780106506-801064fb, #w-node-cbb2f7dc-205c-15e2-5f1a-daf780106509-801064fb, #w-node-c650076b-d363-dca5-fdbd-df088aec3e04-8aec3e04, #w-node-c650076b-d363-dca5-fdbd-df088aec3e0c-8aec3e04, #w-node-c650076b-d363-dca5-fdbd-df088aec3e0f-8aec3e04, #w-node-c650076b-d363-dca5-fdbd-df088aec3e12-8aec3e04, #w-node-_28d7161c-8ac9-eac9-d748-65f0711b4698-711b4698, #w-node-_28d7161c-8ac9-eac9-d748-65f0711b46a0-711b4698, #w-node-_28d7161c-8ac9-eac9-d748-65f0711b46a3-711b4698, #w-node-_28d7161c-8ac9-eac9-d748-65f0711b46a6-711b4698, #w-node-_5191c9a6-f4c7-b7b6-b259-11b37f81370a-7f813702, #w-node-_5191c9a6-f4c7-b7b6-b259-11b37f81370d-7f813702, #w-node-_5191c9a6-f4c7-b7b6-b259-11b37f813710-7f813702, #w-node-eb9ddd1d-c314-eb81-8d3f-a1bd6d4fe800-6d4fe800, #w-node-eb9ddd1d-c314-eb81-8d3f-a1bd6d4fe80b-6d4fe800, #w-node-eb9ddd1d-c314-eb81-8d3f-a1bd6d4fe808-6d4fe800, #w-node-eb9ddd1d-c314-eb81-8d3f-a1bd6d4fe80e-6d4fe800, #w-node-_72ff8ec0-cd36-1f04-2ea6-1c0b554fcd90-554fcd90, #w-node-_72ff8ec0-cd36-1f04-2ea6-1c0b554fcd98-554fcd90, #w-node-_72ff8ec0-cd36-1f04-2ea6-1c0b554fcd9b-554fcd90, #w-node-_72ff8ec0-cd36-1f04-2ea6-1c0b554fcd9e-554fcd90, #w-node-b6dbffb7-6d3b-9e47-9f74-e45a9fb07e9e-9fb07e9e, #w-node-b6dbffb7-6d3b-9e47-9f74-e45a9fb07ea6-9fb07e9e, #w-node-b6dbffb7-6d3b-9e47-9f74-e45a9fb07ea9-9fb07e9e, #w-node-b6dbffb7-6d3b-9e47-9f74-e45a9fb07eac-9fb07e9e, #w-node-_58996b34-59f8-cf1d-829c-7f55ef56b358-ef56b358, #w-node-_58996b34-59f8-cf1d-829c-7f55ef56b360-ef56b358, #w-node-_58996b34-59f8-cf1d-829c-7f55ef56b363-ef56b358, #w-node-_58996b34-59f8-cf1d-829c-7f55ef56b366-ef56b358, #w-node-_4fdad7b0-0079-736f-5314-dd2c24ae8c82-24ae8c82, #w-node-_4fdad7b0-0079-736f-5314-dd2c24ae8c8a-24ae8c82, #w-node-_4fdad7b0-0079-736f-5314-dd2c24ae8c8d-24ae8c82, #w-node-_4fdad7b0-0079-736f-5314-dd2c24ae8c90-24ae8c82, #w-node-_4fdad7b0-0079-736f-5314-dd2c24ae8c93-24ae8c82, #w-node-ec4521b6-7250-5cf4-bb57-ba1ba9f4bef7-a9f4bef7, #w-node-ec4521b6-7250-5cf4-bb57-ba1ba9f4beff-a9f4bef7, #w-node-ec4521b6-7250-5cf4-bb57-ba1ba9f4bf02-a9f4bef7, #w-node-ec4521b6-7250-5cf4-bb57-ba1ba9f4bf05-a9f4bef7, #w-node-ec4521b6-7250-5cf4-bb57-ba1ba9f4bf08-a9f4bef7, #w-node-ec4521b6-7250-5cf4-bb57-ba1ba9f4bf0b-a9f4bef7, #w-node-ec6ca17b-4ddf-9633-874f-94af78e74162-78e74162, #w-node-ec6ca17b-4ddf-9633-874f-94af78e7416a-78e74162, #w-node-ec6ca17b-4ddf-9633-874f-94af78e7416d-78e74162, #w-node-ec6ca17b-4ddf-9633-874f-94af78e74170-78e74162, #w-node-ec6ca17b-4ddf-9633-874f-94af78e74173-78e74162, #w-node-ec6ca17b-4ddf-9633-874f-94af78e74176-78e74162, #w-node-_3b72b79e-4786-db7a-2d33-5679ae8b6b14-ae8b6b0c, #w-node-_3b72b79e-4786-db7a-2d33-5679ae8b6b17-ae8b6b0c, #w-node-_3b72b79e-4786-db7a-2d33-5679ae8b6b1a-ae8b6b0c, #w-node-_3b72b79e-4786-db7a-2d33-5679ae8b6b1d-ae8b6b0c, #w-node-_810860f0-267e-fd69-6b06-91a577ed0b81-77ed0b79, #w-node-_810860f0-267e-fd69-6b06-91a577ed0b84-77ed0b79, #w-node-_810860f0-267e-fd69-6b06-91a577ed0b87-77ed0b79, #w-node-_810860f0-267e-fd69-6b06-91a577ed0b8a-77ed0b79, #w-node-c1a51ad6-7fab-dd58-4ddd-5d5cc734d47b-c734d473, #w-node-c1a51ad6-7fab-dd58-4ddd-5d5cc734d47e-c734d473, #w-node-c1a51ad6-7fab-dd58-4ddd-5d5cc734d481-c734d473, #w-node-c1a51ad6-7fab-dd58-4ddd-5d5cc734d484-c734d473, #w-node-c1a51ad6-7fab-dd58-4ddd-5d5cc734d487-c734d473, #w-node-_1517e824-4bc9-8516-5143-dd6423527152-2352714a, #w-node-_1517e824-4bc9-8516-5143-dd6423527155-2352714a, #w-node-_1517e824-4bc9-8516-5143-dd6423527158-2352714a, #w-node-_1517e824-4bc9-8516-5143-dd642352715b-2352714a, #w-node-_1517e824-4bc9-8516-5143-dd642352715e-2352714a, #w-node-_096e540f-2df1-3e93-ed46-19c723f0b57e-23f0b576, #w-node-_096e540f-2df1-3e93-ed46-19c723f0b581-23f0b576, #w-node-_096e540f-2df1-3e93-ed46-19c723f0b584-23f0b576, #w-node-_096e540f-2df1-3e93-ed46-19c723f0b587-23f0b576, #w-node-_096e540f-2df1-3e93-ed46-19c723f0b58a-23f0b576, #w-node-b97ec1b0-c0ce-9aea-8381-25ecd87e3580-d87e3580, #w-node-b97ec1b0-c0ce-9aea-8381-25ecd87e3588-d87e3580, #w-node-b97ec1b0-c0ce-9aea-8381-25ecd87e358b-d87e3580, #w-node-b97ec1b0-c0ce-9aea-8381-25ecd87e358e-d87e3580, #w-node-b97ec1b0-c0ce-9aea-8381-25ecd87e3591-d87e3580, #w-node-b97ec1b0-c0ce-9aea-8381-25ecd87e3594-d87e3580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_91a9381c-4c55-1f28-468c-ecdbeb40fb92-6234945d, #w-node-_91a9381c-4c55-1f28-468c-ecdbeb40fb95-6234945d, #w-node-_3ce296cc-609f-69d2-455e-937c983cb959-623494a7, #w-node-_3ce296cc-609f-69d2-455e-937c983cb95c-623494a7, #w-node-_9965bcca-c595-61ff-48bc-18b475286a98-15c9e36e {
    place-self: center;
  }
}


@font-face {
  font-family: 'CongenialHeavy';
  src: url('../fonts/CongenialHeavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CongenialLight';
  src: url('../fonts/CongenialLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CongenialMedium';
  src: url('../fonts/CongenialMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LoerrachHeavy';
  src: url('../fonts/LoerrachHeavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Congenialcyrillicbeta';
  src: url('../fonts/CongenialCyrillicBETA-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Congenialcyrillicbeta';
  src: url('../fonts/CongenialCyrillicBETA-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Loerrachcyrillicbeta';
  src: url('../fonts/LoerrachCyrillicBeta-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}