.home-banner-slider .slick-slide {
  border: none !important;
}
.home-banner-slider .slick-slide li.thumb {
  display: block !important;
}
.home-banner-slider .slick-slide li.thumb .hide--mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-banner-slider .slick-slide li.thumb .hide--mobile {
    display: block;
  }
}
.home-banner-slider .slick-slide li.thumb .hide--desktop {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-banner-slider .slick-slide li.thumb .hide--desktop {
    display: none;
  }
}
.home-banner-slider .slick-dots {
  bottom: 0.625rem;
}
@media only screen and (min-width: 992px) {
  .home-banner-slider .slick-dots {
    background: rgba(0, 91, 74, 0.5);
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .home-banner-slider .slick-dots li {
    width: auto;
    height: auto;
  }
}
.home-banner-slider .slick-dots li button {
  background: #bbb;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .home-banner-slider .slick-dots li button {
    background: transparent;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 1.0625rem;
    border-radius: 0;
    padding: 1.5rem 1.875rem 1.375rem 1.875rem;
    border-bottom: 0.125rem solid transparent;
  }
}
.home-banner-slider .slick-dots li button:before {
  display: none;
}
.home-banner-slider .slick-dots li.slick-active button {
  background: #078d73;
}
@media only screen and (min-width: 992px) {
  .home-banner-slider .slick-dots li.slick-active button {
    background: transparent;
    font-weight: 700;
    border-bottom: 0.125rem solid #fff;
  }
}

