/* Dodgy work-around to accommodate extremely slow connections. 
    Imags are shown in JS after page load */
.owl-carousel img {
  display: none;
}


.hero-wrapper {
  position: relative;
  background: url("../../assets/harrypotter/hero/nice_HP_23PATTERNBU17176_PKDE_HP_edit.jpg");
  color: #222;
  overflow: hidden;
  width: auto;
  height: 1080px;
}
.hero-wrapper h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  margin: 0;
}
.owl-carousel {
  min-height:250px;
}

.hero-wrapper .hero-candy-wrap {
  position: relative;
  height: 100%;
}
.hero-wrapper .hero-candy-wrap .hero-instructions {
  position: absolute;
  top: 21%;
  left: 1410px;
  transform: translateX(-50%);
  font-size: 24px;
  color: #797979;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  font-weight: 500;
}
.hero-wrapper .hero-candy-wrap .hero-candy {
  position: absolute;
  display: flex;
  align-items: flex-start;
}
.hero-wrapper .hero-candy-wrap .hero-candy.frog {
  opacity: 0;
  top: calc(50% + 40px);
  transform: translateY(-50%);
  left: 1180px;
  max-width: 704px;
}
.hero-wrapper .hero-candy-wrap .hero-candy.frog img {
  max-width: 100%;
  height: auto;
}
.hero-wrapper .hero-candy-wrap .hero-candy.slug {
  opacity: 0;
  top: calc(50% + 70px);
  transform: translateY(-50%);
  left: 1180px;
}
.hero-wrapper .hero-candy-wrap .hero-candy.slug img {
  max-width: 540px;
  height: auto;
}
.hero-wrapper .hero-candy-wrap .hero-candy.owl {
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 1080px;
}
.hero-wrapper .hero-candy-wrap .hero-candy.owl img {
  max-width: 600px;
}
.hero-wrapper .hero-candy-wrap .hero-candy.hidden {
  display: none;
}
.hero-wrapper .copyright {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.hp-wands-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px;
  background: linear-gradient(135deg, #dfddde 0%, #f5f5f5 25%);
}
.hp-wands-wrapper .hp-wands-text-wrapper {
  max-width: 380px;
}
/* html[lang="zh-CN"] .hp-wands-wrapper .hp-wands-text-wrapper {
  
} */

.hp-wands-wrapper .hp-wands-text-wrapper .wand-instructions-mobile {
  display: none;
  font-size: 24px;
  color: #989697;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 12px 0;
  font-weight: 500;
}
.hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
  text-transform: uppercase;
  color: #232323;
  font-size: 72px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: -3px;
}

html[lang="zh-CN"] .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
  letter-spacing: unset;
  line-height:unset;
  text-align: left;
  white-space: nowrap;
}

.hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
  font-size: 30px;
  color: #989697;
  line-height: 29px;
  letter-spacing: -1px;
  margin: 38px 0 0 0;
  max-width: 320px;
}

html[lang="zh-CN"] .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
  letter-spacing: unset;
  line-height:unset;
  text-align: left;
  word-break: unset;
  max-width: 350px;
}


.hp-wands-wrapper .wands-collection {
  background: #f5f5f5
    url("../../assets/harrypotter/wands/nice_HP_wand_packages_edit.png");
  background-size: cover;
  width: 913px;
  height: 730px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.hp-wands-wrapper .wands-collection .wand-boxes {
  width: 148px;
  height: 607px;
  margin-right: 20px;
}
.hp-wands-wrapper .wands-collection .wand-boxes:first-child {
  margin-left: 42px;
}
.hp-wands-wrapper .wands-collection .wand-boxes:last-child {
  margin-right: 0;
}
.hp-wands-wrapper .wands-collection .wand-instructions {
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #989697;
  line-height: 29px;
  letter-spacing: 0px;
  margin: 20px 0 0 0;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
.hp-wands-wrapper .wand-wrap {
  display: flex;
  align-self: flex-start;
  height: auto;
  width: auto;
}
.hp-wands-wrapper .wand-wrap .wand {
  display: flex;
  position: relative;
  top: 24px;
}
.hp-wands-wrapper .wand-wrap .wand img.mobile {
  display: none;
}
.hp-wands-wrapper .wand-wrap .wand.hidden {
  display: none;
}
.hp-botts-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 65px 50px;
  border: 10px solid #cdbc62;
  background: #f6f4f5;
  padding: 70px 60px 70px 100px;
}



.hp-botts-wrapper .hp-botts-collection {
  display: flex;
  flex-direction: column;
}
.hp-botts-wrapper .hp-botts-collection .hp-botts-sm-bundle-prod {
  display: flex;
  justify-content: space-around;
}
.hp-botts-wrapper
  .hp-botts-collection
  .hp-botts-sm-bundle-prod
  .hp-botts-sm-prod-items {
  margin: 0;
}
.hp-botts-wrapper .hp-botts-collection .hp-botts-sm-prod-items {
  margin: 52px 0 0 0;
}
.hp-botts-wrapper .hp-botts-collection .hp-botts-sm-beans {
  display: flex;
  flex-direction: column;
  margin: 64px 0 0 0;
}
.hp-botts-wrapper
  .hp-botts-collection
  .hp-botts-sm-beans
  .hp-botts-sm-beans-row {
  display: flex;
  justify-content: space-around;
  margin: 14px 0 0 0;
}
.hp-botts-wrapper
  .hp-botts-collection
  .hp-botts-sm-beans
  .hp-botts-sm-beans-row:first-child {
  margin: 0;
}
.hp-botts-wrapper
  .hp-botts-collection
  .hp-botts-sm-beans
  .hp-botts-sm-beans-row
  .hp-botts-sm-prod-items {
  margin: 0;
}
.hp-botts-wrapper
  .hp-botts-collection
  .hp-botts-sm-beans
  .hp-botts-sm-beans-row
  .hp-botts-sm-prod-items
  .hp-botts-sm-prod-img {
  max-width: 32px;
  height: auto;
}
.hp-botts-wrapper .hp-botts-big-products {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 546px;
  height: 100px;
}
.hp-botts-wrapper .hp-botts-big-products .hp-botts-big-products-item {
  position: relative;
}
.hp-botts-wrapper
  .hp-botts-big-products
  .hp-botts-big-products-item
  .hp-botts-bean-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 4px;
  width: 100%;
}
.hp-botts-wrapper .hp-botts-big-products .big-img-3 img {
  max-width: 820px;
}
.hp-botts-wrapper .hp-botts-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 540px;
  text-align: right;
}

