<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Joyeux-Regular";
  src: url("../fonts/Joyeux-Regular-2019.woff2") format("woff2"), url("../fonts/Joyeux-Regular-2019.woff") format("woff"), url("../fonts/Joyeux-Regular-2019.otf");
  font-weight: normal;
  font-style: normal;
}

.dp-CJ {
  background-color: #fff;
  color: #000;
  font-family: "Lucas", sans-serif;
  font-weight: 400;
}

.dp-CJ * {
  box-sizing: border-box;
}

.dp-CJ-wrapper {
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.dp-CJ picture {
  display: block;
}

.dp-CJ-button {
  font-family: "Lucas", sans-serif;
  background: #ffc43a;
  backdrop-filter: blur(50px);
  border-radius: 2px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0 30px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  position: relative;
  color: #000;
}

.dp-CJ-button::before,
.dp-CJ-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 27px;
  background-image: url(../images/icon-feedback.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.3s;
}

.dp-CJ-button::before {
  top: 0;
  left: 0;
  transform: translate(-21px, -16px);
}

.dp-CJ-button::after {
  bottom: 0;
  right: 0;
  transform: translate(21px, 16px) rotate(180deg);
}

.dp-CJ-button:hover::before {
  opacity: 1;
  animation: cta-anim-left 0.3s;
}

.dp-CJ-button:hover::after {
  opacity: 1;
  animation: cta-anim-right 0.3s;
}

@keyframes cta-anim-left {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  80% {
    opacity: 1;
    transform: translate(-25px, -21px);
  }
  100% {
    transform: translate(-21px, -16px);
  }
}

@keyframes cta-anim-right {
  0% {
    transform: translate(0, 0) rotate(180deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
    transform: translate(25px, 21px) rotate(180deg);
  }
  100% {
    transform: translate(21px, 16px) rotate(180deg);
  }
}

.dp-CJ br[mobile] {
  display: none;
}

@media screen and (max-width: 767px) {
  .dp-CJ br[desktop] {
    display: none;
  }

  .dp-CJ br[mobile] {
    display: block;
  }
}

/************/
/** HEADER **/
/************/

.dp-CJ-header {
  position: relative;
  overflow: hidden;
  padding-bottom: 86px;
}

.dp-CJ-header::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url(../images/wave.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.dp-CJ-header__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 45px;
}

.dp-CJ-header__title span {
  font-size: 72px;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  font-family: "Joyeux-Regular", "Lucas", sans-serif;
  font-weight: 400;
}

.dp-CJ-header__description {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin-top: 34px;
}

.dp-CJ-header__button {
  margin-top: 30px;
}

.dp-CJ-header__container-logo {
  font-weight: 700;
  font-size: 12.6px;
  line-height: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dp-CJ-header__container-logo span {
  margin: 0 18px;
}

.dp-CJ-header__container-text {
  flex-basis: 470px;
  flex-shrink: 0;
}

.dp-CJ-header__container-KV {
  max-width: 212px;
  width: 100%;
  position: absolute;
  left: calc(50% + 350px);
  transform: translateX(-50%);
  top: 220px;
}

.dp-CJ-header__container-KV::before {
  content: "";
  display: block;
  width: 585px;
  height: 420px;
  background-image: url(../images/caps-header-hearts.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -140px;
  left: -246px;
}

.dp-CJ-header__KV {
  width: 100%;
}

.dp-CJ-header__logo-nespresso {
  width: 156px;
}

.dp-CJ-header__logo-joyeux {
  width: 125px;
}

.dp-CJ-header__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 1230px) and (min-width: 768px) {
  .dp-CJ-header__container-KV {
    max-width: calc(212 / 1230 * 100vw);
    margin-left: calc(-72 / 1230 * 100vw);
    left: auto;
    right: calc(-50 / 1230 * 100vw);
  }

  .dp-CJ-header__container-KV::before {
    width: calc(585 / 1230 * 100vw);
    height: calc(420 / 1230 * 100vw);
    top: calc(-140 / 1230 * 100vw);
    left: calc(-230 / 1230 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .dp-CJ-header {
    padding-bottom: 80px;
  }

  .dp-CJ-header__container {
    padding-top: 33px;
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .dp-CJ-header__logo-nespresso {
    width: 123px;
  }

  .dp-CJ-header__container-logo {
    font-size: 10.08px;
    line-height: 12px;
  }

  .dp-CJ-header__container-logo span {
    margin: 0 14px;
  }

  .dp-CJ-header__logo-joyeux {
    width: 100px;
  }

  .dp-CJ-header__title {
    font-size: 35px;
    line-height: 42px;
    margin-top: 30px;
  }

  .dp-CJ-header__description {
    margin-top: 20px;
  }

  .dp-CJ-header__title span {
    font-size: 50px;
  }

  .dp-CJ-header__container-KV {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    max-width: 127px;
    align-self: center;
    margin-top: 119px;
  }

  .dp-CJ-header__container-KV::before {
    width: 353px;
    height: 254px;
    top: -86px;
    left: calc(50% - 29px);
    transform: translateX(-50%);
  }

  .dp-CJ-header__container-text {
    flex-basis: auto;
  }

  .dp-CJ-header__button {
    margin: 0 auto;
    margin-top: 113px;
  }

  .dp-CJ-header::before {
    background-position: top left;
  }
}

@media screen and (max-width: 500px) {
  .dp-CJ-header::before {
    background-image: url(../images/wave-mobile.svg);
    background-position: top left;
    background-size: contain;
  }
}

@media screen and (max-width: 414px) {
  .dp-CJ-header::before {
    background-size: auto;
  }
}

@media screen and (max-width: 820px) {
  .dp-CJ-header__button:before,
  .dp-CJ-header__button:after {
    display: none;
  }
}
</pre></body></html>