/*our brands home*/
.ourbrand {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b7a2), to(#fff));
  background: linear-gradient(0deg, #00b7a2, #fff);
  font-family: Work Sans;
  padding: 30px 0 50px;
  -webkit-transition: all 1500s ease-out;
  transition: all 1500s ease-out;
  background-repeat: no-repeat;
  width: 100%;
  /* Default state for the progress bar */
  /* Active state to trigger the animation */
  /* Default state for the progress bar */
  /* Active state to trigger the animation */
  /* Default state for the progress bar */
  /* Active state to trigger the animation */
  /* Progress Bar Animation */
}
.ourbrand p {
  font-size: 14px;
}
.ourbrand .our--brands-slider-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper .our--brands-slider-nav {
    width: 12%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0px;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider-nav li {
  white-space: nowrap;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper .our--brands-slider-nav li {
    width: auto;
    white-space: normal;
    margin-left: 0;
    margin-right: 0;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider-nav li a {
  color: #333;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font: 500 0.98rem "Work Sans", sans-serif;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper .our--brands-slider-nav li a {
    font: 500 1.125em "Work Sans", sans-serif;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider-nav li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 60%;
  padding: 10px 0;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider-nav li a i img {
  max-width: 54px;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper .our--brands-slider-nav li a i img {
    max-width: 80%;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider-nav li a span {
  padding-top: 10px;
  display: block;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider-nav li a.active i {
  background-color: #fff;
  border-radius: 20px;
  width: 73.16px;
  height: 70px;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper .our--brands-slider {
    width: 87%;
    position: relative;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block.active .anim-image-1 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block.active .anim-content {
  opacity: 1;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block.active .anim-image-2 {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .anim-image-1 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
  will-change: transform;
  opacity: 0;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-img {
  width: 38%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-img {
    display: block;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .anim-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
  will-change: transform;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .anim-image-2 {
  -webkit-transform: translateY(20%) scale(0.5);
          transform: translateY(20%) scale(0.5);
  -webkit-transition: all 0.6s ease-in-out 0.8s;
  transition: all 0.6s ease-in-out 0.8s;
  will-change: transform;
  opacity: 0;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .btn.link {
  text-decoration: underline;
  color: #00645b;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content {
  background-color: #fff;
  border-radius: 50px;
  padding: 50px 50px 50px 50px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content .color--base {
  color: #333;
  font: 500 15.8px Work Sans;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content {
    padding: 50px 50px 50px 240px;
    margin-left: -130px;
    width: 70%;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content .our--brands-slider-block-content-img {
  position: absolute;
  bottom: -40px;
  width: 42%;
  left: -190px;
  z-index: 3;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content .our--brands-slider-block-content-img img {
  z-index: 2;
  position: relative;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content .slider--progress {
  position: absolute;
  bottom: -90px;
  left: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content .slider--progress {
    display: block;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content .slider--progress svg {
  width: 73%;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content .slider--progress .half-circle {
  width: 370px;
  height: 185px;
  background-color: transparent;
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border: 4px solid #e6e6e6;
  border-bottom: none;
  position: absolute;
  top: 10.125rem;
  left: -5.7rem;
  z-index: -1;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content .our--brands-slider-block-tags {
  color: #333;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  font: 500 15.8px Work Sans;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content .our--brands-slider-block-tags {
    color: #fff;
  }
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content h4,
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content h5 {
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 21px;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content h5 {
  margin-top: 50px;
}
.ourbrand .our--brands-slider-wrapper .our--brands-slider .our--brands-slider-block .our--brands-slider-block-content p {
  font-size: 15.8px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
.ourbrand .bisleri-slider-content {
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ourbrand .bisleri-slider-content.active {
  opacity: 1;
}
.ourbrand .biselri-progress.bar {
  stroke: #dedede;
  fill: none;
  stroke-width: 5;
  stroke-dasharray: 883px;
  stroke-dashoffset: 883px;
  position: absolute;
}
.ourbrand .biselri-progress.bar.active {
  stroke: #fac06f;
  -webkit-animation: fillPath 6s linear infinite;
          animation: fillPath 6s linear infinite;
}
@-webkit-keyframes fillPath {
  0% {
    stroke-dashoffset: 883px;
  }
  40% {
    stroke-dashoffset: 500.5px;
    /* Halfway point */
  }
  50% {
    stroke-dashoffset: 500.5px;
    /* Halfway point */
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fillPath {
  0% {
    stroke-dashoffset: 883px;
  }
  40% {
    stroke-dashoffset: 500.5px;
    /* Halfway point */
  }
  50% {
    stroke-dashoffset: 500.5px;
    /* Halfway point */
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.ourbrand .vedica-slider-content {
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ourbrand .vedica-slider-content.active {
  opacity: 1;
}
.ourbrand .vedica-progress.bar {
  stroke: #dedede;
  fill: none;
  stroke-width: 5;
  stroke-dasharray: 883px;
  stroke-dashoffset: 883px;
  position: absolute;
}
.ourbrand .vedica-progress.bar.active {
  stroke: #fac06f;
  -webkit-animation: fillPath 6s linear infinite;
          animation: fillPath 6s linear infinite;
}
@keyframes fillPath {
  0% {
    stroke-dashoffset: 883px;
  }
  40% {
    stroke-dashoffset: 500.5px;
    /* Halfway point */
  }
  50% {
    stroke-dashoffset: 500.5px;
    /* Halfway point */
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.ourbrand .fizzy-slider--data li {
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ourbrand .fizzy-slider--data li.active {
  opacity: 1;
}
.ourbrand .fizz-progress.bar {
  stroke: #dedede;
  fill: none;
  stroke-width: 5;
  stroke-dasharray: 883px;
  stroke-dashoffset: 883px;
  position: absolute;
}
.ourbrand .fizz-progress.bar.active {
  stroke: #fac06f;
  -webkit-animation: fillPath2 15s linear infinite;
          animation: fillPath2 15s linear infinite;
}
@-webkit-keyframes fillPath2 {
  0% {
    stroke-dashoffset: 883px;
    /* Initial state */
  }
  20% {
    stroke-dashoffset: 706.4px;
    /* After 1 part */
  }
  40% {
    stroke-dashoffset: 529.8px;
    /* After 2 parts */
  }
  60% {
    stroke-dashoffset: 353.2px;
    /* After 3 parts */
  }
  80% {
    stroke-dashoffset: 176.6px;
    /* After 4 parts */
  }
  100% {
    stroke-dashoffset: 0;
    /* Final state */
  }
}
@keyframes fillPath2 {
  0% {
    stroke-dashoffset: 883px;
    /* Initial state */
  }
  20% {
    stroke-dashoffset: 706.4px;
    /* After 1 part */
  }
  40% {
    stroke-dashoffset: 529.8px;
    /* After 2 parts */
  }
  60% {
    stroke-dashoffset: 353.2px;
    /* After 3 parts */
  }
  80% {
    stroke-dashoffset: 176.6px;
    /* After 4 parts */
  }
  100% {
    stroke-dashoffset: 0;
    /* Final state */
  }
}
.ourbrand .our--brands-slider-block {
  display: none !important;
}
.ourbrand .our--brands-slider-block.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.ourbrand .our--brands-slider-nav a.active {
  font-weight: bold;
}

.fizzy-slider--data li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.fizzy-slider--data li p {
  margin-bottom: 0px !important;
}
.fizzy-slider--data li h6 {
  font-size: 21.7px;
  line-height: 25.45px;
  font-weight: 400;
}

.image-section {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .image-section {
    width: 52%;
  }
}

.leading--section-wrapper {
  overflow: hidden;
  background-color: #bbfff5;
  margin: 64px 0 42px;
  border-radius: 50px 50px 0px 0px;
}
@media only screen and (min-width: 768px) {
  .leading--section-wrapper {
    border-radius: 0px;
  }
}
.leading--section-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  outline: none;
  border: 0;
}
.leading--section-wrapper .leading-info-wrap {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .leading--section-wrapper .leading-info-wrap {
    padding-left: 30px;
    padding-right: 15px;
    width: 35%;
  }
}
@media only screen and (min-width: 1025px) {
  .leading--section-wrapper .leading-info-wrap {
    padding-left: 50px;
    padding-right: 50px;
    width: 48%;
  }
}
.leading--section-wrapper .leading-info-wrap .bisleri-bottles-logo {
  width: 35%;
}
@media only screen and (min-width: 768px) {
  .leading--section-wrapper .leading-info-wrap .bisleri-bottles-logo {
    width: 32%;
    margin-top: 72px;
  }
}
.leading--section-wrapper .leading-info-wrap .inner-wrap {
  height: 100%;
  padding: 20px 0;
}
.leading--section-wrapper .leading-info-wrap .inner-wrap .content {
  color: #4d4c4c;
  margin: 20px 0;
}
.leading--section-wrapper .leading-info-wrap .inner-wrap .content p {
  padding: 2.5px 0px;
}
@media only screen and (min-width: 768px) {
  .leading--section-wrapper .leading-info-wrap .inner-wrap .content p {
    padding: 2.5px 0px;
  }
}
@media only screen and (min-width: 1025px) {
  .leading--section-wrapper .leading-info-wrap .inner-wrap .content p {
    padding: 2.5px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .leading--section-wrapper .leading-info-wrap .inner-wrap .content {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .leading--section-wrapper .leading-info-wrap .inner-wrap .content {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .leading--section-wrapper .leading-info-wrap .inner-wrap {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .leading--section-wrapper .leading-info-wrap .inner-wrap {
    padding: 50px 0;
  }
}

.leading-numbers {
  margin-right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.leading-numbers li {
  margin-right: 50px;
  margin-bottom: 50px;
  width: calc(50% - 50px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .leading-numbers li {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .leading-numbers li {
    margin-bottom: 50px;
  }
}
.leading-numbers li .counts {
  font: 700 1.5em Work Sans;
  color: #4d4c4c;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .leading-numbers li .counts {
    font: 700 28.7px Work Sans;
    color: #4d4c4c;
    margin-bottom: 10px;
    line-height: 33.67px;
  }
}
.leading-numbers li .text {
  font: 500 0.8em Work Sans;
  color: #4d4c4c;
}
@media only screen and (min-width: 768px) {
  .leading-numbers li .text {
    font: 500 14px Work Sans;
    line-height: 16.42px;
  }
}

.seo--placeholder-content {
  padding: 10px 15px;
}

.seo--title {
  font: italic 900 1.25em Tiempos Headline;
  margin-bottom: 20px;
  text-align: center;
}

.seo--body {
  font: 500 0.85rem Work Sans;
}
@media only screen and (min-width: 768px) {
  .seo--body {
    font: 500 1.125em Work Sans;
  }
}

.multi-line-text {
  white-space: pre; /* Preserves whitespace and line breaks */
}