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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
}

.footer-divider-two {
  color: #6d6868;
  background-color: #9b9d9e;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-link-fb {
  background-color: #fff;
  margin-left: 32px;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-free-trial {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1e824c;
  margin: auto 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-free-trial:hover {
  color: #fff;
  background-color: #2065ac;
}

.button-free-trial:active {
  background-color: #43464d;
}

.button-free-trial.footer-form-button {
  background-color: #1e824c;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-free-trial.hero {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}

.button-free-trial.hero:hover {
  background-color: #037df0;
}

.button-free-trial.scan-engine {
  margin-top: 20px;
}

.button-free-trial.nav-trial-button {
  text-align: center;
  border-radius: 0;
  padding: 12px 10px 12px 15px;
  font-size: 13px;
  line-height: 14px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-copyright.warning {
  color: #707070;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.footer-subscribe {
  color: #fff;
  background-color: #000;
  border-top: 2px solid #363636;
  padding: 40px 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 125%;
  position: relative;
}

.image {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-form-two {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #2e2e2e;
  background-image: linear-gradient(rgba(51, 51, 51, .61), rgba(51, 51, 51, .61)), url('../images/cw-logo-icon-faded.png');
  background-position: 0 0, 16%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-clip: border-box;
  flex-flow: column;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: none;
  position: relative;
}

.footer-form-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffc900;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.container_1172-hflex {
  flex-flow: row;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_1172-hflex.hero {
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
}

.newsletter-cta-container {
  padding-right: 60px;
}

.lrg-copy {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.lrg-copy.hero {
  margin-bottom: 60px;
  padding-right: 140px;
  font-size: 28px;
  line-height: 125%;
}

.navbar-logo-left {
  clear: none;
  color: #fff;
  font-family: Lato, sans-serif;
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #000;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
}

.nav-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffc900;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.sml-logo {
  max-width: 250px;
}

.body {
  color: #fff;
  background-color: #000;
}

.hero-heading-left {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0)), url('../images/nbs_header-img1.webp');
  background-position: 0 0, 51% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 89%;
  border-bottom: 1px #e4ebf3;
  padding: 100px 30px 20px;
  position: relative;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65%;
  display: flex;
}

.hero_headline {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 57px;
  line-height: 105%;
}

.body-copy {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.body-copy.centered {
  text-align: center;
  line-height: 150%;
}

.body-copy.centered.price-green-box {
  margin-bottom: 0;
  line-height: 0%;
}

.body-copy.centered.price-row3-sml {
  color: #7b8899;
  margin-top: 10px;
  margin-bottom: 0;
}

.body-copy.centered.price-row3-sml.monthly {
  display: block;
}

.body-copy.centered.not-for-mobile {
  margin-bottom: 40px;
}

.body-copy.footer-learn-more {
  align-self: center;
  margin-bottom: 0;
  padding-right: 5px;
  font-size: 17px;
  line-height: 100%;
}

.body-copy.testimonial {
  text-align: center;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.body-copy.sctr {
  text-align: left;
}

.body-copy.tabs {
  align-items: stretch;
  max-width: none;
  margin-left: 0;
}

.body-copy.tabs.top-row {
  text-transform: uppercase;
  font-weight: 700;
}

.body-copy.tabs.bullet {
  margin-left: 10px;
  font-size: 17px;
}

.logo-strip {
  max-width: 70%;
  margin: 20px 0 0;
}

.heading {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 125%;
}

.heading.scan-engine {
  text-align: center;
}

.heading.centered-heading {
  margin-bottom: 20px;
}

.heading.centered-heading.tab-section {
  margin-top: 10px;
  margin-bottom: 0;
}

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

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}

.heading-2.yellow {
  color: #ffc900;
}

.heading-2.yellow.centered-heading {
  margin-bottom: 0;
  font-weight: 700;
}

.heading-2.yellow.centered-heading.shrink {
  align-self: center;
  font-size: 25px;
}

.heading-2.centered {
  text-align: center;
}

.heading-2.centered.testimonial-header {
  padding-left: 100px;
  padding-right: 100px;
}

.heading-2.centered.lite-weight {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-2.left-align.tight {
  margin-bottom: 0;
  line-height: 100%;
}

.container_1172-vflex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.container_1172-vflex.shaded {
  background-color: rgba(0, 0, 0, .8);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container_1172-vflex.shaded.addpad {
  border-radius: 16px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

.cta-div {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.cta-div.scan-engine {
  text-align: center;
  max-width: 95%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-toggle {
  color: #fff;
  background-image: linear-gradient(#161616, #161616);
  border: 2px solid #2b2b2b;
  border-radius: 5px;
  width: 605px;
  max-width: none;
  padding-right: 0;
  font-family: Lato, sans-serif;
  position: relative;
}

.faq-toggle-txt {
  max-width: none;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: inline-block;
}

.icon {
  flex-flow: row-reverse;
  display: block;
}

.divider {
  background-image: linear-gradient(#fff, #fff);
  width: 90px;
  min-width: 30px;
  max-width: none;
  height: 5px;
  max-height: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.faq-toggle-block {
  margin-bottom: 20px;
  position: static;
}

.container_faq {
  flex-flow: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-toggle-list {
  position: static;
}

.faq-toggle-list.w--open {
  background-color: #6b6969;
  width: 605px;
  max-width: none;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.container-lower-footer {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.big-screen {
  aspect-ratio: auto;
  max-width: 75%;
  margin-bottom: 20px;
  display: none;
}

.testimonial-slider-small {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/digital-wave-bkgd.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-top {
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle at 50% 100%, #5a7fad 1%, #0050b3 47%);
  border-top-left-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 30px 0 50px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  text-align: center;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 125%;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.accent-color-yellow {
  color: #ffc900;
}

.section-vertpad-140 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section-vertpad-140.tab-section-bkgd {
  background-image: url('../images/AbstractAI-background4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-row1 {
  color: #798898;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#202325, #202325);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.price-stack.alpha {
  width: 360px;
  margin-right: 20px;
}

.price-stack.median {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.price-stack.omega {
  width: 360px;
  margin-left: 20px;
}

.pricing-row1-txt {
  margin-bottom: 0;
}

.pricing-row1-txt.emp-extra {
  color: #db8ef8;
}

.pricing-row2 {
  border-bottom: 5px solid #354357;
  border-left: 1px solid #202325;
  border-right: 1px solid #202325;
}

.pricing-row2.emp-extra {
  border-bottom-color: #8922af;
}

.pricing-row2.emp-pro {
  border-bottom-color: #147eff;
}

.price-row2-txt {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#121212, #121212);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 0%;
}

.pricing-row3 {
  background-image: linear-gradient(#202325, #202325);
  flex-flow: column;
  display: flex;
}

.price-blue {
  color: #9cc3fe;
  text-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.price-blue.monthly {
  display: block;
}

.text-span-6 {
  font-size: 14px;
  line-height: 0;
}

.price-row3-savings.green-box {
  text-align: center;
  background-image: linear-gradient(#25881a, #25881a);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: inline-flex;
}

.price-icon {
  width: 15px;
  margin-right: 5px;
}

.currency-smltxt {
  font-size: 13px;
}

.text-span-8 {
  font-weight: 700;
}

.pricing-row4 {
  background-image: linear-gradient(#121212, #121212);
  border: 1px solid #202225;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.list {
  color: #fff;
  background-image: linear-gradient(#121212, #121212);
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 125%;
  list-style-type: none;
}

.list-item {
  color: #7b8899;
  text-align: center;
  border-bottom: 1px solid #3a3d3e;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 100%;
  display: block;
}

.list-item.emp-extra {
  color: #db8ef8;
  font-weight: 700;
}

.list-item.emp-pro {
  color: #147eff;
  font-weight: 700;
}

.list-item.level-up {
  color: #9bd1aa;
  font-style: italic;
  display: none;
}

.text-span-9 {
  color: #147eff;
  font-weight: 700;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.flex-block-4 {
  justify-content: center;
  align-items: flex-end;
}

.inline-arrow-circle {
  align-self: center;
  width: 19px;
  display: inline-block;
}

.footer-privacy {
  color: #9b9999;
  text-align: right;
  font-size: 14px;
}

.quote-symbol {
  opacity: .35;
  align-self: auto;
  width: 46px;
  margin-top: 0;
  margin-left: -35px;
  position: absolute;
  top: 2%;
  left: 11%;
}

.testimonial-info-bottom {
  flex-flow: column;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.testimonial-card-bottom {
  background-color: #fff;
  border-bottom-right-radius: 150px;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 0 10px;
  display: flex;
}

.testimonial-2nd-line {
  color: #757575;
  font-size: 15px;
  font-weight: 500;
}

.testimonial-avatar {
  align-self: center;
  width: 100px;
}

.splashy-img {
  margin-bottom: 40px;
  overflow: hidden;
}

.simple-link {
  color: #9b9999;
}

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

.trust-copy {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.trust-copy.hero {
  margin-top: 80px;
  padding-right: 180px;
  font-size: 20px;
}

.button-box {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-renewal-buttons {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.pricing-renewal-buttons:active {
  opacity: 1;
  background-color: #3898ec;
}

.pricing-renewal-buttons.annual {
  display: none;
}

.pricing-renewal-buttons.load-button {
  background-color: #037df0;
}

.pricing-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-grid.monthly, .pricing-grid.annually {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pricing-save-tag {
  text-align: left;
  transform-style: preserve-3d;
  background-image: linear-gradient(#ffc900, #ffc900);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: none;
  position: static;
  transform: rotate(6deg)translate(175px, 3px);
}

.save-green-arrow {
  aspect-ratio: auto;
  width: 40px;
  display: none;
  transform: translate(85px, 6px)rotate(-74deg);
}

.save-tag-txt {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 0%;
}

.grid-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-cell.tools {
  padding-left: 0;
  padding-right: 0;
}

.heading-3 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 125%;
}

.heading-3.emp {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

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

.making-money-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 640px;
  max-width: none;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

.grid_nbs-faqs {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.container_50--vflex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container_50--vflex.shaded {
  background-color: rgba(0, 0, 0, .8);
  max-width: 85%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-vertpadtop-60 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.grid-4 {
  grid-template-rows: auto;
  justify-content: stretch;
}

.grid-5 {
  grid-template-rows: auto;
}

.grid-6 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
}

.grid-6.left-align {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 90%;
}

.sctr-img {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.left-aign-flexblock {
  text-align: left;
}

.grid-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-vertpad-100 {
  background-image: linear-gradient(45deg, #000, #000 0%, #000 0%, #000 0%, rgba(0, 0, 0, 0)), url('../images/stock-exchange-background.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.icon-header-img {
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  height: 36px;
  margin-bottom: 0;
  margin-right: 10px;
}

.icon-header {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.main-tab-txt {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.tab-link-sharpcharts {
  background-color: rgba(0, 0, 0, 0);
  padding-right: 20px;
}

.tab-link-sharpcharts.w--current {
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  padding-left: 20px;
  font-size: 15px;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid #fff;
  font-size: 15px;
}

.tab-img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.tabs-menu {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin: 20px auto;
}

.tabs {
  flex-flow: column;
  align-self: auto;
  display: flex;
}

.tab-pane-sharpcharts {
  border-bottom: 0 #000;
}

.tabs-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  align-content: stretch;
  align-items: center;
  justify-items: end;
}

.big-yellow {
  color: #ffc900;
  text-align: right;
  font-weight: 700;
  text-decoration: underline;
}

.span-link {
  color: #fff;
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.footer-social-link-yt, .footer-social-link-twitter {
  background-color: #fff;
  margin-left: 32px;
}

.sharpcharts-grid {
  display: none;
}

.scan-vid {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.scan-vid-div {
  width: 800px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.tab-textbox {
  margin-left: 20px;
}

.tab-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-top: 20px;
}

.inner-tabdom-menu {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.inner-tabdom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-tab-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.sub-tab-block {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
}

.sub-tab-block.w--current {
  color: #fff;
  background-color: rgba(63, 63, 63, .5);
  border-radius: 3px;
}

.grid-3c-1r {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.emp-header-txt {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.pricing-signup-link {
  text-decoration: none;
  display: block;
}

.pricing-signup-link:hover {
  border: 4px solid #ffc900;
}

.pricing-signup-link:active {
  border-color: #2065ac;
}

.heading-1 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1440px) {
  .footer-form-input {
    clear: none;
  }

  .button-free-trial:hover {
    background-color: #2065ac;
  }

  .footer-subscribe {
    clear: none;
  }

  .footer-form-container-two {
    max-width: 1172px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-form-two {
    background-position: 31%;
    padding-top: 84px;
  }

  .footer-link {
    pointer-events: auto;
  }

  .footer-link:hover {
    color: #ffc900;
  }

  .footer-form-block-two {
    justify-content: flex-end;
    align-items: center;
  }

  .container_1172-hflex {
    flex-flow: row;
  }

  .navbar-logo-left {
    position: static;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #000;
    position: fixed;
  }

  .nav-link:hover {
    color: #ffc900;
  }

  .body {
    flex-flow: column;
    display: flex;
  }

  .hero-heading-left {
    background-size: auto 100%;
    margin-top: 80px;
  }

  .body-copy.centered.price-green-box {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 0%;
  }

  .body-copy.centered.price-row3-sml {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 300;
  }

  .body-copy.footer-learn-more {
    color: #9e9e9e;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }

  .body-copy.testimonial {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
  }

  .logo-strip {
    margin-left: -12px;
  }

  .section-vertpad-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    font-size: 24px;
    font-weight: 700;
  }

  .heading-2.centered.testimonial-header {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container_1172-vflex.shaded {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 40px;
    outline: 3px #333;
  }

  .testimonial-slider-small {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/digital-wave-bkgd.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #5c5c5c;
  }

  .testimonial-slider {
    max-width: 1000px;
  }

  .testimonial-slide-wrapper {
    max-width: 48%;
  }

  .testimonial-card-top {
    opacity: 1;
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#0050b3, #033a7d 100%, #043166 100%, #071b2e);
    border: 1px #b8b8b8;
    border-radius: 20px 20px 0 0;
    outline: 0 #555;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 40px 0 50px;
  }

  .testimonial-info {
    margin-top: 0;
  }

  .testimonial-author {
    color: #242424;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%;
  }

  .section-vertpad-140 {
    border: 1px #202325;
    border-radius: 0;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .pricing-row1 {
    background-image: linear-gradient(#202325, #202325);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .price-stack {
    align-self: flex-start;
    width: 365px;
  }

  .price-stack.alpha {
    margin-right: 20px;
  }

  .price-stack.median {
    margin-left: 20px;
    margin-right: 20px;
  }

  .price-stack.omega {
    margin-left: 20px;
  }

  .pricing-row1-txt {
    color: #7b8a9a;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .pricing-row2 {
    background-image: linear-gradient(#121212, #121212);
    border-bottom: 5px solid #354357;
    border-left: 1px solid #202325;
    border-right: 1px solid #1f2225;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-row2.emp-extra {
    border-bottom-color: #db8ef8;
  }

  .pricing-row2.emp-pro {
    border-bottom-color: #52a471;
  }

  .price-row2-txt {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-row3 {
    background-image: linear-gradient(#202325, #202325);
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .price-blue {
    color: #9cc3fe;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 900;
  }

  .text-span-6 {
    font-size: 13px;
    font-weight: 700;
  }

  .price-row3-savings {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#26a65a, #26a65a);
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    display: inline-block;
  }

  .price-row3-savings.green-box {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .price-icon {
    align-self: center;
    width: 16px;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -11px;
  }

  .currency-smltxt {
    font-size: 12px;
  }

  .text-span-8 {
    font-weight: 700;
  }

  .pricing-row4 {
    border: 1px solid #202325;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .flex-block-4 {
    justify-content: center;
    align-items: flex-end;
  }

  .inline-arrow-circle {
    opacity: .4;
    width: 17px;
  }

  .footer-privacy {
    color: #9b9999;
    text-align: right;
    font-size: 14px;
  }

  .quote-symbol {
    opacity: .35;
    align-self: auto;
    width: 46px;
    margin-top: -35px;
    margin-left: -30px;
    display: block;
    position: absolute;
    top: 12%;
    bottom: auto;
    left: 9%;
    right: auto;
  }

  .quote-symbol.addpad {
    margin-top: -22px;
  }

  .testimonial-info-bottom {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
  }

  .testimonial-card-bottom {
    opacity: 1;
    outline-offset: 0px;
    background-color: #fff;
    border: 0 #3d3d3d;
    border-radius: 0 0 20px 20px;
    outline: 0 #555;
    padding: 10px 20px;
  }

  .testimonial-2nd-line {
    color: #a0a0a0;
    font-size: 15px;
    line-height: 200%;
  }

  .testimonial-avatar {
    align-self: center;
    width: 100px;
  }

  .splashy-img {
    max-width: 64%;
    margin-bottom: 40px;
  }

  .grid-cell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_nbs-faqs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container_50--vflex.shaded {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 40px;
    outline: 3px #333;
    max-width: 50%;
  }

  .section-vertpadtop-60, .section-vertpad-100 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .button-free-trial.hero {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
    font-size: 35px;
    line-height: 125%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container_1172-hflex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .newsletter-cta-container {
    padding-right: 20px;
  }

  .lrg-copy {
    font-size: 20px;
  }

  .lrg-copy.hero {
    margin-bottom: 30px;
    padding-right: 200px;
    font-size: 23px;
  }

  .nav-container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .sml-logo {
    max-width: 200px;
  }

  .hero-heading-left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0)), url('../images/nbs_header-img.jpg');
    background-position: 0 0, 28% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 50%;
    border-bottom-style: none;
    padding-top: 60px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero_headline {
    font-size: 48px;
  }

  .body-copy.sctr {
    text-align: left;
  }

  .logo-strip {
    background-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    margin-top: 20px;
  }

  .heading, .heading.scan-engine {
    text-align: center;
  }

  .heading.centered-heading.tab-section {
    margin-bottom: 0;
  }

  .heading-2.centered.testimonial-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2.left-align.tight {
    text-align: left;
  }

  .container_1172-vflex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-div.scan-engine {
    padding-left: 0;
    padding-right: 0;
  }

  .container-lower-footer {
    max-width: 728px;
  }

  .big-screen {
    max-width: 100%;
  }

  .testimonial-slider {
    width: auto;
    max-width: none;
  }

  .testimonial-slide-wrapper {
    width: 375px;
    max-width: none;
    margin-left: 8px;
    margin-right: 20px;
  }

  .testimonial-card-top {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-slider-left {
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    transform: translate(-61px);
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .section-vertpad-140, .section-vertpad-140.tab-section-bkgd {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .price-stack.alpha {
    margin-right: 0;
  }

  .price-stack.omega {
    margin-left: 0;
  }

  .footer-privacy {
    display: none;
  }

  .splashy-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .trust-copy.hero {
    color: #dbdbdb;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 110px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
  }

  .pricing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-cell.tools {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3.emp {
    text-align: center;
  }

  .making-money-div {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .image-11 {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-self: center;
  }

  .container_50--vflex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask {
    width: 410px;
  }

  .section-vertpadtop-60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-self: center;
    margin-left: 0;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-6.left-align {
    text-align: left;
    align-self: flex-start;
    max-width: none;
  }

  .sctr-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-7 {
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-vertpad-100 {
    background-image: linear-gradient(#000, rgba(0, 0, 0, .13)), url('../images/stock-exchange-background.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .tabs {
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .sharpcharts-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .scan-vid-div {
    width: 600px;
  }

  .grid-3c-1r {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer-form-input {
    width: 100%;
  }

  .button-free-trial.hero {
    margin-top: 40px;
  }

  .button-free-trial.scan-engine {
    align-self: center;
  }

  .footer-wrapper-three {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block {
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-form-two {
    max-width: 100%;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    background-image: url('../images/nbs-mobileheader1.webp'), linear-gradient(90deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    padding: 60px 15px;
  }

  .hero_headline {
    margin-top: 40px;
  }

  .body-copy.centered.not-for-mobile {
    display: none;
  }

  .body-copy.sctr, .body-copy.not-for-mobile {
    text-align: center;
  }

  .logo-strip {
    display: none;
  }

  .heading {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 32px;
  }

  .section-vertpad-60 {
    padding-top: 0;
  }

  .container_1172-vflex {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .faq-toggle {
    width: 548px;
  }

  .faq-toggle-txt {
    max-width: 100%;
    font-size: 16px;
  }

  .faq-toggle-list.w--open {
    width: 548px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
    display: none;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-top {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

  .list-item.level-up {
    display: block;
  }

  .list-item.hide {
    display: none;
  }

  .testimonial-card-bottom {
    margin-left: 10px;
    margin-right: 10px;
  }

  .trust-copy.hero {
    font-size: 18px;
    display: none;
  }

  .container_50--vflex {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-6.left-align {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .left-aign-flexblock {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .icon-header-img {
    height: 40px;
  }

  .icon-header {
    flex-flow: column;
  }

  .sharpcharts-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .scan-vid-div {
    width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-free-trial.footer-form-button {
    position: relative;
    right: 0;
  }

  .button-free-trial.hero {
    text-align: center;
    align-self: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .footer-wrapper-three {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-title {
    font-size: 26px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container_1172-hflex.hero {
    overflow: hidden;
  }

  .lrg-copy {
    font-size: 16px;
    line-height: 125%;
  }

  .lrg-copy.hero {
    text-align: center;
    padding-right: 0;
    font-size: 22px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .sml-logo {
    max-width: 160px;
  }

  .hero-heading-left {
    background-image: url('../images/nbs-mobileheader1.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero_headline {
    text-align: center;
    margin-top: 60px;
    font-size: 33px;
    line-height: 116%;
  }

  .body-copy.sctr {
    text-align: center;
    font-size: 16px;
  }

  .body-copy.not-for-mobile {
    text-align: center;
  }

  .heading {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .heading.scan-engine {
    padding-left: 0;
    padding-right: 0;
  }

  .section-vertpad-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .heading-2.yellow {
    font-size: 20px;
  }

  .heading-2.yellow.centered-heading.shrink {
    font-size: 18px;
  }

  .heading-2.yellow.left-align {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-2.centered.lite-weight {
    display: none;
  }

  .heading-2.left-align.tight {
    font-size: 20px;
  }

  .container_1172-vflex {
    max-width: 100%;
    overflow: hidden;
  }

  .faq-toggle {
    width: 310px;
    margin: 10px;
  }

  .faq-toggle-txt {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-right: 40px;
    font-size: 14px;
    display: inline-block;
    overflow: visible;
  }

  .faq-toggle-block {
    margin-bottom: 0;
  }

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

  .faq-toggle-list.w--open {
    width: 300px;
  }

  .container-lower-footer {
    max-width: none;
  }

  .testimonial-slider-small {
    display: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-top {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .section-vertpad-140 {
    overflow: hidden;
  }

  .price-stack.alpha {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-stack.median {
    width: 310px;
  }

  .price-stack.omega {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item {
    display: block;
  }

  .list-item.level-up {
    color: #9bd1aa;
    font-style: italic;
  }

  .testimonial-card-bottom {
    margin-left: 10px;
    margin-right: 10px;
  }

  .splashy-img {
    max-width: 190%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-renewal-buttons.annual {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-renewal-buttons.monthly {
    text-align: center;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-grid {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-save-tag {
    font-size: 12px;
    transform: rotate(6deg)translate3d(74px, 7px, -30px);
  }

  .save-green-arrow {
    transform: translate(25px, 16px)rotate(-110deg);
  }

  .grid-cell.tools {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3.emp {
    font-size: 17px;
  }

  .making-money-div {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_50--vflex {
    max-width: 100%;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
  }

  .left-aign-flexblock {
    justify-content: flex-start;
    align-items: center;
  }

  .section-vertpad-100 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .icon-header-img {
    height: 30px;
  }

  .icon-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .scan-vid-div {
    width: 280px;
  }
}

#w-node-e2d3aeac-b87f-ba5f-4eb9-d2927ecf722c-7c9e33a0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
  justify-self: center;
}

#w-node-_27cef5e1-8b2a-6897-7759-be86865001f5-7c9e33a0 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_27cef5e1-8b2a-6897-7759-be86865001fa-7c9e33a0, #w-node-e3a59389-f09f-c206-82fa-00afda211247-7c9e33a0 {
  align-self: auto;
}

#w-node-_10b2b1a2-ccec-6256-c8f6-12e5380ba0a3-7c9e33a0 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_10b2b1a2-ccec-6256-c8f6-12e5380ba0b1-7c9e33a0 {
  align-self: auto;
}

#w-node-d8fbf654-9506-44a2-b95c-fb240aa02c35-7c9e33a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfbbee87-d912-4dd1-1491-5ddb582f244b-7c9e33a0 {
  justify-self: start;
}

#w-node-_57603bd1-0f07-9873-aa09-dfe498fc5898-7c9e33a0, #w-node-_57603bd1-0f07-9873-aa09-dfe498fc58a3-7c9e33a0, #w-node-_57603bd1-0f07-9873-aa09-dfe498fc58ae-7c9e33a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_84a6aa21-7a8c-a342-aefa-ab6baa984093-7c9e33a0, #w-node-a3ece74c-b4df-f844-6a8a-4d67f3ec2654-7c9e33a0, #w-node-_57ce9766-7364-a794-9cb8-878b920f0b13-7c9e33a0, #w-node-b05e416b-ab82-d6c6-13d3-e1e471f8ee7c-7c9e33a0, #w-node-b05e416b-ab82-d6c6-13d3-e1e471f8eeb9-7c9e33a0, #w-node-b05e416b-ab82-d6c6-13d3-e1e471f8eef8-7c9e33a0, #w-node-_4b5ec530-92c8-c61d-0514-0db3d614a4eb-7c9e33a0, #w-node-_4b5ec530-92c8-c61d-0514-0db3d614a528-7c9e33a0, #w-node-_4b5ec530-92c8-c61d-0514-0db3d614a567-7c9e33a0 {
    align-self: stretch;
    justify-self: auto;
  }

  #w-node-_8a14112c-bed7-9f76-573c-d4c6656bc662-7c9e33a0 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3a59389-f09f-c206-82fa-00afda211247-7c9e33a0, #w-node-_10b2b1a2-ccec-6256-c8f6-12e5380ba0b1-7c9e33a0 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_84a6aa21-7a8c-a342-aefa-ab6baa984093-7c9e33a0 {
    align-self: auto;
  }

  #w-node-_57ce9766-7364-a794-9cb8-878b920f0b13-7c9e33a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: auto;
  }

  #w-node-b05e416b-ab82-d6c6-13d3-e1e471f8ee7c-7c9e33a0 {
    align-self: auto;
  }

  #w-node-b05e416b-ab82-d6c6-13d3-e1e471f8eef8-7c9e33a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: auto;
  }

  #w-node-_4b5ec530-92c8-c61d-0514-0db3d614a4eb-7c9e33a0 {
    align-self: auto;
  }

  #w-node-_4b5ec530-92c8-c61d-0514-0db3d614a567-7c9e33a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: auto;
  }
}


