body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.paywall-container {
  max-width: 430px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
}

.paywall-container.no-preview-border {
  border-left-style: none;
  border-right-style: none;
}

.paywall-container.no-preview-border.no-mobile-top-padding {
  background-image: none;
}

.paywall-container.paywall-container--full-height {
  height: 100vh;
  display: flex;
}

.paywall-container.paywall-container-max-width {
  max-width: none;
}

.navbar {
  height: 94px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar.gradient-bg {
  z-index: 500;
  width: 100%;
  height: 94px;
  max-width: 430px;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
  padding-top: 30px;
  position: fixed;
}

.navbar.fixed-top {
  z-index: 500;
  width: 100%;
  max-width: 430px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.navbar.navbar--pin-top-left {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.body {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.body.body-lightbg {
  background-color: #fff;
  border-radius: 0;
}

.body.body--blue-tech-image {
  background-image: url('../images/cyberv3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.body.body--lightgraybg {
  background-color: #f4fafe;
}

.nav-logo {
  height: 24px;
  color: #000;
  flex: none;
}

.navbar-center {
  width: 40%;
  min-width: 120px;
  text-align: center;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  text-decoration: underline;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-button-container {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.navbar-button-container.navbar-button-left {
  flex: 1;
  justify-content: flex-start;
}

.navbar-button-container.navbar-button-right {
  justify-content: center;
}

.navbar-button-container.navbar-button-right.navbar-button-left {
  justify-content: flex-start;
  position: static;
}

.nav-button-text, .text-block-2 {
  font-weight: 700;
}

.nav-button {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.timeline-row-container {
  flex: 0 auto;
  align-self: flex-start;
  display: flex;
}

.timeline-row-text-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.timeline-row-icon-container {
  width: 40px;
  height: 40px;
  background-color: #4e71ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.timeline-row-icon-container.small {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  margin-top: 13px;
}

.timeline-row-icon-container.timeline-row-icon-container--core-blue {
  background-color: #0084fe;
  margin-top: 12px;
}

.timeline-row-heading {
  color: #fff;
  margin-bottom: 3px;
  font-size: 1.3rem;
  font-weight: 700;
}

.timeline-row-heading.timeline-row-heading-dark {
  color: #525252;
  font-weight: 600;
}

.timeline-row-subheading {
  opacity: 1;
  color: rgba(255, 255, 255, .55);
  letter-spacing: 0;
  margin-top: 5px;
  font-size: 1.1rem;
}

.timeline-row-subheading.timeline-row-subheading--dark {
  color: rgba(0, 0, 0, .55);
}

.timeline-row-icon {
  width: 20px;
  font-size: 14px;
}

.component-container {
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.component-container.title-content-container {
  align-items: flex-start;
  margin-bottom: 10px;
}

.component-container.title-content-container.flex-centered {
  color: #fff;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
}

.component-container.title-content-container.flex-centered.one-after-another {
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
}

.component-container.title-content-container.flex-centered.one-after-another.top-bottom-pad {
  padding-top: 15px;
  padding-bottom: 15px;
}

.component-container.title-content-container.flex-centered.title-content-neg-margin {
  margin-top: -35px;
}

.component-container.review-content-container {
  align-items: center;
}

.component-container.review-content-container.align-left {
  padding-left: 30px;
  padding-right: 0;
}

.component-container.review-content-container.align-left._3d-card {
  max-width: 75vw;
  min-width: 75vw;
  object-fit: fill;
  background-color: #fff;
  border-radius: 11px;
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 15px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .11);
}

.component-container.review-content-container.width-100 {
  width: 100%;
}

.component-container.callout-container-with-badge {
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}

.component-container.floating-cta {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.component-container.title-content-container {
  color: #373d71;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.component-container.align-left {
  align-items: flex-start;
}

.component-container.max-width {
  width: 100%;
  color: #fff;
}

.component-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.component-container.vanity-metrics__container {
  min-height: 7em;
  background-color: #ff9500;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .11);
}

.component-container.component-container--bottom-pad {
  margin-bottom: 20px;
}

.timeline {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.timeline-row-bullet-container {
  border-left: 2px #323436;
  flex-direction: row;
  align-items: flex-start;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.list-item {
  flex: 1;
  align-self: stretch;
  margin-left: 0;
}

.list-item.padded-content-container {
  margin-top: 7px;
  margin-bottom: 7px;
}

.list-item.padded-content-container.tight-padding {
  margin-top: 2px;
  margin-bottom: 2px;
}

.list-item.padded-content-container.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item.table-row-item {
  padding: 10px 10px 10px 15px;
}

.list-item.table-row-item.alternate-bg {
  background-color: rgba(255, 255, 255, .05);
}

.list-item.table-row-item.alternate-bg.alternate-bg--blue {
  background-color: rgba(0, 132, 254, .07);
}

.list-item.table-row-item.table-header-item {
  padding-top: 0;
  padding-bottom: 0;
}

.timeline-row-trail-line {
  width: 5px;
  opacity: .4;
  background-color: #4e71ff;
  align-self: stretch;
  position: relative;
  left: 50%;
  right: 50%;
}

.timeline-row-trail-line.top-row-trail {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  line-height: 43px;
}

.timeline-row-trail-line.top-row-trail.top-row-trail--core-blue {
  background-color: #0084fe;
}

.timeline-row-trail-line.bottom-row-trail {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.timeline-row-trail-line.bottom-row-trail.bottom-row-trial--core-blue, .timeline-row-trail-line.timeline-row-trail-line--core-blue {
  background-color: #0084fe;
}

.list-item-bullet-container {
  border-left: 2px #323436;
  flex-direction: row;
  align-self: center;
  align-items: flex-start;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.list-item-bullet-container.clear {
  margin-right: 5px;
}

.list-item-bullet-container.top-align {
  align-self: flex-start;
  margin-top: 10px;
}

.list-item-icon-container {
  width: 40px;
  height: 40px;
  background-color: #4e71ff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.list-item-icon-container.clear {
  background-color: rgba(0, 0, 0, 0);
}

.list-item-icon-container.clear.small {
  width: 32px;
  height: 32px;
}

.list-item-icon-container.clear.small.list-item-icon-container-medium {
  width: 55px;
  height: 55px;
}

.list-item-icon-container.table-row-icon {
  width: 17%;
  height: 40px;
  background-color: rgba(78, 113, 255, 0);
}

.list-item-icon-container.table-row-icon.table-row-header {
  height: 30px;
}

.list-item-icon-container.no-bg {
  background-color: rgba(78, 113, 255, 0);
}

.list-item-icon-container.no-bg.no-padding {
  width: auto;
  height: auto;
}

.list-item-container {
  flex: 0 auto;
  align-self: flex-start;
  padding-top: 0;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
}

.list-item-container.table-row {
  align-items: center;
}

.list-item-container.top-align {
  align-items: flex-start;
}

.list-item-container.list-item-container-spaced {
  padding-bottom: 5px;
}

.list-item-text-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 10px;
  display: flex;
}

.list-item-text-container.table-row-container {
  width: 66%;
  flex: none;
}

.list-item-subheading {
  opacity: 1;
  color: rgba(255, 255, 255, .55);
  margin-top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1rem;
}

.list-item-subheading.centered {
  text-align: center;
}

.vertical-content-spacer {
  width: 100%;
  height: 30px;
}

.vertical-content-spacer.small {
  height: 15px;
  line-height: 10px;
}

.list-item-icon {
  width: 30px;
  font-size: 14px;
}

.list-item-icon.list-item-icon--small {
  width: 20px;
}

.list-item-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.3rem;
  font-weight: 700;
}

.list-item-heading.centered {
  text-align: center;
}

.list-item-text {
  opacity: 1;
  color: #fff;
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.list-item-text.header {
  margin-bottom: 3px;
  font-weight: 700;
}

.list-item-text.table-row {
  width: 100%;
  padding-right: 0;
}

.list-item-text.table-row.table-col-header {
  font-size: .8rem;
  font-weight: 600;
}

.list-item-text.table-row.table-col-header.center-align {
  text-align: center;
}

.list-item-text.table-row.table-col-header.center-align.list-item-text--gray {
  font-size: 1.2rem;
}

.list-item-text.table-row.table-col-header.list-item-text--gray, .list-item-text.table-row.list-item-text--gray {
  color: #525252;
}

.list-item-text.answer {
  opacity: .62;
  line-height: 1.3rem;
}

.list-item-text.answer.faq-answer {
  opacity: 1;
  color: #525252;
  font-weight: 400;
}

.list-item-text.list-item-text--dark {
  color: #000;
}

.list-item-text.list-item-text--dark.list-item-text--dark--gray {
  color: #525252;
}

.list-item-text.list-item-text-larger {
  font-size: 1.3rem;
}

.list-item-text.list-item-text-larger.list-item-text--left-space {
  padding-left: 5px;
}

.list-item-text.list-item-text--gray {
  color: #525252;
}

.list-item-text.faq-list-item-gray {
  color: #525252;
  font-weight: 600;
}

.divider {
  width: 100%;
  height: 120px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divider-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  flex: 1;
}

.divider-heading {
  color: rgba(255, 255, 255, .55);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 30px;
  font-size: .8rem;
  line-height: .8rem;
}

.timeline-content-container {
  flex: 1;
  align-self: stretch;
  margin-left: 0;
}

.content-container {
  width: 100%;
  opacity: .5;
  flex: 0 auto;
}

.content-container.hero-container {
  background-color: rgba(255, 255, 255, .15);
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-container.hero-container.hero-container-bottom {
  background-color: rgba(255, 255, 255, .05);
  justify-content: flex-end;
}

.content-container.hero-container {
  background-color: rgba(3, 3, 3, .29);
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-container.hero-container.review-hero {
  height: 150px;
  max-height: none;
  min-height: auto;
  background-color: rgba(3, 3, 3, 0);
  background-image: url('../images/app-store-reviews-bg-light.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  margin-left: 15px;
  margin-right: 15px;
}

.content-container.hero-container.review-hero.padded-content-container {
  margin-left: 0;
  margin-right: 0;
}

.content-container.centered {
  opacity: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-container {
  height: .618vw;
  max-height: 230px;
  min-height: 230px;
  opacity: 1;
  background-color: #1180a8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.paragraph-text.light-text {
  opacity: .5;
}

.paragraph-text.light-text.small-text {
  font-size: 1rem;
}

.paragraph-text.light-text.left-align {
  text-align: left;
  font-size: 1rem;
  line-height: 1.25rem;
}

.paragraph-text.small-text {
  font-size: 1rem;
}

.paragraph-text.small-text.review-subtitle {
  margin-top: 4px;
}

.paragraph-text.left-align {
  text-align: left;
}

.paragraph-text.paragraph-text--semi-bold-black {
  color: #525252;
  object-fit: fill;
  flex: 0 auto;
  align-content: center;
  font-weight: 600;
  display: inline-block;
}

.paragraph-text.paragraph-text--semi-bold-black.price-spacer {
  padding-left: 5px;
  padding-right: 5px;
}

.paragraph-text.paragraph-text--semi-bold-black.paragraph-text-larger {
  color: #000;
  font-size: 1.6rem;
}

.paragraph-text.paragraph-text-large-gray {
  color: #7d7d7d;
  font-weight: 600;
  display: inline-block;
}

.paragraph-text.paragraph-text-large-gray.spaced {
  padding-left: 5px;
  padding-right: 5px;
}

.paragraph-text.paragraph-text-large-gray.light {
  font-weight: 400;
}

.paragraph-text.paragraph-test--semi-bold-gray {
  color: #787c98;
  object-fit: fill;
  font-weight: 600;
  display: inline-block;
}

.paragraph-text.paragraph-test--semi-bold-gray.price-padding {
  padding-left: 3px;
  padding-right: 3px;
}

.hero-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

.hero-heading.hero-large {
  font-size: 70px;
}

.hero-logo {
  max-width: 40%;
  margin-bottom: 5px;
}

.title-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 36px;
}

.title-text.left-align {
  text-align: left;
}

.title-text.title-text-dark {
  color: #000;
}

.review-body {
  color: rgba(255, 255, 255, .55);
  text-align: center;
  margin-bottom: 0;
}

.review-body.align-left {
  text-align: left;
}

.review-body.align-left.review-body-dark {
  color: rgba(0, 0, 0, .55);
  flex: 1;
}

.review-author {
  color: rgba(255, 255, 255, .55);
  text-align: center;
  align-self: auto;
  margin-top: 15px;
  margin-bottom: 0;
}

.review-author.review-author-dark {
  color: #525252;
}

.review-star {
  width: 20px;
}

.review-star-container {
  margin-bottom: 15px;
}

.review-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.review-title.align-left {
  text-align: left;
}

.review-title.align-left.review-title-dark {
  color: #525252;
}

.callout-background-card {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 10px;
  flex-direction: column;
  padding: 18px 20px;
  display: flex;
}

.callout-heading-with-badge {
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.callout-subheading {
  color: rgba(255, 255, 255, .55);
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
}

.callout-badge {
  float: none;
  clear: both;
  background-color: #4e71ff;
  border-radius: 7px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: -30px;
  margin-right: -3px;
  padding: 2px 7px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.callout-badge-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
}

.callout-badge-icon {
  display: none;
}

.purchase-button {
  color: #fff;
  text-align: center;
  background-color: #4e71ff;
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding: 23px 0;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.purchase-button.purchase-button-with-subtitle {
  padding-top: 18px;
  padding-bottom: 38px;
}

.purchase-button.secondary-button {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 14px;
}

.purchase-button.purchase-button--legacy {
  background-color: #0084fe;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 4px 0 2px #0062bb;
}

.purchase-button.purchase-button--legacy.purchase-button-legacy-green {
  background-color: #31aa44;
  box-shadow: 0 4px 0 2px #257d2f;
}

.purchase-button.purchase-button--legacy.purchase-button--legacy--orange {
  background-color: #ff6200;
  box-shadow: 0 4px 0 2px #bd4900;
}

.purchase-button.purchase-button--legacy.purchase-button-llegacy--botompad {
  align-content: center;
  margin-bottom: 20px;
}

.purchase-button.purchase-button--legacy.purchase-button-llegacy--botompad.purchase-button--legacy--multiline {
  padding: 15px;
  display: block;
}

.purchase-button.purchase-button--legacy.purchase-button--legacy--round {
  border-radius: 20px;
}

.purchase-button.purchase-button--white {
  color: #159ff1;
  background-color: #fff;
  border-radius: 30px;
}

.purchase-button-container {
  align-self: stretch;
}

.purchase-button-line-2 {
  opacity: .62;
  color: #fff;
  text-align: center;
  margin-top: -36px;
  font-weight: 500;
}

.purchase-button-2-container {
  align-self: stretch;
  padding-bottom: 16px;
}

.footer-container {
  color: #fff;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.footer-container.centered {
  justify-content: center;
}

.footer-container.footer-container-dark, .footer-container.foot-container-dark {
  color: #fff;
}

.footer-container.footer-container__sb-legacy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-button {
  color: #fff;
  text-decoration: none;
}

.footer-button-text {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: .75rem;
}

.footer-button-text.centered {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-button-text.footer-button-text--dark {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.vertical-divider {
  width: 2px;
  background-color: rgba(255, 255, 255, .1);
  align-self: stretch;
  margin: 15px 10px;
}

.button-section-container {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  display: flex;
}

.button-section-container.restore-button-container-horizontal {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 23px;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  padding: 10px 10px 10px 20px;
}

.button-section-container.left-align {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
}

.button-section-heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  display: flex;
}

.button-section-heading.restore-heading-horizontal {
  margin-bottom: 0;
}

.button-section-heading.medium-text {
  font-weight: 500;
}

.button-section-heading.medium-text.light-bottom-padding {
  margin-bottom: 10px;
}

.button-section-heading.medium-text.light-bottom-padding.left-align {
  text-align: left;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #4e71ff;
  border-radius: 14px;
  align-items: center;
  padding: 10px 17px;
  font-weight: 500;
  display: flex;
}

.button.no-bg {
  color: #4e71ff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.button.no-bg.left-align {
  color: #fff;
  text-align: left;
}

.button.no-bg.left-align.line-100 {
  line-height: 1rem;
}

.button.centered {
  color: #fff;
  justify-content: center;
  font-weight: 500;
}

.footnote-text {
  color: rgba(255, 255, 255, .55);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
}

.footnote-text.left-align {
  text-align: left;
}

.callout-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.badge-container {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.badge {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 200px;
  justify-content: space-around;
  align-items: center;
  padding: 7px;
  display: flex;
}

.badge-text {
  margin-left: 15px;
  margin-right: 15px;
}

.badge-icon {
  width: 24px;
  opacity: .94;
}

.footer-container-vertical {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-button-icon.nav-button-icon-smaller-translucent {
  opacity: .5;
}

.product-menu-vertical {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.product-group {
  flex-direction: column;
  align-self: stretch;
  display: flex;
  position: static;
}

.product-group.padded {
  padding-left: 0;
  padding-right: 0;
}

.product-container {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  margin-top: 0;
  margin-bottom: 9px;
  padding: 15px 15px 15px 20px;
  display: block;
}

.product-container.w--current {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #4e71ff;
}

.product-container.horizontal {
  text-align: center;
  background-color: #131416;
  flex: 1;
  padding: 24px 10px;
}

.product-container.horizontal.middle {
  margin-left: 5px;
  margin-right: 5px;
}

.div-block {
  align-self: stretch;
}

.product-group-purchase-button-container {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.product-group-purchase-button-container.sticky-cta {
  margin-top: 0;
}

.product-group-purchase-button-container.padding {
  padding-left: 15px;
  padding-right: 15px;
}

.primary-product-row-strike-through {
  flex: 0 auto;
  margin-right: 9px;
  font-weight: 400;
  text-decoration: line-through;
}

.text-block-4 {
  margin-top: 15px;
}

.section {
  background-color: #131416;
  justify-content: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  width: 100%;
  max-width: 360px;
}

.primary-product-row-left-line-1 {
  flex: 1;
  align-items: baseline;
  margin-bottom: 1px;
  display: flex;
}

.primary-product-row-price {
  white-space: normal;
  flex: 1;
  margin-right: 9px;
  font-weight: 700;
  text-decoration: none;
}

.primary-product-row-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.primary-product-row-container {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.primary-product-row-badge {
  color: #131416;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -28px;
  margin-right: 0;
  padding: 3px 7px;
  font-size: .85rem;
  font-weight: 600;
}

.primary-product-row-badge.horizontal {
  white-space: nowrap;
  margin-top: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: .75rem;
  line-height: 1.1rem;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
}

.primary-product-row-right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  right: 15px;
}

.secondary-product-row-text {
  color: #fff;
}

.feature-container {
  flex: 1;
  align-self: stretch;
  margin-left: 0;
}

.feature-container.padded-content-container {
  margin-top: 7px;
  margin-bottom: 7px;
}

.feature-wrapper {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.feature-text-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.feature-icon-container {
  border-left: 2px #323436;
  flex-direction: row;
  align-self: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
  position: relative;
}

.product-row-vertical-2 {
  color: #373d71;
  background-color: #131416;
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 15px 15px 15px 20px;
  display: block;
}

.product-row-vertical-2.w--current {
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border: 2px solid #5c5c5c;
}

.product-group-purchase-button-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.bottom-container-title {
  opacity: 1;
  text-align: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  margin-bottom: 17px;
  font-weight: 600;
}

.bottom-container-title.bottom {
  margin-top: 20px;
  margin-bottom: 0;
}

.product-group-purchase-tab-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom-left-radius: 2px;
}

.tabs-content-2 {
  background-color: rgba(46, 36, 36, .01);
  border-radius: 0;
  margin-top: 0;
}

.bottom-footer {
  z-index: 1000;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-footer.h-product {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
}

.bottom-footer.bottom-footer--sb-legacy {
  padding-top: 15px;
  position: absolute;
}

.bottom-footer.bottom-footer-retain-space {
  margin-top: 130px;
  padding-bottom: 0;
}

.bottom-footer.bottom-footer_white_bg {
  background-color: #fff;
}

.bottom-footer.bottom-footer_white_bg.footer-with-top-pad {
  padding-top: 10px;
}

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

.bottom-footer.bottom-footer-gradient-40 {
  background-image: linear-gradient(to top, #301679 20%, rgba(0, 0, 0, 0));
}

.bottom-footer.bottom-footer-gray {
  background-color: #f3f9ff;
  padding-top: 10px;
}

.bottom-footer.bottom-footer--white-translucent {
  background-color: rgba(255, 255, 255, .97);
  border-radius: 20px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .11);
}

.product-menu-vertical-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 8px;
  display: block;
}

.primary-product-row-badge-2 {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .08);
  background-color: #4e71ff;
  border-radius: 13px;
  margin-top: -8px;
  margin-right: -8px;
  padding: 5px 12px;
  font-size: .9rem;
  font-weight: 600;
}

.more-plans-button {
  height: 31px;
  opacity: .5;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.more-plans-button.w--current {
  opacity: .53;
  color: #fff;
}

.more-plans-button.full-width {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  color: rgba(255, 255, 255, .55);
  text-align: center;
  background-color: #131416;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 40px;
  position: relative;
}

.product-group-vertical-2 {
  max-width: 430px;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.padded-content-container-purchase-group {
  width: 100%;
  max-width: 430px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.padded-content-container-purchase-group.left-align {
  clear: none;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.purchase-button-2 {
  text-align: center;
  background-color: #4e71ff;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 44px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.list-item-icon-container-2 {
  width: 55px;
  height: 55px;
  background-color: #ffae00;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
  box-shadow: 0 16px 32px 8px rgba(55, 61, 113, .16);
}

.list-item-icon-container-2.bullet-container {
  width: 39px;
  height: 39px;
  border-radius: 20px;
}

.list-item-icon-container-2.bullet-container.no-shadow {
  width: 32px;
  height: 32px;
  box-shadow: none;
}

.list-item-icon-2 {
  width: 22px;
  font-size: 14px;
}

.list-item-icon-2.list-item-icon-small {
  width: 17px;
}

.person-icon {
  width: 54px;
  border-radius: 64px;
  margin-right: 15px;
}

.person-row {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.title-text-2 {
  color: #373d71;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

.title-text-2.our-promise-title {
  text-align: left;
}

.signature {
  width: 170px;
}

.vertical-flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-text-2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.paragraph-text-2.light-paragraph-text {
  color: rgba(55, 61, 113, .73);
  text-align: left;
  display: flex;
}

.paragraph-text-2.padding-bottom {
  margin-top: 5px;
  margin-bottom: 35px;
}

.signature-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.rating-star-container {
  margin-top: 10px;
  display: none;
}

.image {
  margin-left: 2px;
  margin-right: 2px;
}

.div-block-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.div-block-4 {
  margin-bottom: 13px;
  margin-left: 13px;
  margin-right: 13px;
}

.heading {
  height: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, .27);
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 36px;
  font-size: 30px;
  font-weight: 300;
}

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

.div-block-5 {
  display: flex;
}

.div-block-6 {
  margin-top: 20px;
  margin-left: 4px;
}

.heading-2 {
  margin-top: 0;
  margin-left: 30px;
  font-size: 23px;
}

.heading-2.vanity-metrics__text {
  margin-bottom: 0;
  margin-left: 0;
}

.heading-3 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2.5rem;
}

.heading-3.centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.heading-3.heading-3--dark {
  color: #000;
}

.heading-3.heading-3--dark.title {
  text-align: center;
  margin-top: 10px;
  font-size: 2.1rem;
}

.heading-3.heading-3--dark.heading-3--dark--centered {
  text-align: center;
}

.heading-3.heading-3--dark.heading-3--dark--centered.heading-3--dark--centered--larger {
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  line-height: 50px;
}

.heading-3.heading-3--dark.heading-3--dark--centered.heading-3--dark--centered--larger.no-top-margin {
  margin-top: 0;
}

.heading-3.heading-3__title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 2.1rem;
}

.heading-3.heading-3--large {
  font-size: 2.8rem;
}

.paragraph {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph.centered {
  opacity: .47;
  text-align: center;
  margin-bottom: 0;
  padding-right: 20px;
}

.paragraph.paragraph--dark {
  color: #000;
}

.paragraph.paragraph--dark.subtitle-text {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}

.paragraph.subtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.fixed-footer-product-container {
  object-fit: contain;
  flex: 1;
  align-self: stretch;
  overflow: visible;
}

.bellowbuttontext {
  opacity: .81;
  color: rgba(0, 0, 0, .69);
  text-align: center;
  flex: none;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .75rem;
  display: block;
}

.bellowbuttontext.bellowbuttontext--light {
  color: #fff;
}

.bellowbuttontext.bellowbuttontext-larger {
  margin-top: 10px;
  font-size: 1.4rem;
}

.div-block-8 {
  margin-left: 5px;
  margin-right: 20px;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100vh;
  max-width: 430px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
}

.background-video.background-video-max-width {
  max-width: none;
}

.floating-footer {
  z-index: 200;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.floating-footer-container {
  width: 100%;
  background-color: #131416;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.floating-footer-container.top {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #131416);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
}

.floating-footer-container.top.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.floating-footer-container.bottom {
  object-fit: contain;
  flex-flow: column;
  margin-top: -1px;
  padding-bottom: 30px;
  overflow: visible;
}

.floating-footer-container.bottom.blur-slight {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #131416;
  padding-top: 10px;
  padding-bottom: 20px;
  box-shadow: 0 -1px 20px 1px rgba(0, 0, 0, .1);
}

.subtitle {
  color: rgba(255, 255, 255, .55);
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.title {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 600;
}

.title.title-sb-pushup {
  margin-bottom: 120px;
}

.sticky-nav {
  z-index: 1;
  background-color: #000;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo-2 {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.internal-navigation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.internal-navigation-link {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}

.internal-nav-description {
  opacity: .35;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.link {
  color: #fff;
}

.screen-size-warning-message {
  z-index: 2000000;
  text-align: center;
  background-color: #8b581e;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-5 {
  flex: 1;
}

.inner-paywall-container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.horizontal-button-container {
  flex: 1;
  display: flex;
}

.button-section-image {
  width: 20%;
  height: 100%;
  margin-right: 20px;
}

.button-no-bg-container {
  align-items: center;
  display: flex;
}

.image-2 {
  width: 24px;
  height: 24px;
}

.outline-container {
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 9px;
  margin: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-item-container {
  background-color: rgba(255, 255, 255, .05);
  border: 1px #000;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.faq-item-container.no-border-bottom {
  border: 1px #000;
}

.faq-item-container.card {
  border-radius: 18px;
  margin-left: 15px;
  margin-right: 15px;
}

.faq-item-container.faq-item-container--bluebg {
  background-color: rgba(0, 132, 254, .07);
}

.faq-arrow {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-right: 5px;
}

.faq-content-container {
  flex: 1;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.faq-content-container.answer-container {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.product-menu-horizontal {
  background-color: #131416;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.product-menu-horizontal.no-padding {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
}

.product-menu-horizontal.no-padding.gap-sm {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.horizontal-product-text-row-1 {
  font-size: 2rem;
  line-height: 2rem;
}

.horizontal-product-text-row-2 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 500;
  line-height: .8rem;
}

.horizontal-product-text-row-3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.horizontal-product-text-row-4 {
  color: rgba(255, 255, 255, .55);
  margin-top: 10px;
  font-size: .65rem;
  line-height: .65rem;
}

.tabs-content-3 {
  z-index: 100;
  background-color: #131416;
}

.image-3 {
  width: 100px;
}

.image-header {
  z-index: -1;
  width: 100%;
  height: 75vh;
  max-height: none;
  max-width: 430px;
  background-color: #131416;
  background-image: url('../images/photo-bg-example.png');
  background-position: 50% 0;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
}

.text-block-6 {
  margin-top: 15px;
  font-size: 15px;
  text-decoration: underline;
}

.close-products-button {
  width: 34px;
  height: 34px;
  margin-left: auto;
}

.header-image {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #131416), url('../images/Screen-Shot-2022-03-02-at-3.45.19-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.header-image.video {
  z-index: 100;
  background-image: url('../images/Screen-Shot-2022-03-02-at-3.45.19-PM.png'), linear-gradient(rgba(0, 0, 0, 0), #131416), url('../images/Screen-Shot-2022-03-02-at-3.45.19-PM.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-9 {
  height: 400px;
}

.fixed-bottom {
  width: 100%;
  flex-direction: row;
  padding-bottom: 30px;
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.fixed-bottom.border-top {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.clear-bottom-footer-single-product {
  width: 100%;
  height: 200px;
}

.reviews-container {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.reviews-overflow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.reviews-overflow.padding-right {
  padding-right: 30px;
}

.reviews-overflow.padding-right.smaller-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: stretch;
  padding-left: 15px;
}

.flowbase-icon {
  width: 24px;
  height: 24px;
  color: #4e71ff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flowbase-icon.low-alpha {
  color: rgba(255, 255, 255, .55);
}

.icon {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bottom-footer-2 {
  z-index: 1000;
  height: auto;
  background-color: #131416;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-divider-2 {
  width: 2px;
  background-color: rgba(255, 255, 255, .1);
  align-self: stretch;
  margin: 15px 10px;
}

.purchase-button-3 {
  color: #fff;
  text-align: center;
  background-color: #4e71ff;
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding: 22px 44px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.component-container-2 {
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.component-container-2.max-width {
  width: 100%;
  color: #fff;
}

.footer-button-2 {
  color: #fff;
  text-decoration: none;
}

.product-container-2 {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  margin-top: 0;
  margin-bottom: 9px;
  padding: 15px 15px 15px 20px;
  display: block;
}

.product-container-2.w--current {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #4e71ff;
}

.primary-product-row-container-2 {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.secondary-product-row-text-2 {
  color: #fff;
}

.primary-product-row-badge-3 {
  color: #131416;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -28px;
  margin-right: 0;
  padding: 3px 7px;
  font-size: .85rem;
  font-weight: 600;
}

.imagebackground {
  min-height: 100vh;
  background-image: url('../images/audience-g9234f3fc2_1920.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.link-block:active {
  color: #fff;
  transform: scale(.8);
}

.bellowbuttontextcontainer {
  width: auto;
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.bellowbuttontextcontainer.textabove {
  margin-top: 14px;
  margin-bottom: 14px;
}

.section-2 {
  text-align: left;
  justify-content: center;
  padding-left: 0;
  display: block;
}

.image-4 {
  text-align: left;
}

.div-block-10 {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  display: flex;
  overflow: visible;
}

.speakerboost-image {
  text-align: left;
  object-fit: fill;
  display: inline-block;
}

.sb-legacy-content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sb-legacy-image-wrapper {
  justify-content: center;
  display: flex;
}

.div-block-11 {
  margin-top: 50px;
}

.div-block-12 {
  height: 180px;
}

.white-pricing-line {
  width: auto;
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin: 14px auto 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.white-pricing-line__item {
  flex: 0 auto;
  align-self: auto;
  font-weight: 500;
}

.sheild-container {
  align-self: auto;
}

.sheild-container__sheild {
  display: block;
}

.background-overlay-image {
  height: 80vh;
  max-width: 430px;
  background-color: red;
  align-items: stretch;
  display: flex;
}

.background-overlay-image-container {
  width: 100%;
  height: 80vh;
  max-width: 430px;
  object-fit: fill;
  background-image: linear-gradient(to top, #000, rgba(150, 150, 150, .21) 0%);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.center-bottom-80 {
  height: 100vh;
  max-width: 430px;
  object-fit: fill;
  flex-flow: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.buttonmain {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 22px;
}

.buttonsecondary {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 22px;
}

.bluetext {
  color: #0084fe;
}

.list-item-title {
  color: #525252;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.linkblock--no-underline {
  text-decoration: none;
}

.vanity-metrics {
  margin: 15px 0;
}

.approtatovideo {
  width: 100%;
  height: 70vh;
  object-fit: fill;
}

.abovebuttontextcontainer {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 14px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .paywall-container {
    border-left-style: none;
    border-right-style: none;
  }

  .paywall-container.no-preview-border, .paywall-container.no-preview-border.no-mobile-top-padding, .navbar.gradient-bg {
    max-width: none;
  }

  .component-container.floating-cta {
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-group-purchase-button-container.sticky-cta {
    margin-top: 0;
  }

  .primary-product-row-badge {
    text-align: center;
  }

  .bottom-footer {
    position: fixed;
  }

  .product-menu-vertical-2 {
    display: none;
  }

  .padded-content-container-purchase-group.left-align {
    z-index: 500;
  }

  .background-video {
    max-width: none;
  }

  .floating-footer {
    flex-wrap: nowrap;
  }

  .floating-footer-container.top.bg-transparent {
    flex-wrap: nowrap;
    flex: 0 auto;
    display: flex;
  }

  .floating-footer-container.bottom {
    flex-wrap: nowrap;
    flex: 1;
    display: flex;
    overflow: visible;
  }

  .title {
    display: block;
  }

  .screen-size-warning-message {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #8b581e;
    flex-direction: column;
    padding: 15px 20px;
    display: flex;
  }

  .text-span-2 {
    opacity: .53;
    font-size: .8rem;
  }

  .image-header {
    max-width: none;
  }

  .bottom-footer-2 {
    position: fixed;
  }

  .primary-product-row-badge-3 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .paywall-container {
    border: 1px #000;
  }

  .fixed-footer-product-container {
    max-width: none;
    align-self: stretch;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .paywall-container {
    border-left-style: none;
    border-right-style: none;
  }

  .paywall-container.no-preview-border {
    height: 100vh;
    max-height: 100vh;
  }

  .paywall-container.no-preview-border.no-mobile-top-padding {
    padding-top: 0;
  }

  .nav-logo {
    width: auto;
  }

  .navbar-center {
    text-shadow: 1px 1px 6px #000;
    white-space: nowrap;
    font-size: 4vw;
  }

  .timeline-row-text-container {
    text-align: left;
  }

  .component-container {
    text-align: center;
  }

  .component-container.floating-cta {
    width: 100%;
  }

  .component-container.centered {
    align-items: center;
  }

  .list-item-container {
    text-align: left;
  }

  .vertical-content-spacer {
    height: 30px;
  }

  .divider-line {
    height: 1px;
  }

  .content-container.hero-container.review-hero.padded-content-container.ratings-centered {
    align-items: center;
  }

  .title-text.left-alight {
    text-align: left;
  }

  .review-author.review-author-dark {
    justify-content: center;
  }

  .callout-badge {
    margin-right: -7px;
  }

  .purchase-button.purchase-button-with-subtitle {
    text-align: center;
  }

  .purchase-button.secondary-button {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .footer-button-text {
    font-size: 3vw;
  }

  .button-section-heading.restore-heading-horizontal.left-align {
    text-align: left;
  }

  .primary-product-row-badge.horizontal {
    margin-left: 3vw;
    margin-right: 3vw;
    font-size: 3vw;
    line-height: 4vw;
    top: -3vw;
  }

  .bottom-container-title {
    text-align: center;
    margin-top: 0;
    font-size: 4.75vw;
  }

  .bottom-container-title.bottom {
    font-size: 4.25vw;
  }

  .bottom-footer {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .more-plans-button {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .heading {
    margin-left: 22px;
  }

  .heading-3 {
    font-size: 7.5vw;
    line-height: 9.5vw;
  }

  .fixed-footer-product-container {
    max-width: none;
    align-self: stretch;
  }

  .bellowbuttontext {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    margin-left: 5px;
    margin-right: 20px;
  }

  .background-video {
    width: 100vw;
    max-width: none;
    left: 0;
    right: 0;
  }

  .floating-footer {
    height: auto;
    min-height: 0;
    flex-direction: column;
    justify-content: center;
  }

  .subtitle {
    font-size: 4.85vw;
  }

  .title {
    font-size: 8vw;
    line-height: 9vw;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .internal-nav-description {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-item-container {
    text-align: left;
  }

  .text-block-6 {
    font-size: 4vw;
  }

  .bottom-footer-2 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .purchase-button-3 {
    font-size: 4.6vw;
  }

  .component-container-2 {
    text-align: center;
  }
}


