.heroBanner {
  background: var(--ts-pretty-dark);
  overflow: hidden;
  z-index: 1;
}
.heroBanner .container {
  padding-top: 80px;
  padding-bottom: 170px;
}
@media (max-width: 767px) {
  .heroBanner .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.heroBanner h1 {
  font-size: 56px;
  color: var(--ts-white);
  font-weight: 300;
  line-height: 70px;
}
@media (max-width: 767px) {
  .heroBanner h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.heroBanner h1 span {
  color: var(--ts-gold);
}
.heroBanner p {
  font-size: 20px;
}
.heroBanner .qr-sample {
  top: -50px;
  left: 80px;
  width: 180px;
  height: 105px;
}
@media (max-width: 767px) {
  .heroBanner .qr-sample {
    display: none;
  }
}
.heroBanner .hero-scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@media (max-width: 1280px) {
  .heroBanner .hero-scroll-down {
    bottom: 15px;
  }
}
.heroBanner .hero-icon-bag {
  right: -15%;
  bottom: 30%;
  width: 117px;
  z-index: -1;
}
@media (min-width: 576px) {
  .heroBanner .hero-icon-bag {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .heroBanner .hero-icon-bag {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .heroBanner .hero-icon-bag {
    width: 220px;
    bottom: -10%;
    right: 1%;
  }
}
@media (min-width: 1200px) {
  .heroBanner .hero-icon-bag {
    width: 280px;
    bottom: -15%;
  }
}
@media (min-width: 1400px) {
  .heroBanner .hero-icon-bag {
    width: 314px;
    bottom: -18%;
  }
}
.heroBanner .hero-icon-bottle {
  left: 0;
  right: -50%;
  top: 4%;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  z-index: -1;
}
@media (min-width: 576px) {
  .heroBanner .hero-icon-bottle {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .heroBanner .hero-icon-bottle {
    width: 125px;
    right: 0;
    top: -15%;
  }
}
@media (min-width: 992px) {
  .heroBanner .hero-icon-bottle {
    width: 150px;
    top: -20%;
  }
}
@media (min-width: 1200px) {
  .heroBanner .hero-icon-bottle {
    width: 180px;
    top: -25%;
  }
}
@media (min-width: 1400px) {
  .heroBanner .hero-icon-bottle {
    width: 215px;
  }
}
.heroBanner .hero-icon-bottle-1 {
  left: 0;
  right: 0;
  bottom: 40%;
  margin-left: auto;
  margin-right: auto;
  width: 102px;
  z-index: -1;
}
@media (min-width: 576px) {
  .heroBanner .hero-icon-bottle-1 {
    bottom: 40%;
  }
}
@media (min-width: 768px) {
  .heroBanner .hero-icon-bottle-1 {
    width: 180px;
    bottom: 35%;
  }
}
@media (min-width: 992px) {
  .heroBanner .hero-icon-bottle-1 {
    width: 240px;
    bottom: 25%;
  }
}
@media (min-width: 1200px) {
  .heroBanner .hero-icon-bottle-1 {
    width: 260px;
    bottom: 25%;
  }
}
@media (min-width: 1400px) {
  .heroBanner .hero-icon-bottle-1 {
    width: 280px;
  }
}
.heroBanner .hero-icon-cup {
  right: 20%;
  bottom: 30%;
  z-index: 0;
  width: 69px;
}
@media (min-width: 576px) {
  .heroBanner .hero-icon-cup {
    width: 89px;
    bottom: 18%;
  }
}
@media (min-width: 768px) {
  .heroBanner .hero-icon-cup {
    width: 109px;
    bottom: 15%;
  }
}
@media (min-width: 992px) {
  .heroBanner .hero-icon-cup {
    width: 149px;
    bottom: 5%;
    right: 25%;
  }
}
@media (min-width: 1200px) {
  .heroBanner .hero-icon-cup {
    width: 173px;
  }
}
@media (min-width: 1400px) {
  .heroBanner .hero-icon-cup {
    width: 183px;
  }
}
.heroBanner .hero-icon-mobile {
  left: 3%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 33px;
  z-index: -1;
}
@media (min-width: 768px) {
  .heroBanner .hero-icon-mobile {
    width: 63px;
    bottom: 10%;
  }
}
@media (min-width: 1200px) {
  .heroBanner .hero-icon-mobile {
    bottom: 30%;
  }
}
.heroBanner .hero-icon-recycle {
  top: 8%;
  left: 15%;
  width: 78px;
  z-index: -1;
}
@media (min-width: 576px) {
  .heroBanner .hero-icon-recycle {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .heroBanner .hero-icon-recycle {
    width: 120px;
    top: -1%;
  }
}
@media (min-width: 992px) {
  .heroBanner .hero-icon-recycle {
    width: 150px;
    top: -2%;
  }
}
@media (min-width: 1200px) {
  .heroBanner .hero-icon-recycle {
    width: 180px;
    top: -3%;
  }
}
@media (min-width: 1400px) {
  .heroBanner .hero-icon-recycle {
    width: 210px;
    top: -4%;
  }
}
.heroBanner .hero-icon-recycle-1 {
  top: 30%;
  right: -1%;
  z-index: -1;
  width: 70px;
}
@media (min-width: 576px) {
  .heroBanner .hero-icon-recycle-1 {
    width: 83px;
    top: 15%;
  }
}
@media (min-width: 768px) {
  .heroBanner .hero-icon-recycle-1 {
    width: 103px;
  }
}
@media (min-width: 992px) {
  .heroBanner .hero-icon-recycle-1 {
    width: 123px;
    right: 10%;
    top: -1%;
  }
}
@media (min-width: 1200px) {
  .heroBanner .hero-icon-recycle-1 {
    width: 143px;
    top: -2%;
  }
}
@media (min-width: 1400px) {
  .heroBanner .hero-icon-recycle-1 {
    width: 153px;
  }
}
.heroBanner .hero-icon-van {
  right: -5%;
  top: 0;
  bottom: -80%;
  margin-top: auto;
  margin-bottom: auto;
  width: 67px;
  z-index: -1;
}
@media (min-width: 576px) {
  .heroBanner .hero-icon-van {
    width: 87px;
  }
}
@media (min-width: 768px) {
  .heroBanner .hero-icon-van {
    width: 108px;
  }
}
@media (min-width: 992px) {
  .heroBanner .hero-icon-van {
    width: 128px;
    bottom: 0%;
    right: -3%;
  }
}
@media (min-width: 1200px) {
  .heroBanner .hero-icon-van {
    width: 148px;
  }
}
@media (min-width: 1400px) {
  .heroBanner .hero-icon-van {
    width: 158px;
  }
}
.heroBanner .hero-icon-world {
  width: 310px;
  bottom: -4%;
  left: -5%;
  z-index: -1;
}
@media (min-width: 768px) {
  .heroBanner .hero-icon-world {
    width: 350px;
    bottom: -5%;
    left: -7%;
  }
}
@media (min-width: 992px) {
  .heroBanner .hero-icon-world {
    width: 450px;
    bottom: -8%;
  }
}
@media (min-width: 1200px) {
  .heroBanner .hero-icon-world {
    width: 600px;
    bottom: -20%;
  }
}
@media (min-width: 1400px) {
  .heroBanner .hero-icon-world {
    width: 700px;
  }
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}