* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-margin-top: 69px;
}

/* ------------------- Container ------------------- */
.container-full {
  padding: 44px 0;
}
.container-full.bg-grey {
  background-color: #fbfbfa;
}
.container-full.bg-light-blue {
  background-color: #f9fcfd;
}
.container-full.bg-dark {
  background-color: #000;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

/* ------------------- Title ------------------- */
.title {
  text-align: center;
}
.title h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 70px;
  text-align: center;
}
.title p {
  max-width: 615px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.title img {
  margin-bottom: 10px;
}

.text {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

/* ------------------- Button ------------------- */
.btn {
  background-color: #fed606 !important;
  border: 1px solid #d9b600;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
  color: #000000 !important;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  font-size: 20px;
  padding: 8px 18px;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.btn img {
  width: 27px;
  height: 27px;
}
.btn:hover {
  background-color: #d7a90f;
  border-color: transparent;
}

.btn-box.btn-centered {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-box.grey-dots .btn-stock-view span {
  background-color: rgba(217, 217, 217, 0.6) !important;
}
.btn-box .btn {
  background-color: #fed606 !important;
  border: 1px solid #d9b600;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
  color: #000000 !important;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 12px 43px;
}
.btn-box .btn:hover {
  background-color: #d7a90f;
  border-color: transparent;
}
.btn-box .btn-text-row {
  font-size: 11px;
  line-height: 16px;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 5px;
}
.btn-box .btn-text-row .btn-dot {
  height: 7px;
  width: 7px;
  background-color: #95df89;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-box-shadow: 0 0 0 2px #adf4a1;
          box-shadow: 0 0 0 2px #adf4a1;
  -webkit-animation: pulseCtaShip 1.725s forwards infinite ease-out;
          animation: pulseCtaShip 1.725s forwards infinite ease-out;
  opacity: 0.5;
}
@-webkit-keyframes pulseCtaShip {
  45% {
    -webkit-box-shadow: 0 0 0 5px #adf4a1;
            box-shadow: 0 0 0 5px #adf4a1;
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
}
@keyframes pulseCtaShip {
  45% {
    -webkit-box-shadow: 0 0 0 5px #adf4a1;
            box-shadow: 0 0 0 5px #adf4a1;
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
}
.btn-box .btn-text-row .btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
  text-align: start;
}
.btn-box .btn-text-row .btn-stock-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2px;
  margin: 0 2px;
}
.btn-box .btn-text-row .btn-stock-view span {
  background-color: rgba(255, 255, 255, 0.6);
  height: 10px;
  width: 10px;
}
.btn-box .btn-text-row .btn-stock-view span:first-child {
  background-color: #fc2201 !important;
}
.btn-box .btn-text-row .btn-stock {
  font-size: 12px;
  color: #ea4701;
}

@-webkit-keyframes pulseCTAButton {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes pulseCTAButton {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/* ------------------- Header ------------------- */
header {
  padding: 12px 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1000;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1320px;
}
header #menu-btn {
  display: none;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
header nav a {
  text-decoration: none;
  color: #002f28;
}
header .logo {
  width: 168px;
}

.hero .hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  width: 100%;
}
.hero .hero-left {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero .hero-left .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.hero .hero-left .badges {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: 0;
  padding: clamp(3.75rem, -7.083rem + 17.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
  width: 25%;
  max-width: 220px;
  min-width: 100px;
}
.hero .hero-right {
  padding: 38px 55px 59px;
  padding-bottom: 59px;
  padding-bottom: 105px;
  max-width: 700px;
  width: 100%;
}
.hero .hero-right .hero-left,
.hero .hero-right #logos {
  display: none;
}
.hero .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hero .rating p {
  font-size: 14px;
  line-height: 24px;
}
.hero ul {
  margin-top: 17px;
  margin-bottom: 16px;
}
.hero ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 16px;
  line-height: 39px;
  list-style: none;
}
.hero ul li svg {
  color: #16b8d7;
  height: 20px;
  width: 20px;
}
.hero h1 {
  font-size: 48px;
  font-weight: 800;
}
.hero h4 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 15px;
  font-weight: 500;
}

.hero2 {
  padding: 0 !important;
}
.hero2 .rating {
  font-weight: bold;
}
.hero2 .hero-left {
  max-width: 700px;
  height: auto;
}
.hero2 .hero-left .hero-bg {
  height: auto;
  position: static;
}
.hero2 .hero-left .badges {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  right: 85px;
  bottom: -37%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero2 .hero-left .badges img {
  max-width: 100%;
  height: auto;
}
.hero2 .hero-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1400px;
}
.hero2 h1 {
  max-width: 550px;
}
.hero2 h1 span {
  color: #16b8d7;
}

/* -------------------  Banner -------------------  */
.promo-banner {
  display: none;
  background-color: #a20f1e;
  padding: 15px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo-banner .promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.promo-banner .promo-content .promo-title {
  font-size: 69px;
  font-style: italic;
  font-weight: 900;
  line-height: 82.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  font-size: clamp(1.288rem, -0.874rem + 5vw, 4.313rem) !important;
}
.promo-banner .promo-content .promo-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 clamp(0.406rem, -1.35rem + 3.305vw, 1.625rem);
  background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #000000), to(#000000));
  background: linear-gradient(90deg, #000000 8.91%, #000000 100%);
  line-height: 120%;
  color: white;
  font-weight: 700;
  font-size: clamp(1.313rem, -0.398rem + 3.22vw, 2.5rem);
  line-height: 120%;
}
.promo-banner .promo-content .promo-show-tab,
.promo-banner .promo-content .promo-show-mob,
.promo-banner .promo-content .promo-title-mob,
.promo-banner .promo-content .promo-mob-sale-box {
  display: none;
}
.promo-banner .promo-content .promo-discount .promo-up-to {
  color: #ffdf00;
  font-size: clamp(0.75rem, 0.21rem + 1.017vw, 1.125rem);
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
.promo-banner .promo-content .promo-discount .promo-up-to .promo-up-to-code {
  color: #000;
  background: #acf4a1;
  background-color: #acf4a1;
  border-radius: 5px;
  padding: 4px clamp(0.094rem, -0.401rem + 0.932vw, 0.438rem);
  font-family: Inter;
  font-size: clamp(0.75rem, 0.48rem + 0.508vw, 0.938rem);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.promo-banner .promo-content .promo-discount .promo-percent {
  font-size: 68px;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffdf00;
  position: relative;
}
.promo-banner .promo-content .promo-countdown {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-banner .promo-content .promo-countdown .promo-title-mob {
  display: none;
}
.promo-banner .promo-content .promo-countdown .promo-code {
  display: none;
}
.promo-banner .promo-content .promo-countdown .promo-limited-time {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: white;
}
.promo-banner .promo-content .promo-countdown .promo-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 2px;
}
.promo-banner .promo-content .promo-countdown .promo-timer div {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-banner .promo-content .promo-countdown .promo-timer div span:last-child {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  margin-top: 5px;
}
.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #000000), to(#000000));
  background: linear-gradient(90deg, #000000 8.91%, #000000 100%);
  width: 51px;
  padding: 6px 0px;
}
.promo-banner .promo-content .promo-countdown .promo-timer .promo-deks-time {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  margin-top: 5px;
}

/* ------------- As seen on ------------ */
.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logos .logos-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------ Features ------------ */
.features {
  background: url("../assets/images/water-bg.webp") 50% 57% no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 48px auto;
  margin-bottom: -80px;
  gap: 20px;
}
.features .features-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.features .features-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.features .features-center .bottle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.features .features-center .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 200px;
}
.features .features-center .badge {
  bottom: 80px;
  position: absolute;
  right: -100px;
  width: 139px;
  height: 139px;
}
.features .features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
}
.features .features-item img {
  -webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(82%) saturate(1229%) hue-rotate(145deg) brightness(89%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(63%) sepia(82%) saturate(1229%) hue-rotate(145deg) brightness(89%) contrast(89%);
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}
.features .features-item .features-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.features .features-item .features-text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 8px;
}
.features .features-item .features-text p {
  font-size: 18px;
  line-height: 28px;
}

/* ------------ Grid 2 ------------ */
.grid-2-container {
  margin: 35px auto;
  max-width: 1135px;
  width: 100%;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
  margin-bottom: 68px;
}
.grid-2 img,
.grid-2 video {
  width: 100%;
  border-radius: 8px;
}
.grid-2 .grid-2-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.grid-2 .grid-2-text h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
.grid-2 .grid-2-text h4:first-child {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #11abc8;
}

/* ------------ Grid Images ------------ */
.grid-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 52px;
}
.grid-images .grid-images-item {
  position: relative;
  font-size: 0;
}
.grid-images .grid-images-item img {
  width: 100%;
}
.grid-images .grid-images-item .mobile-img {
  display: none;
}
.grid-images .grid-images-item .grid-text {
  position: absolute;
  top: 33px;
  left: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  max-width: 278px;
}
.grid-images .grid-images-item .grid-text h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
.grid-images .grid-images-item .grid-text p {
  font-size: 18px;
  line-height: 27px;
}
.grid-images .grid-images-half {
  position: relative;
  height: 50%;
}
.grid-images .grid-images-half img {
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------ Grid 3 ------------ */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 54px;
  margin: 35px auto;
}
.grid-3 .grid-3-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-3 .grid-3-item h4 {
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  margin-top: 28px;
}
.grid-3 .grid-3-item h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 22px;
}
.grid-3 .grid-3-item p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 5px;
}
.grid-3 .grid-3-item img {
  width: 100%;
  border-radius: 8px;
}

/* ------------ Reviews ------------ */
.reviews {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 34px auto;
  gap: 16px;
}
.reviews .review {
  margin-bottom: 25px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #f9fcfd;
  border-radius: 8px;
  max-width: 261px;
}
.reviews .review .review-img {
  width: 100%;
}
.reviews .review .review-stars {
  width: 96px;
}
.reviews .review .review-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.reviews .review .review-name img {
  width: 16px;
}
.reviews .review .review-name span {
  color: #07a965;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  line-height: 28px;
}
.reviews .review .review-text {
  margin-bottom: 16px;
}
.reviews .review .review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px 20px 30px 20px;
}

/* ------------ Comparison ------------ */
.s4CompBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 180px;
  margin-bottom: 120px;
  background: #ffffff;
  border-radius: 4px;
}
.s4CompBox .compCol1 {
  float: left;
  width: 57%;
  padding: 15px 0;
  position: relative;
  padding-top: 120px;
}
.s4CompBox .compCol1 ul {
  float: left;
  padding-left: 0;
  width: 100%;
}
.s4CompBox .compCol1 ul li {
  float: left;
  width: 100%;
  height: 70px;
  text-align: left;
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px solid #c2c2c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s4CompBox .compCol1 ul li:last-child {
  border-bottom: none;
}
.s4CompBox .compCol1 ul li p {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.s4CompBox .compCol2 {
  float: left;
  width: 20%;
  background: #008a82;
  border-radius: 4px;
  margin: -30px 4px -44px 0;
  padding-bottom: 15px;
}
.s4CompBox .compCol2 ul {
  float: left;
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.s4CompBox .compCol2 ul li {
  float: left;
  width: 100%;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s4CompBox .compCol2 ul li:last-child {
  border-bottom: none;
}
.s4CompBox .compCol2 ul li svg {
  color: #ffffff;
  height: 30px;
  width: 30px;
}
.s4CompBox .compCol2Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 145px;
  width: 100%;
}
.s4CompBox .compCol2Top.compCol3Top {
  height: 115px;
  margin-top: 35px;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
}
.s4CompBox .compCol2Top.compCol3Top p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3px;
  background: #252525;
  padding: 6px 15px;
  border-radius: 50px;
  background: none;
  color: #161616;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0;
}
.s4CompBox .compCol2Prod {
  display: block;
  margin: auto;
  max-width: 100%;
}
.s4CompBox .compCol2Prod.product {
  margin-top: -100px;
}
.s4CompBox .compCol3 {
  background-color: transparent;
}
.s4CompBox .compCol3 ul li {
  border-bottom: 1px solid #c2c2c2;
}
.s4CompBox .compCol3 ul li svg {
  color: #adadad;
}

/* ------------ 30 day guarantee ------------ */
.moneyback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
.moneyback h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
}
.moneyback p {
  font-size: 18px;
  line-height: 30px;
}
.moneyback .moneyback-img {
  width: 150px;
  display: block;
  height: 150px;
}
.moneyback .moneyback-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

/* ------------ FAQ ------------ */
.accs {
  margin: 30px auto;
}

.accordion-container {
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 8px 0px #f2f2f2;
          box-shadow: 0px 4px 8px 0px #f2f2f2;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 25px 30px;
}

.accordion {
  color: black;
  cursor: pointer;
  padding: 16px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: inherit;
  display: grid;
  grid-template-columns: auto 30px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 1;
  border: 2px solid #000000;
  border-radius: 50%;
  -webkit-transition: 0.24s, top 0.44s;
  transition: 0.24s, top 0.44s;
}

.faq-icon::before {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 16px;
  height: 2px;
  -webkit-transition: 0.46s ease-in;
  transition: 0.46s ease-in;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-icon::after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 16px;
  height: 2px;
  -webkit-transition: 0.46s ease-in;
  transition: 0.46s ease-in;
  opacity: 1;
}

.active .faq-icon::after {
  opacity: 0 !important;
}

.active .faq-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.panel p {
  padding: 18px;
  padding-top: 0;
}

.active {
  padding-bottom: 10px;
}

/* ------------ Footer ------------ */
footer {
  margin-top: 250px;
}
footer * {
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  text-decoration: none;
}
footer .container {
  padding-top: 47px;
  padding-bottom: 15px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container img {
  max-width: 169px;
  margin-bottom: 20px;
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
footer .copyright {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
footer .copyright p {
  font-size: 18px;
  line-height: 35px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media screen and (max-width: 1500px) {
  .promo-banner .promo-content .promo-title {
    font-size: 50px;
  }
  .promo-banner .promo-content .promo-sale {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    width: 110px;
    height: 40px;
  }
  .promo-banner .promo-content .promo-show-tab,
  .promo-banner .promo-content .promo-show-mob,
  .promo-banner .promo-content .promo-title-mob,
  .promo-banner .promo-content .promo-mob-sale-box {
    display: none;
  }
  .promo-banner .promo-content .promo-discount .promo-up-to {
    font-size: 18px;
  }
  .promo-banner .promo-content .promo-discount .promo-percent {
    font-size: 50px;
  }
  .promo-banner .promo-content .promo-countdown .promo-title-mob {
    display: none;
  }
  .promo-banner .promo-content .promo-countdown .promo-limited-time {
    font-size: 16px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer {
    gap: 20px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    width: 43px;
    padding: 0px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .reviews {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .accs {
    max-width: 915px;
  }
}
@media screen and (max-width: 1100px) {
  .promo-banner .promo-content .promo-title {
    font-size: 35px;
  }
  .promo-banner .promo-content .promo-sale {
    font-size: 21px;
    width: 85px;
    height: 30px;
    line-height: 31px;
  }
  .promo-banner .promo-content .promo-discount .promo-up-to {
    font-size: 12px;
    top: 25px;
  }
  .promo-banner .promo-content .promo-discount .promo-percent {
    font-size: 35px;
  }
  .promo-banner .promo-content .promo-countdown .promo-title-mob {
    display: none;
  }
  .promo-banner .promo-content .promo-countdown .promo-limited-time {
    font-size: 12px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer {
    gap: 20px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    width: 27px;
    padding: 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 23px 0;
  }
  header .btn {
    display: none;
  }
  header .logo {
    width: 170px;
  }
  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 100%;
    background-color: white;
    top: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    gap: 0;
  }
  header nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 44px;
    padding-left: 18px;
    border: 1px solid #d6d6d6 !important;
  }
  header nav.open {
    height: 132px;
  }
  header #menu-btn {
    display: block;
    width: 60px;
    padding: 4px 12px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 4px;
  }
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .container-full {
    padding: 30px 0 !important;
  }
  .hero2 {
    padding: 0 !important;
  }
  .reviews {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    max-width: 560px;
  }
}
@media only screen and (max-width: 915px) {
  header {
    padding: 15px 0;
  }
  header .logo {
    width: 131px;
  }
  .promo-banner .promo-content {
    gap: 15px;
  }
  .hero .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero .hero-inner .hero-left {
    display: none;
  }
  .hero .hero-inner .hero-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 20px;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .hero .hero-inner .hero-right h1 {
    font-size: 28px;
    line-height: 37px;
    text-align: center;
  }
  .hero .hero-inner .hero-right h4 {
    text-align: center;
    max-width: 384px;
  }
  .hero .hero-inner .hero-right #logos {
    display: block;
    margin: 0 -20px;
    margin-bottom: 10px;
    width: 100vw;
  }
  .hero .hero-inner .hero-right #logos .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 10px 0;
  }
  .hero .hero-inner .hero-right #logos img {
    max-width: 100px;
  }
  .hero .hero-inner .hero-right .hero-left {
    display: block;
    height: auto;
    aspect-ratio: 673/522;
    margin: 0 -20px;
    margin-top: 10px;
    width: 100vw;
  }
  .hero .hero-inner .hero-right .hero-left .badges {
    max-width: 106px;
    height: unset;
    bottom: 0;
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 30px 0;
  }
  .hero .hero-inner .hero-right .hero-left .badges img {
    height: 80px;
    width: 80px;
  }
  .hero .rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #logos {
    display: none;
  }
  .grid-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 560px;
    margin: 0 auto;
    gap: 20px;
    margin-bottom: 36px;
  }
  .grid-2 .grid-2-text {
    width: 100%;
  }
  .grid-2 .grid-2-text h4 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .grid-2 .grid-2-text p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    max-width: 500px;
  }
  .grid-2:nth-child(2),
  .grid-2:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .features {
    background: none;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .features .features-center {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    background: url(../assets/images/water-bg.webp) 50% 57% no-repeat;
    margin-bottom: 53px;
  }
  .features .features-center .badge {
    bottom: 60px;
    position: absolute;
    right: -68px;
    width: 95px;
    height: 95px;
  }
  .features .features-col {
    gap: 20px;
  }
  #experience {
    padding: 0 !important;
  }
  #experience .container {
    background-color: #f9fcfd;
    max-width: 720px !important;
    padding: 0;
    padding-top: 30px;
  }
  #experience .container .title {
    padding-bottom: 20px;
  }
  .grid-images {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 20px auto;
  }
  .grid-images .grid-images-half {
    position: relative;
    aspect-ratio: 720/513;
  }
  .grid-images .grid-images-half img {
    -o-object-position: right;
       object-position: right;
    position: relative;
  }
  .grid-images .grid-images-half .mobile-img {
    display: block;
  }
  .grid-images .grid-images-half .desktop-img {
    display: none;
  }
  .grid-images .grid-images-item .grid-text {
    left: 25px;
    max-width: 50%;
    top: 33px;
  }
  .title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .text {
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
  }
  .grid-3 {
    grid-template-columns: 1fr;
    max-width: 696px;
  }
  .reviews {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .reviews .review {
    max-width: 100%;
  }
  .grid-3 {
    margin-top: 50px;
  }
  .grid-3 .grid-3-item h4 {
    font-size: 26px;
    line-height: 31px;
  }
  .grid-3 .grid-3-item h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 2px;
  }
  .s4CompBox {
    margin-top: 155px;
  }
  #comparison {
    padding-top: 40px !important;
  }
  .hero2 .hero-left .badges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accs {
    max-width: 767px;
  }
  .accs .accordion-container {
    padding: 25px 15px;
  }
  .accs .accordion {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    padding: 20px;
  }
  .mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e7f9ff;
    position: fixed;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    width: 100%;
    padding: 24px 30px;
    z-index: 10;
  }
  .mobile-btn .btn-box {
    margin: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-animation: pulse 1.5s infinite ease-out;
            animation: pulse 1.5s infinite ease-out;
  }
  .mobile-btn.btn-default {
    position: relative;
    background-color: white;
  }
  .mobile-btn.btn-default .btn-box {
    -webkit-animation: none;
            animation: none;
  }
  .hero .btn-box {
    display: none;
  }
  .moneyback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .moneyback .btn-box {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  footer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 790px) {
  .promo-banner {
    padding: 10px 5px;
  }
  .promo-banner .promo-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .promo-banner .promo-content .promo-title {
    display: none;
  }
  .promo-banner .promo-content .promo-sale {
    display: none;
  }
  .promo-banner .promo-content .promo-show-tab,
  .promo-banner .promo-content .promo-title-mob,
  .promo-banner .promo-content .promo-mob-sale-box {
    display: none;
  }
  .promo-banner .promo-content .promo-mob-sale-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .promo-banner .promo-content .promo-show-mob {
    display: block;
  }
  .promo-banner .promo-content .promo-discount .promo-up-to {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 21px;
    text-align: start;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #ffdf00;
  }
  .promo-banner .promo-content .promo-discount .promo-up-to .promo-up-to-code {
    display: none;
  }
  .promo-banner .promo-content .promo-discount .promo-percent {
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    line-height: 32px;
  }
  .promo-banner .promo-content .promo-countdown .promo-title-mob {
    display: block;
    font-size: 27px;
    font-style: italic;
    font-weight: 900;
    line-height: 32.4px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: white;
  }
  .promo-banner .promo-content .promo-countdown .promo-code {
    color: #000;
    background: #acf4a1;
    background-color: #acf4a1;
    border-radius: 5px;
    padding: 4px 8px;
    margin: 5px 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: block;
    font-size: 15px !important;
  }
  .promo-banner .promo-content .promo-countdown .promo-sale-mob {
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #fff;
    width: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
    background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
    border-radius: 4px;
  }
  .promo-banner .promo-content .promo-countdown .promo-limited-time {
    font-size: 12px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer {
    gap: 20px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    width: 27px;
    padding: 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  nav {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .title h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .hide-mobile {
    display: none;
  }
  #reviews .title {
    padding: 30px 0;
  }
  .img-row {
    grid-template-columns: 1fr;
  }
  .s4CompBox {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .s4CompBox .compCol1 {
    padding-top: 89px;
    padding-bottom: 0;
  }
  .s4CompBox .compCol1 ul li p {
    font-size: 15px;
    line-height: 20px;
  }
  .s4CompBox img {
    padding: 0 7px;
  }
  .s4CompBox .compCol2Top {
    height: 115px;
    margin-top: 0px;
  }
  .s4CompBox .compCol2Top.compCol3Top {
    gap: 10px;
    height: 115px;
    margin-top: 5px;
    -webkit-transform: none;
            transform: none;
  }
  .s4CompBox .compCol2Top .product {
    max-height: 90px;
    margin-top: -65px;
  }
  .accs {
    max-width: 550px;
  }
  #menu-open {
    display: block;
  }
  .mobile-btn {
    display: block;
  }
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title h2 {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 20px;
  }
  .hero .hero-inner .hero-right #logos {
    padding: 0;
  }
  .features .features-center .bg {
    max-width: 117px;
  }
  .features .features-center .badge {
    bottom: 60px;
    position: absolute;
    right: -68px;
    width: 95px;
    height: 95px;
  }
  .grid-images .grid-images-item .grid-text p {
    font-size: 16px;
    line-height: 23px;
  }
  .grid-images .grid-images-item .grid-text h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }
  footer * {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .btn {
    font-size: 16px !important;
  }
  .btn-box .btn-text-row {
    gap: 0;
  }
  .btn-box .btn-text-row .btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 380px) {
  .promo-banner {
    padding: 10px 5px;
  }
  .promo-banner .promo-content .promo-title {
    display: none;
  }
  .promo-banner .promo-content .promo-sale {
    display: none;
  }
  .promo-banner .promo-content .promo-show-tab,
  .promo-banner .promo-content .promo-title-mob,
  .promo-banner .promo-content .promo-mob-sale-box {
    display: none;
  }
  .promo-banner .promo-content .promo-mob-sale-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .promo-banner .promo-content .promo-show-mob {
    display: block;
  }
  .promo-banner .promo-content .promo-discount .promo-up-to {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 21px;
    color: #ffdf00;
    top: 20px;
  }
  .promo-banner .promo-content .promo-discount .promo-percent {
    font-size: 30px;
  }
  .promo-banner .promo-content .promo-countdown .promo-title-mob {
    font-size: 20px;
    line-height: 27.4px;
  }
  .promo-banner .promo-content .promo-countdown .promo-sale-mob {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    width: 50px;
    background: black;
  }
  .promo-banner .promo-content .promo-countdown .promo-limited-time {
    font-size: 12px;
  }
}/*# sourceMappingURL=styles.css.map */