@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;
}

:root {
  --dark-slate-grey: #154a38;
  --linen-2: #ece8e0;
  --midnight-blue: #082345;
  --linen: #ece8e0;
}

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

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

p {
  color: #272626;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #049eff;
  text-decoration: none;
}

strong {
  font-weight: 400;
}

.header {
  background-color: #185741;
  padding: 12px 20px 13px;
}

.container {
  max-width: 1024px;
}

.footer {
  background-color: #185741;
  padding: 30px 20px;
}

.footer__wrap {
  text-align: center;
}

.copy__text {
  color: #f6f3eccc;
  font-family: Lexend, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

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

.section {
  padding: 30px 20px;
}

.main__title {
  color: #313131;
  margin-top: 0;
  font-family: Hvd fonts brandontext, sans-serif;
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 51px;
}

.author__block {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-weight: 400;
  display: flex;
}

.author__photo {
  background-image: url('../images/user-avatar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.breaker__line {
  background-color: #0000001c;
  height: 1px;
}

.blue-note {
  background-color: #f5ecd799;
  border: 4px solid #185741;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 19px;
  line-height: 24px;
  position: relative;
}

.offer {
  background-color: #f1f1f1;
  background-image: radial-gradient(circle, #ffffffe6, #b6b3b3bf);
  border: 1px solid #cecaca;
  border-radius: 15px;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 6px 15px #0000004d;
}

.product__img {
  text-align: left;
  align-self: center;
  width: 260px;
  text-decoration: none;
}

.final__text {
  text-align: center;
  flex: 1;
  margin-left: 20px;
}

.heading {
  color: #00237e;
  font-family: Lexend, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.heading.lg {
  color: #313131;
  font-weight: 800;
}

.heading.mobile {
  color: #082345;
  text-align: center;
  font-weight: 800;
  display: none;
}

.button {
  text-align: center;
  background-color: #19973d;
  background-image: linear-gradient(#85bb01, #19973d);
  border: 2px solid #19973d;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Lexend, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}

.button:hover {
  box-shadow: 0 0 10px #0000004d;
}

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

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

.featured__product {
  text-align: center;
  background-color: #fafafa;
  margin-top: 20px;
}

.text-w-bg {
  color: #fff;
  text-align: center;
  background-color: #1ab22c;
  margin-bottom: 10px;
  padding: 10px 10px 15px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-w-bg.mb0 {
  margin-bottom: 0;
}

.full__width.img {
  border: 1px solid #999;
  padding: 20px;
}

.full__width.img.sidebar {
  object-fit: contain;
  width: 100%;
  height: 250px;
}

.sub__heading {
  color: #313131;
  margin-bottom: 15px;
  font-family: Lexend, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
}

.sub__heading.green {
  color: var(--dark-slate-grey);
  letter-spacing: -.5px;
  font-size: 30px;
  line-height: 38px;
}

.quote-block {
  border: 1px solid #00237e4d;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #00000026;
}

.q__icon {
  background-color: #2e4b5d80;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.q__text {
  color: #272626;
  flex: 1;
  margin-bottom: 0;
  padding: 8px 20px;
  font-family: Droid Serif, serif;
  font-size: 15px;
  font-style: italic;
  line-height: 23px;
}

.full-img {
  width: 100%;
}

.featured-text {
  color: #333;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

.asset-cta {
  margin-bottom: 25px;
  display: block;
}

.sale-text {
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.features-block {
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 21px;
  box-shadow: 0 0 10px #0003;
}

.features-flex {
  border-bottom: 1px solid #6868683b;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.left-box {
  align-items: center;
  width: 50%;
  padding-right: 10px;
  display: flex;
}

.left-box.full-width {
  justify-content: center;
  width: 100%;
}

.feature-text {
  color: #333;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.right-box {
  align-items: center;
  width: 50%;
  display: flex;
}

.flex-box {
  margin-top: 30px;
  margin-bottom: 10px;
}

.review-item {
  color: #2e4b5d;
  background-color: #f5ecd799;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 23px;
  padding: 17px 20px;
  font-size: 17px;
  line-height: 28px;
}

.brand-logo {
  width: 160px;
}

.q-icon {
  width: 17px;
  height: 17px;
  transform: skew(-10deg);
}

.div-for-xs {
  justify-content: space-between;
  display: block;
}

.left-div {
  width: 49%;
}

.xs-title {
  color: #00237e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Hvd fonts brandontext, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.p {
  color: #3a3838;
  margin-bottom: 25px;
  font-family: Lexend, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.7;
}

.p.fs-16 {
  font-size: 16px;
}

.p.fs-16.fw-600 {
  color: #d1d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.p.heavy {
  margin-bottom: 0;
  line-height: 1.5;
}

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

.p.notice {
  font-size: 14px;
  line-height: 1.3;
}

.p.review-item {
  color: #2e4b5d;
  background-color: #f5ecd799;
  font-style: italic;
}

.afooter {
  color: #f6f3eccc;
  text-decoration: none;
}

.sidebar__action {
  width: 100%;
}

.citation-block {
  margin-top: 40px;
  font-size: 12px;
  line-height: 24px;
}

.box-text {
  color: #202020;
  align-items: center;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.compare-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.box-item {
  color: #3a3838;
  border-bottom: 1px solid #ccc;
  align-items: center;
  width: 50%;
  min-height: 100px;
  padding: 20px 20px 20px 65px;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
}

.box-item.checked {
  background-image: url('../images/icon-check.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-right: 1px solid #ccc;
}

.box-item.heading {
  text-align: center;
  background-color: #fafafa;
  justify-content: center;
  min-height: 70px;
  padding-left: 20px;
}

.box-item.heading.wborder {
  border-right: 1px solid #ccc;
}

.box-item.unchecked {
  background-image: url('../images/uncheck.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 0;
}

.flex-row {
  align-items: stretch;
  display: flex;
}

.compare-brands {
  width: 95%;
  margin: 20px auto 30px;
}

.list-number {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.7;
}

.list-item-3 {
  margin-bottom: 20px;
}

.inline-block {
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.citation-text {
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.refund-box {
  background-color: var(--linen-2);
  outline-color: var(--dark-slate-grey);
  outline-offset: 0px;
  border-radius: 8px;
  outline-width: 2px;
  outline-style: dashed;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 40px 10px;
}

.badge {
  float: left;
  width: 220px;
  height: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
}

.free-note {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.list-bullets {
  margin-bottom: 25px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
}

.txt-click {
  text-decoration: underline;
}

.txt-click.no-line {
  text-decoration: none;
}

.text-red {
  color: red;
}

.wrap-xl {
  display: inline-block;
}

.text-block-2 {
  padding-bottom: 8px;
}

.paragraph {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }

  .main__title {
    font-size: 2.5rem;
  }

  .author__block {
    margin-bottom: 15px;
  }

  .product__img {
    width: 300px;
  }

  .heading.lg, .heading.mobile {
    font-size: 30px;
    font-weight: 800;
    line-height: 39px;
  }

  .button {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-w-bg {
    background-color: #19973d;
  }

  .q__text {
    flex: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .full-img {
    width: 100%;
  }
}

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

@media screen and (max-width: 767px) {
  .offer {
    flex-direction: column;
  }

  .product__img {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }

  .final__text {
    margin-left: 0;
  }

  .q__icon {
    align-items: center;
  }

  .p {
    font-size: 19px;
  }
}

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

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

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .main__title {
    letter-spacing: -.5px;
    font-size: 1.8rem;
    line-height: 34px;
  }

  .blue-note {
    flex-direction: column;
    margin-top: 20px;
  }

  .offer {
    background-image: radial-gradient(circle at 50% 100%, #ffffffe6, #b6b3b3e6);
    padding-left: 15px;
    padding-right: 15px;
  }

  .product__img {
    text-align: center;
    padding-top: 0;
  }

  .final__text {
    margin-top: 10px;
  }

  .heading.lg {
    display: none;
  }

  .heading.mobile {
    margin-top: 0;
    display: block;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
    line-height: 30px;
  }

  .button.btn-click {
    line-height: 26px;
  }

  .featured {
    display: none;
  }

  .sub__heading {
    letter-spacing: -.5px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 29px;
  }

  .sub__heading.green {
    font-size: 25px;
    line-height: 32px;
  }

  .quote-block {
    margin-bottom: 25px;
  }

  .q__icon {
    padding: 8px 10px;
  }

  .q__text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .asset-cta {
    margin-bottom: 0;
  }

  .sale-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .features-block {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .features-flex {
    border-bottom-style: none;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 0;
  }

  .left-box {
    border-bottom: 1px solid #6868683b;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .feature-text {
    letter-spacing: -.5px;
    margin-left: 15px;
    font-size: 17px;
    line-height: 20px;
  }

  .right-box {
    border-bottom: 1px solid #6868683b;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .customers-block {
    margin-bottom: 30px;
  }

  .review-item {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .brand-logo {
    width: 125px;
  }

  .q-icon {
    width: 17px;
    height: 17px;
  }

  .div-for-xs {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
  }

  .left-div {
    width: 100%;
  }

  .left-div.hide {
    display: none;
  }

  .xs-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .background-video {
    width: 100%;
    height: 300px;
  }

  .p {
    font-size: 18px;
  }

  .p.text-18, .italic-text {
    font-size: 16px;
  }

  .box-text {
    font-size: 17px;
    line-height: 1.3;
  }

  .compare-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .box-item {
    padding-left: 0;
  }

  .box-item.checked {
    background-position: 0;
    padding: 15px 10px 15px 38px;
  }

  .box-item.heading {
    padding: 10px;
  }

  .box-item.unchecked {
    background-position: 10px;
    padding: 15px 0 15px 50px;
    font-size: 16px;
  }

  .compare-brands {
    width: 100%;
  }

  .main-product {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .list-number {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .list-item-3 {
    margin-bottom: 15px;
  }

  .inline-block {
    display: inline;
  }

  .refund-box {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .badge {
    float: none;
    width: 180px;
    height: 180px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .list-bullets {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

#w-node-_5f4832cf-9c6e-eb53-5545-bdcec59d2157-689bd588 {
  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;
}