.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #ab2923;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.banner-wrap {
  background-color: #000;
  background-image: url('../images/Top-banner.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  padding: 38px;
}

.body {
  color: #0d0d0d;
  font-family: Open Sans, sans-serif;
}

.heading {
  color: #fff;
}

.image {
  border-radius: 15px;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  min-height: auto;
  display: flex;
}

.sub-heading {
  color: #ab2923;
  text-transform: uppercase;
  font-weight: 600;
}

.heading-2 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
}

.deal-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.slide {
  width: 29%;
  margin-right: 30px;
}

.product-img {
  object-fit: contain;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  width: 100%;
  height: 280px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  min-height: 520px;
}

.product-title {
  min-height: 48px;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-top-row {
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-right {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.footer-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffffffbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-social-link.floating {
  filter: invert();
  margin-left: 0;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.price {
  color: #737373;
  font-size: 24px;
  font-weight: 400;
}

.price.discounted {
  color: #000;
  font-weight: 400;
}

.price-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.saving {
  color: #16a34a;
  font-size: 16px;
}

.details-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.pricing-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.discount {
  color: #ab2923;
  background-color: #ffe4e6;
  border-radius: 7px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 700;
}

.add-to-cart {
  color: #fff;
  text-align: center;
  background-color: #ab2923;
  border-radius: 8px;
  width: 100%;
  font-weight: 400;
  display: block;
}

.slide-nav {
  margin-top: 0;
  display: none;
}

.articles-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.article-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  min-height: 150px;
}

.article-img {
  object-fit: cover;
  border-radius: 15px;
  width: auto;
  height: 160px;
  min-height: 0;
}

.article-link {
  width: 100%;
  text-decoration: none;
}

.article-title {
  color: #000;
  margin-top: 10px;
}

.article-text {
  background-color: #f5f5f5;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  min-height: 160px;
  padding: 30px;
}

.heading-3 {
  margin-bottom: 20px;
}

.articles {
  border: 1px #000;
}

.articles-container {
  border-bottom: 2px dashed #bfbfbf;
  padding-bottom: 60px;
}

.cta-wrap {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ab2923;
  background-image: url('../images/banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 500px;
  padding: 60px 30px 30px;
  display: flex;
  position: relative;
}

.cta-img {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.cta-form-wrap {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
  max-width: 340px;
  min-height: 150px;
  position: relative;
}

.cta-title {
  color: #000;
  margin-bottom: 0;
}

.cta-text {
  color: #000;
  font-size: 20px;
  line-height: 28px;
}

.button {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
}

.cta-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #c9172c;
  border: 3px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cta-button.mobile {
  display: none;
}

.footer-text {
  color: #bfbfbf;
  font-size: 16px;
  line-height: 22px;
}

.footer-left {
  width: 50%;
}

.image-2 {
  height: 50px;
}

.footer-bottom-row-wrap {
  margin-bottom: 40px;
}

.links-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 65%;
}

.socials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
}

.footer-link-small {
  color: #bfbfbf;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-small:hover {
  color: #fff;
}

.social-img {
  height: 20px;
}

.image-4, .image-5 {
  filter: invert();
}

.cta {
  margin-bottom: 0;
}

.text-block {
  color: #fff;
}

.image-6 {
  height: 50px;
}

.floating-socials {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f5f5;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: auto;
  min-height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 100px;
  left: 0;
}

.article-popup {
  display: block;
}

.icon-2, .icon-3 {
  filter: invert();
}

.left-arrow {
  margin-left: -75px;
}

.right-arrow {
  margin-right: -75px;
}

.heading-4 {
  margin-top: 0;
}

.whatsapp-banner {
  text-decoration: none;
  position: relative;
}

.image-7 {
  filter: invert();
}

.wa-button-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.wa-button {
  background-color: #24d366;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 255px;
  padding: 12px;
  position: absolute;
  inset: auto 90px 10px auto;
}

.image-8 {
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff0;
  }

  .slide {
    width: 28%;
  }

  .footer-top-row {
    max-width: 728px;
  }

  .footer-right {
    grid-column-gap: 60px;
  }

  .price {
    font-size: 20px;
  }

  .saving {
    text-align: center;
    width: 100%;
  }

  .details-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .article-img {
    width: 33%;
  }

  .article-text {
    width: 66%;
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-button {
    background-color: #c9172c;
  }

  .cta-button.mobile, .floating-socials {
    display: none;
  }

  .icon {
    color: #fff;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .wa-button {
    right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-icon {
    color: #000;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container {
    max-width: 90%;
  }

  .slide {
    width: 41%;
  }

  .product-title {
    min-height: 72px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-right {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .price, .price.discounted {
    font-size: 18px;
  }

  .price-wrap {
    flex-flow: row;
  }

  .details-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .article-img {
    height: 100%;
    min-height: 130px;
  }

  .article-title {
    font-size: 20px;
    line-height: 24px;
  }

  .article-text {
    height: 100%;
    min-height: 130px;
    padding: 10px 20px;
  }

  .cta-wrap {
    padding-top: 37px;
  }

  .cta-button {
    background-color: #c7172c;
  }

  .cta-button.mobile {
    display: none;
  }

  .footer-left {
    width: 100%;
  }

  .footer-bottom-row-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .links-wrap {
    width: 100%;
  }

  .socials-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-link-small:hover {
    color: #ffffffbf;
  }

  .social-img {
    object-fit: fill;
    width: auto;
    height: 20px;
  }

  .text-block, .list-item {
    color: #000;
  }

  .wa-button {
    padding: 6px;
    bottom: 5px;
    right: 10px;
  }

  .image-8 {
    border-radius: 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    text-align: center;
    font-size: 31px;
  }

  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .slide {
    width: 75%;
  }

  .product-img {
    height: 220px;
  }

  .slider {
    min-height: auto;
  }

  .product-title {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-top-row {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price {
    font-size: 19px;
  }

  .price.discounted {
    font-size: 18px;
  }

  .details-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-top: -10px;
  }

  .slide-nav {
    display: none;
  }

  .article-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f5f5f5;
    border-radius: 15px;
    flex-flow: column;
  }

  .article-img, .article-text {
    width: 100%;
  }

  .cta-wrap {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    background-position: 0%;
    flex-flow: column;
    min-height: 474px;
    padding: 15px;
  }

  .cta-img {
    width: 100%;
  }

  .cta-form-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .cta-title {
    font-size: 36px;
  }

  .cta-text {
    font-size: 18px;
    line-height: 24px;
  }

  .cta-button {
    display: none;
  }

  .cta-button.mobile {
    display: flex;
  }

  .footer-text {
    padding-left: 10px;
  }

  .links-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .cta {
    margin-top: 40px;
  }

  .icon {
    color: #fff;
  }

  .text-span {
    font-size: 18px;
  }

  .whatsapp-banner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wa-button {
    position: relative;
    right: auto;
    box-shadow: 0 2px 5px #0003;
  }
}

#w-node-d7dd92b9-f9de-8da2-9848-8ee6da462b53-7373c11a, #w-node-d7dd92b9-f9de-8da2-9848-8ee6da462b5c-7373c11a, #w-node-d7dd92b9-f9de-8da2-9848-8ee6da462b67-7373c11a, #w-node-d7dd92b9-f9de-8da2-9848-8ee6da462b53-a92c315d, #w-node-d7dd92b9-f9de-8da2-9848-8ee6da462b5c-a92c315d, #w-node-d7dd92b9-f9de-8da2-9848-8ee6da462b67-a92c315d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
