.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.container.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}

.container.black-baseline {
  border-bottom: 1px solid #000;
}

.container.footer {
  margin-top: 100px;
  margin-bottom: 0px;
  padding-right: 3rem;
  padding-bottom: 75px;
  padding-left: 3rem;
}

.container.gs {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  height: 85vh;
  max-width: 1400px;
  padding-right: 0rem;
  padding-left: 0rem;
  background-color: #fff;
}

.container.lottie-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  display: none;
  height: 85vh;
}

.container.faq2 {
  display: none;
}

.container.lottie-1-over {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 15vh;
  right: 0%;
  bottom: auto;
  z-index: 4;
  overflow: hidden;
  height: 85vh;
}

.hero-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 190px;
  margin-bottom: 75px;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-overlay-container {
  position: absolute;
  left: 0.5rem;
  top: auto;
  right: auto;
  bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32rem;
  min-height: 300px;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0.75rem;
  background-color: #fff;
}

.button {
  padding: 20px 35px 17px;
  border-radius: 0.75rem;
  background-color: #b2fce4;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.button:hover {
  background-color: #7ffad2;
}

.button.black {
  background-color: #000;
  color: #fff;
}

.button.black:hover {
  background-color: #fff;
  color: #000;
}

.button.black.mr {
  margin-right: 25px;
}

