<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: "NespressoLucas-Light";
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.eot");
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.eot?#iefix") format("embedded-opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.woff") format("woff"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.ttf") format("truetype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.otf") format("opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.svg#NespressoLucas-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NespressoLucas-Regular";
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.eot");
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.woff") format("woff"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.ttf") format("truetype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.otf") format("opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.svg#NespressoLucas-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nespresso-Lucas-XtraBd";
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.eot");
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.eot?#iefix") format("embedded-opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.woff") format("woff"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.ttf") format("truetype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.otf") format("opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.svg#NespressoLucas-XtraBd") format("svg");
  font-weight: normal;
  font-style: normal;
}
.wrapper-ResponsiveContainer {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapper-ResponsiveContainer .pdpEnhancement {
  max-width: 996px !important;
  margin: 0 auto;
}
.wrapper-ResponsiveContainer .pdpEnhancement .campaign-logo {
  text-align: center;
  margin: 3em 0 0.6em 0;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .flex-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex-container .flex-item {
  width: 33.3%;
}
.flex-container .flex-item img {
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .flex-container .flex-item {
    width: 100%;
  }
}
.flex-container .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
@media screen and (max-width: 500px) {
  .flex-container .flex-item:nth-child(1) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.flex-container .flex-item:nth-child(2) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
@media screen and (max-width: 500px) {
  .flex-container .flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.flex-container .flex-item:nth-child(3) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
@media screen and (max-width: 500px) {
  .flex-container .flex-item:nth-child(3) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.flex-container.capsule-attribute {
  width: 80%;
  margin: 0 auto;
  max-width: 640px;
  margin-top: 2em;
}
@media screen and (max-width: 500px) {
  .flex-container.capsule-attribute {
    width: 100%;
    margin-top: 2em;
  }
}
.flex-container.capsule-attribute .capsule-attribute__capsule {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .flex-container.capsule-attribute .capsule-attribute__capsule {
    max-width: 177px;
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  .flex-container.capsule-attribute .capsule-attribute__properties {
    margin-top: 2em;
    min-width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .flex-container.capsule-attribute .capsule-attribute__properties:last-child {
    margin-top: 0;
  }
}
.flex-container.capsule-attribute .capsule-attribute__properties h3 {
  font-family: "NespressoLucas-Regular" !important;
  color: #FFFFFF;
  margin-bottom: 0.5em;
  font-size: 1.125em;
  line-height: 1.33333;
  letter-spacing: 0.16667em;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.flex-container.capsule-attribute .capsule-attribute__properties h3:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  z-index: 1;
}
.flex-container.capsule-attribute .capsule-attribute__properties .left ul, .flex-container.capsule-attribute .capsule-attribute__properties .right ul {
  margin: 0;
  padding: 0;
}
.flex-container.capsule-attribute .capsule-attribute__properties .left li, .flex-container.capsule-attribute .capsule-attribute__properties .right li {
  text-align: center;
  padding-bottom: 2rem;
}
.flex-container.capsule-attribute .capsule-attribute__properties ul span {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .flex-container.capsule-attribute .capsule-attribute__properties ul span {
    font-size: 1.2em;
  }
}

.capsule-attribute__buy {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .capsule-attribute__buy {
    padding-top: 1.5rem;
  }
}

.content-max-width {
  margin: 0 auto;
  max-width: 654px;
}

.campaign-copy {
  background-color: black;
  padding: 46px;
}
@media screen and (max-width: 500px) {
  .campaign-copy {
    padding: 30px;
  }
}
.campaign-copy .logo {
  max-width: 330px;
  margin: 0 auto;
  display: block;
}
.campaign-copy .icon-carafe {
  max-width: 60px;
  margin: 34px auto;
}
.campaign-copy .icon-carafe img {
  max-width: 100%;
}
.campaign-copy p {
  color: #FFFFFF;
  font-family: "NespressoLucas-Regular" !important;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  max-width: 485px;
  margin: 25px auto;
  font-weight: 700 !important;
}
@media screen and (max-width: 500px) {
  .campaign-copy p {
    text-align: left;
  }
}
.campaign-copy .section-profile {
  margin-bottom: 4em;
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .campaign-copy .section-profile {
    text-align: left;
  }
}
.campaign-copy .section-profile h4 {
  font-family: "NespressoLucas-Light" !important;
  margin-top: 30px;
  font-size: 0.825em;
  line-height: 1.63333;
  letter-spacing: 0.16667em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .campaign-copy .section-profile h4 {
    line-height: 2.33333;
  }
}
.campaign-copy .section-profile h4 span {
  font-family: "NespressoLucas-Regular" !important;
  font-size: 0.9em;
  line-height: 1.8em;
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
.campaign-copy .section-carafe {
  background-image: url(https://www.nespresso.com/shared_res/nc2/pdp_bg/carafe-experience/img/xtra_XL.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 470px;
  margin: 0 auto;
  height: 370px;
}
@media screen and (max-width: 500px) {
  .campaign-copy .section-carafe {
    background-image: url(https://www.nespresso.com/shared_res/nc2/pdp_bg/carafe-experience/img/xtra_S.jpg);
  }
}
.campaign-copy .section-carafe .text-vertuo-carafe {
  font-family: "NespressoLucas-Regular" !important;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.33333;
  letter-spacing: 0.22222em;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  font-weight: 700 !important;
  margin-left: 14px;
  max-width: 230px;
}
.campaign-copy .section-carafe .flex-container-carafe {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
.campaign-copy .section-carafe .flex-container-carafe .flex-item img {
  width: 57px;
}
.campaign-copy .section-carafe .flex-container-carafe .flex-item:nth-child(1), .campaign-copy .section-carafe .flex-container-carafe .flex-item:nth-child(2), .campaign-copy .section-carafe .flex-container-carafe .flex-item:nth-child(3) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
@media screen and (max-width: 500px) {
  .campaign-copy .section-carafe .flex-container-carafe .flex-item {
    width: auto;
  }
  .campaign-copy .section-carafe .text-vertuo-carafe {
    font-size: 0.7em;
    margin-left: 9px;
    max-width: auto;
  }
}
.campaign-copy .container-btn {
  margin: 0 auto;
  padding: 0 2em 2em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-copy .container-btn .btn {
  padding: 0.7em;
  background-color: initial;
  color: #FFFFFF;
  padding: 1em 1.5em;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  border-radius: 0.5em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .campaign-copy .container-btn .btn {
    font-size: 0.9em;
    min-width: 258px;
  }
}
.campaign-copy .container-btn .btn:hover {
  background-color: white;
  color: black;
}

.container-keyvisual {
  position: relative;
  padding-top: 56.34%;
}
@media screen and (max-width: 500px) {
  .container-keyvisual {
    /*padding-top: 88.34%;*/
  }
}
.container-keyvisual .desktop-img, .container-keyvisual .mobile-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .container-keyvisual .desktop-img {
    display: none;
  }
}
.container-keyvisual .mobile-img {
  display: none;
}
@media screen and (max-width: 500px) {
  .container-keyvisual .mobile-img {
    display: block;
  }
}

.header-title {
  font-family: "NespressoLucas-Light" !important;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.32em;
  line-height: 1.33333;
  letter-spacing: 0.22222em;
  text-transform: uppercase;
  font-weight: normal;
  padding: 22px 100px 0;
}
.header-title.subheader {
  font-size: 1.6em;
  padding: 22px 60px 0;
  letter-spacing: 0.12222em;
}
@media screen and (max-width: 768px) {
  .header-title {
    font-size: 2.2em;
    padding: 28px 0 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .header-title {
    font-size: 1.6em;
    line-height: 37px;
    padding: 0px 11px;
  }
}

.header-copy {
  font-family: "Nespresso-Lucas-XtraBd" !important;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.33333;
  letter-spacing: 0.16667em;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 1.5em;
}
.header-copy span {
  font-family: "NespressoLucas-Light" !important;
}

.container-kpi {
  position: relative;
  padding-top: 61.53%;
}
@media screen and (max-width: 500px) {
  .container-kpi {
    padding-top: 142.53%;
  }
}
.container-kpi .desktop-img, .container-kpi .mobile-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .container-kpi .desktop-img {
    display: none;
  }
}
.container-kpi .mobile-img {
  display: none;
}
@media screen and (max-width: 500px) {
  .container-kpi .mobile-img {
    display: block;
  }
}</pre></body></html>