/*
 *
 * @project        nescafe-d9-mwn
 * @author         Dov Atlin [OneMethod]
 * @build          Wed, Feb 23, 2022 9:52 AM ET
 * @copyright      Copyright (c) 2022
 *
 */

@font-face {
  font-family: "Stick-A-Round";
  src: url("stick-around.woff2") format("woff2"), url("stick-around.woff") format("woff");
}
.flex-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media all and (min-width: 864px) {
  .flex-grid.flex-grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media all and (min-width: 864px) {
  .flex-grid.flex-grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
@media all and (min-width: 864px) {
  .flex-grid.flex-grid--gap {
    margin-right: -0px;
  }
}
@media all and (min-width: 864px) {
  .flex-grid.flex-grid--gap > *:not(:last-child) {
    margin-right: 0px;
  }
  .flex-grid.flex-grid--gap.flex-grid-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0px);
            flex: 1 1 calc(50% - 0px);
  }
  .flex-grid.flex-grid--gap.flex-grid-3 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33% - 0px);
            flex: 1 1 calc(33% - 0px);
  }
}
.cards-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cards-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media all and (min-width: 864px) {
  .cards-grid.flex-grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media all and (min-width: 864px) {
  .cards-grid.flex-grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
@media all and (min-width: 864px) {
  .cards-grid.flex-grid--gap {
    margin-right: -25px;
  }
}
@media all and (min-width: 864px) {
  .cards-grid.flex-grid--gap > *:not(:last-child) {
    margin-right: 25px;
  }
  .cards-grid.flex-grid--gap.flex-grid-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 25px);
            flex: 1 1 calc(50% - 25px);
  }
  .cards-grid.flex-grid--gap.flex-grid-3 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33% - 25px);
            flex: 1 1 calc(33% - 25px);
  }
}
.cup-of-respect--grid .image__wrap {
  border-radius: 8px;
  overflow: hidden;
}
.cup-of-respect--grid .image__wrap img {
  width: 100%;
}
/*
CupOfRespectHero
*/
.cup-of-respect--hero[data-component="CupOfRespectHero"] {
  color: #fff;
  width: 100%;
  height: 20vw;
  min-height: 240px;
  background-image: url("cor-grown-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
[lang="fr"] .cup-of-respect--hero[data-component="CupOfRespectHero"] {
  background-image: url("cor-grown-hero_fr.jpg");
}
.cup-of-respect--hero[data-component="CupOfRespectHero"].nescafe-hero:before {
  content: none;
}
.cup-of-respect[data-component^="CupOfRespect"] {
  visibility: visible;
  position: relative;
  font-family: 'Gotham Rounded Book', Helvetica, sans-serif;
}
.cup-of-respect[data-component^="CupOfRespect"] h2 {
  margin-bottom: 1.5rem;
  font-family: 'Nescafe Sans', Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
}
.cup-of-respect[data-component^="CupOfRespect"] h3 {
  margin-bottom: 1.5rem;
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded Book', Helvetica, sans-serif;
  font-size: 1.875rem;
  color: #067a3e;
  line-height: 1.3;
}
.cup-of-respect[data-component^="CupOfRespect"] p {
  font-family: 'Gotham Rounded Book', Helvetica, sans-serif;
  font-size: 1.125rem;
}
.cup-of-respect[data-component^="CupOfRespect"] p:last-child {
  margin-bottom: 0;
}
.cup-of-respect[data-component^="CupOfRespect"] .cup-of-respect__inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 2rem;
}
.cup-of-respect[data-component^="CupOfRespect"] .cup-of-respect__wide {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.cup-of-respect[data-component^="CupOfRespect"] .cup-of-respect-copy {
  margin-top: 5rem;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] .card--image-text-horz {
  margin-bottom: 5rem;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] .card--image-text-horz .image {
  margin-bottom: 2rem;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] .card--image-text-horz:last-child {
  margin-bottom: 0;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] h2 {
  font-family: 'Stick-A-Round', Helvetica, sans-serif;
  font-size: 3.75rem;
  color: #067a3e;
  margin-bottom: 0.25em;
  line-height: 1;
  text-align: left;
  padding-bottom: 0.75rem;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] h3 {
  font-family: 'Nescafe Sans', Helvetica, sans-serif;
  font-size: 2rem;
  color: #222;
  margin-bottom: 0.25em;
  line-height: 1.3;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] p {
  font-size: 1.25rem;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] p.subhead {
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded Book', Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] p em {
  color: #067a3e;
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded Book', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--alliance {
  padding-top: 0;
  padding-bottom: 0;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--alliance .nescafe-container {
  margin: 0 auto;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--alliance .alliance__wrapper {
  margin: 0 auto;
  border-top: 1px solid rgba(100,100,100,0.5);
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--alliance .alliance__wrapper .alliance-logo {
  padding: 0 2.375rem;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--alliance .alliance__wrapper .alliance-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2.375rem;
}
.cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--alliance .alliance__wrapper .alliance-text p {
  margin-bottom: 0;
  font-family: 'Gotham Rounded Medium', 'Gotham Rounded Book', Helvetica, sans-serif;
}
@media only screen and (min-width: 864px) {
  .cup-of-respect--grid .card--image-text-horz .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cup-of-respect--grid .card--image-text-horz:nth-child(odd) .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cup-of-respect--grid .card--image-text-horz:nth-child(odd) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0%;
    padding-right: 10%;
  }
  .cup-of-respect--grid .card--image-text-horz:nth-child(even) .text {
    padding-left: 10%;
    padding-right: 0%;
  }
  .cup-of-respect--grid-reverse .card--image-text-horz:nth-child(odd) .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cup-of-respect--grid-reverse .card--image-text-horz:nth-child(odd) .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 10%;
    padding-right: 0%;
  }
  .cup-of-respect--grid-reverse .card--image-text-horz:nth-child(even) .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cup-of-respect--grid-reverse .card--image-text-horz:nth-child(even) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0%;
    padding-right: 10%;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] .card--image-text-horz {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 863px) {
  .cup-of-respect[data-component^="CupOfRespect"] .cup-of-respect__inner {
    padding: 0 0rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"] .cup-of-respect__wide {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] h2 {
    font-size: 3rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] h3 {
    font-size: 2rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] p {
    font-size: 1.125rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--alliance .alliance__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--alliance .alliance__wrapper .alliance-logo {
    padding: 0;
    margin-bottom: 1rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--alliance .alliance__wrapper .alliance-text {
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .cup-of-respect[data-component^="CupOfRespect"] h2 {
    font-size: 1.875rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"] h3 {
    font-size: 1.5rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] h2 {
    font-size: 2.5rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] h3 {
    font-size: 1.5rem;
  }
  .cup-of-respect[data-component^="CupOfRespect"].cup-of-respect--grid[data-component="CupOfRespectGrid"] p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 374px) {
  [lang="fr"] .cup-of-respect--hero[data-component="CupOfRespectHero"] {
    background-image: url("cor-grown-hero-m_fr.jpg");
  }
  .cup-of-respect--hero[data-component="CupOfRespectHero"] {
    height: 85vw;
    background-image: url("cor-grown-hero-m.jpg");
  }
}
