body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 761px) {
  footer {
    margin-top: 20px;
  }
}
.ds-eye-teaser {
  max-width: 1170px;
  margin: 0 auto;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  color: #333333;
}

.ds-eye-teaser * {
  box-sizing: border-box;
}

.ds-eye-teaser img {
  display: block;
  width: 100%;
}

/*------------------------------------------------------*/
.ds-eye-teaser-header {
  position: relative;
  height: 670px;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
  padding-bottom: 56px;
}

.ds-eye-teaser-header__background {
  margin: 0;
  display: block;
  width: 1600px;
  height: 670px;
  position: absolute;
  z-index: 1;
  left: calc(50% - 800px);
  top: 0;
}

.ds-eye-teaser-header__content {
  background-color: rgba(71, 26, 0, 0.6);
  position: relative;
  z-index: 2;
  padding: 40px 46px;
  width: 466px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

.ds-eye-teaser-header__title {
  display: flex;
  margin: 0 !important;
  font-weight: normal;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
  color: #fff;
}

.ds-eye-teaser-header__title span {
  display: block;
}

.ds-eye-teaser-header__title .ds-eye-color {
  font-size: 35px;
  font-family: ClarinsRegular, Clarins;
  font-size: 60px;
  line-height: 1em;
}
.ds-eye-teaser-header__title .ds-eye-color:first-child {
  flex-basis: 100%;
  text-align: right;
}
.ds-eye-teaser-header__title .ds-eye-color:last-child {
  font-size: 110px;
  margin-left: 15px;
}

.ds-eye-teaser-header__text {
  text-align: center;
  font-size: 42px;
  margin: 0 auto;
  padding: 50px;
  color: #333;
  font-family: ClarinsRegular, Clarins;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .ds-eye-teaser-header {
    padding-top: 329px;
    height: auto;
    padding-bottom: 0;
  }

  .ds-eye-teaser-header__background {
    width: 768px;
    height: 329px;
    left: calc(50% - 384px);
    order: 1;
  }
  .ds-eye-teaser-header__content {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    order: 3;
  }

  .ds-eye-teaser-header__content:last-child {
    order: 2;
  }

  .ds-eye-teaser-header__title {
    color: #333;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .ds-eye-teaser-header__title .ds-eye-color:first-child {
    flex-basis: 100%;
    color: #333;
  }
}
@media (max-width: 761px) {
  .ds-eye-teaser-header {
    height: auto;
    padding-bottom: 0;
  }

  .ds-eye-teaser-header__background {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    order: 1;
  }
  .ds-eye-teaser-header__content {
    width: 100%;
    padding: 0 20px;

    background-color: #fff;
    order: 3;
  }
  .ds-eye-teaser-header__content:last-child {
    order: 2;
    padding-top: 20px;
  }
  .ds-eye-teaser-header__title .ds-eye-color:first-child {
    flex-basis: 100%;
  }
  .ds-eye-teaser-header__title {
    font-size: 20px;
    color: #333;
    max-width: 260px;
    margin: 0 auto !important;
  }
  .ds-eye-teaser-header__title .ds-eye-color {
    font-size: 35px;
    color: #333;
  }
  .ds-eye-teaser-header__title .ds-eye-color:last-child {
    font-size: 60px;
    color: #333;
  }
  .ds-eye-teaser-header__text {
    padding-bottom: 0;
    color: #333;
    padding: 20px;
    font-size: 25px;
  }
}
/*------------------------------------------------------*/
.ds-eye-teaser-video {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  margin-left: 0;
  margin-bottom: -110px;
  z-index: 3;
}

.ds-eye-teaser-video__visual {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.ds-eye-teaser-video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0;
}

.ds-eye-teaser-video__link::before {
  content: " ";
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  bottom: 10px;
  left: 10px;
}

.ds-eye-teaser-video__link::after {
  content: " ";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  bottom: 22px;
  left: 26px;
  position: absolute;
}
@media (max-width: 1023px) {
  .ds-eye-teaser-video {
    margin: 20px;
    margin-bottom: -35px;
  }
}
@media (max-width: 761px) {
  .ds-eye-teaser-video {
    margin: 0px 20px;
    margin-bottom: -35px;
  }
}
/*------------------------------------------------------*/
.ds-eye-teaser-product {
  display: flex;
  justify-content: flex-end;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.ds-eye-teaser-product__flowers {
  margin: 0;
  display: block;
  width: 768px;
}

.ds-eye-teaser-product__content {
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .ds-eye-teaser-product__flowers {
    right: 0;
    left: auto;
    width: 500px;
    top: -35px;
  }
}
@media (max-width: 761px) {
  .ds-eye-teaser-product__flowers {
    right: 0;
    left: auto;
    width: 246px;
    top: -35px;
    z-index: 1;
  }
  .ds-eye-teaser-product__content {
    margin: 0;
    width: 100%;
  }
}
/*------------------------------------------------------*/

.dp-popin-video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
}

.dp-popin-video[data-open="0"] {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.dp-popin-video[data-open="1"] {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dp-popin-video__background {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity ease-in-out 0.5s;
}

.dp-popin-video[data-open="0"] .dp-popin-video__background {
  opacity: 0;
}

.dp-popin-video[data-open="1"] .dp-popin-video__background {
  opacity: 1;
}

.dp-popin-video__content {
  padding: 2.32vw;
  width: 90vw;
  height: 52.7vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 1000px) {
  .dp-popin-video__content {
    padding: 20px;
    /*  width: 920px;height: 535px;*/
    width: calc(0.8 * 100vw + 40px);
    height: calc(0.8 * 56.25vw + 40px);
  }
}

@media (min-width: 1000px) and (min-aspect-ratio: 920/535) {
  .dp-popin-video__content {
    padding: 20px;
    width: calc(0.8 * 171.962vh + 40px);
    height: calc(0.8 * 100vh + 40px);
  }
}

.dp-popin-video__iframe {
  width: 100%;
  height: 100%;
}

.dp-popin-video__close-btn {
  width: 14px;
  height: 14px;
  font-size: 0px;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
}

.dp-popin-video__close-btn::before,
.dp-popin-video__close-btn::after {
  content: " ";
  width: 2px;
  height: 18px;
  border-radius: 1px;
  background-color: #000;
  position: absolute;
  left: 6px;
  top: 0px;
}

.dp-popin-video__close-btn::before {
  transform: rotate(-45deg);
}

.dp-popin-video__close-btn::after {
  transform: rotate(45deg);
}

/*------------countdown-------------------*/

#countDown-Wrapper {
  display: none;
  font-size: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #countDown-Wrapper {
    width: 340px;
  }
}

#countDown-Wrapper .countDown-Group {
  display: inline-block;
  font-size: 0;
  margin: 0px;
  position: relative;
  width: 72px;
  text-align: center;
  padding-bottom: 25px;
  line-height: 66px;
}
#countDown-Wrapper .countDown-Group::after {
  content: " ";
  width: 72px;
  height: 70px;
  border: 1px solid #fff;
  border-right: 0px solid #fff;
  top: 0px;
  left: 0px;
  position: absolute;
}
#countDown-Wrapper .countDown-Group:last-child::after {
  border-right: 1px solid #fff;
}
#countDown-Wrapper .countDown-Label {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 16px;
}
#countDown-Wrapper .countDown-Digit {
  display: inline-block;
  height: 65px;
  overflow: hidden;
  width: 30px;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: right;
  vertical-align: middle;
}

#countDown-Wrapper .countDown-Digit ul {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 37px;
  position: absolute;
  top: 0;
  left: 0;
  transition: none;
  color: #fff;
}
#countDown-Wrapper .countDown-Digit.Anim ul {
  transition: top 0.5s ease-in-out;
}
#countDown-Wrapper .countDown-Digit ul li {
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  margin-top: 0;
  margin: 0;
  padding: 0;
  border: 0px solid;
  max-width: none;
  width: 30px;
  box-sizing: content-box;
  float: none;
}
@media (max-width: 1023px) {
  #countDown-Wrapper .countDown-Label {
    color: #333;
  }
  #countDown-Wrapper .countDown-Digit ul {
    color: #333;
  }
  #countDown-Wrapper .countDown-Group::after {
    border: 1px solid #333;
    border-right: 0px solid #333;
  }
  #countDown-Wrapper .countDown-Group:last-child::after {
    border-right: 1px solid #333;
  }
}

@media (max-width: 761px) {
  #countDown-Wrapper {
    transform: scale(0.7);
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .ds-eye-teaser-header__content{
    margin-right: 35px !important;
  }
}


/*EDIT*/

.ds-eye-form__spmention{
  margin-top: 30px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}