html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper {
  width:700px;
  max-width: unset;
  align-items: flex-start;
  word-break:keep-all;
}

.hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-heading {
  text-transform: uppercase;
  color: #232323;
  font-size: 72px;
  font-weight: 900;
  line-height: 55px;
  max-width: 540px;
  letter-spacing: -3px;
}

html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-heading {
  
  letter-spacing: unset;
  line-height: unset;
  white-space: nowrap;
  text-align: left;
  width:100%;
}


.hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-text {
  text-align: right;
  font-size: 30px;
  color: #989697;
  line-height: 29px;
  letter-spacing: -1px;
  margin: 14px 0 0 0;
  max-width: 460px;
}

html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-text {
  text-align: left;
  letter-spacing: unset;
  line-height: unset;
  /* word-break: keep-all; */
}


.hp-frogs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 96px 290px 40px 120px;
  background-color: #f5f3f4;
}
.hp-frogs-wrapper .hp-frogs-text-wrapper {
  display: flex;
  flex-direction: column;
}

html[lang="zh-CN"] .hp-frogs-wrapper .hp-frogs-text-wrapper {
  
}


.hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-heading {
  max-width: 386px;
  font-size: 72px;
  font-weight: 900;
  line-height: 54px;
  text-transform: uppercase;
  color: #232323;
}

html[lang="zh-CN"] .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-heading {
  
  letter-spacing: unset;
  line-height: unset;
  width:100%;
  word-break: keep-all;
  /* max-width:450px; */
}

.hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-text {
  font-size: 32px;
  max-width: 470px;
  color: #999798;
  margin: 30px 0 0 0;
  line-height: 31px;
}
html[lang="zh-CN"] .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-text {
  
  letter-spacing: unset;
  line-height: unset;
}

.hp-frogs-wrapper .hp-frogs {
  display: flex;
  position: relative;
  align-items: flex-end;
}
.hp-frogs-wrapper .hp-frogs .owl-carousel.frogs {
  height: auto;
  width: 100%;
  max-width: 236px;
  display: block;
  margin: 0 16px 0 0;
}
.hp-frogs-wrapper .hp-frogs .owl-carousel.frogs .owl-stage {
  display: flex;
  align-items: center;
}
.hp-frogs-wrapper .hp-frogs .plus-btn {
  z-index: 9999;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  border-radius: 50%;
  background: transparent;
  line-height: 0;
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 0 0 3px 0;
  cursor: default;
}
.hp-frogs-wrapper .hp-frogs .plus-btn:hover + .frogs-info {
  visibility: visible;
  opacity: 1;
}
.hp-frogs-wrapper .hp-creatures {
  display: flex;
  position: relative;
  align-items: flex-end;
  align-self: flex-end;
}
.hp-frogs-wrapper .hp-creatures .owl-carousel.creatures {
  height: auto;
  width: 100%;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 16px 0 0;
}
.hp-frogs-wrapper .hp-creatures .owl-carousel.creatures .owl-stage {
  display: flex;
  align-items: center;
}
.hp-frogs-wrapper .hp-creatures .plus-btn {
  z-index: 9999;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  border-radius: 50%;
  background: transparent;
  line-height: 0;
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 0 0 3px 0;
  cursor: default;
}
.hp-frogs-wrapper .hp-creatures .plus-btn:hover + .creatures-info {
  visibility: visible;
  opacity: 1;
}
.popup {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 72px;
  transform: translateX(-72px);
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 118px);
  background-color: #fff;
  transition: opacity 250ms ease-in-out;
  z-index: 10;
}
.popup p {
  font-size: 24px;
  line-height: 27px;
}
.popup .popup-list {
  list-style-type: none;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 24px 0 0 0;
}
.popup .popup-list li {
  margin: 4px 0 0 0;
}
.popup .popup-list li:first-child {
  margin: 0;
}
.owl-dot span {
  background-color: #bbb !important;
  width: 6px !important;
  height: 6px !important;
}
.owl-dot.active span {
  background-color: #232323 !important;
  width: 6px;
  height: 6px;
}
.hp-crests-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  margin: 24px 0;
  background: #f3f1f2;
  padding: 70px 120px 24px 120px;
}
.hp-crests-wrapper::after {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  top: 140px;
  left: 0;
  background: #272f70;
}
.hp-crests-wrapper .hp-crests {
  display: flex;
  position: relative;
  align-items: flex-end;
  align-self: flex-end;
}
.hp-crests-wrapper .hp-crests .owl-carousel.crests {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 16px 0 0;
}
.hp-crests-wrapper .hp-crests .owl-carousel.crests .owl-item {
  max-width: 165px;
  margin: 0 auto;
}
.hp-crests-wrapper .hp-crests .owl-stage {
  display: flex;
  align-items: center;
}
.hp-crests-wrapper .hp-crests .plus-btn {
  z-index: 9999;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  border-radius: 50%;
  background: transparent;
  line-height: 0;
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 0 0 3px 0;
  cursor: default;
}
.hp-crests-wrapper .hp-crests .plus-btn:hover + .crests-info {
  visibility: visible;
  opacity: 1;
}
.hp-crests-wrapper .hp-crests .popup {
  top: -70px;
  height: calc(100%);
}
.hp-crests-wrapper .hp-ticket {
  display: flex;
  align-items: flex-end;
}
.hp-crests-wrapper .hp-ticket .owl-carousel.ticket {
  display: block;
  width: 100%;
  /* max-width: 531px; */
  max-width: 450px;
  height: 100%;
}
.hp-crests-wrapper .hp-ticket .owl-stage-outer {
  margin: 0 0 56px 0;
}
.hp-crests-wrapper .hp-ticket .owl-stage {
  display: flex;
  align-items: center;
}
.hp-crests-wrapper .hp-crests-text-wrapper {
  display: flex;
  flex-direction: column;
  z-index: 1;
  max-width: 464px;
  align-items: flex-end;
  align-self: flex-end;
  margin: 0 0 96px 0;
}

