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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #222;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  color: #356f97;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #234863;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a {
  background-color: #000;
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  border: 5px #fd00e4;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.container.privacy {
  height: 100%;
}

.row {
  max-width: 86.67%;
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row.justify-center {
  justify-content: center;
}

.row.justify-center.stage__inner {
  height: 100%;
}

.row.wins__grids {
  margin-top: 64px;
}

.row.justify-center {
  align-items: center;
}

.col {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.col.col-12 {
  height: 100%;
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col.col-12.col-m-12 {
  height: 100%;
}

.col.col-6.col-m-12 {
  display: block;
}

.col.col-6.col-m-12.wins__flex {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.col.push-1.push-m-0 {
  margin-top: 40px;
}

.col.list-block__holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.headline-xl {
  color: #6b1a45;
  font-size: 76px;
  font-weight: 700;
  line-height: 82px;
}

.headline-xl.sg-headline {
  color: #000;
}

.headline-xl.stage-headline {
  color: #fff;
}

.copy {
  font-size: 16px;
  line-height: 24px;
}

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

.headline-l {
  font-size: 64px;
  line-height: 72px;
}

.headline-l.col.stage__headline {
  margin-bottom: 40px;
}

.body {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.headline-m {
  color: #6b1a45;
  text-align: center;
  margin-top: auto;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
  display: inline-block;
}

.headline-m.wins__headline {
  color: #6b1a45;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.headline-m.wins__headline-win {
  margin-bottom: 16px;
  display: inline-block;
}

.headline-m.image-text-teaser__headline {
  text-align: left;
  margin-bottom: 30px;
}

.headline-m.contest__headline {
  text-align: center;
  margin-bottom: 80px;
}

.headline-s {
  color: #6b1a45;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

.headline-s.wins__headline-win {
  padding-bottom: 16px;
  padding-right: 0;
  display: inline-block;
}

.headline-s.list-block__headline {
  margin-bottom: 20px;
}

.sg-header {
  margin-bottom: 100px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.button--submit {
  background-color: #6b1a45;
}

.stage__content {
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.vectors-wrapper-6 {
  width: 20.4142px;
  height: 17.4142px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button__icon {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 2px;
  display: flex;
  position: relative;
}

.stage__image {
  object-fit: cover;
  position: relative;
}

.stage__image.stage__image--secret {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.stage__logo {
  width: 128.765px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.stage__content-text {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 60px;
  display: flex;
}

.stage {
  height: 800px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #f0859d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
  overflow: visible;
}

.button__text {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.stage__image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.stage__inner {
  position: relative;
}

.image {
  width: 800px;
  height: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wins {
  background-color: #fbe0e7;
  padding: 130px 0 100px;
}

.wins__header {
  text-align: center;
}

.wins__box-holder {
  position: relative;
}

.wins__box-holder.mini {
  width: 48%;
  flex: none;
}

.wins__box-holder.wins__box-holder--mini {
  padding-bottom: 0%;
  display: flex;
}

.wins__box-holder.wins__box-holder--mini.wins__box-holder-reverse {
  flex-direction: row-reverse;
}

.wins__box {
  background-color: #fff;
  border-radius: 16px;
}

.wins__box.wins__box--jackpot {
  background-image: url('../images/gewinn_dyson_desktop.png');
  background-position: 0 0;
  background-size: cover;
}

.wins__box.wins__box-win-sec {
  background-image: url('../images/gewinn_gutschein.png');
  background-position: 0 0;
  background-size: cover;
}

.wins__box.wins__box--win-3rd {
  background-image: url('../images/gewinn_jahresvorrat.png');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #6b1a45;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.text-block.win__box-text-first {
  color: #222;
}

.wins__floral-1 {
  width: 280px;
  height: auto;
  position: absolute;
  bottom: -90px;
  right: 0;
}

.wins__box-text-holder {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wins__box-text-holder.reverse {
  text-align: left;
  align-items: flex-start;
}

.text-block-2 {
  text-align: right;
}

._3rd-win-headline.text-block-2 {
  text-align: left;
}

.how-to {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.how-to__headline {
  width: 100%;
  text-align: center;
  display: block;
}

.steps {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.steps__image {
  padding-bottom: 24px;
}

.staeps__text-box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.steps__number {
  color: #6b1a45;
  font-size: 45px;
  line-height: 52px;
}

.steps__copy {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}

.footer {
  background-color: #f0859d;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.floral-holder-bottom {
  width: 350px;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.floral-holder-top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-3 {
  position: relative;
  transform: translate(0, -84px);
}

.image-text-teaser {
  background-color: #fbe0e7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-text-teasser__content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list {
  list-style-type: disc;
}

.list.image-text-teaser__list {
  margin-bottom: 60px;
}

.list__item {
  margin-bottom: 20px;
  list-style-type: none;
}

.image-4 {
  width: 375px;
  max-width: 375px;
}

.contest {
  background-color: #fbe0e7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contest__header {
  text-align: left;
}

.contest__header.col.col-8.col-xs-12 {
  text-align: center;
}

.duftcards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.all-button-s {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.desktop-subline {
  width: 100%;
  color: #6b1a45;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.all-copy-regular-3 {
  color: #c1c1c1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link-und-buttons {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-active {
  width: 100%;
  max-width: 376px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.duftcard-klein {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.label-container {
  height: 1px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.forms {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide__buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.contest__button-no {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border: 2px solid #ff4343;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.input {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #f0859d;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.active {
  width: 100%;
  height: 48px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
  display: flex;
}

.duftcard-klein-und-slider-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label {
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.hl-forms {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-master-highlight {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6b1a45;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.contest__button-yes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border: 2px solid #32cb41;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.contest__button-yes.contest__button-yes--active {
  width: 52px;
  height: 52px;
  background-color: #32cb41;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.duftcard-gross {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 40px;
  display: flex;
}

.form__subline {
  color: #6b1a45;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.textlink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contest__slider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contest__slider.col.col-7.col-m-12 {
  overflow: hidden;
}

.label-2 {
  color: #f0859d;
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.image-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.forms-input-default {
  width: 100%;
  max-width: 376px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.duftcard-klein-und-slider {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.vectors-wrapper-9 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.all-label {
  color: #6b1a45;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vectors-wrapper-8 {
  width: 23px;
  height: 23px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.forms-input-active {
  width: 100%;
  max-width: 376px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contest__form {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.form {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
  display: flex;
}

.kakao {
  object-fit: cover;
}

.all-copy-regular-2 {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.social-media__icon {
  width: 48px;
  height: 48px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #6b1a45;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.social-media__icon:hover {
  background-color: #fff;
}

.social-media {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link__item {
  color: #6b1a45;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.link__item:hover {
  color: #fff;
}

.vectors-wrapper-14 {
  width: 17.4317px;
  height: 20.0026px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link__col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link__col.link__col-first {
  margin-right: 40px;
}

.vectors-wrapper-12 {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__text-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-13 {
  width: 20px;
  height: 14px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.links {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-11 {
  width: 10.7125px;
  height: 19.9937px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form__field {
  width: 100%;
  padding-left: 0;
  position: relative;
}

.form__label {
  height: 24px;
  color: #c1c1c1;
  margin-bottom: 0;
  font-weight: 400;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 14px;
}

.form__input {
  width: 100%;
  height: 48px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 14px;
  font-size: 15px;
}

.link {
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.link:hover {
  color: #fff;
}

.form__checkbox-label {
  padding-left: 44px;
}

.slider {
  width: 100%;
}

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

.slide-nav {
  display: none;
}

.mask {
  width: 270px;
  overflow: visible;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.slider-button-prev {
  width: 100%;
  align-self: flex-end;
  display: flex;
  position: relative;
}

.slider-button-next {
  width: 100%;
  align-self: flex-end;
  position: relative;
}

.swiper-slide {
  max-width: 272px;
  cursor: default;
  flex: 0 0 272px;
}

.slide__content {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

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

.slide__label {
  color: #6b1a45;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 32px;
  display: block;
}

.slide__label.subline {
  margin-left: 0;
}

.paragraph, .subline {
  font-size: 24px;
  line-height: 30px;
}

.checkbox-hidden {
  display: none;
}

.image-text {
  margin-top: 90px;
  margin-bottom: 90px;
}

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

.image-text__intro.copy {
  margin-top: 40px;
}

.image-text__intro--span {
  display: block;
}

.text-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.die-kopfnote-steigt-uns-zuerst-in-die-nase-dies-sind-leichte-d-fte-wie-zitrusnoten-oder-w-rzige-aromen-wie-gr-ner-tee-oder-pfeffer-0 {
  color: #f0859d;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.die-kopfnote-steigt-uns-zuerst-in-die-nase-dies-sind-leichte-d-fte-wie-zitrusnoten-oder-w-rzige-aromen-wie-gr-ner-tee-oder-pfeffer-1 {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.die-kopfnote-steigt-uns-zuerst-in-die-nase-dies-sind-leichte-d-fte-wie-zitrusnoten-oder-w-rzige-aromen-wie-gr-ner-tee-oder-pfeffer-2 {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.die-herznote-kann-man-nach-ca-10-minuten-wahrnehmen-sie-bestimmt-den-charakter-des-duftes-und-entscheidet-ob-wir-einen-duft-als-blumig-frisch-oder-fruchtig-charakterisieren-rose-jasmin-oder-auch-kardamom-und-zimt-werden-hier-oft-verwendet-1 {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.image-text__content {
  margin-top: 30px;
}

.image-5 {
  display: block;
}

.radio-button-field, .radio-button-field-2, .radio-button-field-3 {
  display: none;
}

.slider__reset-cta {
  z-index: 2;
  height: 52px;
  opacity: 0;
  align-items: center;
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0, -20px);
}

.slider__reset-cta-text {
  color: #6b1a45;
  margin-left: 10px;
}

.flower {
  opacity: 0;
  position: absolute;
  transform: scale(0);
}

.flower.flower-1 {
  top: -8%;
  left: 20%;
}

.flower.flower-2 {
  top: -8%;
  left: 45%;
}

.flower.flower-3 {
  width: 355px;
  height: 253px;
  top: 10%;
  left: 51%;
}

.flower.flower-4 {
  top: -10%;
  right: -45%;
}

.flower.flower-5 {
  width: 200px;
  height: 235px;
  top: 19%;
  right: -33%;
}

.flower.flower-6 {
  top: 36%;
  left: -40%;
}

.flower.flower-7 {
  top: 14%;
  left: -30%;
}

.flower.flower-8 {
  top: -5%;
  left: -65%;
}

.flower.flower-9 {
  bottom: 15%;
  right: -30%;
}

.flower.flower-10 {
  bottom: 8%;
  right: -30%;
}

.flower.flower-11 {
  bottom: -115px;
  left: -40px;
}

.flower.flower-12 {
  bottom: -3%;
  left: 2%;
}

.flower.flower-13 {
  bottom: -95px;
  left: 210px;
}

.stage__outer {
  width: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.stage__outer.privacy {
  height: 100%;
}

.slider-navigation {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-navigation__spacer {
  flex: 0 0 272px;
}

.image-6 {
  text-align: center;
  margin-left: auto;
}

.slider-arrow-icon {
  cursor: pointer;
  margin-left: auto;
  margin-right: 10px;
}

.image-7 {
  cursor: pointer;
  margin-left: 10px;
}

.text-span {
  display: block;
}

.list-2 {
  list-style-type: decimal;
}

.list-block__list-item {
  margin-bottom: 10px;
}

.link-2, .link-3 {
  color: #f0859d;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.form-success {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-success__icon {
  width: 96px;
  height: 96px;
  background-color: #3acc47;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.form-success__icon-image {
  width: 48px;
  height: 48px;
}

.form-success__headline {
  color: #6b1a45;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.form-success__copy {
  margin-bottom: 32px;
}

.button__bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #6b1a45;
  border-radius: 24px;
  position: absolute;
}

.text-block-3 {
  color: #6b1a45;
}

.error-message {
  border: 1px #6b1a45;
}

@media screen and (min-width: 1440px) {
  .container {
    height: 100%;
  }

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

  .row.justify-center.stage__inner, .stage__content {
    height: 100%;
  }

  .stage {
    height: 85vh;
    min-height: 800px;
  }

  .success-message {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .form-success__icon {
    width: 96px;
    height: 96px;
    color: #3acc47;
    background-color: #3acc47;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

  .image-8 {
    flex: 0 0 24px;
  }

  .form-success__icon-image {
    width: 48px;
    height: 48px;
    align-self: center;
  }

  .form-success__headline {
    color: #6b1a45;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .form-success__copy {
    margin-bottom: 32px;
  }

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

@media screen and (max-width: 991px) {
  .row.contest__inner {
    max-width: 100%;
  }

  .col.col-4.col-m-12 {
    order: -1;
  }

  .headline-xl {
    font-size: 60px;
    line-height: 70px;
  }

  .headline-l {
    font-size: 48px;
    line-height: 52px;
  }

  .headline-l.col.stage__headline {
    text-align: left;
  }

  .headline-m {
    font-size: 35px;
    line-height: 43px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .stage__content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .stage__image {
    width: 290px;
    height: auto;
    margin-top: 100px;
  }

  .stage__logo {
    width: 80px;
    height: auto;
    object-fit: fill;
    object-position: 50% 0%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .stage__content-text {
    max-width: 100%;
  }

  .stage__content-text.privacy {
    margin-top: 220px;
  }

  .stage {
    height: auto;
  }

  .wins__box-holder.wins__box-holder--mini.wins__box-holder-reverse {
    margin-top: 30px;
  }

  .wins__box-holder.wins__box-holder--big {
    margin-bottom: 100px;
  }

  .steps__copy {
    font-size: 20px;
    line-height: 26px;
  }

  .image-2 {
    width: 220px;
  }

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

  .image-text-teaser__image-holder {
    margin-bottom: 80px;
    position: relative;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .contest {
    padding-bottom: 20px;
  }

  .hl-forms {
    margin-left: auto;
    margin-right: auto;
  }

  .contest__slider.col.col-7.col-m-12 {
    order: -1;
    margin-bottom: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .social-media {
    justify-content: center;
  }

  .link__item.copy-right {
    text-align: center;
  }

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

  .link__col.link__col-first {
    align-items: center;
    margin-right: 0;
  }

  .footer__text-wrapper {
    margin-bottom: 60px;
  }

  .links {
    flex-direction: column;
    align-items: center;
  }

  .subline {
    font-size: 20px;
    line-height: 26px;
  }

  .image-text__content.row.align-end {
    justify-content: center;
  }

  .image-text__image-wrapper {
    margin-bottom: 30px;
  }

  .slider__reset-cta {
    left: 50%;
  }

  .stage__cta-wrapper {
    align-self: center;
  }

  .flower.flower-1 {
    top: 8%;
  }

  .flower.flower-2 {
    top: 8%;
    left: 37%;
  }

  .flower.flower-3 {
    top: 25%;
    left: 57%;
  }

  .flower.flower-4 {
    top: 6%;
    right: -60%;
  }

  .flower.flower-5 {
    width: auto;
    height: auto;
    top: 32%;
    right: -46%;
  }

  .flower.flower-6 {
    top: 43%;
    left: -50%;
  }

  .flower.flower-7 {
    top: 21%;
    left: -37%;
  }

  .flower.flower-8 {
    top: 23%;
    left: -80%;
  }

  .flower.flower-9 {
    bottom: -1%;
    right: -39%;
  }

  .flower.flower-10 {
    bottom: -8%;
    right: -40%;
  }
}

@media screen and (max-width: 767px) {
  .row.wins__grids {
    margin-top: 40px;
  }

  .row.contest__inner {
    justify-content: center;
  }

  .headline-xl {
    font-size: 48px;
    line-height: 54px;
  }

  .headline-l {
    font-size: 36px;
    line-height: 46px;
  }

  .body {
    color: #000;
  }

  .headline-m {
    font-size: 30px;
    line-height: 36px;
  }

  .headline-m.wins__headline {
    margin-bottom: 24px;
  }

  .headline-s {
    font-size: 21px;
    line-height: 25px;
  }

  .form__subline {
    text-align: left;
    align-self: center;
  }

  .contest__slider.col.col-7.col-m-12 {
    margin-bottom: 40px;
  }

  .contest__form.col.col-4.col-m-8.push-m-2.col-sm-10.push-sm-0 {
    padding-left: 3.2%;
    padding-right: 3.2%;
  }

  .social-media {
    justify-content: center;
    margin-bottom: 40px;
  }

  .link__item {
    text-align: center;
    flex: none;
    align-self: center;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .link__item.copy-right {
    text-align: center;
    margin-bottom: 100px;
  }

  .link__col {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    display: flex;
  }

  .link__col.link__col-first {
    margin-right: 0;
  }

  .footer__text-wrapper {
    margin-bottom: 80px;
  }

  .links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    text-align: left;
  }

  .row {
    max-width: 92.5%;
    flex-wrap: wrap;
  }

  .row.justify-center.stage__inner.privacy {
    justify-content: flex-start;
  }

  .col {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .col.col-12.col-m-12 {
    max-width: 100%;
  }

  .headline-l.col.stage__headline {
    text-align: left;
    font-size: 29px;
  }

  .button {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .stage__content {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0%;
  }

  .stage__content.privacy {
    margin-left: -1.6%;
    margin-right: -1.6%;
  }

  .stage__image {
    width: 240px;
    height: 405px;
    object-fit: contain;
    flex: 1;
    margin-top: 40px;
  }

  .stage__logo {
    width: 65px;
    height: 140px;
    justify-content: center;
    display: block;
    position: absolute;
    top: 24px;
  }

  .stage {
    padding: 0;
  }

  .image {
    width: 400px;
  }

  .wins__box-holder.wins__box-holder--big {
    margin-bottom: 20px;
  }

  .wins__box {
    position: relative;
  }

  .wins__box.wins__box--jackpot {
    background-image: url('../images/gewinn_dyson_mobile.png');
  }

  .text-block.win__box-text-first {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .wins__floral-1 {
    width: 160px;
    bottom: -50px;
    right: -14px;
  }

  .wins__box-text-holder {
    padding-left: 0;
  }

  .wins__box-text-holder.reverse {
    padding-left: 20px;
  }

  .steps__image {
    width: 154px;
  }

  .steps__copy {
    font-size: 20px;
    line-height: 26px;
  }

  .image-4 {
    max-width: 100%;
  }

  .footer__text-wrapper {
    margin-bottom: 60px;
  }

  .flower.flower-1 {
    display: none;
    top: 0%;
  }

  .flower.flower-2 {
    width: 125px;
    height: 100px;
    left: 51%;
  }

  .flower.flower-3 {
    width: 186px;
    height: 132px;
    left: 41%;
  }

  .flower.flower-4 {
    width: 85px;
    height: 100px;
    top: 0%;
    right: -25%;
  }

  .flower.flower-5 {
    width: 120px;
    top: 28%;
    right: -26%;
  }

  .flower.flower-6 {
    width: 138px;
    height: 111px;
    top: 64%;
    left: -16%;
  }

  .flower.flower-7 {
    width: 98px;
    height: 80px;
    top: 51%;
    left: -8%;
  }

  .flower.flower-8 {
    width: 83px;
    height: 97px;
    top: 40%;
    left: -14%;
  }

  .flower.flower-9 {
    width: 119px;
    height: 97px;
    bottom: 20%;
    right: -6%;
  }

  .flower.flower-10 {
    width: 51px;
    height: 60px;
    bottom: 25%;
    right: -18%;
  }

  .flower.flower-11 {
    width: 188px;
    height: 152px;
    bottom: -77px;
  }

  .flower.flower-12 {
    width: 146px;
    height: 171px;
    left: -8%;
  }

  .flower.flower-13 {
    width: 82px;
    height: 96px;
    bottom: -40px;
    left: 130px;
  }
}

#w-node-_5bc2d1a5-6099-9459-fb65-c8a427071973-a1c3c78c, #w-node-e0e2e58d-cc46-70fa-9350-c827c4c40273-a1c3c78c, #w-node-eed3b0c2-e396-899c-62b3-c5c4bddc504c-a1c3c78c, #w-node-c0fc6730-7719-cbb9-c086-b5a6c85339fd-a1c3c78c, #w-node-_2390ec59-9af8-003e-96f6-c2a3c5d0ffd0-a1c3c78c, #w-node-_168fb688-c8fd-744c-4b82-516359d7bf01-a1c3c78c, #w-node-_24504c0f-42dc-136b-ca50-ae45ab688d69-a1c3c78c, #w-node-_66b08ab4-b0d9-fd78-e928-b564d96b7222-a1c3c78c, #w-node-_04a17995-be1c-a884-f7a4-9e37efb45be0-a1c3c78c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26117bb7-58ac-1a8a-5c59-733db7c9fcec-a1c3c78c {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1440px) {
  #w-node-ca07c1c5-3684-f57a-9ebb-1619eb089a73-a1c3c78c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d9ddaaf1-a565-4a04-2a1e-521caed425c5-a1c3c78c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


