@font-face {
  font-family: Druk Cy Gr Web;
  src: url('../fonts/Druk-Bold-Cy-Gr-Web.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adrianna;
  src: url('../fonts/Adrianna-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adrianna Bold;
  src: url('../fonts/Adrianna-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Druk;
  src: url('../fonts/Druk-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary--red: #c30001;
  --primary--light-beige: #ebe6d2;
  --primary--white: white;
  --primary--secondary--dark-red: #8c0001;
  --primary--secondary--light-red: #e32f19;
  --primary--black: #0000008a;
  --primary--beige: #efdfb9;
  --primary--secondary--dark-beige: #d9c28f;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Adrianna, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--primary--red);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Druk Cy Gr Web, Impact, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  line-height: 100%;
}

.content-section {
  background-color: var(--primary--light-beige);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  display: flex;
}

.content-section.red {
  background-color: var(--primary--red);
}

.content-section.illu-background {
  background-color: var(--primary--red);
  background-image: linear-gradient(#c30001a1, #c30001a1), url('../images/background.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 3rem 2rem;
  display: flex;
  overflow: hidden;
}

.container.content-page {
  padding-top: 12rem;
}

.container.hidden {
  display: none;
}

.xlarge-headline {
  color: var(--primary--red);
  text-transform: uppercase;
  width: 750px;
  max-width: 100%;
  font-family: Druk Cy Gr Web, Impact, sans-serif;
  font-size: 10rem;
  line-height: 100%;
}

.xlarge-headline.white {
  color: var(--primary--white);
}

.utility-page-wrap {
  background-color: var(--primary--secondary--dark-red);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: var(--primary--red);
  max-width: 900px;
  font-family: Adrianna, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 150%;
  display: block;
}

.paragraph.light {
  color: var(--primary--white);
}

.paragraph.small {
  font-size: 2rem;
}

.paragraph.small.light {
  font-size: 1.7rem;
  line-height: 150%;
}

.paragraph.hidden {
  display: none;
}

.paragraph.product-text {
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 30px;
  font-family: Druk Cy Gr Web, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
}

.scroll-cta {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100px;
  display: none;
  position: static;
  inset: auto 0% 0;
}

.scroll-indicator {
  width: 210px;
}

.nav-section {
  z-index: 200;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-section.not-fixed {
  position: absolute;
}

.logo-link, .logo-link.w--current {
  pointer-events: auto;
}

.logo {
  width: 200px;
  height: 200px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.nav-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--primary--red);
  pointer-events: auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 11px 6px 10px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.nav-link:hover {
  transform: scale(1.2);
}

.nav-link.w--current {
  pointer-events: auto;
}

.nav-link.language-button {
  flex: 0 auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
}

.nav-link-text {
  filter: drop-shadow(0 0 3px #46413247);
  color: var(--primary--white);
  text-transform: uppercase;
  font-family: Druk Cy Gr Web, Impact, sans-serif;
  font-size: 2rem;
  text-decoration: none;
}

.nav-link-text.red {
  text-align: center;
  margin-right: 0;
}

.nav-link-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  pointer-events: auto;
  flex-flow: column;
  display: flex;
}

.parallax-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.parallax-image {
  object-fit: cover;
  width: 100vw;
  height: 125vh;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary--red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-family: Adrianna Bold, Arial, sans-serif;
  font-size: 2rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--primary--secondary--light-red);
}

.button.prod-button {
  z-index: 2;
  padding: .8rem .5rem .7rem;
  position: relative;
}

.button-text {
  color: var(--primary--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Druk Cy Gr Web, Impact, sans-serif;
  font-size: 2rem;
  line-height: 100%;
}

.button-icon {
  width: 40px;
}

.social-media-links {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--primary--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Druk, Arial, sans-serif;
  font-size: 2rem;
  line-height: 100%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.social-media-link:hover {
  transform: scale(1.1);
}

.social-media-link.hidden {
  display: none;
}

.social-media-icon {
  width: 100px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.footer-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link {
  color: var(--primary--red);
  font-family: Adrianna Bold, Arial, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--primary--secondary--dark-red);
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--primary--black);
  font-family: Adrianna, Arial, sans-serif;
  font-size: 1rem;
}

.footer-section {
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--primary--light-beige);
}

.mondelez-logo {
  width: 200px;
}

.nav-link-image {
  width: 36px;
  height: 36px;
}

.legal-text {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.legal-headline-small {
  color: var(--primary--red);
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Adrianna Bold, Arial, sans-serif;
  font-size: 2rem;
}

.legal-paragraph {
  color: #c30001;
  font-size: 1.4rem;
  line-height: 180%;
}

.legal-unsorted-list {
  color: var(--primary--red);
  font-size: 1.4rem;
  line-height: 180%;
}

.legal-headline-smallest {
  color: var(--primary--red);
  font-family: Adrianna Bold, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.legal-page-link {
  color: var(--primary--secondary--dark-red);
  word-break: break-all;
}

.legal-headline {
  color: var(--primary--red);
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 120%;
}

.legal-headline.white {
  color: var(--primary--white);
  width: 700px;
  max-width: 100%;
  font-family: Druk Cy Gr Web, Impact, sans-serif;
  font-size: 5rem;
  line-height: 120%;
}

.legal-headline.small {
  font-size: 5rem;
}

.error-text {
  color: var(--primary--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.error-section {
  background-color: var(--primary--secondary--dark-red);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.error-headline {
  color: var(--primary--white);
  text-transform: uppercase;
  font-family: Druk, Arial, sans-serif;
  font-size: 6rem;
  line-height: 120%;
}

.error-paragraph {
  color: var(--primary--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Adrianna, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 140%;
}

.form-footnote {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 210%;
}

.form-checkbox-label {
  margin-bottom: 0;
  font-size: 18px;
}

.form-input {
  border: 2px solid var(--primary--red);
  color: var(--primary--black);
  background-color: #fff;
  border-radius: 10px;
  min-height: 80px;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Adrianna Bold, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.form-input:focus {
  color: var(--primary--black);
  border-color: #000;
}

.form-input.message {
  min-height: 250px;
}

.form-input.margin-bottom {
  margin-bottom: 2rem;
}

.button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
}

.form-section-intro-headline {
  color: var(--primary--red);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Druk Cy Gr Web, Impact, sans-serif;
  font-weight: 700;
}

.recaptcha {
  margin: 20px auto 60px;
}

.form-item {
  margin-bottom: 20px;
  position: relative;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.75rem;
  display: flex;
}

.form-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  margin-top: 0;
  margin-left: -1.75rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/custom-checkbox-white.svg');
  background-position: 50%;
  background-size: 1.35rem 1.35rem;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.preloader-code {
  z-index: 999999;
  background-color: var(--primary--red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-text {
  color: var(--primary--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Druk, Arial, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.scroll-indicator-container {
  background-color: var(--primary--red);
  margin-bottom: -1rem;
  padding: 1rem 1rem 2.5rem;
}

.preloader-logo {
  position: absolute;
}

.steps-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.step {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  display: flex;
  position: relative;
}

.step-headline {
  z-index: 100;
  color: var(--primary--white);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Druk, Arial, sans-serif;
  font-size: 7rem;
  line-height: 100%;
}

.step-headline._2 {
  top: 17%;
}

.step-headline.smaller {
  font-size: 5rem;
}

.step-image {
  margin-bottom: -87px;
}

.step-image.left-tilt {
  transform: rotate(-10deg);
}

.step-image.right-tilt {
  transform: rotate(10deg);
}

.footer-divider {
  background-color: var(--primary--red);
  width: 2px;
  height: 30px;
}

.error-visual {
  width: 300px;
}

.bold {
  font-family: Adrianna Bold, Arial, sans-serif;
}

.step-description {
  color: var(--primary--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  display: flex;
}

.step-text {
  font-size: 16px;
}

.box-with-border.white {
  border: 1px solid var(--primary--white);
  color: var(--primary--white);
  border-radius: 26px;
  padding: 20px;
  font-size: 20px;
}

.box-with-border.white.hidden {
  display: none;
}

.content-link {
  text-decoration: none;
}

.content-link:hover {
  text-decoration: underline;
}

.content-link.white, .white {
  color: var(--primary--white);
}

.code {
  margin-right: -2px;
}

.product-container {
  width: 940px;
  max-width: 100%;
}

.product-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-bottom: 100px;
  display: flex;
}

.product-img-wrapper {
  width: 64%;
}

.product-text-wrapper {
  width: 36%;
}

.buttons-wrapper {
  position: relative;
}

.tab-link-tab-2 {
  display: inline-block;
}

.tab {
  background-color: var(--primary--red);
  color: var(--primary--white);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.tab:hover {
  background-color: var(--primary--secondary--dark-red);
}

.tab.w--current {
  background-color: var(--primary--secondary--dark-red);
  margin-bottom: 10px;
}

.tabs-menu {
  margin-bottom: 30px;
}

.link-list {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid #000;
  border-left: 1px solid var(--primary--black);
  background-color: var(--primary--white);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  border-radius: 0 0 5px 5px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: block;
  position: absolute;
  inset: 90% auto auto 0%;
  transform: translate(0)scale3d(1, 0, 1);
}

.link {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--primary--black);
  color: var(--primary--secondary--dark-red);
  text-align: left;
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .content-section.video {
    min-height: 800px;
  }

  .xlarge-headline {
    color: var(--primary--red);
    font-family: Druk Cy Gr Web, Impact, sans-serif;
  }

  .paragraph {
    font-size: 2.2rem;
    display: block;
  }

  .paragraph.hidden {
    display: none;
  }

  .nav-link.language-button {
    margin-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-block {
    flex-flow: column;
    width: 100%;
    margin-bottom: 3rem;
  }

  .legal-headline.white {
    font-family: Druk Cy Gr Web, Impact, sans-serif;
  }

  .error-section {
    min-height: 1000px;
  }

  .footer-divider {
    width: 100%;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .content-section.red {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content-section.video {
    min-height: 600px;
  }

  .container {
    padding: 1rem;
  }

  .xlarge-headline {
    font-size: 7rem;
  }

  .paragraph {
    font-size: 1.7rem;
  }

  .logo {
    width: 120px;
    height: 120px;
  }

  .nav-container {
    padding: 1rem;
  }

  .nav-link.language-button {
    margin-right: 0;
  }

  .parallax-section {
    height: 50vh;
  }

  .social-media-links {
    flex-flow: wrap;
  }

  .social-media-icon {
    width: 70px;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mondelez-logo {
    width: 120px;
    height: 120px;
  }

  .legal-paragraph, .legal-unsorted-list {
    font-size: 1.2rem;
  }

  .legal-headline.small {
    font-size: 4rem;
  }

  .error-section {
    height: 100%;
    min-height: 800px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .recaptcha {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .scroll-indicator-container {
    width: 190px;
    margin-bottom: -2.4rem;
  }
}

@media screen and (max-width: 479px) {
  .content-section.video {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xlarge-headline {
    font-size: 5rem;
  }

  .paragraph {
    font-size: 1.6rem;
  }

  .logo {
    width: 100px;
    height: 100px;
  }

  .nav-container {
    padding: .5rem;
  }

  .nav-link.language-button {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .nav-link-text {
    font-size: 1.5rem;
  }

  .nav-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link-image {
    width: 28px;
    height: 28px;
  }

  .legal-text {
    width: 100%;
  }

  .legal-headline-small {
    font-size: 26px;
  }

  .legal-headline.white, .legal-headline.small {
    font-size: 3rem;
  }

  .legal-headline.prod-headline {
    font-size: 4rem;
  }

  .error-text {
    width: 100%;
  }

  .error-section {
    height: 100%;
  }

  .error-headline {
    font-size: 4rem;
  }

  .error-paragraph {
    font-size: 26px;
  }

  .step-headline {
    font-size: 5rem;
  }

  .step-headline.smaller {
    font-size: 3rem;
  }

  .product-details {
    flex-flow: wrap;
  }

  .product-img-wrapper, .product-text-wrapper {
    width: 100%;
  }

  .tab {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .tab.w--current {
    padding-left: 10px;
  }

  .tabs-menu {
    text-align: left;
  }
}


@font-face {
  font-family: 'Druk Cy Gr Web';
  src: url('../fonts/Druk-Bold-Cy-Gr-Web.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adrianna';
  src: url('../fonts/Adrianna-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adrianna Bold';
  src: url('../fonts/Adrianna-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk';
  src: url('../fonts/Druk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}