.article-intro {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px
}
.section-faq .article-intro {
  margin-top: 46px;
  margin-bottom: 45px
}
.field-item:first-child .article-intro {
  margin-top: 0
}
.article-intro + .divider,
.article-intro .divider:last-child {
  display: none
}
.article-intro__second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px
}
@media screen and (max-width:850px) {
  .article-intro {
    margin-top: 40px;
    margin-bottom: 40px
  }
  .section-faq .article-intro {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .article-intro__second-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.article-intro__second-row_text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width:850px) {
  .article-intro__second-row_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}
.article-intro__table-of-contents {
  width: 415px;
  height: 555px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (min-width:850.1px) and (max-width:1080px) {
  .article-intro__table-of-contents {
    width: 40%
  }
}
@media screen and (max-width:850px) {
  .article-intro__table-of-contents {
    width: 100%;
    height: 456px
  }
}
.article-intro__table-of-contents .table-of-contents__items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto
}
.article-intro__image-container {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden;
  border-top-left-radius: 80px;
  height: 555px
}
@media screen and (max-width:850px) {
  .article-intro__image-container {
    margin-bottom: 20px;
    border-top-left-radius: 40px;
    height: auto
  }
}
.article-intro__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.image-wide {
  display: block;
  width: 100%;
  height: 555px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px
}
.field-item:first-child .image-wide {
  margin-top: 0
}
.section-faq .image-wide {
  margin-top: 46px;
  margin-bottom: 45px
}
@media screen and (max-width:600px) {
  .image-wide {
    height: 230px;
    border-bottom-left-radius: 40px
  }
}
@media screen and (max-width:1450px) {
  .image-wide {
    height: auto
  }
}
@media screen and (min-width:601px) {
  .image-wide_corner_top-left {
    border-top-left-radius: 80px
  }
  .image-wide_corner_top-right {
    border-top-right-radius: 80px
  }
  .image-wide_corner_bottom-right {
    border-bottom-right-radius: 80px
  }
  .image-wide_corner_bottom-left {
    border-bottom-left-radius: 80px
  }
}
@media screen and (max-width:600px) {
  .image-wide_corner-mobile_top-left {
    border-top-left-radius: 40px
  }
  .image-wide_corner-mobile_top-right {
    border-top-right-radius: 40px
  }
  .image-wide_corner-mobile_bottom-right {
    border-bottom-right-radius: 40px
  }
  .image-wide_corner-mobile_bottom-left {
    border-bottom-left-radius: 40px
  }
}
.subtitle-and-text {
  padding-left: 50px
}
@media screen and (max-width:850px) {
  .image-wide {
    margin-top: 40px;
    margin-bottom: 40px
  }
  .section-faq .image-wide {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .subtitle-and-text {
    padding: 0
  }
}
.subtitle-and-text__subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  max-width: 80%
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .subtitle-and-text__subtitle {
    font-size: 34px;
    line-height: 40px
  }
}
@media screen and (max-width:767px) {
  .subtitle-and-text__subtitle {
    font-size: 30px;
    line-height: 40px
  }
}
.subtitle-and-text__subtitle:not(:only-child) {
  margin-bottom: 30px
}
.subtitle-and-text__text,
.subtitle-and-text__text p {
  font-size: 18px;
  line-height: 28px
}
@media screen and (max-width:680px) {
  .subtitle-and-text__text,
  .subtitle-and-text__text p {
    font-size: 16px;
    line-height: 26px
  }
}
.subtitle-and-text__text p:not(:last-child),
.subtitle-and-text__text:not(:last-child) {
  margin-bottom: 20px
}
.subtitle-and-text__text:not(:first-child) {
  margin-top: 33px
}
@media screen and (max-width:850px) {
  .subtitle-and-text__subtitle {
    max-width: unset
  }
  .subtitle-and-text__subtitle:not(:only-child) {
    margin-bottom: 20px
  }
  .subtitle-and-text__text p:not(:last-child),
  .subtitle-and-text__text:not(:last-child) {
    margin-bottom: 15px
  }
  .subtitle-and-text__text {
    max-width: unset
  }
  .subtitle-and-text__text:not(:first-child) {
    margin-top: 20px
  }
}
.subtitle-and-text__text ul {
  padding-left: 0;
  display: block
}
.subtitle-and-text__text ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  list-style-type: none
}
.subtitle-and-text__text ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(/themes/custom/nescafe_design_refresh/img/nescafe-small-logo.svg) center/contain no-repeat;
  top: 9px;
  left: 0
}
.subtitle-and-text__text h2 {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .subtitle-and-text__text h2 {
    font-size: 34px;
    line-height: 40px
  }
}
@media screen and (max-width:767px) {
  .subtitle-and-text__text h2 {
    font-size: 30px;
    line-height: 40px
  }
}
.subtitle-and-text__text h3 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px
}
.subtitle-and-text__text h4 {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px
}
.subtitle-and-text__text h2:not(:only-child),
.subtitle-and-text__text h3:not(:only-child),
.subtitle-and-text__text h4:not(:only-child) {
  margin-bottom: 20px
}
.subtitle-and-text__expand {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  cursor: pointer
}
@media screen and (max-width:680px) {
  .subtitle-and-text__text h3 {
    font-size: 22px;
    line-height: 32px
  }
  .subtitle-and-text__expand {
    font-size: 16px;
    line-height: 26px
  }
}
.subtitle-and-text__expand::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url(../../../img/icons/sprite.svg);
  background-position: -397px -161px;
  background-repeat: no-repeat;
  margin-left: 14px;
  margin-bottom: 1px
}
@media screen and (max-width:767px) {
  .subtitle-and-text__expand {
    margin-top: 20px
  }
  .subtitle-and-text__expand::after {
    margin-left: 10px;
    margin-bottom: 1px
  }
}
.subtitle-and-text-focused {
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:1366px) {
  .subtitle-and-text-focused br {
    display: none
  }
}
.subtitle-and-text-focused__subtitle-container {
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcwODY4NEIzNzgxMzExRUVBRDMzQkIyN0EwMjg0RDEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcwODY4NEI0NzgxMzExRUVBRDMzQkIyN0EwMjg0RDEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzA4Njg0QjE3ODEzMTFFRUFEMzNCQjI3QTAyODREMTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzA4Njg0QjI3ODEzMTFFRUFEMzNCQjI3QTAyODREMTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4sfTaRAAAAD0lEQVR42mI4c+YMQIABAATMAmU0GLzEAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 29px;
  margin: 20px auto 0;
  max-width: 1120px!important
}
@media screen and (max-width:850px) {
  .subtitle-and-text__text h2:not(:only-child),
  .subtitle-and-text__text h3:not(:only-child),
  .subtitle-and-text__text h4:not(:only-child) {
    margin-bottom: 15px
  }
  .subtitle-and-text-focused__subtitle-container {
    margin: 10px 0 0
  }
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .subtitle-and-text-focused__subtitle-container {
    background-position: 0 22px
  }
}
@media screen and (max-width:767px) {
  .subtitle-and-text-focused__subtitle-container {
    background-position: 0 22px
  }
}
.subtitle-and-text-focused__spacer {
  width: 200px;
  height: 1px
}
.subtitle-and-text-focused__spacer_left {
  float: left
}
.subtitle-and-text-focused__spacer_right {
  float: right
}
.subtitle-and-text-focused__subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  display: inline;
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-box-shadow: 100px 0 0 0 #fff,-100px 0 0 0 #fff;
  box-shadow: 100px 0 0 0 #fff,-100px 0 0 0 #fff
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .subtitle-and-text-focused__subtitle {
    font-size: 34px;
    line-height: 40px
  }
}
@media screen and (max-width:767px) {
  .subtitle-and-text-focused__subtitle {
    font-size: 30px;
    line-height: 40px
  }
}
.background--background-grey .subtitle-and-text-focused__subtitle {
  background-color: #f0f0f0;
  -webkit-box-shadow: 100px 0 0 0 #f0f0f0,-100px 0 0 0 #f0f0f0;
  box-shadow: 100px 0 0 0 #f0f0f0,-100px 0 0 0 #f0f0f0
}
@media screen and (min-width:500px) and (max-width:1079px) {
  .subtitle-and-text-focused__spacer {
    width: 120px
  }
  .subtitle-and-text-focused__subtitle {
    -webkit-box-shadow: 60px 0 0 0 #fff,-60px 0 0 0 #fff;
    box-shadow: 60px 0 0 0 #fff,-60px 0 0 0 #fff
  }
  .background--background-grey .subtitle-and-text-focused__subtitle {
    -webkit-box-shadow: 60px 0 0 0 #f0f0f0,-60px 0 0 0 #f0f0f0;
    box-shadow: 60px 0 0 0 #f0f0f0,-60px 0 0 0 #f0f0f0
  }
}
@media screen and (max-width:499px) {
  .subtitle-and-text-focused__spacer {
    width: 40px
  }
  .subtitle-and-text-focused__subtitle {
    -webkit-box-shadow: 20px 0 0 0 #fff,-20px 0 0 0 #fff;
    box-shadow: 20px 0 0 0 #fff,-20px 0 0 0 #fff
  }
  .background--background-grey .subtitle-and-text-focused__subtitle {
    -webkit-box-shadow: 20px 0 0 0 #f0f0f0,-20px 0 0 0 #f0f0f0;
    box-shadow: 20px 0 0 0 #f0f0f0,-20px 0 0 0 #f0f0f0
  }
}
.subtitle-and-text-focused__text {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1120px!important
}
@media screen and (max-width:680px) {
  .subtitle-and-text-focused__text {
    font-size: 16px;
    line-height: 26px
  }
}
.subtitle-and-text-focused__text:not(:first-child) {
  margin-top: 33px
}
.subtitle-and-text-focused__text ul {
  padding-left: 0;
  display: block
}
.subtitle-and-text-focused__text ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  list-style-type: none
}
.subtitle-and-text-focused__text ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(/themes/custom/nescafe_design_refresh/img/nescafe-small-logo.svg) center/contain no-repeat;
  top: 9px;
  left: 0
}
.subtitle-and-text-focused__text p {
  font-size: inherit;
  line-height: inherit
}
.subtitle-and-text-focused__text p:last-child {
  margin-bottom: 0
}
.subtitle-and-text-focused__text p:not(:first-child) {
  margin-top: 20px
}
@media screen and (max-width:850px) {
  .subtitle-and-text-focused__text {
    padding: 0
  }
  .subtitle-and-text-focused__text:not(:first-child) {
    margin-top: 20px
  }
  .subtitle-and-text-focused__text p:not(:first-child) {
    margin-top: 15px
  }
}
.table-of-contents {
  padding: 36px 40px 73px;
  border-bottom-right-radius: 80px;
  background: #f0f0f0;
  overflow: hidden
}
.table-of-contents.scroll-on {
  padding: 36px 24px 42px 40px
}
.table-of-contents__title {
  margin: 0 0 42px;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px
}
@media screen and (max-width:680px) {
  .table-of-contents__title {
    font-size: 22px;
    line-height: 32px
  }
}
.table-of-contents.scroll-on .table-of-contents__items {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 340px;
  margin: -20px 0 0;
  padding-right: 3px
}
.table-of-contents.scroll-on .table-of-contents__items::after,
.table-of-contents.scroll-on .table-of-contents__items::before {
  content: "";
  position: sticky;
  display: block;
  width: 100%;
  height: 20px;
  z-index: 1
}
.table-of-contents.scroll-on .table-of-contents__items::before {
  top: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(hsl(0,0%,94.1176470588%)),color-stop(19%,hsla(0,0%,94.1176470588%,.738)),color-stop(34%,hsla(0,0%,94.1176470588%,.541)),color-stop(47%,hsla(0,0%,94.1176470588%,.382)),color-stop(56.5%,hsla(0,0%,94.1176470588%,.278)),color-stop(65%,hsla(0,0%,94.1176470588%,.194)),color-stop(73%,hsla(0,0%,94.1176470588%,.126)),color-stop(80.2%,hsla(0,0%,94.1176470588%,.075)),color-stop(86.1%,hsla(0,0%,94.1176470588%,.042)),color-stop(91%,hsla(0,0%,94.1176470588%,.021)),color-stop(95.2%,hsla(0,0%,94.1176470588%,.008)),color-stop(98.2%,hsla(0,0%,94.1176470588%,.002)),to(hsla(0,0%,94.1176470588%,0)));
  background: linear-gradient(to bottom,hsl(0,0%,94.1176470588%) 0,hsla(0,0%,94.1176470588%,.738) 19%,hsla(0,0%,94.1176470588%,.541) 34%,hsla(0,0%,94.1176470588%,.382) 47%,hsla(0,0%,94.1176470588%,.278) 56.5%,hsla(0,0%,94.1176470588%,.194) 65%,hsla(0,0%,94.1176470588%,.126) 73%,hsla(0,0%,94.1176470588%,.075) 80.2%,hsla(0,0%,94.1176470588%,.042) 86.1%,hsla(0,0%,94.1176470588%,.021) 91%,hsla(0,0%,94.1176470588%,.008) 95.2%,hsla(0,0%,94.1176470588%,.002) 98.2%,hsla(0,0%,94.1176470588%,0) 100%)
}
@media screen and (max-width:767px) {
  .table-of-contents,
  .table-of-contents.scroll-on {
    padding: 27px 20px 32px
  }
  .table-of-contents__title {
    margin-bottom: 26px
  }
  .table-of-contents.scroll-on .table-of-contents__items::before {
    height: 15px
  }
}
.table-of-contents.scroll-on .table-of-contents__items::after {
  bottom: 0;
  background: -webkit-gradient(linear,left bottom,left top,from(hsl(0,0%,94.1176470588%)),color-stop(19%,hsla(0,0%,94.1176470588%,.738)),color-stop(34%,hsla(0,0%,94.1176470588%,.541)),color-stop(47%,hsla(0,0%,94.1176470588%,.382)),color-stop(56.5%,hsla(0,0%,94.1176470588%,.278)),color-stop(65%,hsla(0,0%,94.1176470588%,.194)),color-stop(73%,hsla(0,0%,94.1176470588%,.126)),color-stop(80.2%,hsla(0,0%,94.1176470588%,.075)),color-stop(86.1%,hsla(0,0%,94.1176470588%,.042)),color-stop(91%,hsla(0,0%,94.1176470588%,.021)),color-stop(95.2%,hsla(0,0%,94.1176470588%,.008)),color-stop(98.2%,hsla(0,0%,94.1176470588%,.002)),to(hsla(0,0%,94.1176470588%,0)));
  background: linear-gradient(to top,hsl(0,0%,94.1176470588%) 0,hsla(0,0%,94.1176470588%,.738) 19%,hsla(0,0%,94.1176470588%,.541) 34%,hsla(0,0%,94.1176470588%,.382) 47%,hsla(0,0%,94.1176470588%,.278) 56.5%,hsla(0,0%,94.1176470588%,.194) 65%,hsla(0,0%,94.1176470588%,.126) 73%,hsla(0,0%,94.1176470588%,.075) 80.2%,hsla(0,0%,94.1176470588%,.042) 86.1%,hsla(0,0%,94.1176470588%,.021) 91%,hsla(0,0%,94.1176470588%,.008) 95.2%,hsla(0,0%,94.1176470588%,.002) 98.2%,hsla(0,0%,94.1176470588%,0) 100%)
}
.table-of-contents.scroll-on .table-of-contents__items::-webkit-scrollbar {
  width: 3px;
  height: 3px
}
.table-of-contents.scroll-on .table-of-contents__items::-webkit-scrollbar-track {
  background: #dbdbdb;
  margin-top: 20px;
  margin-bottom: 58px;
  border-radius: 1.5px
}
.table-of-contents.scroll-on .table-of-contents__items::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 1.5px
}
@media screen and (max-width:767px) {
  .table-of-contents.scroll-on .table-of-contents__items::-webkit-scrollbar-track {
    margin-top: 15px;
    margin-bottom: 15px
  }
  .table-of-contents.scroll-on .table-of-contents__items {
    height: 320px;
    margin: -15px 0 0
  }
}
.table-of-contents.scroll-on .table-of-contents__item {
  padding-right: 40px
}
.table-of-contents.scroll-on .table-of-contents__item_expandable > .table-of-contents__link::after {
  right: 12px
}
.table-of-contents__items.table-of-contents__items.table-of-contents__items {
  margin: 0;
  list-style-type: none
}
.table-of-contents__item.table-of-contents__item.table-of-contents__item {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  list-style-type: none;
  position: relative;
  padding-left: 38px;
  padding-right: 30px
}
.table-of-contents__item.table-of-contents__item.table-of-contents__item:not(:first-child) {
  margin-top: 20px
}
@media screen and (max-width:767px) {
  .table-of-contents__item.table-of-contents__item.table-of-contents__item {
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px
  }
  .table-of-contents__item.table-of-contents__item.table-of-contents__item:not(:first-child) {
    margin-top: 15px
  }
}
.table-of-contents__item.table-of-contents__item.table-of-contents__item::before {
  background: url(../../../img/icons/sprite.svg) -21.3125rem -25.5625rem no-repeat;
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  margin-right: .5rem;
  left: 0;
  margin-top: 0;
  position: absolute
}
.table-of-contents__items_inner {
  padding-top: 20px;
  margin-left: 0
}
.table-of-contents .table-of-contents__items_inner .table-of-contents__item {
  padding-left: 0
}
.table-of-contents .table-of-contents__items_inner .table-of-contents__item::before {
  display: none
}
.table-of-contents__link {
  font-size: 18px;
  line-height: 24px;
  color: #222
}
.table-of-contents__link:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px
}
.table-of-contents__item_expandable > .table-of-contents__link {
  display: block
}
.table-of-contents__item_expandable > .table-of-contents__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(../../../img/icons/sprite.svg);
  background-position: -397px -161px;
  background-repeat: no-repeat;
  -webkit-transition: .15s;
  transition: .15s
}
@media screen and (max-width:767px) {
  .table-of-contents__item.table-of-contents__item.table-of-contents__item::before {
    left: -1px;
    margin-top: -2px
  }
  .table-of-contents__link {
    font-size: 16px;
    line-height: 24px
  }
  .table-of-contents__item_expandable > .table-of-contents__link::after {
    top: 8px;
    right: 0
  }
}
.table-of-contents__item_expandable.open > .table-of-contents__link::after {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1)
}
@-moz-document url-prefix() {
  .table-of-contents.scroll-on {
    padding: 36px 24px 73px 40px
  }
  @media screen and (max-width:767px) {
    .table-of-contents.scroll-on {
      padding: 27px 20px 32px
    }
  }
  .table-of-contents__items {
    scrollbar-color: #909090 #dbdbdb;
    scrollbar-width: thin
  }
}
.text-and-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 27px;
  margin-top: 60px;
  margin-bottom: 60px
}
.field-item:first-child .text-and-image {
  margin-top: 0
}
.section-faq .text-and-image {
  margin-top: 46px;
  margin-bottom: 45px
}
@media screen and (max-width:850px) {
  .table-of-contents {
    border-bottom-right-radius: 40px
  }
  .text-and-image {
    margin-top: 40px;
    margin-bottom: 40px
  }
  .section-faq .text-and-image {
    margin-top: 30px;
    margin-bottom: 30px
  }
}
@media screen and (max-width:700px) {
  .text-and-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media screen and (min-width:701px) {
  .text-and-image_reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .text-and-image__image-container {
    width: calc(50% - 20px)
  }
  .text-and-image__image_corner_top-left {
    border-top-left-radius: 80px
  }
  .text-and-image__image_corner_top-right {
    border-top-right-radius: 80px
  }
  .text-and-image__image_corner_bottom-right {
    border-bottom-right-radius: 80px
  }
  .text-and-image__image_corner_bottom-left {
    border-bottom-left-radius: 80px
  }
}
.text-and-image__image {
  overflow: hidden;
  width: 100%;
  height: auto
}
@media screen and (min-width:701px) {
  .text-and-image__info {
    width: calc(50% - 20px);
    padding-left: 8px
  }
  .text-and-image__info_left {
    padding-left: 0;
    padding-right: 30px
  }
}
.text-and-image__info ul {
  padding-left: 0;
  display: block
}
.text-and-image__info ul:first-child {
  margin-top: 0
}
.text-and-image__info ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  list-style-type: none
}
.text-and-image__info ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(/themes/custom/nescafe_design_refresh/img/nescafe-small-logo.svg) center/contain no-repeat;
  top: 9px;
  left: 0
}
.text-and-image__title {
  margin: 0 0 22px;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px
}
@media screen and (max-width:680px) {
  .text-and-image__title {
    font-size: 22px;
    line-height: 32px
  }
}
.text-and-image__text,
.text-and-image__text p {
  font-size: 18px;
  line-height: 28px
}
@media screen and (max-width:680px) {
  .text-and-image__text,
  .text-and-image__text p {
    font-size: 16px;
    line-height: 26px
  }
}
@media screen and (max-width:700px) {
  .text-and-image__image_corner-mobile_top-left {
    border-top-left-radius: 40px
  }
  .text-and-image__image_corner-mobile_top-right {
    border-top-right-radius: 40px
  }
  .text-and-image__image_corner-mobile_bottom-right {
    border-bottom-right-radius: 40px
  }
  .text-and-image__image_corner-mobile_bottom-left {
    border-bottom-left-radius: 40px
  }
  .text-and-image__title {
    margin-bottom: 16px
  }
  .text-and-image__text,
  .text-and-image__text p {
    margin-top: 11px
  }
}
.text-and-image__text ul {
  list-style-type: unset
}
.text-and-image__text ol,
.text-and-image__text ul {
  padding-left: 18px;
  margin-top: 23px;
  margin-bottom: 33px
}
.text-and-image__text li {
  font-weight: 400;
  padding-left: 3px
}
.text-and-image__text li:not(:first-child) {
  margin-top: 6px
}
.text-and-image__text p:not(:first-child) {
  margin-top: 30px
}
.text-and-image__text > :last-child {
  margin-bottom: 0
}
.text-and-image__show-more {
  margin-top: 30px
}
@media screen and (max-width:700px) {
  .text-and-image__text ol,
  .text-and-image__text ul {
    margin-top: 18px;
    margin-bottom: 23px
  }
  .text-and-image__text p:not(:first-child) {
    margin-top: 15px
  }
  .text-and-image__show-more {
    margin-top: 20px
  }
}
.texts-grid {
  margin-top: 60px;
  margin-bottom: 60px
}
.field-item:first-child .texts-grid {
  margin-top: 0
}
.section-faq .texts-grid {
  margin-top: 46px;
  margin-bottom: 45px
}
.background--background-grey .texts-grid {
  padding: 60px 0 70px
}
@media screen and (max-width:850px) {
  .text-and-image__image_corner_top-left {
    border-top-left-radius: 40px
  }
  .text-and-image__image_corner_top-right {
    border-top-right-radius: 40px
  }
  .text-and-image__image_corner_bottom-right {
    border-bottom-right-radius: 40px
  }
  .text-and-image__image_corner_bottom-left {
    border-bottom-left-radius: 40px
  }
  .texts-grid {
    margin-top: 40px;
    margin-bottom: 40px
  }
  .section-faq .texts-grid {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .background--background-grey .texts-grid {
    padding: 40px 0
  }
}
.texts-grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 60px;
  margin-top: 60px;
  margin-left: -50px
}
.texts-grid__items_type_list-item {
  margin-top: 40px
}
.texts-grid__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 0 0 0 50px
}
@media screen and (min-width:850.1px) {
  .texts-grid__item:nth-child(2n) {
    margin-left: 35px
  }
}
.texts-grid__item img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 420px;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (max-width:850px) {
  .texts-grid__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 40px;
    margin-left: 0
  }
  .texts-grid__item {
    width: auto;
    padding: 0
  }
  .texts-grid__item img {
    height: auto;
    min-height: unset;
    -o-object-fit: unset;
    object-fit: unset
  }
  .texts-grid__item_text {
    padding: 0
  }
}
.texts-grid__item_list-item {
  padding-left: 88px;
  position: relative
}
.texts-grid__item_list-item::before {
  background: url(../../../img/icons/sprite.svg) -21.3125rem -25.5625rem no-repeat;
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  margin-right: .5rem;
  left: 49px;
  top: 2px;
  margin-top: 0;
  position: absolute
}
.texts-grid__image-container {
  border-bottom-left-radius: 80px;
  overflow: hidden
}
.texts-grid__title {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px
}
@media screen and (max-width:680px) {
  .texts-grid__title {
    font-size: 22px;
    line-height: 32px
  }
}
.texts-grid__title:not(:only-child) {
  margin-bottom: 20px
}
@media screen and (max-width:850px) {
  .texts-grid__item_list-item::before {
    left: 0
  }
  .texts-grid__item_list-item {
    padding-left: 29px
  }
  .texts-grid__item_image {
    width: 100%
  }
  .texts-grid__image-container {
    border-bottom-left-radius: 40px
  }
  .texts-grid__title:not(:only-child) {
    margin-bottom: 15px
  }
}
.texts-grid__text,
.texts-grid__text p {
  font-size: 18px;
  line-height: 28px
}
.texts-grid__text p:not(:last-child),
.texts-grid__text:not(:last-child) {
  margin-bottom: 20px
}
@media screen and (max-width:850px) {
  .texts-grid__text p:not(:last-child),
  .texts-grid__text:not(:last-child) {
    margin-bottom: 15px
  }
}
.texts-grid__text ul {
  padding-left: 0;
  display: block
}
.texts-grid__text ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  list-style-type: none
}
.texts-grid__text ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(/themes/custom/nescafe_design_refresh/img/nescafe-small-logo.svg) center/contain no-repeat;
  top: 9px;
  left: 0
}
.texts-grid__bottom {
  margin-top: 60px
}
@media screen and (max-width:680px) {
  .texts-grid__text,
  .texts-grid__text p {
    font-size: 16px;
    line-height: 26px
  }
  .texts-grid__bottom {
    margin-top: 40px
  }
}
.recipes-slider + .texts-grid__bottom {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 0
}
.recipes-slider + .texts-grid__bottom .subtitle-and-text__text {
  margin: 0 auto
}
.three-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-top: 60px;
  margin-bottom: 60px
}
@media screen and (max-width:850px) {
  .recipes-slider + .texts-grid__bottom {
    margin-bottom: 40px
  }
  .three-texts {
    margin-top: 40px;
    margin-bottom: 40px
  }
}
.field-item:first-child .three-texts {
  margin-top: 0
}
.section-faq .three-texts {
  margin-top: 46px;
  margin-bottom: 45px
}
@media screen and (max-width:850px) {
  .section-faq .three-texts {
    margin-top: 30px;
    margin-bottom: 30px
  }
}
@media screen and (max-width:600px) {
  .three-texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}