html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper {
  max-width: 575px;
  text-align: left;
  
}


.hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-heading {
  text-align: right;
  font-size: 72px;
  font-weight: 900;
  line-height: 56px;
  max-width: 410px;
  text-transform: uppercase;
  letter-spacing: -3px;
  color: #232323;
}

html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-heading {
  text-align: left;
  letter-spacing: unset;
  line-height: unset;
  white-space: nowrap;
  align-self: flex-start;
 
}


.hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-text {
  font-size: 32px;
  line-height: 32px;
  color: #9a9899;
  letter-spacing: -1px;
  margin: 28px 0 0 0;
  text-align: right;
  max-width: 500px;
}

html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-text {
  text-align: left;
  word-break: keep-all;
  letter-spacing: unset;
  line-height: unset;
  max-width: unset;
  padding:0 20px;
}



.hp-slugs {
  display: flex;
  align-items: center;
  border-top: 56px solid #cdbc62;
  border-bottom: 56px solid #cdbc62;
  background: #f6f4f5;
  padding: 120px;
  justify-content: space-between;
}
.hp-slugs .hp-slugs-text-wrapper {
  display: flex;
  max-width: 435px;
  flex-direction: column;
}

html[lang="zh-CN"] .hp-slugs .hp-slugs-text-wrapper {
  max-width: unset;
  padding:0 20px;
}

.hp-slugs .hp-slugs-text-wrapper .hp-slugs-heading {
  font-size: 72px;
  font-weight: 900;
  line-height: 54px;
  letter-spacing: -3px;
  text-transform: uppercase;
  max-width: 435px;
  color: #232323;
}

html[lang="zh-CN"] .hp-slugs .hp-slugs-text-wrapper .hp-slugs-heading {
  line-height:1.1;
  letter-spacing: unset;
  max-width:unset;
  word-break: keep-all;
  text-align: left;

}

.hp-slugs .hp-slugs-text-wrapper .hp-slugs-text {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 31px;
  color: #999798;
  margin: 24px 0 0 0;
  max-width: 350px;
}

html[lang="zh-CN"] .hp-slugs .hp-slugs-text-wrapper .hp-slugs-text {
  line-height:unset;
  letter-spacing: unset;
  max-width:unset;
  word-break: keep-all;
  text-align: left;

}

.hp-slugs .hp-slugs-candy {
  margin: 0 200px 0 0;
}
.hp-tins-wrapper {
  display: flex;
  background: #f2f0f1;
  justify-content: space-between;
  align-items: flex-end;
  padding: 90px 120px 40px 192px;
}
.hp-tins-wrapper .hp-bus {
  display: flex;
  position: relative;
  align-items: flex-end;
}
.hp-tins-wrapper .hp-bus .owl-carousel.bus {
  height: auto;
  width: 100%;
  max-width: 439px;
  display: block;
}
.hp-tins-wrapper .hp-bus .owl-carousel.bus .owl-stage {
  display: flex;
  align-items: center;
}
.hp-tins-wrapper .hp-bus .plus-btn {
  z-index: 9999;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  border-radius: 50%;
  background: transparent;
  line-height: 0;
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 0 0 3px 0;
  cursor: default;
}
.hp-tins-wrapper .hp-bus .plus-btn:hover + .bus-info {
  visibility: visible;
  opacity: 1;
}
.hp-tins-wrapper .hp-house-crests {
  display: flex;
  position: relative;
  align-items: flex-end;
}
.hp-tins-wrapper .hp-house-crests .owl-carousel.house-crests {
  height: auto;
  width: 100%;
  max-width: 329px;
  display: block;
  margin: 0 0 0 0;
}
.hp-tins-wrapper .hp-house-crests .owl-carousel.house-crests .owl-stage {
  display: flex;
  align-items: center;
}
.hp-tins-wrapper .hp-house-crests .owl-carousel.house-crests .owl-item {
  margin: 0 0 64px 0;
}
.hp-tins-wrapper
  .hp-house-crests
  .owl-carousel.house-crests
  .owl-item
  .house-crests-img-wrap {
  position: relative;
}
.hp-tins-wrapper
  .hp-house-crests
  .owl-carousel.house-crests
  .owl-item
  .house-crests-img-wrap
  .tin-bean-flavor {
  position: absolute;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  letter-spacing: -1px;
  margin: 0 0 0 8px;
  width: 100%;
}
.hp-tins-wrapper .hp-house-crests .plus-btn {
  z-index: 9999;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  border-radius: 50%;
  background: transparent;
  line-height: 0;
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 0 0 3px 0;
  cursor: default;
}
.hp-tins-wrapper .hp-house-crests .plus-btn:hover + .house-crests-info {
  visibility: visible;
  opacity: 1;
}
.hp-tins-wrapper .hp-tins-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: center;
  text-align: right;
  max-width: 438px;
}
html[lang="zh=CN"] .hp-tins-wrapper .hp-tins-text-wrapper {
  text-align: left;
  align-items: flex-start;
}
.hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-heading {
  font-size: 72px;
  text-transform: uppercase;
  color: #232323;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 54px;
  max-width: 438px;
}

html[lang="zh-CN"] .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-heading {
  line-height:1.1;
  letter-spacing: unset;
  max-width: unset;
  white-space: nowrap;
  text-align: left;
  display:block;
  width:100%;

}


.hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-text {
  font-size: 32px;
  color: #999798;
  margin: 30px 0 0 0;
  letter-spacing: -1px;
  line-height: 31px;
  max-width: 372px;
}

html[lang="zh-CN"] .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-text {

  line-height:unset;
  letter-spacing: unset;
  max-width: unset;
  /* word-break: keep-all; */
  text-align: left;

}

