.hero-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 1080px;
}
.hero-wrapper .hero-heading-wrapper {
  position: absolute;
  top: 50%;
  left: 120px;
  max-width: 800px;
  transform: translateY(-50%);
  z-index: 4;
}
.hero-wrapper .hero-heading-wrapper .hero-heading-title {
  font-size: 183px;
  margin: 0;
  letter-spacing: -12px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
.hero-wrapper .hero-heading-wrapper .hero-heading-subtitle {
  font-size: 32px;
  color: white;
  letter-spacing: -1px;
}
.hero-wrapper .theme-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.hero-wrapper .theme-wrapper .theme {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  z-index: 1;
}
.hero-wrapper .theme-wrapper .theme .theme-img {
  position: absolute;
  right: 560px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-wrapper .theme-wrapper .theme .theme-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 500ms;
}
.hero-wrapper .theme-wrapper .theme .theme-img .recipe {
  opacity: 1;
}
.hero-wrapper .theme-wrapper .theme .theme-img .flavor {
  opacity: 0;
}
.hero-wrapper .theme-wrapper .theme.cherry-pastry-theme {
  background: #f26d7d;
  z-index: 3;
}
.hero-wrapper .theme-wrapper .theme.pink-lemonade-theme {
  background: #0076a3;
}
.hero-wrapper .theme-wrapper .theme.cafe-mocha-theme {
  background: #534741;
}
.hidden {
  display: none;
}
.active {
  z-index: 3;
}
.recipes-body-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 6px;
}
.recipes-body-wrapper .recipes-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  box-sizing: border-box;
  max-width: 465px;
  max-height: 515px;
  margin: 6px;
  position: relative;
  flex-basis: calc(25% - 15px);
}
.recipes-body-wrapper .recipes-wrapper .equation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  padding: 64px;
  transition: opacity 500ms;
}
.recipes-body-wrapper .recipes-wrapper .equation .recipes-equation-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.recipes-body-wrapper
  .recipes-wrapper
  .equation
  .recipes-equation-wrapper
  .recipe-bean-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-width: 96px;
  box-sizing: border-box;
}
.recipes-body-wrapper
  .recipes-wrapper
  .equation
  .recipes-equation-wrapper
  .recipe-bean-wrapper
  .recipe-bean-img {
  box-sizing: border-box;
  max-width: 86px;
  height: auto;
  margin: 0 0 0 10px;
}
.recipes-body-wrapper
  .recipes-wrapper
  .equation
  .recipes-equation-wrapper
  .recipe-bean-wrapper
  .recipe-bean-flavor {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
  font-weight: 900;
  margin: 0px 0 8px 0;
  line-height: 11px;
}
.recipes-body-wrapper
  .recipes-wrapper
  .equation
  .recipes-equation-wrapper
  .equation-operator {
  font-size: 31px;
  font-weight: 700;
}
.recipes-body-wrapper .recipes-wrapper .recipes-img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 500ms;
  z-index: 2;
}
.recipes-body-wrapper .recipes-wrapper .recipes-name {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: -1px;
  position: absolute;
  min-width: 264px;
  top: 82%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-transform: uppercase;
}
.recipes-body-wrapper .recipes-wrapper:hover .recipes-img {
  opacity: 0;
  z-index: 1;
}
.recipes-body-wrapper .recipes-wrapper:hover .equation {
  opacity: 1;
  z-index: 2;
}
.brand-footer-wrapper {
  margin: 23.5px 0;
  overflow: hidden;
}
.brand-footer-wrapper .bf-first-row,
.brand-footer-wrapper .bf-last-row {
  display: flex;
  margin: 0 -2.5px;
}
.bf-links-container {
  background-image: radial-gradient(
    ellipse at center,
    rgba(248, 80, 50, 0) 0%,
    rgba(0, 0, 0, 0.04) 60%,
    rgba(0, 0, 0, 0.08) 75%,
    rgba(0, 0, 0, 0.1) 100%
  );
  margin: 2.5px;
  height: 200px;
  width: 100%;
  transition: 125ms ease-in-out;
}
.bf-links-container-double {
  display: flex;
  width: 100%;
  transition: 125ms ease-in-out;
  margin-right: 2.5px;
}
.bf-links-container.ff {
  margin-right: 0px;
}
.bf-links-container.hp {
  position: relative;
}
.bf-links-container.hp .bf-link.lazy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      ellipse at center,
      rgba(248, 80, 50, 0) 0%,
      rgba(0, 0, 0, 0.04) 60%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("../../assets/common/brand-footer/nice_bf_hp_bkgd.jpg");
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}
.bf-links-container.hp .bf-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      ellipse at center,
      rgba(248, 80, 50, 0) 0%,
      rgba(0, 0, 0, 0.04) 60%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("../../assets/common/brand-footer/nice_bf_hp_bkgd.jpg");
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}
.bf-links-container.bb .bf-link img {
  box-sizing: border-box;
  display: block;
  max-height: calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.bf-links-container.ff .bf-link img {
  box-sizing: border-box;
  display: block;
  max-height: calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.bf-links-container.hp .bf-link img {
  max-width: 260px;
  height: auto;
}
.bf-links-container.hp .bf-link img.bf-active-link-img {
  max-width: 300px;
  height: auto;
}
.bf-links-container.dc .bf-link img {
  max-width: 96px;
  height: auto;
}
.bf-links-container.hk .bf-link img {
  max-width: 157px;
  height: auto;
}
.bf-links-container.sun .bf-link img {
  max-width: 120px;
  height: auto;
}
.bf-links-container.sun .bf-link img.bf-active-link-img {
  max-width: 126px;
  height: auto;
}
.bf-links-container .bf-link {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  height: 100%;
  width: 100%;
  padding: 16px;
}
.bf-links-container .bf-active-link-img {
  opacity: 0;
}
.bf-links-container .bf-inactive-link-img {
  opacity: 1;
}
.bf-links-container .bf-active-link-img,
.bf-links-container .bf-inactive-link-img {
  position: absolute;
  transition: 125ms ease-in-out;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.bf-links-container:hover .bf-active-link-img {
  opacity: 1;
}
.bf-links-container:hover .bf-inactive-link-img {
  opacity: 0;
}
.bf-links-container.bb:hover {
  background-color: #6c408b;
}
.bf-links-container.ff:hover {
  background-color: #b9070a;
}
.bf-links-container.hp:hover {
  background-color: rgba(0, 118, 190, 0);
}
.bf-links-container.hp:hover .bf-link:before {
  opacity: 1;
}
.bf-links-container.dc:hover {
  background-color: #0076be;
}
.bf-links-container.hk:hover {
  background-color: #ed1c24;
}
.bf-links-container.sun:hover {
  background-color: #253c85;
}
.bf-links-container.bb.non-traditional:hover {
  background-color: #6c408b !important;
}
.bf-links-container.ff.non-traditional:hover {
  background-color: #b9070a !important;
}
.bf-links-container.dc.non-traditional:hover {
  background-color: #0076be !important;
}
.bf-links-container.hk.non-traditional:hover {
  background-color: #ed1c24 !important;
}
.bf-links-container.sun.non-traditional:hover {
  background-color: #253c85 !important;
}
@media screen and (max-width: 1828px) {
  .hero-wrapper .hero-heading-wrapper .hero-heading-title {
    font-size: 160px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-subtitle {
    font-size: 28px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    right: 460px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .recipe {
    max-width: 650px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .flavor {
    max-height: 500px;
  }
  html[lang="zh-CN"] .hero-wrapper .theme-wrapper .theme .theme-img .flavor {
    max-height: 80px !important;
  }

  .recipes-body-wrapper .recipes-wrapper .equation {
    padding: 48px;
  }
}
@media screen and (max-width: 1564px) {
  .hero-wrapper {
    height: 960px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-title {
    font-size: 120px;
    letter-spacing: -8px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-subtitle {
    font-size: 22px;
    letter-spacing: 0;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    right: 380px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .recipe {
    max-width: 540px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .flavor {
    max-height: 360px;
  }
  .recipes-body-wrapper .recipes-wrapper .equation {
    padding: 24px;
  }
  .recipes-body-wrapper .recipes-wrapper .equation .recipes-equation-wrapper {
    width: 100%;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper {
    max-width: 67px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-img {
    max-width: 100%;
    height: 40px;
    margin: 0 0 0 5px;
    box-sizing: content-box;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-flavor {
    font-size: 8px;
    line-height: 9px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .equation-operator {
    font-size: 25px;
  }
  .recipes-body-wrapper .recipes-wrapper .recipes-name {
    font-size: 24px;
    line-height: 22px;
    min-width: 223px;
  }
}
@media screen and (max-width: 1330px) {
  .hero-wrapper {
    height: 960px;
  }
  .hero-wrapper .hero-heading-wrapper {
    left: 80px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-title {
    font-size: 108px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-subtitle {
    font-size: 17px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    right: 360px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .recipe {
    max-width: 460px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .flavor {
    max-height: 300px;
  }
}
@media screen and (max-width: 1248px) {
  .hero-wrapper {
    height: 900px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    right: 290px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .recipe {
    max-width: 400px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .flavor {
    max-height: 240px;
  }
 
  
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper {
    max-width: 52px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-img {
    height: 32px;
    margin: 0 0 0 5px;
    box-sizing: content-box;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-flavor {
    font-size: 7px;
    line-height: 7px;
  }
  .recipes-body-wrapper .recipes-wrapper .recipes-name {
    font-size: 16px;
    line-height: 15px;
    min-width: 141px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-wrapper .hero-heading-wrapper {
    left: 64px;
    max-width: 242px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-title {
    font-size: 80px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-subtitle {
    line-height: 17px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    right: 230px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .recipe {
    max-width: 310px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .flavor {
    max-height: 200px;
  }
  .recipes-body-wrapper .recipes-wrapper .equation {
    padding: 8px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper {
    max-width: 42px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-img {
    height: 24px;
    margin: 0 0 0 4px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-flavor {
    font-size: 6px;
    line-height: 7px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .equation-operator {
    font-size: 18px;
    margin: 0 2px;
  }
  .recipes-body-wrapper .recipes-wrapper .recipes-name {
    font-size: 13px;
    line-height: 12px;
    min-width: 120px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 800px) {
  .hero-wrapper .hero-heading-wrapper {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: 390px;
    top: 200px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-title {
    font-size: 108px;
    text-align: center;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-subtitle {
    font-size: 27px;
    line-height: 27px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 260px;
  }
  .recipes-body-wrapper .recipes-wrapper {
    flex-basis: calc(50% - 17px);
  }
  .recipes-body-wrapper .recipes-wrapper .equation {
    padding: 16px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper {
    max-width: 71px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-img {
    height: 42px;
    margin: 0 0 0 5px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-flavor {
    font-size: 10px;
    line-height: 9px;
    margin: 0px 0 8px 0;
    letter-spacing: -0.5px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .equation-operator {
    font-size: 26px;
    margin: 0px;
  }
  .recipes-body-wrapper .recipes-wrapper .recipes-name {
    font-size: 22px;
    line-height: 19px;
    min-width: 198px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 640px) {
  .hero-wrapper {
    height: 860px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-title {
    font-size: 88px;
  }
  .hero-wrapper .hero-heading-wrapper .hero-heading-subtitle {
    font-size: 22px;
    line-height: 24px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .recipe {
    max-width: 280px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img .flavor {
    max-height: 180px;
  }

  html[lang="zh-CN"] .hero-wrapper .theme-wrapper .theme .theme-img .flavor {
    max-height: 80px !important;
  }
  .recipes-body-wrapper {
    padding: 3px;
  }
  .recipes-body-wrapper .recipes-wrapper {
    flex-basis: calc(50% - 9px);
    margin: 3px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper {
    max-width: 52px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-img {
    height: 32px;
    margin: 0 0 0 5px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-flavor {
    font-size: 7px;
    line-height: 8px;
    letter-spacing: -0.3px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .equation-operator {
    font-size: 20px;
    margin: 0px 2px;
  }
  .recipes-body-wrapper .recipes-wrapper .recipes-name {
    font-size: 15px;
    line-height: 14px;
    min-width: 138px;
  }
}
@media screen and (max-width: 430px) {
  .recipes-body-wrapper .recipes-wrapper .equation {
    padding: 8px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper {
    max-width: 44px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-img {
    height: 25px;
    margin: 0 0 0 4px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-flavor {
    font-size: 6px;
    line-height: 6px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .equation-operator {
    font-size: 19px;
    margin: 0px 0px;
  }
  .recipes-body-wrapper .recipes-wrapper .recipes-name {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 360px) {
  .hero-wrapper {
    height: 680px;
  }
  .hero-wrapper .hero-heading-wrapper {
    top: 110px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    bottom: 200px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper {
    max-width: 36px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-img {
    height: 20px;
    margin: 0 0 0 3px;
  }
  .recipes-body-wrapper
    .recipes-wrapper
    .equation
    .recipes-equation-wrapper
    .recipe-bean-wrapper
    .recipe-bean-flavor {
    margin: 0px 0 6px 0;
    font-size: 5px;
  }
  .recipes-body-wrapper .recipes-wrapper .recipes-name {
    font-size: 11px;
    line-height: 10px;
    letter-spacing: -0.5px;
    min-width: 97px;
  }
}
@media screen and (max-width: 600px) {
  .brand-footer-wrapper {
    margin: 12px 0;
  }
  .brand-footer-wrapper .bf-first-row {
    flex-wrap: wrap;
  }
  .brand-footer-wrapper .bf-first-row .bf-links-container {
    width: 100%;
  }
  .bf-links-container {
    height: 124px;
  }
  .bf-links-container.bb .bf-link img {
    max-width: 201px;
  }
  .bf-links-container.hp .bf-link img {
    max-width: 180px;
  }
  .bf-links-container.hp .bf-link img.bf-active-link-img {
    max-width: 220px;
  }
  .bf-links-container.dc .bf-link img {
    max-width: 76px;
    height: auto;
  }
  .bf-links-container.hk .bf-link img {
    max-width: 117px;
    height: auto;
  }
  .bf-links-container.sun .bf-link img {
    max-width: 80px;
    height: auto;
  }
  .bf-links-container.sun .bf-link img.bf-active-link-img {
    max-width: 86px;
    height: auto;
  }
}
