
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}

section {
  display: block;
}

a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}




* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
h1 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}

@media (min-width: 768px) {
  /* .w-lightbox-content */
}


:root {
  --white: white;
  --black: black;
}

.tgl-header {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tgl-content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tgl-content-wrapper {
  justify-content: space-between;
  width: 70%;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.tgl-footer {
  background-color: #fff;
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.tgl-header-wrapper {
   text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
 
}

.tgl-content-main {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tgl-main-head {
  color: #000;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  line-height: 110%;
}

.tgl-p {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  line-height: 150%;
}

.tgl-p.cta-section-highlight {
  background-color: #f7ffb8;
  line-height: 250%;
}

.tgl-p.subtitle {
  font-size: 28px;
}

.tgl-p.middle-box {
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  background-color: #eaff8f;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 28px;
  line-height: 180%;
}

.tgl-cta-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #00b403;
  border: 2px solid #00b403;
  border-radius: 5px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-top: .7em;
  padding-bottom: .7em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 17px;
  line-height: 100%;
  transition: all .4s cubic-bezier(.86, 0, .07, 1);
}

.tgl-cta-btn:hover {
  color: #00b403;
  background-color: #0000;
  border: 2px solid #00b403;
}

.tgl-footer-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  padding-top: 3em;
  padding-bottom: 3em;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.tgl-logo-links {
  align-items: center;
  display: flex;
}

.tgl-footer-link {
  color: #b9b9b9;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tgl-tag {
  background-color: #000;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 1.5em;
  padding: .5em 1em;
  display: flex;
}

.image-3 {
  max-height: 25px;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  margin-left: .5em;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.bold-text-4 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.tgl-author-box {
  align-items: center;
  display: flex;
}

.tgl-author-img {
  max-height: 50px;
}

.paragraph-4 {
  color: #7c7c7c;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.tgl-social-links {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.image-6 {
  align-self: center;
  margin-bottom: 2em;
}

.image-8 {
  flex: 1;
  max-height: 75px;
}

.as-seen-on-tag {
  background-color: #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 5px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.aso-img-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.25em 1em;
  display: flex;
}

.aso-img-item {
  max-height: 150px;
}

.red-bold {
  color: red;
}

.image-18 {
  max-height: 30px;
  margin-right: 30px;
}

.trustpilot-rating-2 {
  max-height: 75px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.as-seen-on-box-2 {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-19 {
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.bold-text-8 {
  font-size: 24px;
}

.link-block {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  .tgl-content-wrapper {
    flex: 0 auto;
    width: 70%;
  }

  .tgl-p {
    font-size: 24px;
  }

  .image-8 {
    flex: 1;
  }

  .aso-img-item {
    max-height: 150px;
  }

  .trustpilot-rating-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .link-block {
    align-self: center;
  }
}

@media screen and (min-width: 1920px) {
  .tgl-content {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  .tgl-main-head {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 48px;
  }

  .tgl-p {
    margin-top: 20px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 32px;
  }

  .tgl-p.list-of-benefits {
    margin-top: 20px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  .tgl-cta-btn {
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 40px;
  }

  .bold-text-4 {
    font-size: 48px;
  }

  .aso-img-item {
    max-height: 150px;
  }

  .trustpilot-rating-2 {
    margin-top: 0;
  }

  .bold-text-8 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .tgl-content-wrapper {
    flex-direction: column;
    align-items: center;
    width: 95%;
  }

  .tgl-header-wrapper {
    align-items: center;
    width: 95%;
  }

  .tgl-content-main {
    width: 100%;
  }

  .tgl-footer-wrapper {
    align-items: center;
    width: 95%;
  }

  .tgl-logo-links {
    flex-direction: column;
  }

  .tgl-footer-link {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-8 {
    flex: 1;
  }

  .as-seen-on-tag {
    padding-top: 5px;
  }

  .aso-img-item {
    max-height: 150px;
  }

  .image-18 {
    max-height: 35px;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .trustpilot-rating-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .paragraph-19 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 100%;
  }
}

@media screen and (max-width: 767px) {

  .aso-img-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .aso-img-item {
    max-height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .tgl-main-head {
    font-size: 32px;
  }

  .bold-text-4 {
    font-size: 32px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .image-8 {
    max-height: 60px;
  }

  .trustpilot-rating-2 {
    margin-bottom: 20px;
  }
}

            @media screen and (max-width:4000px) and (min-width:3301px){
            .tgl-content-wrapper, .tgl-header-wrapper, .tgl-footer-wrapper{
            width:30%;
            }
            }
            @media screen and (max-width:3300px) and (min-width:2600px){
            .tgl-content-wrapper, .tgl-header-wrapper, .tgl-footer-wrapper{
            width:35%;
            }
            }
            @media screen and (max-width:2599px) and (min-width:2000px){
            .tgl-content-wrapper, .tgl-header-wrapper, .tgl-footer-wrapper{
            width:40%;
            }
            }
            @media screen and (max-width:1999px) and (min-width:1800px){
            .tgl-content-wrapper, .tgl-header-wrapper, .tgl-footer-wrapper{
            width:50%;
            }
            }
            @media screen and (max-width:1799px) and (min-width:1600px){
            .tgl-content-wrapper, .tgl-header-wrapper, .tgl-footer-wrapper{
            width:55%;
            }
            }
            @media screen and (max-width:1300px) and (min-width:1200px){
            .tgl-content-wrapper, .tgl-header-wrapper, .tgl-footer-wrapper{
            width:80%;
            }
            }
            @media screen and (max-width:1199px) and (min-width:991px){
            .tgl-content-wrapper, .tgl-header-wrapper, .tgl-footer-wrapper{
            width:90%;
            }
            }
            html{
            overflow-x:hidden;
            }
            body{
            position:relative !important;
            }