.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;
}
.mz-l-pagecontent {
  overflow: hidden;
}
@media screen and (max-width: 1812px) {
  /* DEBUG */
  /* body { border:10px solid red} */
  /* DEBUG */
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 1764px) {
  /* DEBUG */
  /* body { border:10px solid blue} */
  /* DEBUG */
  .hero-wrapper h1 {
    left: 40px;
  }
  .hero-wrapper h1 .hp-logo {
    max-width: 800px;
  }
  .hero-wrapper .hero-candy-wrap .hero-instructions {
    top: 29%;
    left: 1140px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    left: 980px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog img {
    max-width: 420px;
    height: auto;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug {
    left: 920px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug img {
    max-width: 480px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    left: 880px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl img {
    max-width: 480px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper {
    max-width: 364px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
    font-size: 61px;
  }
  .hp-wands-wrapper .wands-collection {
    width: 700px;
    height: 560px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes {
    width: 114px;
    height: 468px;
    margin-right: 15px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes:first-child {
    margin-left: 31px;
  }
  .hp-wands-wrapper .wand-wrap .wand img {
    max-height: 534px;
    width: auto;
  }
  .hp-botts-wrapper {
    padding: 64px;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-big-products-img {
    max-width: 400px;
    height: auto;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-bean-name {
    font-size: 24px;
    bottom: 70px;
  }
  .hp-botts-wrapper .hp-botts-big-products .big-img-3 img {
    max-width: 650px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper {
    max-width: 370px;
  }
  html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper {
    width:600px;
  }
  
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-heading {
    font-size: 51px;
    line-height: 42px;
    max-width: none;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-text {
    font-size: 25px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1578px) {
  /* DEBUG */
  /* body { border:10px dotted orange} */
  /* DEBUG */
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-big-products-img {
    max-width: 280px;
    height: auto;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-bean-name {
    font-size: 20px;
    bottom: 52px;
  }
  .hp-botts-wrapper .hp-botts-big-products .big-img-3 img {
    max-width: 440px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper {
    max-width: 260px;
  }
  html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper {
    width:500px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-heading {
    font-size: 37px;
    line-height: 32px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-text {
    font-size: 22px;
    line-height: 24px;
  }
  .hp-frogs-wrapper {
    padding: 96px 120px 40px 120px;
  }
  .hp-frogs-wrapper .hp-frogs-text-wrapper {
    max-width: 260px;
  }
  .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-heading {
    font-size: 51px;
    line-height: 46px;
    letter-spacing: -3px;
  }
  .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-text {
    font-size: 24px;
    line-height: 25px;
    margin: 17px 0 0 0;
  }
  .hp-frogs-wrapper .hp-frogs .owl-carousel.frogs {
    max-width: 200px;
    margin: 0 10px 0 0;
  }
  .hp-frogs-wrapper .hp-frogs .owl-carousel.frogs .owl-dots {
    width: 200%;
    margin: 10px 0 0 -50%;
  }
  .hp-frogs-wrapper .hp-creatures .owl-carousel.creatures {
    max-width: 208px;
    margin: 0 32px 0 0;
  }
  .hp-frogs-wrapper .hp-creatures .owl-carousel.creatures .owl-dots {
    width: 200%;
    margin: 10px 0 0 -50%;
  }
  .hp-crests-wrapper {
    padding: 70px 120px 24px 120px;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 374px;
  }
  html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 450px;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-heading {
    font-size: 51px;
    line-height: 46px;
    max-width: none;
    width: 100%;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-text {
    font-size: 24px;
    line-height: 25px;
    margin: 17px 0 0 0;
    width: 100%;
    max-width: none;
  }
  .hp-slugs .hp-slugs-text-wrapper {
    max-width: 300px;
  }
  .hp-slugs .hp-slugs-text-wrapper .hp-slugs-heading {
    font-size: 51px;
    line-height: 46px;
  }
  .hp-slugs .hp-slugs-text-wrapper .hp-slugs-text {
    font-size: 24px;
    line-height: 25px;
    margin: 17px 0 0 0;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper {
    max-width: 290px;
  }
  html[lang="zh-CN"] .hp-tins-wrapper .hp-tins-text-wrapper {
    max-width: 320px;
    align-items: flex-start;

  }



  .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-heading {
    font-size: 51px;
    line-height: 46px;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-text {
    font-size: 24px;
    margin: 17px 0 0 0;
    line-height: 25px;
  }
}
@media screen and (max-width: 1412px) {
  /* DEBUG */
  /* body { border:10px dashed yellow} */
  /* DEBUG */
  .hero-wrapper {
    height: 800px;
  }
  .hero-wrapper h1 .hp-logo {
    max-width: 700px;
  }
  .hero-wrapper .hero-candy-wrap .hero-instructions {
    top: 26%;
    left: 1014px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    left: 870px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog img {
    max-width: 360px;
    height: auto;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug {
    left: 820px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug img {
    max-width: 420px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    left: 800px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl img {
    max-width: 420px;
  }
  .hero-wrapper .copyright img {
    max-width: 380px;
  }
  .hp-wands-wrapper {
    padding: 64px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper {
    max-width: 300px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
    font-size: 51px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
    font-size: 24px;
    line-height: 25px;
    margin: 17px 0 0 0;
  }
  
html[lang="zh-CN"] .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
  width: 350px;
}
  .hp-wands-wrapper .wands-collection {
    width: 580px;
    height: 464px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes {
    width: 95px;
    height: 388px;
    margin-right: 12px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes:first-child {
    margin-left: 25px;
  }
  .hp-wands-wrapper .wand-wrap .wand img {
    max-height: 436px;
  }
  .hp-crests-wrapper {
    padding: 70px 120px 24px 120px;
  }
  .hp-crests-wrapper .hp-crests .owl-carousel.crests {
    max-width: 120px;
    margin: 0 36px 0 0;
  }
  .hp-crests-wrapper .hp-crests .owl-carousel.crests .owl-dots {
    width: 200%;
    margin: 0 0 0 -50%;
  }
  .hp-crests-wrapper .hp-ticket .owl-carousel.ticket {
    max-width: 400px;
  }
  .hp-crests-wrapper .hp-ticket .owl-carousel.ticket .owl-dots {
    width: 200%;
    margin: 0 0 0 -50%;
  }
  .hp-slugs .hp-slugs-text-wrapper {
    max-width: 300px;
  }
  html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 400px;
  }
  .hp-slugs .hp-slugs-text-wrapper .hp-slugs-heading {
    font-size: 51px;
    line-height: 46px;
  }
  .hp-slugs .hp-slugs-text-wrapper .hp-slugs-text {
    font-size: 24px;
    line-height: 25px;
    margin: 17px 0 0 0;
  }
  .hp-slugs .hp-slugs-magic-sweets {
    max-width: 233px;
  }
  .hp-slugs .hp-slugs-magic-sweets img {
    width: 100%;
  }
  .hp-slugs .hp-slugs-candy {
    margin: 0 0 0 0;
    max-width: 233px;
  }
  .hp-slugs .hp-slugs-candy img {
    width: 100%;
  }
  .hp-tins-wrapper {
    padding: 90px 120px 40px 120px;
  }
  .hp-tins-wrapper .hp-bus .owl-carousel.bus {
    max-width: 240px;
  }
  .hp-tins-wrapper .hp-house-crests .owl-carousel.house-crests {
    max-width: 240px;
  }
  .hp-tins-wrapper .hp-house-crests .owl-carousel.house-crests .owl-item {
    margin: 0 0 0 0;
  }
  .hp-tins-wrapper
    .hp-house-crests
    .owl-carousel.house-crests
    .owl-item
    .house-crests-img-wrap
    .tin-bean-flavor {
    margin: 0 0 0 2px;
    font-size: 21px;
    bottom: -18px;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper {
    max-width: 290px;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-heading {
    font-size: 51px;
    line-height: 46px;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-text {
    font-size: 24px;
    margin: 17px 0 0 0;
    line-height: 25px;
  }
  html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper {
    width:440px;
  }
}
@media screen and (max-width: 1248px) {
  /* DEBUG */
  /* body { border:10px solid green} */
  /* DEBUG */
  .hero-wrapper h1 {
    left: 140px;
  }
  .hero-wrapper h1 .hp-logo {
    max-width: 560px;
  }
  .hero-wrapper .hero-candy-wrap .hero-instructions {
    top: 30%;
    left: 874px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    left: 750px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog img {
    max-width: 300px;
    height: auto;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug {
    left: 720px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug img {
    max-width: 350px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    left: 680px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl img {
    max-width: 370px;
  }
  .hero-wrapper .copyright img {
    max-width: 300px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper {
    max-width: 242px;
  }
  html[lang="zh-CN"] .hp-wands-wrapper .hp-wands-text-wrapper {
    max-width:300px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
    font-size: 42px;
    line-height: 33px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
    font-size: 23px;
  }
  html[lang="zh-CN"] .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
    width: 325px;
    max-width:unset;
  }
  .hp-wands-wrapper .wands-collection {
    width: 520px;
    height: 416px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes {
    width: 85px;
    height: 348px;
    margin-right: 11px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes:first-child {
    margin-left: 23px;
  }
  .hp-wands-wrapper .wand-wrap .wand img {
    max-height: 388px;
  }
  .hp-botts-wrapper .hp-botts-collection {
    max-width: 190px;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-bundle-prod
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-1 {
    max-width: 80px;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-bundle-prod
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-2 {
    max-width: 92px;
  }
  .hp-botts-wrapper .hp-botts-collection .hp-botts-sm-prod-items {
    margin: 24px 0 0 0;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-3 {
    max-width: 190px;
  }
  .hp-botts-wrapper .hp-botts-collection .hp-botts-sm-beans {
    margin: 24px 0 0 0;
  }
  .hp-botts-wrapper .hp-botts-big-products {
    min-height: 426px;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-big-products-img {
    max-width: 230px;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-bean-name {
    font-size: 18px;
    bottom: 41px;
    margin: 0 0 0 2px;
    letter-spacing: -1px;
  }
  .hp-botts-wrapper .hp-botts-big-products .big-img-3 img {
    max-width: 374px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper {
    max-width: 193px;
  }
  html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper {
    width:360px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-heading {
    font-size: 29px;
    line-height: 29px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-text {
    font-size: 16px;
    line-height: 22px;
  }
  .hp-frogs-wrapper {
    padding: 64px 80px;
  }
  .hp-frogs-wrapper .hp-frogs-text-wrapper {
    max-width: 200px;
  }
  .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-heading {
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -2px;
  }
  .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-text {
    font-size: 16px;
    line-height: 21px;
  }
  .hp-frogs-wrapper .hp-frogs .owl-carousel.frogs {
    max-width: 140px;
    margin: 0 34px 0 0;
  }
  .hp-frogs-wrapper .hp-frogs .popup {
    padding: 54px;
    top: -45px;
    height: calc(100% - 35px);
  }
  .hp-frogs-wrapper .hp-frogs .popup.frogs-info .frogs-info-text p {
    font-size: 16px;
    line-height: 21px;
  }
  .hp-frogs-wrapper .hp-frogs .popup.frogs-info .frogs-info-text .popup-list {
    font-size: 14px;
    line-height: 12px;
  }
  .hp-frogs-wrapper .hp-creatures .owl-carousel.creatures {
    max-width: 148px;
    margin: 0 59px 0 0;
  }
  .hp-frogs-wrapper .hp-creatures .popup {
    padding: 54px;
    top: -45px;
    height: calc(100% - 35px);
  }
  .hp-frogs-wrapper .hp-creatures .popup.creatures-info .creatures-info-text p {
    font-size: 16px;
    line-height: 21px;
  }
  .hp-frogs-wrapper
    .hp-creatures
    .popup.creatures-info
    .creatures-info-text
    .popup-list {
    font-size: 14px;
  }
  .hp-crests-wrapper {
    padding: 64px 80px 64px 120px;
  }
  .hp-crests-wrapper::after {
    height: 40px;
    top: 100px;
  }
  .hp-crests-wrapper .hp-crests .owl-carousel.crests {
    max-width: 90px;
    margin: 0 50px 0 0;
  }
  .hp-crests-wrapper .hp-crests .popup {
    padding: 54px;
    top: -45px;
    left: -12px;
    height: calc(100% - 35px);
  }
  .hp-crests-wrapper .hp-crests .popup.crests-info .crests-info-text p {
    font-size: 16px;
    line-height: 21px;
  }
  .hp-crests-wrapper
    .hp-crests
    .popup.crests-info
    .crests-info-text
    .popup-list {
    font-size: 14px;
  }
  .hp-crests-wrapper .hp-ticket .owl-carousel.ticket {
    max-width: 280px;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 208px;
  }
  html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 300px;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-heading {
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -2px;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-text {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .hp-slugs {
    padding: 64px;
  }
  .hp-slugs .hp-slugs-text-wrapper {
    max-width: 200px;
  }
  .hp-slugs .hp-slugs-text-wrapper .hp-slugs-heading {
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -2px;
  }
  .hp-slugs .hp-slugs-text-wrapper .hp-slugs-text {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .hp-tins-wrapper {
    padding: 64px;
  }
  .hp-tins-wrapper .hp-bus .popup {
    padding: 54px;
    top: -45px;
    left: 26px;
    height: calc(100% - 35px);
  }
  .hp-tins-wrapper .hp-bus .popup.bus-info .bus-info-text p {
    font-size: 16px;
    line-height: 21px;
  }
  .hp-tins-wrapper .hp-bus .popup.bus-info .bus-info-text .popup-list {
    font-size: 14px;
  }
  .hp-tins-wrapper .hp-house-crests .popup {
    padding: 54px;
    top: -45px;
    left: 26px;
    height: calc(100% - 35px);
  }
  .hp-tins-wrapper
    .hp-house-crests
    .popup.house-crests-info
    .house-crests-info-text
    p {
    font-size: 16px;
    line-height: 21px;
  }
  .hp-tins-wrapper
    .hp-house-crests
    .popup.house-crests-info
    .house-crests-info-text
    .popup-list {
    font-size: 14px;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper {
    max-width: 190px;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-heading {
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -2px;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-text {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1080px) {
  /* DEBUG */
  /* body { border:10px solid salmon} */
  /* DEBUG */
  .hero-wrapper h1 {
    left: 40px;
  }
  .hero-wrapper .hero-candy-wrap .hero-instructions {
    top: 29%;
    left: 775px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    left: 650px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug {
    left: 640px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug img {
    max-width: 330px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    left: 590px;
  }
  .hp-wands-wrapper {
    padding: 72px 32px;
    justify-content: space-around;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper {
    max-width: 172px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
    font-size: 30px;
    line-height: 24px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
    font-size: 17px;
    line-height: 19px;
    margin: 13px 0 0 0;
  }
  .hp-wands-wrapper .wands-collection {
    width: 380px;
    height: 304px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes {
    width: 62px;
    height: 255px;
    margin-right: 8px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes:first-child {
    margin-left: 17px;
  }
  .hp-wands-wrapper .wand-wrap .wand img {
    max-height: 276px;
  }
  html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper {
    width:325px;
  }
}
@media screen and (max-width: 1024px) {
  /* DEBUG */
  /* body { border:10px solid brown} */
  /* DEBUG */
  .hero-wrapper h1 {
    left: 140px;
  }
  .hero-wrapper h1 .hp-logo {
    max-width: 430px;
  }
  .hero-wrapper .hero-candy-wrap .hero-instructions {
    top: 33%;
    left: 724px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    left: 620px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog img {
    max-width: 240px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug {
    left: 590px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug img {
    max-width: 270px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    left: 550px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl img {
    max-width: 310px;
  }
  .hp-botts-wrapper {
    flex-direction: column;
    padding: 32px;
  }
  .hp-botts-wrapper .hp-botts-collection {
    order: 2;
    max-width: 300px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hp-botts-wrapper .hp-botts-collection .hp-botts-sm-bundle-prod {
    width: 50%;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-bundle-prod
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-1 {
    max-width: none;
    max-height: 60px;
    width: auto;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-bundle-prod
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-2 {
    max-width: none;
    max-height: 60px;
    width: auto;
  }
  .hp-botts-wrapper .hp-botts-collection .hp-botts-sm-prod-items {
    margin: 0 0 0 0;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-3 {
    max-width: none;
    max-height: 60px;
    width: auto;
  }
  .hp-botts-wrapper .hp-botts-collection .hp-botts-sm-beans {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .hp-botts-wrapper .hp-botts-big-products {
    order: 1;
    min-height: 290px;
    margin: 16px 0;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-big-products-img {
    max-width: 190px;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-bean-name {
    font-size: 16px;
    bottom: 31px;
  }
  .hp-botts-wrapper .hp-botts-big-products .big-img-3 img {
    max-width: 412px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper {
    max-width: 268px;
  }
  html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper {
    width:unset;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-heading {
    font-size: 36px;
    line-height: 29px;
    text-align: center;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 14px 0 0 0;
  }
  .hp-frogs-wrapper {
    padding: 64px 48px;
  }
  .hp-frogs-wrapper .hp-frogs-text-wrapper {
    max-width: 152px;
  }
  .hp-frogs-wrapper .hp-frogs .owl-carousel.frogs {
    max-width: 124px;
    margin: 0 26px 0 0;
  }
  .hp-frogs-wrapper .hp-frogs .owl-carousel.frogs .owl-dots .owl-dot span {
    margin: 5px 5px !important;
  }
  .hp-frogs-wrapper .hp-creatures .owl-carousel.creatures {
    max-width: 132px;
    margin: 0 44px 0 0;
  }
  .hp-frogs-wrapper
    .hp-creatures
    .owl-carousel.creatures
    .owl-dots
    .owl-dot
    span {
    margin: 5px 5px !important;
  }
  .hp-crests-wrapper {
    padding: 64px 80px 64px 120px;
  }
  .hp-crests-wrapper::after {
    height: 28px;
    top: 85px;
  }
  .hp-crests-wrapper .hp-ticket .owl-carousel.ticket {
    max-width: 240px;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 158px;
    margin: 0 0 36px 0;
  }
  html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 225px;
  }
  .hp-slugs {
    border-top: 32px solid #cdbc62;
    border-bottom: 32px solid #cdbc62;
  }
  .hp-slugs .hp-slugs-magic-sweets {
    max-width: 173px;
  }
  .hp-slugs .hp-slugs-candy {
    max-width: 173px;
  }
  .hp-tins-wrapper .hp-bus .owl-carousel.bus {
    max-width: 200px;
  }
  .hp-tins-wrapper .hp-house-crests .owl-carousel.house-crests {
    max-width: 200px;
  }
}
@media screen and (max-width: 880px) {
  /* DEBUG */
  /* body { border:10px solid chartreuse} */
  /* DEBUG */
  .hero-wrapper h1 {
    left: 32px;
  }
  .hero-wrapper .hero-candy-wrap .hero-instructions {
    top: 33%;
    left: 594px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    left: 490px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug {
    left: 480px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    left: 430px;
  }
  html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 200px;
  }
  html[lang="zh-CN"] .hp-wands-wrapper .hp-wands-text-wrapper {
    max-width:unset;
  }
}
@media screen and (max-width: 800px) {
  /* DEBUG */
  /* body { border:10px solid cyan} */
  /* DEBUG */
  .hero-wrapper h1 {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-wrapper h1 .hp-logo {
    max-width: 570px;
  }
  .hero-wrapper .hero-candy-wrap .hero-instructions {
    top: 84%;
    left: 50%;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    top: 530px;
    left: calc(50% - 56px);
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog img {
    max-width: 340px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug img {
    max-width: 430px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    top: 330px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl img {
    max-width: 450px;
  }
  .hp-wands-wrapper {
    padding: 72px 32px;
    flex-direction: column;
    justify-content: center;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    height: auto;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
    display: flex;
    text-align: center;
    font-size: 64px;
    line-height: 56px;
  }
  html[lang="zh-CN"] .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
    width:100%;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
    font-size: 30px;
    text-align: center;
    line-height: 26px;
    margin: 32px 0;
    max-width: 100%;
  }
  html[lang="zh-CN"] .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
    max-width: 100%;
  
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .wand-instructions-mobile {
    display: flex;
  }
  .hp-wands-wrapper .wands-collection {
    width: 420px;
    height: 336px;
  }
  .hp-wands-wrapper .wands-collection .wand-instructions {
    display: none;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes {
    width: 68px;
    height: 280px;
    margin-right: 10px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes:first-child {
    margin-left: 19px;
  }
  .hp-wands-wrapper .wand-wrap {
    justify-content: center;
    width: 100%;
    min-height: 141px;
  }
  .hp-wands-wrapper .wand-wrap .wand img {
    display: none;
  }
  .hp-wands-wrapper .wand-wrap .wand img.mobile {
    display: inline;
    max-width: 400px;
  }

  html[lang="zh-CN"] .hp-botts-wrapper .hp-botts-text-wrapper {
    max-width:unset;
    padding:0 20px;
  }

  .hp-frogs-wrapper {
    flex-direction: column;
  }
  .hp-frogs-wrapper .hp-frogs-text-wrapper {
    max-width: 427px;
  }
  html[lang="zh-CN"]  .hp-frogs-wrapper .hp-frogs-text-wrapper{
    max-width:unset;
    padding:0 20px;
  }
  .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-heading {
    font-size: 43px;
    line-height: 31px;
    max-width: 230px;
    text-align: center;
    margin: 0 auto;
  }

  html[lang="zh-CN"] .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-heading {

    max-width: 400px;
    text-align: left;
    word-break: keep-all;
  }

  .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-text {
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    max-width: 100%;
  }
  html[lang="zh-CN"]  .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-text {
    max-width: 400px;
    word-break: keep-all;
    text-align: left;
  }
  .hp-frogs-wrapper .hp-frogs {
    margin: 48px -56px 0 0;
    justify-content: center;
    width: 100%;
  }
  .hp-frogs-wrapper .hp-frogs .owl-carousel.frogs {
    max-width: 124px;
    margin: 0 26px 0 0;
  }
  .hp-frogs-wrapper .hp-creatures {
    margin: 48px -39px 0 0;
    justify-content: center;
    width: 100%;
  }
  .hp-frogs-wrapper .hp-creatures .owl-carousel.creatures {
    max-width: 132px;
    margin: 0 44px 0 0;
  }
  .hp-crests-wrapper {
    padding: 64px 48px;
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
  .hp-crests-wrapper::after {
    height: 30px;
    top: 392px;
  }
  html[lang="zh-CN"] .hp-crests-wrapper::after  {
    top:0;
  }
  .hp-crests-wrapper .hp-crests {
    width: 100%;
    justify-content: center;
    order: 1;
    margin: 48px -36px 0 0;
  }
  .hp-crests-wrapper .hp-ticket {
    width: 100%;
    justify-content: center;
    order: 1;
    margin: 48px 0 0 0;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 372px;
    align-items: center;
    margin: 0 auto;
  }
  html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: 400px;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-heading {
    font-size: 43px;
    line-height: 31px;
    letter-spacing: -2px;
    text-align: center;
    max-width: 237px;
  }
  .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-text {
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
  }
  .hp-slugs {
    flex-direction: column;
    padding: 64px 48px;
  }
  .hp-slugs .hp-slugs-text-wrapper {
    max-width: 370px;
  }
  .hp-slugs .hp-slugs-text-wrapper .hp-slugs-heading {
    text-align: center;
    font-size: 43px;
    line-height: 31px;
    max-width: 420px;
  }
  .hp-slugs .hp-slugs-text-wrapper .hp-slugs-text {
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .hp-slugs .hp-slugs-magic-sweets {
    margin: 32px 0 0 0;
  }
  .hp-slugs .hp-slugs-candy {
    margin: 48px 0 0 0;
  }
  .hp-tins-wrapper {
    padding: 64px 48px;
    flex-direction: column;
  }
  .hp-tins-wrapper .hp-bus {
    order: 1;
    justify-content: center;
    width: 100%;
    margin: 48px 0;
  }
  .hp-tins-wrapper .hp-house-crests {
    order: 2;
    justify-content: center;
    width: 100%;
    margin: 48px 0;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper {
    max-width: 500px;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-heading {
    font-size: 43px;
    line-height: 31px;
    text-align: center;
  }
  .hp-tins-wrapper .hp-tins-text-wrapper .hp-tins-text {
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 580px) {
  /* DEBUG */
  /* body { border:10px solid red} */
  /* DEBUG */
  .hero-wrapper {
    height: 680px;
  }
  .hero-wrapper h1 .hp-logo {
    max-width: 460px;
  }
  .hero-wrapper .hero-candy-wrap .hero-instructions {
    top: 81%;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    top: 440px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog img {
    max-width: 250px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug {
    left: 50px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug img {
    max-width: 300px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    top: 320px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl img {
    max-width: 300px;
  }
  .hp-frogs-wrapper .hp-frogs .popup.frogs-info .frogs-info-text p {
    font-size: 16px;
    line-height: 21px;
  }
  .hp-frogs-wrapper .hp-frogs .popup.frogs-info .frogs-info-text .popup-list {
    font-size: 10px;
    line-height: 12px;
  }
  .hp-frogs-wrapper
    .hp-frogs
    .popup.frogs-info
    .frogs-info-text
    .popup-list
    li {
    margin: 4px 0 0 0;
  }
  .hp-frogs-wrapper
    .hp-frogs
    .popup.frogs-info
    .frogs-info-text
    .popup-list
    li:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 420px) {
  /* DEBUG */
  /* body { border:10px solid gold} */
  /* DEBUG */
  .hero-wrapper h1 {
    top: 130px;
  }
  .hero-wrapper h1 .hp-logo {
    max-width: 400px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    left: calc(50% - 36px);
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog img {
    max-width: 210px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.slug img {
    max-width: 250px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    top: 320px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl img {
    max-width: 270px;
  }
  .hp-wands-wrapper {
    padding: 64px 32px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
    font-size: 44px;
    line-height: 33px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
    font-size: 20px;
    line-height: 19px;
    margin: 19px 0;
  }
  .hp-wands-wrapper .wands-collection {
    width: 360px;
    height: 288px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes {
    width: 58px;
    height: 241px;
    margin-right: 8px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes:first-child {
    margin-left: 17px;
  }
  .hp-wands-wrapper .wand-wrap {
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .hp-wands-wrapper .wand-wrap .wand {
    align-items: flex-start;
    justify-content: center;
  }
  .hp-wands-wrapper .wand-wrap .wand img.mobile {
    max-width: 334px;
  }
  .hp-botts-wrapper {
    margin: 16px;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-bundle-prod
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-1 {
    max-height: 58px;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-bundle-prod
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-2 {
    max-height: 58px;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-3 {
    max-height: 58px;
  }
  .hp-botts-wrapper .hp-botts-big-products {
    min-height: 247px;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-big-products-img {
    max-width: 160px;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-bean-name {
    font-size: 15px;
    bottom: 25px;
  }
  .hp-botts-wrapper .hp-botts-big-products .big-img-3 img {
    max-width: 324px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper {
    max-width: 100%;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-heading {
    font-size: 36px;
    line-height: 29px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-text {
    font-size: 16px;
    line-height: 22px;
  }
}
/* this kinda does nothing */
@media screen and (max-width: 400px) {
  /* DEBUG */
  /* body { border:10px solid rgb(43, 226, 58)} */
  /* DEBUG */
  .hero-wrapper {
    height: 580px;
  }
  .hero-wrapper h1 {
    top: 130px;
  }
  .hero-wrapper h1 .hp-logo {
    max-width: 310px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog {
    top: 280px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.frog img {
    max-width: 220px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl {
    top: 280px;
  }
  .hero-wrapper .hero-candy-wrap .hero-candy.owl img {
    max-width: 250px;
  }
  .hero-wrapper .copyright img {
    max-width: 190px;
  }
  .hp-wands-wrapper {
    padding: 64px 32px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-heading {
    font-size: 44px;
    line-height: 33px;
  }
  .hp-wands-wrapper .hp-wands-text-wrapper .hp-wands-text {
    font-size: 20px;
    line-height: 19px;
    margin: 19px 0;
  }
  .hp-wands-wrapper .wands-collection {
    width: 280px;
    height: 224px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes {
    width: 46px;
    height: 188px;
    margin-right: 6px;
  }
  .hp-wands-wrapper .wands-collection .wand-boxes:first-child {
    margin-left: 11px;
  }
  .hp-wands-wrapper .wand-wrap .wand img.mobile {
    display: inline;
    max-width: 264px;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-bundle-prod
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-1 {
    max-height: 46px;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-bundle-prod
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-2 {
    max-height: 46px;
  }
  .hp-botts-wrapper
    .hp-botts-collection
    .hp-botts-sm-prod-items
    .hp-botts-sm-prod-img.sm-img-3 {
    max-height: 46px;
  }
  .hp-botts-wrapper .hp-botts-big-products {
    min-height: 190px;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-big-products-img {
    max-width: 120px;
  }
  .hp-botts-wrapper
    .hp-botts-big-products
    .hp-botts-big-products-item
    .hp-botts-bean-name {
    font-size: 13px;
    bottom: 17px;
    letter-spacing: -1px;
    margin: 0 0 0 3px;
  }
  .hp-botts-wrapper .hp-botts-big-products .big-img-3 img {
    max-width: 254px;
  }
  .hp-botts-wrapper .hp-botts-text-wrapper .hp-botts-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  /* DEBUG */
  /* body { border:10px solid violet} */
  /* DEBUG */
  .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;
  }
  html[lang="zh-CN"] .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-heading {
    width:100%;
    max-width:unset;
  
  }
  html[lang="zh-CN"]  .hp-frogs-wrapper .hp-frogs-text-wrapper .hp-frogs-text {
    max-width: unset;
    word-break: unset;
    text-align: left;
    
  }
  html[lang="zh-CN"] .hp-crests-wrapper,
  html[lang="zh-CN"] .hp-wands-wrapper,
  html[lang="zh-CN"] .hp-frogs-wrapper,
  html[lang="zh-CN"] .hp-botts-wrapper,
  html[lang="zh-CN"] .hp-tins-wrapper,
  html[lang="zh-CN"] .hp-slugs {
    padding:64px 0px;
  }
  html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper {
    max-width: unset;
    padding:0 20px;
  }


  html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-heading {
    max-width: unset;
    word-break: unset;
    text-align: left;

  }
  html[lang="zh-CN"] .hp-crests-wrapper .hp-crests-text-wrapper .hp-crests-text {

    max-width: unset;
    word-break: unset;
    text-align: left;
  }
  html[lang="zh-CN"] .hp-slugs .hp-slugs-text-wrapper .hp-slugs-text {
    word-break: unset;
  }
}
