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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
  }
}

.tgl-header {
  background-color: #220036;
  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: #220036;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.tgl-header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
}

.tgl-advertorial {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

.tgl-content-sidebar {
  width: 25%;
  position: relative;
  top: 0;
}

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

.tgl-p {
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.tgl-p.update-msg {
  margin-bottom: 0;
}

.tgl-p.sources {
  word-break: break-all;
  font-size: 11px;
}

.tgl-p.health-disclaimer {
  font-size: 8px;
}

.tgl-hero-img {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
}

.tgl-h {
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 120%;
}

.bold-text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.bold-text-2 {
  font-family: Open Sans, sans-serif;
}

.tgl-update-section {
  color: #000;
  background-color: #feffb6;
  border: 1px dashed #0000004d;
  border-radius: 5px;
  padding: 1em 2em;
}

.image {
  margin-bottom: 20px;
}

.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: Open Sans, sans-serif;
  font-size: 21px;
  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-cta-btn.sidebar-cta-btn {
  width: 90%;
  margin-bottom: 1em;
  padding: .5em;
}

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

.paragraph {
  color: gray;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.sidebar-inner {
  border: 1px solid #0000001a;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 30px;
  overflow: hidden;
}

.heading {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.tgl-express-shipping {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0 auto auto;
}

.tgl-es-country-flag {
  display: none;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

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

.tgl-banner-img-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 1.5em;
  display: flex;
  position: relative;
}

.tgl-sidebar-p {
  margin-left: 15px;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.bold-text-3 {
  font-size: 16px;
}

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

.tgl-social-link {
  background-color: #157dc3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.tgl-social-link.twitter {
  background-color: #1d9bf0;
}

.tgl-social-link.url-link {
  background-color: #8a8f92;
}

.image-4 {
  max-height: 20px;
}

.image-5 {
  width: 100%;
}

.tgl-mobile-cta-section {
  display: none;
}

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

.image-6.mobile {
  display: none;
}

.hg-v2-header {
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eq-v2-header-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.hg-logo {
  max-height: 60px;
}

.eq-v2-author-name {
  color: #929292;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.eq-v2-author-img {
  max-height: 40px;
}

.cta-claim-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-claim-box.new-ver {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #7eac4f;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-5 {
  background-color: #eeff85;
}

.button {
  color: #feffe4;
  text-align: center;
  letter-spacing: 2.148px;
  text-transform: uppercase;
  background-color: #04c100;
  border: 2px solid #04c100;
  border-radius: 10px;
  padding: 15px 2em;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: all .4s;
}

.button:hover {
  color: #000;
  background-color: #04c10000;
  border-width: 2px;
}

.button.mid-article-button {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.progress-bar {
  width: 100%;
}

.eq-v2-hashtag {
  color: #000;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.eq-v2-preamble {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}

.swiper-wrapper {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.swiper-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide.swiper-custom {
  position: relative;
}

.slider-substrate {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.eq-v2-hashtags {
  background-color: #eeff85;
  border-radius: 100px;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 2em;
  display: flex;
}

.eq-v2-heading {
  color: #000;
  text-align: center;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Lato, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.eq-v2-heading.custom-spacing {
  margin-top: 0;
}

.claim-p {
  text-align: center;
  width: 80%;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.bold-text-5 {
  font-weight: 900;
}

.t-author-name {
  color: #000;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.hg-v2-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  font-weight: 700;
}

.cta-box-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  display: flex;
}

.swiper-button-next {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.t-info {
  color: #b9b9b9;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.paragraph-5 {
  color: #929292;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.text-span-4 {
  font-weight: 900;
}

.eq-v2-author {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.image-7 {
  max-width: 45%;
}

.stars-rating {
  min-height: 20px;
}

.eq-v2-hero-img {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
}

.hg-slider-box {
  width: 100%;
  margin-bottom: 2em;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.eq-v2-p {
  color: #000;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.eq-v2-p.sources {
  word-break: normal;
  margin-top: 3em;
  font-size: 12px;
}

.eq-v2-p.health-disclaimer {
  font-size: 8px;
}

.eq-v2-p.new-font {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.testimonial {
  color: #000;
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  max-width: 33%;
  padding: 2em 1.5em;
  display: flex;
}

.testimonial.testimonial-v2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 49%;
}

.testimonial-author-img {
  max-height: 70px;
  margin-bottom: 15px;
}

.testimonial-author-img.t-a-off {
  display: none;
}

.t-content {
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.t-content.t-content-v2 {
  text-align: left;
}

.claim-h {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.swiper-button-prev {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.eq-v2-h2 {
  color: #000;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.testimonials-box {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  place-content: stretch space-between;
  display: flex;
}

.swiper {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.swiper.swiper-custom {
  z-index: 1;
  position: relative;
}

.eq-author-info {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.cta-box {
  background-color: #feffe4;
  width: 100%;
  margin-top: 20px;
  padding: 5em 2em;
  position: relative;
}

.eq-v2-content {
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.eq-v2-content.align-left {
  align-items: flex-start;
}

.eq-v2-main-wrapper {
  border-bottom: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding-bottom: 5em;
  display: flex;
}

.slider-img {
  object-fit: contain;
  width: 100%;
  max-width: none;
}

.slider-img.nlc-img {
  width: 35%;
}

.slider-img.last-img {
  width: 50%;
}

.slider-img.substrate {
  opacity: 0;
  height: 100%;
  position: relative;
}

.hg-v2-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.eq-v2-footer-wrapper {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding: 2em 3em;
  display: flex;
}

.eq-v2-footer-logo {
  max-height: 50px;
}

.eq-v2-footer-links {
  color: #000;
  display: flex;
}

.eq-v2-footer-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.eq-v2-footer-divider {
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-span-6 {
  background-color: #eeff85;
}

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

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

.image-10 {
  margin-bottom: 1em;
}

.image-11 {
  margin-bottom: 2em;
}

.s-video {
  z-index: 0;
  min-width: 100%;
  position: absolute;
}

.background-video, .background-video-2 {
  width: 100%;
}

.text-span-7 {
  background-color: #eeff85;
}

.text-span-8 {
  color: #fff;
  background-color: #000;
  padding: 2px 5px 3px;
  font-size: 21px;
  display: inline-block;
}

.button-2 {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #000;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 3em;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  transition: all .4s;
}

.button-2:hover {
  color: #000;
  background-color: #0000;
}

.red-bold-price {
  color: #f50707;
}

.bold-red {
  color: #ec0b0b;
}

.as-seen-on-box {
  flex-direction: column;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 20px;
  display: flex;
}

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

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

.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: 30px;
}

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

.advertorial {
  color: #8d8d8d;
  margin-top: 2em;
  margin-bottom: 5px;
}

.red-bold {
  color: red;
}

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

.mid-article-img.mobile {
  display: none;
}

.red-text {
  color: red;
}

.hs-layout-header-wrapper {
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.image-16 {
  max-height: 40px;
}

.hs-layout-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hs-layout-main-content {
  width: 50%;
  margin-top: 3em;
}

.heading-10 {
  font-family: Lato, sans-serif;
}

.paragraph-9 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.heading-7 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
}

.hs-layout-footer {
  border-top: 1px solid #0000001a;
  justify-content: center;
  margin-top: 3em;
  display: flex;
}

.hs-layout-footer-wrapper {
  padding-top: 3em;
  padding-bottom: 3em;
}

.image-17 {
  max-height: 30px;
}

.hs-footer-links {
  margin-top: 1em;
}

.hs-footer-link {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.paragraph-10 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

.eq-v2-testimonial-inside-article {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  flex-direction: row;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 2em .5em;
  display: flex;
}

.t-author-img {
  max-height: 75px;
}

.t-body-author-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 90%;
}

.t-body-stars-rating {
  min-height: 20px;
}

.t-body-testimonial {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.foot-size {
  color: #b0b0b0;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-6 {
  color: #393939;
  font-size: 15px;
  font-weight: 400;
}

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

.cta-section-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  margin-top: 2em;
  padding: 15px 3em;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
  line-height: 100%;
}

.paragraph-11 {
  margin-bottom: 0;
  text-decoration: none;
}

.nl-header-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nl-logo {
  max-height: 35px;
}

.nl-logo.client-logo {
  max-height: 40px;
}

.scroll-into-view-trigger-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.expert-says {
  margin-top: 30px;
  position: relative;
}

.nl-headline {
  font-family: Inria Serif, sans-serif;
}

.cta-section-steps {
  margin-top: 3em;
  margin-bottom: 3em;
}

.cta-section-steps.f-d-c {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.heading-11 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inria Serif, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.hero-img {
  object-fit: cover;
  border-radius: 0 20px 20px 0;
  height: 100%;
}

.image-20 {
  max-height: 30px;
}

.features-list {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
}

.rating-p {
  color: #000;
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
  font-size: 13px;
  line-height: 100%;
}

.nl-hero-description {
  background-color: #e6f3ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 2em 1.5em;
  display: flex;
}

.nl-content-piece {
  max-width: 60%;
}

.nl-content-piece.cta-section {
  background-color: #e6f3ff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 7em;
  margin-bottom: 7em;
  padding: 5em;
  display: flex;
}

.nl-content-piece.cta-section.nl-2-content-piece {
  background-color: #fff9be;
  max-width: none;
  margin-top: 3em;
  margin-bottom: 0;
  padding: 3em;
}

.nl-article-info {
  font-family: Inria Sans, sans-serif;
  font-style: italic;
}

.cta-section-item-step {
  color: #000;
  text-align: left;
  flex: none;
  font-family: Inria Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.hero-section-cta-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nl-cta-section-h1 {
  color: #000;
  text-align: center;
  margin-bottom: 1.5em;
  font-family: Inria Sans, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.nl-hero-img {
  width: 70%;
}

.cta-section-step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.cta-section-step.f-d-c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
}

.nl-hero-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 85%;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: auto;
  display: flex;
}

.cta-section-item-step-description {
  margin-bottom: 0;
}

.nl-rating {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.image-21 {
  z-index: -1;
  max-height: 50px;
  position: absolute;
  inset: -20px auto auto 0%;
}

.features-list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.features-img {
  border-radius: 30px;
  max-height: 300px;
  margin-bottom: 20px;
}

.features-list-item-text-h {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inria Serif, sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.nl-li {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
}

.nl-p {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.nl-p.cta-nl-p {
  text-align: center;
}

.nl-p.cta-nl-p.p-mt {
  margin-bottom: 2em;
}

.nl-p.features-list-item-text-p.p-testimonial-inside {
  background-color: #e6f3ff;
  border-radius: 10px;
  padding: 15px;
}

.nl-p.headline-10-reasons {
  margin-top: 40px;
  font-size: 24px;
}

.nl-p.features-list-item-text-p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.nl-p.features-list-item-text-p.new-size-p {
  font-size: 16px;
}

.nl-li-item {
  margin-bottom: 1em;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.image-19 {
  max-height: 15px;
}

.nl-body-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nl-body {
  align-items: center;
  display: flex;
}

.features-list-item-info {
  max-width: 60%;
}

.nl-footer {
  background-color: #eef0f4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nl-footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em;
  display: flex;
}

.paragraph-12 {
  text-align: center;
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.paragraph-13 {
  margin-bottom: 0;
  text-decoration: none;
}

.html-embed-2 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.nl-2-header-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nl-2-logo {
  max-height: 30px;
}

.nl-sidebar-inner {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 3em 1.5em;
  position: sticky;
  top: 20px;
}

.nl-2-heading {
  color: #000;
  font-family: Inria Serif, sans-serif;
  font-size: 56px;
  line-height: 100%;
}

.nl-sidebar-ul-li {
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.nl-2-advantages-section {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
}

.star-rating {
  max-height: 15px;
}

.nl-2-p {
  color: #000;
  margin-bottom: 20px;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}

.nl-2-p.testimonial-inside-p {
  background-color: #fff9be;
  border-radius: 15px;
  padding: 30px 20px;
}

.nl-2-p.ta-c {
  text-align: center;
  margin-bottom: 0;
}

.nl-2-p.ta-c.fs-i {
  font-style: italic;
}

.sidebar-reviews {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nl-2-sidebar-image {
  width: 100%;
  margin-bottom: 1em;
}

.nl-2-h1 {
  color: #000;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Inria Serif, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-h1.sidebar-heading {
  margin-top: .5em;
  font-family: Inria Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.blockquote-img {
  max-height: 70px;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.nl-2-sidebar-ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-left: 15px;
  display: flex;
}

.paragraph-14 {
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
}

.scrll-vw-trigger {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  display: flex;
}

.paragraph-15 {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-style: italic;
}

.nl-2-quote-block {
  background-color: #fff9be;
  border-radius: 15px;
  padding: 3em;
  position: relative;
}

.nl-2-main-section {
  width: 65%;
}

.nl-2-article-section {
  background-color: #fff;
  border-radius: 20px;
  padding: 3em 2em;
}

.nl-2-body {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hike-logo {
  max-height: 30px;
}

.nl-2-sidebar {
  width: 33%;
  position: relative;
}

.nl-2-sidebar-cta-btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-adv-item-img {
  border-radius: 15px;
}

.nl-2-adv-item-img.new-size {
  margin-top: 20px;
}

.paragraph-16 {
  margin-bottom: 0;
  text-decoration: none;
}

.nl-2-article-head {
  width: 65%;
}

.nl-2-body-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 75%;
  display: flex;
}

.nl-2-body-wrapper-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-top: 2em;
  display: flex;
}

.nl-2-cta-section {
  margin-top: 1em;
}

.italic-text {
  font-weight: 400;
}

.nl-2-footer {
  background-color: #0000;
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.paragraph-17 {
  text-align: center;
}

.paragraph-18 {
  margin-bottom: 0;
  text-decoration: none;
}

.html-embed-3 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-7 {
  font-family: Inria Serif, sans-serif;
}

.nl-2-body-color {
  background-color: #eef0f4;
}

.tgl-header-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tgl-header-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.image-22 {
  max-height: 70px;
}

.nl-6-article-author {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

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

.nl-6-authore-name {
  color: #737373;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.hero-image-wrapper {
  object-fit: fill;
  background-image: url('../images/Listicle-hike-image.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 300px;
  padding-left: 0;
  display: flex;
}

.hero-title-wrapper {
  width: 1200px;
  margin-left: -40px;
  padding-left: 0;
}

.header-text-main {
  color: #fff;
  margin-left: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
  line-height: 52px;
}

.eq-v2-testimonial-inside-article-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #0000001a;
  border-bottom: 1px #0000001a;
  flex-flow: row;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 2em .5em;
  display: flex;
}

.eq-v2-testimonial-inside-article-2.new-style {
  flex-flow: column;
}

.paragraph-25 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.t-body-testimonial-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.image-28 {
  z-index: 0;
  position: relative;
}

.cta-box-2 {
  background-color: #feffe4;
  width: 100%;
  padding: 5em 2em;
  position: relative;
}

.cta-box-2.align-ver {
  border: 3px dashed #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

.cta-box-2.align-ver.new-color {
  background-color: #fff;
}

.cta-box-2.align-ver.new-color.new-align-style {
  background-color: #7eac4f;
  border-style: solid;
  border-color: #7eac4f;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.cta-box-inner-3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  display: flex;
}

.cta-box-inner-3.align-other {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  background-color: #afafaf;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.cta-box-inner-3.align-other.new-style-align-hor {
  flex-flow: row;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.offer-box-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #c9c9c9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.offer-box-22.new-border {
  background-color: #f8ffdf;
  border-width: 4px;
  border-color: #7eac4f;
}

.div-block-2 {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 2px;
}

.div-block-2.line {
  background-color: #ffffffba;
}

.paragraph-24 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.cell-5.align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.claim-h-2 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.claim-p-3 {
  text-align: center;
  width: 80%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.claim-p-3.new-fontstyle {
  color: #fff;
  font-family: Inria Sans, sans-serif;
}

.paragraph-23 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.div-block-16 {
  z-index: 0;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-16.product-benefit {
  justify-content: flex-start;
  align-items: center;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.bold-text-8 {
  color: #393939;
  font-size: 15px;
  font-weight: 400;
}

.div-block-23 {
  color: #fff;
  background-color: #543dff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block-25 {
  object-fit: fill;
  background-color: #9c9a9a;
  height: 2px;
  margin-bottom: 20px;
}

.button-6 {
  color: #feffe4;
  text-align: center;
  letter-spacing: 2.148px;
  text-transform: uppercase;
  background-color: #04c100;
  border: 2px solid #04c100;
  border-radius: 10px;
  padding: 15px 2em;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: all .4s;
}

.button-6:hover {
  color: #000;
  background-color: #04c10000;
  border-width: 2px;
}

.button-6.mid-article-button {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.button-6.mid-article-button.mb-0 {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border-color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.button-6.mid-article-button.mb-0:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #7eac4f;
}

.nl-6-p {
  color: #1f1b43;
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 150%;
}

.nl-6-p.para-new {
  color: #1a1a1e;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
}

.text-block-4 {
  font-family: Inria Serif, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4.font-new {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-ben-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ebfff1;
  border-radius: 10px;
  flex-flow: column;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.testimonial-wrapper {
  display: flex;
}

.main-content {
  flex-flow: column;
  display: flex;
}

.paragraph-26 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.nl-3-adv-h-4.new-font {
  font-family: Inria Serif, sans-serif;
}

.nl-3-adv-h-4.new-font.small-size-28.modi-font {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.button-5 {
  background-color: #7eac4f;
  justify-content: center;
  align-items: center;
  padding: 10px 100px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.text-block-11 {
  text-align: center;
}

.text-block-10 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.nl-2-h1-2 {
  color: #000;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Inria Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-h1-2.new-color {
  color: #333;
  text-align: left;
  margin-top: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.nl-6-h {
  color: #1f1b43;
  font-size: 28px;
  line-height: 120%;
}

.nl-6-h.new-title {
  color: #1a1a1e;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.nl-3-adv-footer {
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  margin-top: 5em;
  display: flex;
}

.nl-3-adv-footer-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  display: flex;
}

.nl-3-adv-p {
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.nl-3-adv-p.footer-p {
  text-align: center;
  font-size: 14px;
}

.nl-3-adv-p.fc-w {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

.nl-3-adv-p.fc-w.ta-l {
  text-align: left;
}

.eq-v2-main-wrapper-2 {
  background-color: #fff;
  border-style: none solid solid;
  border-color: #000 #0000001a #0000001a;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding: 2em 15px;
  display: flex;
}

.features-list-item-text-h-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inria Serif, sans-serif;
}

.features-list-item-text-h-2.new-size {
  font-size: 32px;
  line-height: 36px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-28 {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 2px;
}

.div-block-28.line {
  background-color: #ffffffba;
}

.paragraph-27 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.claim-h-3 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.claim-p-4 {
  text-align: center;
  width: 80%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.claim-p-4.new-fontstyle {
  color: #fff;
  font-family: Inria Sans, sans-serif;
}

.paragraph-28 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.div-block-29 {
  z-index: 0;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-29.product-benefit {
  justify-content: flex-start;
  align-items: center;
}

.features-list-item-info-2 {
  max-width: 60%;
}

.div-block-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.eq-v2-hero-img-2 {
  margin-top: 1em;
  margin-bottom: 2em;
}

.eq-v2-hero-img-2.new-img {
  width: 1200px;
}

.hg-v2-main-2 {
  border: 0 #0000001a;
  border-top: 1px solid #0000001a;
  border-left: 0 solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31 {
  flex-flow: column;
  display: flex;
}

.features-list-item-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-32 {
  object-fit: fill;
  background-color: #9c9a9a;
  height: 2px;
  margin-bottom: 20px;
}

.paragraph-29 {
  color: #929292;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.eq-v2-heading-4 {
  color: #000;
  text-align: center;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}

.feature-wrapper {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
}

.features-img-2 {
  border-radius: 30px;
  max-height: 300px;
}

.paragraph-30 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.button-7 {
  background-color: #7eac4f;
  justify-content: center;
  align-items: center;
  padding: 10px 100px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.text-block-12 {
  text-align: center;
}

.text-block-13 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.nl-2-header-wrapper-2 {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 0;
  display: flex;
}

.nl-2-logo-2 {
  max-height: 30px;
}

.nl-2-article-section-2 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 3em 2em;
}

.cta-section-steps-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.nl-2-heading-2 {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.nl-sidebar-inner-2 {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 3em 1.5em;
  font-family: Inria Sans, sans-serif;
  position: sticky;
  top: 20px;
}

.scrll-vw-trigger-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.nl-sidebar-ul-li-2 {
  font-size: 18px;
  line-height: 130%;
}

.paragraph-31 {
  margin-bottom: 0;
  text-decoration: none;
}

.nl-2-advantages-section-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
}

.nl-2-advantages-item-2 {
  display: block;
}

.nl-2-body-wrapper-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nl-2-body-wrapper-inner-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.cta-section-step-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-section-item-step-description-2 {
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
}

.paragraph-32 {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-style: italic;
}

.nl-2-sidebar-cta-btn-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cta-section-btn-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  margin-top: 2em;
  padding: 15px 3em;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.sidebar-reviews-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.content-wrapper-main {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nl-2-sidebar-2 {
  width: 33%;
  height: 33%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nl-2-adv-item-description-2 {
  text-align: left;
}

.paragraph-33 {
  margin-bottom: 0;
}

.nl-2-h1-3 {
  color: #000;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Inria Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-h1-3.sidebar-heading {
  margin-top: .5em;
  font-size: 24px;
  font-weight: 400;
}

.nl-footer-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3em;
  display: flex;
}

.paragraph-34 {
  text-align: center;
  font-family: Inria Sans, sans-serif;
}

.footer-link-2 {
  font-family: Inria Sans, sans-serif;
}

.mobile-fixed-cta-2 {
  display: none;
}

.cta-section-btn-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  margin-top: 2em;
  padding: 15px 3em;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.paragraph-35 {
  margin-bottom: 0;
  text-decoration: none;
}

.nl-3-adv-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nl-3-adv-header-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.nl-3-adv-logo {
  max-height: 30px;
}

.nl-3-adv-main-conclusion-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.hero-substrate {
  z-index: 0;
  background-color: #b38fff;
  border-radius: 30px;
  min-width: 100%;
  min-height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.nl-3-adv-content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nl-3-adv-reasons-text-p.nl-3-adv-p {
  font-size: 18px;
}

.nl-3-adv-hero-heading-h1 {
  text-align: center;
  font-family: Inria Serif, sans-serif;
  font-size: 44px;
  line-height: 120%;
}

.nl-3-adv-main-cta-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin-top: 1em;
  padding: 1em 2em;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
}

.nl-3-adv-main-cta-button.sticky-cta-v1-cta-btn {
  color: #fff;
  background-color: #8863d8;
  width: auto;
  margin-top: 0;
  font-size: 18px;
}

.nl-3-adv-content-wrapper {
  width: 80%;
  max-width: 1200px;
}

.nl-3-adv-reasons-block {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-flow: column;
  margin-top: 3em;
  display: flex;
}

.nl-3-adv-reasons-block.new-space-betwn {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
}

.nl-3-adv-reasons-block.new-space-in-betwn {
  grid-column-gap: 6.5em;
  grid-row-gap: 6.5em;
}

.nl-3-adv-reasons-text {
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.nl-3-adv-hero-img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nl-3-adv-main-conclusion {
  background-color: #8863d8;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  padding: 5em;
  display: flex;
}

.nl-3-adv-main-conclusion.mar-pad-space.top-space-mar, .nl-3-adv-main-conclusion.mar-adjust-top {
  margin-top: .5em;
}

.nl-3-adv-reasons-block-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nl-3-adv-reasons-block-item.reversed {
  flex-flow: row-reverse;
}

.nl-3-adv-main {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 5em;
  padding: 5em;
}

.nl-3-adv-main.new-space-adjust.top-mar-adjust, .nl-3-adv-main.top-margin-adj {
  margin-top: .5em;
  padding-top: 3em;
}

.nl-3-adv-h {
  font-family: Inria Serif, sans-serif;
}

.nl-3-adv-h.fc-w {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
}

.step-number {
  margin-right: 10px;
  font-size: 28px;
  font-weight: 700;
}

.hero-product-image {
  z-index: 1;
  position: relative;
}

.hero-product-image.bottom-mar-adjust.new-space-mod {
  margin-bottom: 20px;
  bottom: auto;
}

.nl-3-adv-main-conclusion-steps {
  margin-top: 2em;
  margin-bottom: 2em;
}

.about-author {
  text-align: right;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.nl-3-adv-reasons-img {
  border-radius: 30px;
  max-width: 45%;
}

.nl-3-adv-hero-description {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-left: 5em;
  padding-right: 5em;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
  line-height: 150%;
  position: relative;
}

.nl-3-adv-hero-description.top-mar-space {
  margin-top: -1em;
}

.sticky-cta-section-v1 {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
  position: sticky;
  bottom: 0;
}

.sticky-cta-v1-h {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inria Serif, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.sticky-cta-v1-p {
  background-color: #f2db67;
  margin-bottom: 0;
  padding: 5px;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
  line-height: 100%;
  display: inline-block;
}

.nl-3-adv-h-5 {
  font-family: Inria Serif, sans-serif;
}

.nl-3-adv-h-5.fc-w {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
}

.nl-2-article-section-3 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 3em 2em;
}

.nl-2-heading-3 {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.nl-sidebar-inner-3 {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 3em 1.5em;
  font-family: Inria Sans, sans-serif;
  position: sticky;
  top: 20px;
}

.nl-sidebar-ul-li-3 {
  font-size: 18px;
  line-height: 130%;
}

.nl-2-advantages-section-3 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
}

.nl-2-advantages-item-3 {
  display: block;
}

.nl-2-body-wrapper-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nl-2-body-wrapper-inner-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.cta-section-step-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-section-item-step-description-3 {
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
}

.paragraph-36 {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-style: italic;
}

.nl-2-sidebar-cta-btn-3 {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cta-section-btn-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  margin-top: 2em;
  padding: 15px 3em;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.nl-2-sidebar-3 {
  width: 33%;
  height: 33%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nl-2-adv-item-description-3 {
  text-align: left;
}

.paragraph-37 {
  margin-bottom: 0;
}

.nl-2-h1-4 {
  color: #000;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Inria Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.nl-2-h1-4.sidebar-heading {
  margin-top: .5em;
  font-size: 24px;
  font-weight: 400;
}

.nl-footer-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3em;
  display: flex;
}

.paragraph-38 {
  text-align: center;
  font-family: Inria Sans, sans-serif;
}

.footer-link-3 {
  font-family: Inria Sans, sans-serif;
}

.mobile-fixed-cta-3 {
  display: none;
}

.cta-section-btn-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  margin-top: 2em;
  padding: 15px 3em;
  font-family: Inria Sans, sans-serif;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.body-new-3, .body-new-4, .body-new-5, .body-new-6 {
  background-color: #eef0f4;
}

@media screen and (min-width: 1440px) {
  .tgl-p.sources {
    object-fit: fill;
    font-size: 8px;
  }

  .tgl-hero-img {
    margin-bottom: 20px;
  }

  .tgl-cta-btn.sidebar-cta-btn {
    font-size: 19px;
  }

  .image-5 {
    width: 100%;
  }

  .button.mid-article-button {
    justify-content: flex-start;
    display: block;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .swiper-slide.swiper-custom {
    align-items: center;
  }

  .slider-substrate {
    z-index: 1;
    position: absolute;
    inset: 0%;
  }

  .swiper-button-next {
    z-index: 999;
    background-color: #03030300;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .hg-slider-box {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .eq-v2-p {
    font-size: 18px;
  }

  .eq-v2-p.sources {
    font-size: 12px;
  }

  .eq-v2-p.medical-disclaimer {
    font-size: 6px;
  }

  .eq-v2-p.health-disclaimer {
    font-size: 8px;
  }

  .swiper-button-prev {
    z-index: 999;
    background-color: #fff0;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .swiper.swiper-custom {
    z-index: 2;
    height: 100%;
    position: relative;
    inset: 0%;
  }

  .html-embed {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-11 {
    font-size: 18px;
  }

  .nl-content-piece.cta-section {
    background-color: #ffc364;
  }

  .discount-bold-red {
    color: red;
  }

  .nl-2-p.headline-10-reasons {
    margin-top: 20px;
    font-size: 24px;
  }

  .nl-2-sidebar-cta-btn, .paragraph-16 {
    font-size: 16px;
  }

  .button-6.mid-article-button {
    justify-content: flex-start;
    display: block;
  }
}

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

  .logo {
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo.logo-footer {
    margin-bottom: 1em;
  }

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

  .tgl-content-sidebar {
    width: 35%;
    display: none;
  }

  .tgl-p.sources {
    margin-top: 2em;
    font-size: 8px;
  }

  .tgl-hero-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .tgl-cta-btn.sidebar-cta-btn, .tgl-cta-btn.tgl-mcb-cta-btn {
    margin-top: .5em;
    margin-bottom: 1em;
  }

  .tgl-cta-btn.off-on-mobiles {
    display: none;
  }

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

  .paragraph {
    text-align: center;
    display: block;
  }

  .sidebar-inner {
    flex-direction: column;
    position: static;
  }

  .tgl-sidebar-p {
    text-align: center;
  }

  .image-5 {
    width: 100%;
  }

  .tgl-mobile-cta-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2em;
    display: flex;
  }

  .tgl-mobile-cta-section-inner {
    border: 1px solid #0000001a;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding: 3em 5em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .tgl-cta-product-img {
    width: 100%;
  }

  .tgl-mobile-cta-box-h {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    line-height: 120%;
  }

  .tgl-mobile-cta-box-p {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 120%;
  }

  .text-span {
    color: #fff;
    text-transform: uppercase;
    background-color: #6880ff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 21px;
  }

  .cta-mobile-progress-bar {
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .swiper-wrapper {
    overflow: visible;
  }

  .eq-v2-heading {
    margin-top: 1em;
  }

  .eq-v2-heading.custom-spacing {
    margin-top: 0;
  }

  .cta-box-inner {
    flex-direction: column;
    align-items: center;
  }

  .image-7 {
    max-width: 80%;
  }

  .eq-v2-p.sources {
    font-size: 8px;
  }

  .claim-h.bigger-font {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .eq-v2-content {
    width: 95%;
  }

  .eq-v2-main-wrapper, .eq-v2-footer-wrapper {
    width: 100%;
  }

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

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

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

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

  .advertorial {
    color: #8d8d8d;
    margin-top: 2em;
    margin-bottom: 10px;
  }

  .hs-layout-main-content {
    width: 90%;
  }

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

  .mobile-fixed-cta {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cta-section-btn.fixed-cta {
    background-color: #23b000;
    margin-top: 0;
  }

  .paragraph-11 {
    font-weight: 700;
  }

  .nl-logo.client-logo {
    max-height: 50px;
  }

  .nl-headline {
    color: #000;
    font-family: Inria Serif, sans-serif;
    font-size: 44px;
    line-height: 110%;
  }

  .hero-img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    min-height: 400px;
  }

  .nl-hero-description {
    width: 100%;
  }

  .nl-content-piece {
    max-width: 100%;
    padding: 1em;
  }

  .nl-article-info {
    font-family: Inria Sans, sans-serif;
    font-weight: 400;
  }

  .nl-hero-img {
    border-radius: 20px;
    width: 100%;
  }

  .nl-hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
  }

  .features-img {
    border-radius: 20px;
  }

  .nl-footer-wrapper {
    width: 100%;
  }

  .paragraph-13 {
    font-weight: 700;
  }

  .nl-sidebar-inner {
    flex-flow: column;
    align-items: center;
    width: 80%;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
  }

  .nl-2-h1.sidebar-heading {
    text-align: center;
  }

  .nl-2-sidebar-ul {
    text-align: left;
  }

  .nl-2-main-section {
    width: 100%;
  }

  .nl-2-sidebar {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nl-2-sidebar-cta-btn {
    margin-top: 1em;
  }

  .paragraph-16 {
    font-weight: 700;
  }

  .nl-2-article-head {
    width: 100%;
  }

  .nl-2-body-wrapper {
    max-width: 95%;
  }

  .nl-2-body-wrapper-inner {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-18 {
    font-weight: 700;
  }

  .a-break-all {
    white-space: normal;
    word-break: break-all;
  }

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

  .hero-title-wrapper {
    margin-left: 0;
  }

  .header-text-main {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
  }

  .header-text-main.new-size {
    font-size: 35px;
    line-height: 47px;
  }

  .cta-box-inner-3 {
    flex-direction: column;
    align-items: center;
  }

  .nl-6-h.new-title {
    margin-top: 10px;
  }

  .nl-3-adv-p.footer-p {
    text-align: center;
  }

  .eq-v2-main-wrapper-2 {
    width: 100%;
  }

  .features-list-item-info-2 {
    max-width: 100%;
  }

  .features-list-item-2 {
    flex-direction: column;
  }

  .features-img-2 {
    border-radius: 20px;
  }

  .nl-sidebar-inner-2 {
    flex-flow: column;
    align-items: center;
    width: 80%;
    padding-left: 4em;
    padding-right: 4em;
    display: none;
  }

  .paragraph-31 {
    font-weight: 700;
  }

  .nl-2-body-wrapper-2 {
    max-width: 95%;
  }

  .nl-2-body-wrapper-inner-2 {
    flex-direction: column;
    align-items: center;
  }

  .nl-2-sidebar-cta-btn-2 {
    margin-top: 1em;
  }

  .nl-2-sidebar-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nl-2-h1-3.sidebar-heading {
    text-align: center;
  }

  .nl-footer-wrapper-2 {
    width: 100%;
  }

  .mobile-fixed-cta-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cta-section-btn-3.fixed-cta {
    background-color: #23b000;
    margin-top: 0;
    margin-bottom: .75em;
  }

  .paragraph-35 {
    font-weight: 700;
  }

  .nl-3-adv-main-conclusion-inner {
    width: 100%;
  }

  .nl-3-adv-content-wrapper {
    width: 95%;
  }

  .nl-3-adv-reasons-text {
    max-width: 100%;
  }

  .nl-3-adv-main-conclusion {
    padding: 3em;
  }

  .nl-3-adv-reasons-block-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nl-3-adv-reasons-block-item.reversed {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
  }

  .nl-3-adv-main {
    padding: 2.5em;
  }

  .sticky-cta-section-v1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .sticky-cta-section-v1-text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nl-sidebar-inner-3 {
    flex-flow: column;
    align-items: center;
    width: 80%;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
  }

  .nl-2-body-wrapper-3 {
    max-width: 95%;
  }

  .nl-2-body-wrapper-inner-3 {
    flex-direction: column;
    align-items: center;
  }

  .nl-2-sidebar-cta-btn-3 {
    margin-top: 1em;
  }

  .nl-2-sidebar-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nl-2-h1-4.sidebar-heading {
    text-align: center;
  }

  .nl-footer-wrapper-3 {
    width: 100%;
  }

  .mobile-fixed-cta-3 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cta-section-btn-5.fixed-cta {
    background-color: #23b000;
    margin-top: 0;
    margin-bottom: .75em;
  }
}

@media screen and (max-width: 767px) {
  .tgl-hero-img {
    margin-bottom: 20px;
    margin-left: auto;
  }

  .tgl-mobile-cta-section-inner {
    width: 100%;
    padding-top: 5em;
  }

  .tgl-cta-product-img {
    width: 100%;
  }

  .image-6.desktop {
    display: none;
  }

  .image-6.mobile {
    display: block;
  }

  .button.mid-article-button {
    font-size: 16px;
    line-height: 110%;
  }

  .swiper-wrapper {
    overflow: visible;
  }

  .slider-substrate {
    object-fit: cover;
    min-height: 400px;
  }

  .cta-box-inner {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .cta-box-inner.less-space {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .image-7 {
    max-width: 90%;
  }

  .testimonial {
    max-width: none;
  }

  .testimonial.testimonial-v2 {
    max-width: 48%;
  }

  .testimonials-box {
    flex-flow: wrap;
    align-content: flex-start;
    align-items: stretch;
  }

  .cta-box {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .slider-img {
    width: 100%;
  }

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

  .eq-v2-footer-logo {
    margin-bottom: 1em;
  }

  .eq-v2-footer-link {
    font-size: 14px;
  }

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

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

  .mid-article-img.desktop {
    display: none;
  }

  .mid-article-img.mobile {
    display: block;
  }

  .heading-10 {
    line-height: 110%;
  }

  .mobile-fixed-cta {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-section-btn.fixed-cta {
    padding-left: 1em;
    padding-right: 1em;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 18px;
  }

  .nl-logo {
    max-height: 30px;
  }

  .cta-section-steps {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
    display: flex;
  }

  .hero-img {
    object-fit: cover;
    min-height: 400px;
  }

  .features-list {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .nl-content-piece.cta-section {
    padding: 3em 1.5em;
  }

  .cta-section-step {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .features-list-item {
    flex-direction: column;
  }

  .features-img {
    border-radius: 15px;
  }

  .features-list-item-info {
    max-width: 100%;
  }

  .nl-footer-wrapper {
    width: 100%;
  }

  .paragraph-13 {
    text-align: center;
    font-size: 18px;
  }

  .nl-sidebar-inner {
    width: 100%;
  }

  .nl-2-article-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-2-adv-item-img {
    object-fit: cover;
    border-radius: 20px;
    min-height: 250px;
  }

  .paragraph-16, .paragraph-18 {
    text-align: center;
    font-size: 18px;
  }

  .tgl-header-wrapper-2 {
    flex-flow: column;
  }

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

  .header-text-main {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }

  .eq-v2-testimonial-inside-article-2.new-style {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-box-2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .offer-box-22, .offer-box-22.new-border {
    flex-flow: column;
  }

  .div-block-16.product-benefit {
    justify-content: flex-start;
    align-items: center;
  }

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

  .t-body-2 {
    text-align: center;
  }

  .testimonial-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .nl-3-adv-h-4.new-font {
    text-align: center;
  }

  .nl-3-adv-h-4.new-font.small-size-28.modi-font {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }

  .text-block-10 {
    text-align: left;
  }

  .nl-6-h.new-title {
    margin-top: 10px;
  }

  .div-block-29.product-benefit {
    justify-content: flex-start;
    align-items: center;
  }

  .features-list-item-info-2 {
    max-width: 100%;
  }

  .features-list-item-2 {
    flex-direction: column;
  }

  .eq-v2-heading-4 {
    font-size: 36px;
    line-height: 42px;
  }

  .features-img-2 {
    border-radius: 15px;
  }

  .text-block-13 {
    text-align: left;
  }

  .nl-2-logo-2 {
    max-height: 25px;
  }

  .nl-2-article-section-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .cta-section-steps-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
    display: flex;
  }

  .nl-sidebar-inner-2 {
    width: 100%;
  }

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

  .cta-section-step-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .nl-footer-wrapper-2 {
    width: 100%;
  }

  .mobile-fixed-cta-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-section-btn-3.fixed-cta {
    padding-left: 1em;
    padding-right: 1em;
  }

  .paragraph-35 {
    text-align: center;
    font-size: 18px;
  }

  .nl-3-adv-reasons-block {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .about-author {
    text-align: center;
  }

  .nl-3-adv-reasons-img {
    max-width: 100%;
  }

  .nl-3-adv-hero-description {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-2-article-section-3 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-sidebar-inner-3 {
    width: 100%;
  }

  .cta-section-step-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .nl-footer-wrapper-3 {
    width: 100%;
  }

  .mobile-fixed-cta-3 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-section-btn-5.fixed-cta {
    padding-left: 1em;
    padding-right: 1em;
  }
}

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

  .tgl-p.sources {
    margin-top: 2em;
  }

  .tgl-hero-img {
    margin-bottom: 20px;
  }

  .bold-text {
    font-size: 28px;
  }

  .tgl-cta-btn.tgl-mcb-cta-btn {
    margin-bottom: 0;
    font-size: 18px;
  }

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

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

  .tgl-mobile-cta-section-inner {
    padding-top: 5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .tgl-cta-product-img {
    width: 100%;
  }

  .tgl-mobile-cta-box-h {
    font-size: 28px;
    line-height: 110%;
  }

  .tgl-mobile-cta-box-p {
    line-height: 140%;
  }

  .cta-claim-box.new-ver {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    font-size: 17px;
  }

  .eq-v2-preamble {
    font-size: 18px;
  }

  .eq-v2-hashtags {
    flex-wrap: wrap;
    place-content: center;
    width: 100%;
  }

  .eq-v2-heading {
    font-size: 34px;
    line-height: 110%;
  }

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

  .eq-v2-p.sources {
    white-space: normal;
    word-break: break-all;
    width: 100%;
    font-size: 8px;
  }

  .testimonial.testimonial-v2 {
    max-width: 100%;
  }

  .claim-h.bigger-font {
    font-size: 28px;
  }

  .eq-v2-h2 {
    font-size: 32px;
    line-height: 105%;
  }

  .cta-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .slider-img.nlc-img, .slider-img.last-img {
    width: 75%;
  }

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

  .heading-10 {
    font-size: 28px;
    line-height: 120%;
  }

  .eq-v2-testimonial-inside-article {
    flex-direction: column;
    align-items: flex-start;
  }

  .t-author-img {
    max-height: 60px;
  }

  .mobile-fixed-cta {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .cta-section-btn {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn.fixed-cta {
    padding: 10px 1em;
  }

  .nl-logo {
    max-height: 25px;
  }

  .nl-headline {
    font-size: 38px;
  }

  .cta-section-steps {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .hero-img {
    object-fit: cover;
    min-height: 330px;
  }

  .nl-content-piece.cta-section.nl-2-content-piece {
    padding: 3em 1em;
  }

  .nl-cta-section-h1 {
    font-size: 28px;
  }

  .cta-section-step {
    align-items: center;
  }

  .cta-section-item-step-description.nl-p {
    text-align: center;
  }

  .features-img {
    border-radius: 15px;
    width: 100%;
    max-height: none;
  }

  .features-list-item-text-h {
    font-size: 28px;
    line-height: 100%;
  }

  .nl-sidebar-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nl-2-heading {
    font-size: 38px;
  }

  .nl-2-quote-block {
    padding: 2em 1.5em;
  }

  .nl-2-article-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nl-2-adv-item-img {
    border-radius: 10px;
    min-height: 200px;
  }

  .paragraph-17 {
    width: 250px;
  }

  .image-22 {
    max-height: 50px;
  }

  .nl-6-authore-name {
    font-size: 12px;
  }

  .header-text-main.new-size.small-text {
    font-size: 26px;
    line-height: 34px;
  }

  .eq-v2-testimonial-inside-article-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-28 {
    margin-top: 0;
  }

  .cta-box-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .claim-h-2 {
    font-size: 22px;
  }

  .div-block-16.product-benefit {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .button-6 {
    font-size: 17px;
  }

  .nl-6-p {
    font-size: 16px;
  }

  .main-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nl-3-adv-h-4 {
    font-size: 32px;
    line-height: 120%;
  }

  .nl-3-adv-h-4.new-font {
    text-align: center;
    font-size: 26px;
  }

  .nl-3-adv-h-4.new-font.small-size-28 {
    font-size: 28px;
  }

  .nl-3-adv-h-4.new-font.small-size-28.modi-font {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

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

  .nl-2-h1-2.new-color {
    text-align: left;
    margin-top: 2em;
  }

  .nl-6-h {
    font-size: 24px;
  }

  .nl-6-h.new-title {
    margin-top: 10px;
  }

  .nl-3-adv-p {
    font-size: 18px;
  }

  .features-list-item-text-h-2 {
    font-size: 28px;
    line-height: 100%;
  }

  .claim-h-3 {
    font-size: 22px;
  }

  .div-block-29.product-benefit {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .eq-v2-heading-4 {
    font-size: 28px;
    line-height: 33px;
  }

  .features-img-2 {
    border-radius: 15px;
    width: 100%;
    max-height: none;
  }

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

  .nl-2-article-section-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cta-section-steps-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .nl-2-heading-2 {
    font-size: 38px;
  }

  .nl-sidebar-inner-2 {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-section-step-2 {
    align-items: center;
  }

  .cta-section-item-step-description-2.nl-p {
    text-align: center;
  }

  .cta-section-btn-2 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .mobile-fixed-cta-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .cta-section-btn-3 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn-3.fixed-cta {
    padding: 10px 1em;
  }

  .nl-3-adv-logo {
    max-height: 25px;
  }

  .nl-3-adv-hero-heading-h1 {
    font-size: 36px;
  }

  .nl-3-adv-hero-heading-h1.new-size-space {
    font-size: 29px;
  }

  .nl-3-adv-hero-heading-h1.font-size-new {
    font-size: 30px;
  }

  .nl-3-adv-main-cta-button {
    font-size: 18px;
  }

  .nl-3-adv-reasons-block.new-space-in-betwn {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .nl-3-adv-main-conclusion {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nl-3-adv-main-conclusion.mar-pad-space {
    margin-top: .5em;
  }

  .nl-3-adv-main {
    padding-left: .75em;
    padding-right: .75em;
  }

  .nl-3-adv-main.new-space-adjust {
    margin-top: .5em;
  }

  .nl-3-adv-main.new-space-adjust.top-mar-adjust {
    padding-top: 2em;
  }

  .nl-3-adv-h {
    font-size: 32px;
    line-height: 120%;
  }

  .nl-3-adv-h.fc-w {
    font-size: 32px;
    line-height: 110%;
  }

  .hero-product-image.new-space-adjust {
    margin-top: 40px;
    top: 0;
  }

  .hero-product-image.bottom-mar-adjust {
    bottom: -30px;
  }

  .about-author {
    font-size: 14px;
  }

  .nl-3-adv-reasons-img {
    border-radius: 20px;
  }

  .nl-3-adv-hero-description {
    padding-left: .75em;
    padding-right: .75em;
    font-size: 18px;
  }

  .nl-3-adv-hero-description.top-mar-space.mob-top-mar-new {
    margin-top: .5em;
  }

  .nl-3-adv-reasons-text-h.nl-3-adv-h {
    font-size: 32px;
    line-height: 110%;
  }

  .nl-3-adv-h-5 {
    font-size: 32px;
    line-height: 120%;
  }

  .nl-3-adv-h-5.fc-w {
    font-size: 32px;
    line-height: 110%;
  }

  .nl-2-article-section-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nl-2-heading-3 {
    font-size: 38px;
  }

  .nl-sidebar-inner-3 {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-section-step-3 {
    align-items: center;
  }

  .cta-section-item-step-description-3.nl-p {
    text-align: center;
  }

  .cta-section-btn-4 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .mobile-fixed-cta-3 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .cta-section-btn-5 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
  }

  .cta-section-btn-5.fixed-cta {
    padding: 10px 1em;
  }

  .div-block-33 {
    flex-flow: column;
    width: 250px;
    display: flex;
  }

  .div-block-34, .div-block-35, .div-block-36, .div-block-37, .div-block-38, .div-block-39, .div-block-40 {
    width: 250px;
  }
}

#w-node-_23aa0744-aefc-1d7f-e91e-5b85e767420f-592a07fa, #w-node-aaf2246d-8248-6b5d-4b0e-55731489d384-ae757d83 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_23aa0744-aefc-1d7f-e91e-5b85e767420f-592a07fa, #w-node-aaf2246d-8248-6b5d-4b0e-55731489d384-ae757d83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_23aa0744-aefc-1d7f-e91e-5b85e767420f-592a07fa, #w-node-aaf2246d-8248-6b5d-4b0e-55731489d384-ae757d83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-bold-webfont.woff2') format('woff2'), url('../fonts/inriasans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-italic-webfont.woff2') format('woff2'), url('../fonts/inriasans-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-light-webfont.woff2') format('woff2'), url('../fonts/inriasans-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-lightitalic-webfont.woff2') format('woff2'), url('../fonts/inriasans-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-regular-webfont.woff2') format('woff2'), url('../fonts/inriasans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/inriasans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/inriasans-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inria Serif';
  src: url('../fonts/inriaserif-bold-webfont.woff2') format('woff2'), url('../fonts/inriaserif-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}