@font-face {
  font-family: 'Oswald';
  src: url('/fonts/Oswald-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('/fonts/Oswald-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.header {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content {
  background-color: #eaf1f7;
  border-radius: 0;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer {
  background-color: #eaf1f7;
  padding-bottom: 30px;
}

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  max-width: 152px;
}

.navbar {
  background-color: #ddd0;
}

.content-wrapper {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  margin-top: 0;
  padding: 10px 20px 20px;
}

.h1 {
  color: #111;
  font-family: Oswald, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.3;
}

.p {
  direction: ltr;
  color: #525252;
  text-indent: 0;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  position: relative;
}

.p.p-review {
  font-size: 17px;
}

.p.p-cs1 {
  margin-top: 20px;
}

.p.p-footer {
  color: #37465a;
  font-size: 17px;
  font-weight: 400;
}

.p.p-footer-note {
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

.p.p-copyright {
  color: #37465a;
  text-align: right;
  font-size: 15px;
}

.p.p-intro {
  margin-bottom: 10px;
}

.p.mb2 {
  margin-bottom: 20px;
}

.p.review {
  background-color: #f9f9f9;
  border-left: 5px solid #ccc;
  margin-bottom: 24px;
  padding: 20px 36px;
  font-style: normal;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.dropcap {
  direction: ltr;
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: capitalize;
  white-space: pre-line;
  padding-right: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  line-height: 0;
  position: relative;
  top: 6px;
  bottom: 10px;
  left: 3px;
}

.column-2 {
  padding-left: 10px;
}

.columns {
  margin-bottom: 15px;
}

.columns.mt2 {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.fluid-img {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.h2 {
  color: #525252;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
}

.h2.color-black {
  color: #000;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
}

.h2.fs-29 {
  font-size: 29px;
}

.h2.fs-29-allcaps {
  text-transform: uppercase;
  font-size: 29px;
}

.box {
  background-color: #eaf1f7;
  border: 1px solid #bfbfbf;
  margin: 30px 20px;
  padding: 20px 15px;
}

.list-author {
  margin-bottom: 30px;
}

.review-author {
  color: #525252;
  letter-spacing: 1px;
  text-indent: 0;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.review-author.mb2 {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
}

.h3 {
  color: #333;
  letter-spacing: 0;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.h3.fs-21 {
  text-transform: uppercase;
}

.list-item {
  background-image: url('https://cdn.prod.website-files.com/678f428767d8ed06883ecb32/68186ec5aad6e2fc4e9a2e2e_profile.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 89px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 100px;
}

.h4 {
  color: #525252;
  border-bottom: 1px solid #525252;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.box-2 {
  color: #fff;
  background-color: #4e7096;
  background-image: url('https://cdn.prod.website-files.com/678f428767d8ed06883ecb32/680a47aefb6208a8305121ca_web.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 50px;
}

.box-4 {
  border: 1px solid #b2c7da;
  margin-bottom: 20px;
  padding: 20px;
}

.p-box4 {
  color: #525252;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.button {
  letter-spacing: 0;
  background-color: #f99035;
  border: 2px solid #c2712c;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.column-3 {
  text-align: left;
  display: block;
}

.box4-wrapper {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: auto;
  display: block;
}

.box-wrapper {
  padding: 0 20px 20px;
}

.list {
  padding-left: 0;
}

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

.a-footer {
  color: #37465a;
  text-decoration: none;
}

.columns-2 {
  margin-bottom: 20px;
}

.image {
  text-align: left;
  width: 278px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.link-block-4 {
  text-align: right;
  width: 278px;
  margin-left: auto;
  display: block;
}

.img-click {
  width: 100%;
  height: auto;
}

.link-3 {
  color: #1e5c96;
  text-decoration: none;
}

.author {
  color: #525252;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.columns-3 {
  margin-bottom: 10px;
}

.box3 {
  border: 1px dotted #296b93;
  margin-top: 8px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-2 {
  color: #525252;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.p-2.p3 {
  background-image: url('https://cdn.prod.website-files.com/678f428767d8ed06883ecb32/680a48213b378088d8bd678f_check_1check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
  font-size: 16px;
}

.p-3 {
  direction: ltr;
  color: #525252;
  text-indent: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
}

.p-3.sources {
  margin-bottom: 6px;
  font-size: 12px;
}

.category {
  color: #000;
  text-align: center;
  background-color: #d5d4d0;
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.notice {
  color: gray;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.txt-click.normal {
  text-decoration: none;
}

.txt-click.alternative {
  color: #1e5c96;
  text-decoration: none;
}

.text-19 {
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
}

.italic-text, .italic-text-2 {
  color: #000;
  font-size: 13px;
}

.mobile-review {
  display: none;
}

.background-video {
  z-index: 1;
  border-radius: 10px;
  height: auto;
  padding-top: 56.25%;
}

.background-video-2 {
  z-index: 1;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 56.25%;
}

.background-video-3 {
  z-index: 1;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 56.25%;
}

.background-video-4, .background-video-5 {
  z-index: 1;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 56.25%;
  position: relative;
}

.image-under {
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.link {
  color: #50bd00;
  text-decoration: underline;
}

.background-video-6 {
  z-index: 1;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 56.25%;
  position: relative;
}

.background-video-7 {
  z-index: 1;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 56.25%;
}

.code-embed {
  height: 200px;
}

.mt-31 {
  margin-top: 30px;
}

.body {
  background-color: #eaf1f7;
}

.video-embed-body {
  margin-top: 10px;
  margin-bottom: 20px;
}

.image-2 {
  max-width: 100px;
  margin-top: 14px;
  margin-bottom: 5px;
}

.bold-text {
  font-style: normal;
}

.bg-video-one {
  z-index: 1;
  height: auto;
  padding-top: 56%;
  position: relative;
}

.bg-video-two {
  z-index: 1;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 57%;
  position: relative;
}

.redtrack-link {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.redtrack-link.hide {
  display: none;
}

.h2-02 {
  color: #525252;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 120%;
}

.h2-02.all-caps {
  text-transform: uppercase;
}

.h2-02.all-caps.margin-top-40px {
  margin-top: 40px;
}

.bg-video-custom-02 {
  z-index: 1;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 100%;
  position: relative;
}

.bg-video-custom-03 {
  z-index: 1;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 57%;
  position: relative;
}

.bold-text-2 {
  color: #038001;
  text-decoration: underline;
}

.main-spacing {
  margin-top: 10px;
  margin-bottom: 20px;
}

.offer-title {
  color: #525252;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.hide {
  display: none;
}

.text-block {
  display: inline;
}

.text-red {
  color: red;
  display: inline;
}

.bg-video-three {
  z-index: 1;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 89%;
  position: relative;
}

.bg-video-four {
  z-index: 1;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 102%;
  position: relative;
}

.bg-video-five {
  z-index: 1;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 101%;
  position: relative;
}

.video-container {
  width: 100%;
  position: relative;
}

.notice-2 {
  color: #000;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.italic-text-3 {
  color: gray;
}

.text-span {
  font-size: 26px;
  line-height: 2;
}

.text-span-2 {
  color: red;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .p.p-intro {
    margin-top: 10px;
    padding-right: 20px;
  }

  .dropcap {
    top: 8px;
  }

  .column-2 {
    padding-left: 0;
  }

  .columns.mt2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p-box4 {
    line-height: 1.4;
  }

  .box4-wrapper {
    margin-top: 10px;
  }

  .img-click {
    width: 100%;
  }

  .product-featured {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-3.txt-click {
    display: inline-block;
  }

  .txt-click {
    display: none;
  }
}

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

  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h1 {
    margin-top: 5px;
    font-size: 36px;
  }

  .p {
    line-height: 1.75;
  }

  .p.p-intro {
    padding-right: 0;
  }

  .column-2 {
    order: -1;
    padding-right: 0;
  }

  .columns.mt2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .img-click.mb-20 {
    margin-bottom: 20px;
  }

  .author {
    font-size: 16px;
  }

  .p-2 {
    line-height: 1.8;
  }

  .p-3 {
    line-height: 1.75;
  }

  .category {
    font-size: 11px;
  }

  .txt-click {
    display: none;
  }

  .mobile-review {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-bottom: 0;
  }

  .content {
    padding-top: 10px;
  }

  .logo {
    width: 100%;
    max-width: 98px;
    margin-bottom: 5px;
  }

  .content-wrapper {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    font-size: 29px;
  }

  .p {
    line-height: 1.75;
  }

  .p.p-copyright {
    text-align: center;
  }

  .p.review {
    padding: 12px 0 12px 16px;
  }

  .columns.mt2 {
    margin-bottom: 0;
  }

  .h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .h2.color-black {
    font-size: 30px;
  }

  .box {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3 {
    font-size: 18px;
  }

  .h3.fs-21 {
    font-size: 21px;
    line-height: 28px;
  }

  .list-item {
    background-size: 88px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .box-2 {
    background-size: 32px;
    padding-left: 60px;
  }

  .button {
    padding: 10px;
    font-size: 21px;
    line-height: 1.2;
  }

  .box-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    text-align: left;
    margin-right: auto;
  }

  .link-block-4 {
    margin-right: auto;
  }

  .product-featured {
    width: 100%;
  }

  .author {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .p-2 {
    line-height: 1.8;
  }

  .p-3.sources {
    width: 100%;
  }

  .category {
    line-height: 12px;
  }

  .notice {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .txt-click {
    display: none;
  }

  .text-19 {
    font-size: 15px;
  }

  .background-video-2 {
    height: auto;
  }

  .background-video-5 {
    height: auto;
    padding-top: 56.25%;
  }

  .h2-02 {
    font-size: 30px;
  }

  .offer-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    line-height: 140%;
  }

  .redtrac {
    margin-bottom: 20px;
  }

  .notice-2 {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
  }
}


