.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
}

a {
  text-decoration: none;
}

li {
  margin-bottom: 10px;
}

.header {
  padding: 10px 20px;
  background-color: #222;
}

.container {
  max-width: 1024px;
}

.footer {
  padding: 40px 20px;
  background-color: #f1f5f8;
}

.footer__wrap {
  text-align: center;
}

.copy__text {
  margin-top: 20px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.copy__text.mb1 {
  margin-top: 10px;
}

.citattion {
  margin-top: 20px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #666;
  font-weight: 400;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.25fr 0.5fr;
  grid-template-columns: 1.25fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section {
  padding: 30px 20px;
}

.main__title {
  margin-top: 0px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  color: #082345;
  font-size: 43px;
  line-height: 51px;
}

.author__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Hvd fonts brandontext', sans-serif;
  font-weight: 400;
}

.author__photo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  background-image: url('../images/reviewer10-300x300-60x-q100_1reviewer10-300x300-60x-q100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.breaker__line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.11);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #cecaca;
  border-radius: 10px;
  background-color: #00237e;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  font-size: 19px;
  line-height: 28px;
}

.g__box {
  width: 100px;
}

.offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #cecaca;
  border-radius: 10px;
  background-color: #f1f5f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0eef1), to(#e2e0e5));
  background-image: linear-gradient(180deg, #f0eef1, #e2e0e5);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
}

.product__img {
  max-width: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/spa-3.png');
  background-position: 50% 16%;
  background-size: auto;
  background-repeat: no-repeat;
}

.final__text {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

.button {
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #19973d;
  border-radius: 10px;
  background-color: #19973d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#85bb01), to(#19973d));
  background-image: linear-gradient(180deg, #85bb01, #19973d);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.red {
  display: block;
  color: #e56161;
  font-size: 14px;
}

.text-block {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

.featured {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.featured__product {
  margin-top: 20px;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 10px;
  padding: 10px 10px 15px;
  background-color: #1ab22c;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.text-block-2:hover {
  background-color: #198626;
}

.heading-2 {
  margin-top: 0px;
  font-family: 'Hvd fonts brandontext', sans-serif;
  font-weight: 400;
}

.full__width {
  width: 100%;
}

.full__width.boc {
  padding: 10px;
  border: 1px solid #ccc;
}

.arrow__double {
  display: inline-block;
  margin-top: 1px;
  margin-left: 5px;
  font-size: 25px;
}

.intro {
  font-family: 'PT Serif', serif;
  font-style: italic;
}

.sub__heading {
  margin-bottom: 15px;
  font-family: 'Hvd fonts brandontext', sans-serif;
}

.list {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 29px;
  text-align: left;
}

.div-block-2 {
  padding-left: 40px;
}

.buynow {
  color: #fff;
}

.inline_link {
  color: #222;
  text-decoration: underline;
}

.text-block-3 {
  margin-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.img {
  border-radius: 6px;
}

.btn-text {
  padding-left: 30px;
  background-image: url('../images/checked_1checked.png');
  background-position: 0% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.break {
  display: inline-block;
}

.image {
  margin-bottom: 18px;
  text-align: center;
}

.center {
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.satisfaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 40px;
  padding-right: 58px;
  padding-left: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  font-size: 17px;
}

.guarantee-logo {
  max-width: 60%;
}

.offer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #cecaca;
  border-radius: 10px;
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0eef1), to(#e2e0e5));
  background-image: linear-gradient(180deg, #f0eef1, #e2e0e5);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
}

.list-2 {
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 19px;
  line-height: 29px;
  text-align: left;
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 45%;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.smaller {
  font-size: 16px;
  line-height: 26px;
}

.product__img-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/spa-3.png');
  background-position: 50% 16%;
  background-size: auto;
  background-repeat: no-repeat;
}

.img-link {
  display: block;
  width: 100%;
  max-width: 100%;
}

.main-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 1.2;
}

.main-popup.frosty {
  z-index: 10;
  display: none;
  overflow: auto;
}

.block-popup {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0.25em;
  background-color: #fff;
  text-align: center;
}

.heading-popup {
  font-size: 1.8em;
}

.button-2 {
  width: 100%;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #1ab22c;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 1.1em;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.button-2:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.wrap-x {
  position: absolute;
  left: auto;
  top: -2.5em;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2em;
  height: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.wrap-x:hover {
  background-color: #e9e9e9;
}

.x1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 80%;
  height: 8%;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.x1._2 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.popup-image {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  .offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__img {
    width: 100%;
  }

  .final__text {
    margin-left: 0px;
  }

  .offer-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-image {
    max-width: 100%;
  }

  .product__img-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }

  .header {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .section {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .main__title {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .button {
    font-size: 21px;
  }

  .intro {
    font-size: 16px;
    line-height: 22px;
  }

  .sub__heading {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 29px;
  }

  .list {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-2 {
    padding-left: 30px;
  }

  .text-block-3 {
    line-height: 34px;
  }

  .center {
    font-size: 15px;
    line-height: 20px;
  }

  .satisfaction {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .list-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .product-image {
    max-width: 100%;
  }

  .image-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wrap-x {
    right: 0.5em;
  }
}

#w-node-_5f4832cf-9c6e-eb53-5545-bdcec59d2157-d7ced190 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@font-face {
  font-family: 'Hvd fonts brandontext';
  src: url('../fonts/HVD-Fonts---BrandonText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hvd fonts brandontext';
  src: url('../fonts/HVD-Fonts---BrandonText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}