.three-texts__info {
  padding-top: 16px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: calc(66.15% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px
}
@media screen and (max-width:600px) {
  .three-texts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 27px;
    row-gap: 39px
  }
}
@media screen and (min-width:601px) and (max-width:1000px) {
  .three-texts {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
  }
  .three-texts__info {
    width: calc(50% - 20px)
  }
}
@media screen and (min-width:1001px) {
  .three-texts__text-container {
    padding-left: 50px;
    width: 50%
  }
  .three-texts__text-container:nth-child(3) {
    width: 100%
  }
}
.three-texts__title {
  margin: 0 0 22px;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px
}
@media screen and (max-width:680px) {
  .three-texts__title {
    font-size: 22px;
    line-height: 32px
  }
}
.three-texts__text,
.three-texts__text p {
  font-size: 18px;
  line-height: 28px
}
@media screen and (max-width:680px) {
  .three-texts__text,
  .three-texts__text p {
    font-size: 16px;
    line-height: 26px
  }
}
.three-texts__text p:not(:first-child) {
  margin-top: 20px
}
.three-texts__image-container {
  width: calc(33.85% - 30px)
}
@media screen and (max-width:600px) {
  .three-texts__title {
    margin-bottom: 16px
  }
  .three-texts__text p:not(:first-child) {
    margin-top: 15px
  }
  .three-texts__image-container {
    width: 100%
  }
}
@media screen and (min-width:601px) and (max-width:1000px) {
  .three-texts__image-container {
    width: calc(50% - 20px)
  }
}
.three-texts__image {
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 100px
}
@media screen and (max-width:600px) {
  .three-texts__image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px
  }
}