.button.black.stretch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.white-outline {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.white-outline.mr {
  margin-right: 25px;
}

.button.white-outline.stretch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.white-outline.downloads {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding-top: 17px;
}

.button.white-outline.downloads:hover {
  background-color: #fff;
  color: #000;
}

.button.white-outline.downloads.pulse {
  position: relative;
  padding-bottom: 17px;
}

.button.white-outline.downloads.gp {
  position: relative;
}

.button.stretch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.stretch.mr {
  margin-right: 25px;
}

.button.fw {
  width: 100%;
}

.button.gs {
  position: relative;
  left: 60px;
  margin-top: 10px;
  border: 2px solid #000;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-size: 25px;
}

.sub-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.sub-title.pr60 {
  padding-right: 60px;
}

.sub-title.mb40 {
  margin-bottom: 40px;
}

.ntm {
  margin-top: 0px;
}

.sections {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.sections.np {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sections.light-grey {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  background-color: #eff4fb;
}

.sections.lott2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 4000px;
  min-height: 400vh;
  padding-top: 0px;
  background-color: #fff;
}

.sections.black {
  background-color: #000;
  color: #fff;
}

.sections.black.np {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 5000px;
  min-height: 500vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sections.faqs {
  height: auto;
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: hsla(0, 0%, 76.9%, 0.2);
}

.sections.faqs.alt {
  display: block;
  padding-top: 0px;
  padding-bottom: 75px;
}

.sections.faqs.alt-version {
  position: relative;
  z-index: 2;
  display: none;
}

.sections.convinced {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.sections.stats {
  position: relative;
  z-index: 1;
}

.sections.stats.alt-version {
  display: none;
}

.sections.alt-version {
  display: none;
}

.flex-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-block.ac {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-block.gs-slides {
  position: relative;
  min-height: 800px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-block.faq {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stop-paying-cols {
  width: 24%;
  margin-top: 50px;
  padding-top: 50px;
  padding-right: 65px;
  border-top: 1px dotted #000;
}

.stop-paying-icons {
  width: 70px;
  margin-bottom: 25px;
}

.stop-paying-icons.party {
  width: 92px;
  margin-top: -24px;
}

.get-started-box {
  padding: 0rem;
  border-radius: 1rem;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b1f1d9),
    to(#b1f1d9)
  );
  background-image: linear-gradient(180deg, #b1f1d9, #b1f1d9);
}

.get-started-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding-right: 0px;
  background-color: transparent;
}

.arrows-hide {
  display: none;
}

.slide-nav.right {
  left: auto;
  top: 0%;
  right: 50px;
  bottom: 0%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slide-nav.love {
  margin-bottom: 25px;
  font-size: 16px;
}

.gs-slide-cols {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gs-slide-cols.vab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gs-slide-cols.left {
  position: relative;
  min-height: 800px;
}

.slide-no {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 5px;
  padding-right: 1px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #000;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.get-started-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.get-started-slides {
  padding-left: 3rem;
}

.get-started-heading {
  position: absolute;
  margin-top: 3rem;
  margin-left: 3rem;
}

.gs-image-2 {
  display: block;
  width: 80%;
  max-width: 80%;
  margin-left: -50px;
  text-align: center;
}

.gs-indent-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 75%;
  margin-top: 25px;
  margin-bottom: 50px;
  margin-left: 60px;
  padding-right: 75px;
  opacity: 0.6;
}

.gs-sub-heading {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 125px;
  bottom: 0%;
  z-index: 1;
  width: 125px;
  height: 125px;
}

.gs-image-1 {
  max-width: 125%;
  margin-left: -128px;
  padding-bottom: 0px;
}

.gs-tip-text {
  opacity: 0.5;
}

.gs-image-3 {
  position: relative;
  overflow: scroll;
  max-width: 65%;
  margin-left: -50px;
}

.gs-image-2-1 {
  position: absolute;
  left: 150px;
  top: 50%;
  right: auto;
  bottom: 0%;
  height: 72px;
  margin-top: -36px;
}

.gs-3-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._90-box {
  width: 75%;
}

._90-box.centred {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

._50-box {
  position: relative;
  width: 50%;
}

._50-box.con-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-backing {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 360px;
  height: 600px;
  border-radius: 1rem;
  background-color: #ffb600;
}

.convinced-image {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: 0%;
  height: 470px;
  margin-top: -235px;
  margin-left: 62px;
  border-radius: 0.75rem;
}

.faq-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 175px;
  margin-bottom: 0px;
  padding: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #000;
  text-decoration: none;
}

.faq-box._1 {
  width: 72%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-box._2 {
  width: 100%;
  padding: 1.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-box._3 {
  width: 100%;
  height: 382px;
}

.faq-box._4-5 {
  margin-bottom: 0px;
  padding-bottom: 3rem;
  color: #000;
  text-decoration: none;
}

.faq-box._2nds {
  height: 90px;
  padding-top: 1rem;
  padding-bottom: 0.7rem;
}

.faq-box._4-5-alt {
  margin-bottom: 30px;
  padding: 1.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-box._5-alt {
  margin-bottom: 30px;
  padding: 2rem;
}

.faq-titles {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}

.faq-titles._2 {
  width: 90%;
  font-size: 24px;
  line-height: 30px;
}

.faq-titles._4-5 {
  width: 80%;
  margin-bottom: -5px;
}

.faq-titles.sec {
  font-size: 24px;
}

.faq-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 1.5rem;
  bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 45px;
  padding-top: 5px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0.5rem;
  font-size: 20px;
  font-weight: 600;
}

.faq-button.v2s {
  right: 3rem;
  bottom: 1.4rem;
}

.faq-col {
  position: relative;
  width: 62%;
  height: auto;
}

.answers-cta-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  padding-top: 0px;
  padding-right: 3rem;
  padding-left: 3rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  background-color: #b1f1d9;
  font-size: 32px;
  line-height: 36px;
}

.answers-cta-banner.second {
  margin-top: 80px;
  margin-bottom: 30px;
}

.app-slider {
  width: 94%;
  height: 890px;
  margin: 0px auto;
  background-color: transparent;
}

.app-slide-flex-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-slide-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.app-slide-cols._2-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.app-slide-cols._2-left {
  padding-right: 80px;
}

.app-slide-cols._5-left {
  width: 55%;
}

.app-slide-cols._5-right {
  width: 45%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.app-slide-cols._1-left {
  width: 66.66%;
  padding-bottom: 155px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.app-slide-cols._1-right {
  width: 33.33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-slide-heads {
  font-size: 74px;
  line-height: 84px;
}

.app-slide-heads.slide1 {
  position: relative;
  bottom: 20px;
}

.app-side-sub-heads {
  font-size: 54px;
  line-height: 64px;
  font-weight: 400;
}

.app-side-sub-heads.mt80 {
  margin-top: 80px;
}

.app-side-sub-heads.small {
  position: relative;
  bottom: -36px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 36px;
}

.app-slide-image-3 {
  max-height: 700px;
}

.app-slide-nav {
  margin-bottom: 25px;
}

.app-slide-image-4 {
  max-height: 700px;
  margin-left: 10px;
}

.app-slide-image-2 {
  max-width: 500px;
  margin-left: 0px;
}

.app-slide-image-5 {
  max-height: 700px;
}

.get-app-left {
  position: relative;
  display: block;
  overflow: hidden;
  width: 47%;
  max-height: 540px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.get-app-right {
  width: 47%;
}

.app-button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-button-flex.mt40 {
  margin-top: 40px;
}

.get-app-image-1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  max-width: 400px;
  float: left;
}

.get-app-image-2 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 400px;
  margin-top: -680px;
  margin-left: 0px;
  float: right;
}

.app-slide-1-left-col {
  width: 66.66%;
}

.app-slide-1-right-col {
  width: 33.33%;
}

.app-slide-1-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._50-inner-box {
  display: block;
  width: 50%;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-arrows {
  position: absolute;
  left: auto;
  top: 13px;
  right: 11px;
  bottom: 0%;
  width: 18px;
  margin-top: 0px;
  margin-left: 0px;
}

.faq-arrows.white {
  position: absolute;
}

.stat-cols {
  width: 22%;
}

.underline {
  text-decoration: underline;
}

.centre-box {
  text-align: center;
}

.review-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-height: 390px;
  margin-bottom: 50px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.review-thumb {
  width: 62px;
  height: 62px;
  margin-right: 25px;
  border-radius: 0.75rem;
}

.review-text-box {
  margin-bottom: -10px;
  font-weight: 700;
}

.review-text-box._1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
}

.review-text-box._3 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

.review-text-box._2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
}

.review-text-box._4 {
  font-size: 48px;
  line-height: 55px;
}

.stop-paying-headings {
  margin-right: -65px;
}

.stop-paying-headings._1 {
  width: 75%;
}

.stop-paying-headings._3 {
  margin-right: -58px;
}

.love-ap-slider {
  height: 700px;
  border-radius: 1rem;
  background-color: transparent;
}

.love-ap-slides {
  border-radius: 1rem;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.1)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url("../images/4bbae5367ab2cd328761a5aa884ae423.jpeg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("../images/4bbae5367ab2cd328761a5aa884ae423.jpeg");
  background-position: 0px 0px, 50% 65%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.love-ap-slides._3 {
  background-color: #eff4fb;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.1)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url("../images/AP-Hero.jpeg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("../images/AP-Hero.jpeg");
  background-position: 0px 0px, 62% 50%;
  background-size: auto, 140%;
  background-repeat: repeat, no-repeat;
}

.love-ap-slides._2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.1)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url("../images/Social1.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("../images/Social1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.love-ap-slides._4 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.1)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url("../images/Social3.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("../images/Social3.jpg");
  background-position: 0px 0px, 50% 37%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.love-box-flex {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-thumb-name-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
}

.nbm {
  margin-bottom: 0px;
}

.tweet {
  position: absolute;
  left: auto;
  top: 60px;
  right: 40px;
  bottom: auto;
  width: 40px;
}

.love-heading {
  margin-bottom: -125px;
  color: #fff;
}

.white-crop {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 100%;
  height: 75px;
  margin-top: -52px;
  margin-bottom: -75px;
  background-color: #fff;
}

.white-crop.right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 55px;
  height: 100%;
  margin-top: 0px;
}

.white-crop.small {
  display: none;
  height: 10px;
  margin-top: -17px;
  margin-bottom: -17px;
}

.lottie-animation-2 {
  position: relative;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.under-lottie-1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.under-lottie-1.alt-version {
  display: none;
}

.under-lottie-2 {
  position: relative;
  z-index: 4;
  background-color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.faq-container {
  position: relative;
  width: 75%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.eponine-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.lottie-1 {
  position: relative;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lottie-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
}

.lottie-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
}

.lottie-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
}

.lottie-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
}

.above-lottle-1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.above-lottle-1.alt {
  margin-bottom: 50px;
}

.lottie-1-trigger {
  position: relative;
  display: none;
  width: 100%;
  height: 0px;
}

.top-white-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  height: 190px;
  background-color: #fff;
}

.lottie-2-trigger {
  position: absolute;
  width: 100%;
  height: 0px;
}

.lotte-2-out-trigger {
  position: relative;
  width: 100%;
  height: 0px;
}

.faq-text-boxes {
  position: static;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0rem;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
}

.faq-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-radius: 1rem;
  background-color: #fff;
}

.faq-wrapper._1 {
  width: 72%;
  background-color: #fff;
}

.faq-wrapper._3 {
  z-index: 5;
  width: 100%;
}

.faq-wrapper._2nd {
  width: 100%;
  margin-bottom: 10px;
}

.faq-wrapper._2nd.top {
  margin-top: 60px;
}

.faq-wrapper._2nd.last {
  margin-bottom: 60px;
}

.faq-text {
  position: relative;
  margin: 0rem 1.5rem 1.5rem;
  padding: 1.5rem;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0.5rem;
  background-color: #eff4fb;
  font-size: 16px;
  line-height: 22px;
}

.stat-para {
  width: 85%;
}

.faq-col-1 {
  width: 35%;
  height: auto;
}

.faq-wraoper._2 {
  width: 25%;
  margin-bottom: 30px;
  border-radius: 1rem;
  background-color: #fff;
}

.text-span {
  text-decoration: underline;
}

.tablet-footer {
  display: none;
}

.tablet-menu {
  display: none;
}

.bmm {
  width: 60%;
}

.mobile-menu {
  display: none;
}

.hero-banner-image-box {
  overflow: hidden;
  width: 100%;
  height: 550px;
  border-radius: 1rem;
}

.phone-wrapper {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33%;
  height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-wrapper.gs1 {
  position: relative;
  width: 60%;
  height: 95%;
}

.container-2 {
  width: 100%;
  max-width: 1300px;
  padding-right: 40px;
  padding-left: 40px;
}

.container-2.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 8%;
  bottom: 7%;
  height: 91vh;
}

.container-2.sticky.mobile {
  top: 20vh;
  bottom: 0%;
  overflow: hidden;
  height: 80vh;
  max-width: 1440px;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.container-2.sticky.mobile.gs {
  overflow: hidden;
  height: 77vh;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0px 40px 60px;
  border-radius: 1rem;
  background-color: #b2fce4;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-6.gs1 {
  position: relative;
  right: -50px;
  z-index: 1;
}

.image-6.gs2 {
  position: absolute;
  right: -136px;
  z-index: -5;
  width: 90%;
}

.image-6.gs3 {
  position: absolute;
  z-index: 5;
}

.scroll-hero-1-text {
  margin-bottom: 20px;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1;
  font-weight: 700;
}

.scroll-hero-1-text.gst {
  color: #000;
  font-size: 2.5em;
}

.h2-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 0px;
  color: #000;
  font-size: 3em;
}

.sticky-content {
  margin-bottom: 0px;
}

.sticky-content._3 {
  position: absolute;
}

.sticky-content._3.gs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sticky-content._4 {
  position: absolute;
}

.sticky-content._4.gs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sticky-content._1 {
  position: absolute;
}

.sticky-content._5 {
  position: absolute;
}

.sticky-content._2 {
  position: absolute;
}

.sticky-content._2.gs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-content._6 {
  position: absolute;
}

.sticky-content.buttons {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
}

.sticky-content.buttons.pulse {
  position: absolute;
  z-index: auto;
}

.mobile-section {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 6000px;
  min-height: 600vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #080621;
}

.mobile-section.mobile {
  max-height: 7000px;
  min-height: 700vh;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}

.screen {
  position: absolute;
  z-index: -1;
  width: 89%;
  height: 97%;
  border-radius: 1.6em;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.screen._2 {
  z-index: -2;
}

.screen.back {
  z-index: -5;
  display: none;
  width: auto;
  background-color: #fff;
  background-image: none;
}

.screen._3 {
  z-index: -3;
}

.screen._4 {
  z-index: -4;
}

.screen._5 {
  z-index: -5;
}

.screen._6 {
  z-index: -6;
}

.screen.gsa-1 {
  right: -50px;
  width: 100%;
  height: 100%;
}

.screen.gsa-2 {
  right: -50px;
  width: 100%;
  height: 100%;
}

.screen.gss-3 {
  z-index: 3;
  height: 95%;
}

.screen.gss4 {
  z-index: 2;
  height: 95%;
}

.p2 {
  font-size: 1.08em;
}

.sticky-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-wrapper.gs {
  width: 40%;
}

.circle {
  position: absolute;
  left: 8%;
  top: 20%;
  right: auto;
  bottom: auto;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #111030;
  box-shadow: -7px 7px 18px 1px rgba(0, 0, 0, 0.4);
}

.circle._5 {
  top: 80%;
}

.circle._2 {
  left: auto;
  top: 38%;
  right: 5%;
  bottom: auto;
}

.circle._4 {
  left: auto;
  top: 65%;
  right: 5%;
  bottom: auto;
}

.circle._3 {
  top: 46%;
}

.frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #080621;
  border-radius: 0em;
}

.frame.gs1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hero-content-wrapper.gs {
  position: absolute;
  margin-top: 0px;
}

.sticky-wrapper-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: "Open Sans", sans-serif;
}

.hidden {
  display: none;
}

.animation-2-mobile {
  position: relative;
  max-height: 600vh;
  min-height: 6000px;
  padding: 50px 3.75rem;
  background-color: #fff;
}

.number-text-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.skip-button {
  position: absolute;
  left: 3.75rem;
  top: 40px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease, -webkit-transform 250ms ease;
  transition: background-color 250ms ease, -webkit-transform 250ms ease;
  transition: background-color 250ms ease, transform 250ms ease;
  transition: background-color 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.skip-button:hover {
  background-color: #ffb600;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.skip-button.gs {
  left: 60px;
  top: auto;
  right: auto;
  bottom: 50px;
}

.skip-button.dt {
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  padding: 10px 20px 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease, -webkit-transform 250ms ease;
  transition: background-color 250ms ease, -webkit-transform 250ms ease;
  transition: transform 250ms ease, background-color 250ms ease;
  transition: transform 250ms ease, background-color 250ms ease,
    -webkit-transform 250ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.skip-button.dt:hover {
  background-color: #ffb600;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.skip-button.dt.w--current {
  position: -webkit-sticky;
  position: sticky;
}

.skip-button.dt.gs {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: 100px;
  z-index: 1;
}

.skip-arrow {
  width: 15px;
  margin-top: -2px;
  margin-left: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.skip-arrow.dt {
  width: 15px;
  margin-top: -2px;
  margin-left: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.anchors {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 1px;
  margin-top: -120px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .container.nav {
    width: 100%;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    text-align: center;
  }

  .container.footer {
    margin-top: 0px;
    padding-right: 1rem;
    padding-bottom: 0px;
    padding-left: 1rem;
  }

  .container.lottie-1 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container.faq2 {
    display: block;
  }

  .hero-banner {
    margin-top: 170px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    max-width: 150%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .button.white-outline.downloads {
    position: relative;
    min-width: 250px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: #000;
    font-size: 12px;
  }

  .button.white-outline.downloads.pulse {
    display: block;
    padding-bottom: 8px;
  }

  .button.gs {
    left: 0px;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #000;
    font-size: 25px;
  }

  .sub-title.pr60 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .ntm {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .sections.light-grey {
    overflow: hidden;
  }

  .sections.lott2 {
    display: none;
    height: auto;
    padding-bottom: 25px;
  }

  .sections.black.np {
    display: none;
    height: auto;
  }

  .sections.faqs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sections.convinced {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sections.stats {
    position: relative;
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .sections.alt-version {
    display: none;
  }

  .flex-block {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-block.ac {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stop-paying-cols {
    width: 48%;
    padding-right: 30px;
  }

  .slide-nav.love {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .slide-no {
    margin-bottom: 30px;
  }

  ._90-box.centred {
    width: 80%;
  }

  ._50-box.con-left {
    position: relative;
    width: 100%;
    margin-left: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._50-box.con-right {
    width: 100%;
    margin-top: 30px;
  }

  .image-backing {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .convinced-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-top: 61px;
  }

  .faq-titles.sec {
    line-height: 26px;
  }

  .answers-cta-banner {
    min-height: 100px;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 28px;
  }

  .answers-cta-banner.second {
    margin-top: 30px;
  }

  .stat-cols {
    width: 44%;
    margin-bottom: 30px;
  }

  .review-card {
    width: 75%;
  }

  .review-thumb {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .review-text-box._1 {
    font-size: 30px;
    line-height: 38px;
  }

  .review-text-box._3 {
    font-size: 28px;
    line-height: 36px;
  }

  .review-text-box._2 {
    margin-bottom: -15px;
    font-size: 32px;
    line-height: 40px;
  }

  .review-text-box._4 {
    font-size: 32px;
    line-height: 38px;
  }

  .stop-paying-headings._2 {
    width: 75%;
  }

  .stop-paying-headings._4 {
    width: 75%;
  }

  .love-ap-slider {
    height: 500px;
  }

  .love-ap-slides {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.1)),
        to(rgba(0, 0, 0, 0.1))
      ),
      url("../images/4bbae5367ab2cd328761a5aa884ae423.jpeg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)
      ),
      url("../images/4bbae5367ab2cd328761a5aa884ae423.jpeg");
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 196%;
  }

  .review-thumb-name-box {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 19px;
  }

  .tweet {
    top: 55px;
    width: 30px;
  }

  .love-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .lottie-animation-2 {
    position: relative;
    top: 0vh;
    display: block;
    height: auto;
  }

  .under-lottie-1.alt-version {
    display: none;
  }

  .faq-container {
    display: none;
    width: 100%;
  }

  .lottie-1 {
    position: static;
    top: 0vh;
    display: none;
    width: 100%;
    height: auto;
  }

  .above-lottle-1 {
    margin-top: 0px;
  }

  .above-lottle-1.alt {
    margin-bottom: 0px;
  }

  .lottie-1-trigger {
    display: none;
  }

  .top-white-block {
    display: none;
  }

  .faq-wrapper._2nd.top {
    margin-top: 30px;
  }

  .desktop-footer {
    display: none;
  }

  .desktop-menu {
    display: none;
  }

  .tablet-footer {
    display: block;
  }

  .tablet-menu {
    display: block;
    width: 100%;
    margin-top: -2px;
  }

  .bmm {
    width: 100%;
  }

  .mobile-menu {
    display: none;
  }

  .hero-banner-image-box {
    position: relative;
    height: 450px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .phone-wrapper {
    width: 52%;
  }

  .phone-wrapper.gs1 {
    overflow: visible;
    width: 60%;
  }

  .container-2.sticky.mobile {
    top: 22%;
    bottom: 0%;
    overflow: visible;
    height: 78vh;
    padding-right: 20px;
    padding-left: 40px;
  }

  .container-2.sticky.mobile.gs {
    top: 23%;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 50px;
  }

  .image-6 {
    display: block;
  }

  .image-6.gs1 {
    position: relative;
    right: -50px;
    z-index: 1;
    display: block;
  }

  .image-6.gs2 {
    position: absolute;
    right: -136px;
    z-index: -5;
    display: block;
    width: 90%;
  }

  .image-6.gs3 {
    position: absolute;
    bottom: 0px;
    z-index: 5;
  }

  .scroll-hero-1-text {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    font-weight: 700;
  }

  .scroll-hero-1-text.gst {
    margin-bottom: 0px;
    color: #000;
    font-size: 1.8em;
    line-height: 1.1;
  }

  .h2-2 {
    margin-bottom: 0px;
    color: #000;
    font-size: 2.8em;
    line-height: 1;
    text-transform: capitalize;
  }

  .sticky-content {
    margin-bottom: -172px;
  }

  .sticky-content._3 {
    position: absolute;
    display: block;
  }

  .sticky-content._3.gs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-content._4 {
    position: absolute;
    display: block;
  }

  .sticky-content._4.gs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-content._1 {
    position: absolute;
    display: block;
  }

  .sticky-content._1.gs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-content._5 {
    position: absolute;
    display: block;
  }

  .sticky-content._5.gs {
    display: none;
  }

  .sticky-content._2 {
    position: absolute;
    display: block;
  }

  .sticky-content._2.gs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-content._6 {
    position: absolute;
    display: block;
  }

  .sticky-content._6.gs {
    display: none;
  }

  .sticky-content.buttons {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -30px;
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sticky-content.buttons.pulse {
    display: block;
  }

  .sticky-content.buttons.gs {
    display: none;
  }

  .mobile-section {
    display: none;
  }

  .mobile-section.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 7000px;
    min-height: 700vh;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
  }

  .screen {
    display: block;
    height: 95%;
  }

  .screen._2 {
    display: block;
  }

  .screen.back {
    display: none;
  }

  .screen._3 {
    z-index: -3;
    display: block;
    background-position: 50% 50%;
    background-size: contain;
  }

  .screen._4 {
    z-index: -4;
    display: block;
  }

  .screen._5 {
    z-index: -5;
    display: block;
  }

  .screen._6 {
    z-index: -6;
    display: block;
  }

  .screen.gsa-1 {
    right: -50px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
  }

  .screen.gsa-2 {
    right: -50px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
  }

  .screen.gss-3 {
    position: absolute;
    z-index: 3;
    height: 95%;
    background-position: 50% 50%;
    background-size: contain;
  }

  .screen.gss4 {
    z-index: 2;
    display: block;
  }

  .p2 {
    color: #fff;
  }

  .sticky-wrapper {
    position: relative;
    width: 40%;
    height: 50%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sticky-wrapper.gs {
    margin-top: 125px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .circle._2 {
    top: 32%;
  }

  .circle._4 {
    top: 57%;
  }

  .frame.gs2 {
    display: none;
  }

  .hero-content-wrapper {
    display: none;
  }

  .hero-content-wrapper.gs {
    position: absolute;
    top: 65px;
    display: block;
  }

  .sticky-wrapper-main {
    height: 90%;
    margin-top: 10px;
    font-family: "Italian Plate No2 Expanded", sans-serif;
  }

  .animation-2-mobile {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 6000px;
    min-height: 600vh;
    padding: 50px 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b2fce4;
  }

  .ap-icon {
    display: none;
    width: 60px;
    margin-top: 40px;
  }

  .number-text-flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .number-text-flex-box._3 {
    padding-right: 50px;
  }

  .number-text-flex-box._4 {
    padding-right: 50px;
  }

  .skip-button {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 60px;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 90px;
    margin-left: 40px;
    padding: 10px 20px 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: background-color 250ms ease,
      -webkit-transform 250ms ease;
    transition: background-color 250ms ease, -webkit-transform 250ms ease;
    transition: transform 250ms ease, background-color 250ms ease;
    transition: transform 250ms ease, background-color 250ms ease,
      -webkit-transform 250ms ease;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
  }

  .skip-button:hover {
    background-color: #ffb600;
    -webkit-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  .skip-button.gs {
    left: 0px;
    bottom: 100px;
    margin-left: 50px;
  }

  .skip-arrow {
    width: 12px;
    margin-top: -2px;
    margin-left: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .anchors {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 1px;
    margin-top: -120px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 42px;
  }

  h2 {
    font-size: 36px;
    line-height: 34px;
  }

  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .container.nav {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .hero-banner {
    margin-top: 200px;
    margin-bottom: 25px;
  }

  .hero-image {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: 150%;
    border-radius: 1rem;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .hero-overlay-container {
    position: static;
    right: 0.5rem;
    z-index: 2;
    width: auto;
    min-height: auto;
    margin-top: -42px;
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 1.5rem;
  }

  .button {
    width: 100%;
  }

  .button.black {
    width: auto;
  }

  .button.white-outline.downloads {
    margin-right: 0px;
  }

  .button.white-outline.downloads.pulse {
    margin-right: 0px;
  }

  .button.gs {
    width: 80%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .sub-title.pr60 {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .sub-title.mb40 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .sections {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .sections.light-grey {
    padding-top: 50px;
  }

  .sections.stats {
    padding-top: 50px;
  }

  .flex-block.ac {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stop-paying-cols {
    width: 46%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .slide-no {
    width: 30px;
    height: 30px;
    margin-top: -2px;
    margin-right: 15px;
    padding-top: 3px;
    padding-right: 0px;
    font-size: 14px;
  }

  ._90-box.centred {
    width: 100%;
  }

  ._50-box.con-left {
    width: 75%;
    height: 500px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-backing {
    position: absolute;
    width: 80%;
    height: 500px;
  }

  .convinced-image {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 400px;
    margin-top: 50px;
    margin-left: 50px;
  }

  .faq-box._2nds {
    padding: 1.5rem;
  }

  .faq-titles.sec {
    width: 75%;
    margin-top: 3px;
    font-size: 22px;
  }

  .faq-button.v2s {
    right: 1.5rem;
    bottom: 1.3rem;
    width: 77px;
    font-size: 18px;
  }

  .answers-cta-banner.second {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 22px;
  }

  .stat-cols {
    font-size: 16px;
    line-height: 20px;
  }

  .review-card {
    padding: 25px 25px 21px;
  }

  .review-thumb {
    width: 45px;
    height: 45px;
  }

  .review-text-box._1 {
    font-size: 22px;
    line-height: 30px;
  }

  .review-text-box._3 {
    font-size: 21px;
    line-height: 26px;
  }

  .review-text-box._2 {
    font-size: 24px;
    line-height: 30px;
  }

  .review-text-box._4 {
    font-size: 22px;
    line-height: 27px;
  }

  .stop-paying-headings {
    margin-top: 0px;
    font-size: 30px;
    line-height: 33px;
  }

  .stop-paying-headings._1 {
    margin-right: -15px;
  }

  .stop-paying-headings._3 {
    margin-right: -15px;
  }

  .stop-paying-headings._2 {
    margin-right: -15px;
  }

  .stop-paying-headings._4 {
    margin-right: -15px;
  }

  .love-ap-slides {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url("../images/4bbae5367ab2cd328761a5aa884ae423.jpeg");
    background-image: linear-gradient(180deg, transparent, transparent),
      url("../images/4bbae5367ab2cd328761a5aa884ae423.jpeg");
    background-size: auto, 230%;
  }

  .love-ap-slides._3 {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.1)),
        to(rgba(0, 0, 0, 0.1))
      ),
      url("../images/AP-Hero.jpeg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)
      ),
      url("../images/AP-Hero.jpeg");
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .review-thumb-name-box {
    font-size: 16px;
    line-height: 17px;
  }

  .tweet {
    top: 37px;
    right: 25px;
  }

  .love-heading {
    position: absolute;
    left: 0%;
    top: 10%;
    right: 0%;
    bottom: auto;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .lottie-1 {
    display: none;
  }

  .tablet-menu {
    display: none;
  }

  .bmm {
    font-size: 48px;
  }

  .heading {
    font-size: 55px;
    line-height: 54px;
  }

  .stat-heads {
    font-size: 36px;
    line-height: 34px;
  }

  .mobile-menu {
    display: block;
  }

  .hero-banner-image-box {
    height: 300px;
  }

  .text-block {
    font-size: 16px;
  }

  .paragraph {
    line-height: 28px;
  }

  .phone-wrapper {
    position: relative;
    bottom: -200px;
    overflow: visible;
    width: 50%;
    height: 110%;
    margin-top: 0px;
  }

  .phone-wrapper.gs1 {
    bottom: -200px;
    width: 100%;
    height: 100%;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2.sticky.mobile {
    overflow: visible;
    height: 90vh;
    padding-left: 20px;
  }

  .container-2.sticky.mobile.gs {
    height: 78vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-6.gs1 {
    right: 0px;
  }

  .image-6.gs2 {
    right: -75px;
    height: 90%;
  }

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

  .scroll-hero-1-text {
    font-size: 1.8em;
  }

  .scroll-hero-1-text.gst {
    font-size: 1.6em;
  }

  .h2-2 {
    margin-top: 20px;
    font-size: 2.3em;
  }

  .sticky-content {
    width: 250px;
    margin-right: 60px;
    margin-bottom: 0px;
    margin-left: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sticky-content._3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content._3.gs {
    bottom: -100px;
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 60px;
  }

  .sticky-content._4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content._4.gs {
    bottom: -50px;
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 50px;
  }

  .sticky-content._1 {
    width: 230px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content._1.gs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-right: 0px;
  }

  .sticky-content._5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content._2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content._2.gs {
    display: block;
    width: 65%;
  }

  .sticky-content._6 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content.buttons {
    position: relative;
    right: 0px;
    bottom: -100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }

  .sticky-content.buttons.pulse {
    top: 214px;
    bottom: 0px;
  }

  .mobile-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mobile-section.mobile {
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .screen {
    width: 90%;
    height: 95%;
    margin-top: 0px;
    border-radius: 0em;
  }

  .screen.gsa-1 {
    right: 0px;
  }

  .screen.gsa-2 {
    right: 0px;
    display: block;
  }

  .screen.gss-3 {
    display: block;
  }

  .sticky-wrapper {
    bottom: -130px;
    width: 250px;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sticky-wrapper.gs {
    width: 375px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .frame {
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
  }

  .frame.gs1 {
    border-radius: 0px;
  }

  .hero-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-content-wrapper.gs {
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }

  .sticky-wrapper-main {
    overflow: visible;
    height: 80%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .animation-2-mobile {
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ap-icon {
    position: relative;
    left: auto;
    top: 0%;
    right: -10px;
    bottom: auto;
    width: 50px;
    margin-top: 5px;
  }

  .number-text-flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .skip-button {
    bottom: 120px;
    margin-left: -5px;
    padding: 5px 15px 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .skip-button:hover {
    -webkit-transform: rotate(90deg) translate(5px, 0px);
    -ms-transform: rotate(90deg) translate(5px, 0px);
    transform: rotate(90deg) translate(5px, 0px);
  }

  .skip-button.gs {
    bottom: 120px;
    margin-left: -2px;
  }

  .skip-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .anchors {
    margin-top: -150px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 33px;
    line-height: 32px;
  }

  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container.nav {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }

  .hero-banner {
    margin-top: 160px;
  }

  .hero-image {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 150%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }

  .button {
    font-size: 14px;
  }

  .button.black {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.fw {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.gs {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .sub-title.pr60 {
    font-size: 0.9rem;
  }

  .sub-title.mb40 {
    font-size: 16px;
    line-height: 22px;
  }

  .ntm {
    font-size: 2rem;
    line-height: 2.1rem;
  }

  .sections.faqs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sections.convinced {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sections.stats {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .stop-paying-cols {
    width: 100%;
  }

  ._50-box.con-left {
    width: 80%;
    height: 400px;
  }

  .image-backing {
    height: 400px;
  }

  .convinced-image {
    height: 330px;
    margin-top: 35px;
  }

  .faq-box._2nds {
    height: 80px;
    padding: 1rem;
  }

  .faq-titles.sec {
    width: 66%;
    font-size: 18px;
    line-height: 22px;
  }

  .faq-button.v2s {
    right: 1rem;
    bottom: 1.1rem;
    margin-top: 0px;
    padding-top: 5px;
  }

  .answers-cta-banner.second {
    padding: 0.5rem 1rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stat-cols {
    width: 100%;
  }

  .review-card {
    width: 90%;
    padding: 20px;
  }

  .review-thumb {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .review-text-box._1 {
    font-size: 18px;
    line-height: 20px;
  }

  .review-text-box._3 {
    font-size: 18px;
    line-height: 20px;
  }

  .review-text-box._2 {
    font-size: 18px;
    line-height: 20px;
  }

  .review-text-box._4 {
    font-size: 18px;
    line-height: 20px;
  }

  .stop-paying-headings._1 {
    width: 100%;
    margin-right: 0px;
  }

  .stop-paying-headings._2 {
    width: 100%;
  }

  .stop-paying-headings._4 {
    width: 100%;
  }

  .love-ap-slider {
    height: 400px;
  }

  .love-ap-slides._4 {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.1)),
        to(rgba(0, 0, 0, 0.1))
      ),
      url("../images/Social3.jpg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)
      ),
      url("../images/Social3.jpg");
    background-position: 0px 0px, 50% 37%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .nbm {
    font-size: 15px;
  }

  .tweet {
    top: 28px;
    right: 22px;
    width: 25px;
  }

  .love-heading {
    top: 12%;
    width: 85%;
    margin-top: 0px;
    font-size: 36px;
    line-height: 40px;
  }

  .top-white-block {
    display: none;
  }

  .faq-text {
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    padding: 1rem;
    font-size: 14px;
    line-height: 18px;
  }

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

  .hero-banner-image-box {
    height: 250px;
  }

  .phone-wrapper {
    bottom: -80px;
    overflow: visible;
    width: 70%;
    height: 100%;
  }

  .phone-wrapper.gs1 {
    bottom: -180px;
  }

  .container-2 {
    max-width: 99%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-2.sticky.mobile {
    top: 20%;
  }

  .container-2.sticky.mobile.gs {
    height: 80vh;
  }

  .image-6 {
    border-radius: 0px;
  }

  .image-6.gs1 {
    right: -10px;
  }

  .image-6.gs2 {
    right: -80px;
  }

  .scroll-hero-1-text {
    font-size: 2em;
  }

  .scroll-hero-1-text.gst {
    font-size: 1.4em;
  }

  .h2-2 {
    margin-bottom: 35px;
    font-size: 2.1em;
  }

  .sticky-content._3 {
    width: 275px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .sticky-content._3.gs {
    bottom: -120px;
    width: 90%;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sticky-content._4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content._4.gs {
    bottom: -30px;
    margin-left: 30px;
  }

  .sticky-content._1 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content._1.gs {
    width: 70%;
    margin-left: 0px;
  }

  .sticky-content._5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content._2 {
    margin-left: 0px;
  }

  .sticky-content._2.gs {
    margin-left: 0px;
  }

  .sticky-content._6 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky-content.buttons {
    bottom: -50px;
  }

  .sticky-content.buttons.pulse {
    top: 158px;
  }

  .mobile-section.mobile {
    height: auto;
  }

  .screen {
    width: 89%;
    height: 98%;
  }

  .screen.gsa-1 {
    right: -10px;
  }

  .screen.gsa-2 {
    right: -10px;
  }

  .sticky-wrapper {
    bottom: -50px;
  }

  .sticky-wrapper.gs {
    bottom: -99px;
    width: 90%;
    margin-left: 20px;
  }

  .frame {
    border-radius: 30px;
  }

  .sticky-wrapper-main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .number-text-flex-box._4 {
    padding-right: 0px;
  }

  .skip-button {
    margin-left: -12px;
  }

  .skip-button.gs {
    margin-left: -12px;
  }

  .anchors {
    margin-top: -100px;
  }
}
