@font-face {
  font-family: "Twklausanne 0600";
  src: url('../fonts/TWKLausanne-0600.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Twklausanne 0500";
  src: url('../fonts/TWKLausanne-0500.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Twklausanne 0300";
  src: url('../fonts/TWKLausanne-0300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Twklausanne 0700";
  src: url('../fonts/TWKLausanne-0700.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Twklausanne 0450";
  src: url('../fonts/TWKLausanne-450.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #000;
  --text-blue: #3e83eb;
  --white-2: #ffffff1a;
  --elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>: #babec1;
  --elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>: #eff0f6;
  --elements-webflow-library--neutral--800: #596064;
  --elements-webflow-library--neutral--100\<deleted\|variable-07926372\>: white;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>: #4a3aff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --dark-text-colour: #171e24;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0700", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0700", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 66px;
}

h3 {
  color: #1e6be6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0700", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 32px;
}

.page-wrapper {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  overflow: visible;
}

.nav-container {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1280px;
  padding-top: 16px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: static;
}

.nav-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-wrapper.show {
  display: none;
}

.brand {
  order: -1;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 4px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #020202;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  background-color: #edf1f4;
  border-radius: 16px;
  padding-left: 20px;
}

.nav-link.footer {
  text-align: left;
  background-image: none;
  border-top-style: none;
  padding: 4px 0;
  display: block;
}

.nav-link.footer:hover {
  background-color: #fff0;
  background-image: none;
  background-size: auto;
}

.nav-link.hide {
  display: none;
}

.dot {
  background-color: var(--black);
  border-radius: 2px;
  width: 6px;
  height: 6px;
  display: none;
}

.dot.is-blue {
  background-color: var(--text-blue);
  color: var(--text-blue);
  display: block;
}

.dot.is-blue.hide {
  display: none;
}

.dot.show {
  display: block;
}

.navbar {
  z-index: 9999;
  background-color: #e6ecef;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 16px;
}

.navbar._2 {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.secondary-button {
  color: var(--black);
  border-radius: 12px;
  padding: 16px 24px;
  text-decoration: none;
}

.secondary-button:hover {
  background-color: #d5e1ef;
}

.text-16px {
  color: #171e24;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
}

.text-16px.is-blue {
  color: var(--text-blue);
  font-family: "Twklausanne 0300", sans-serif;
  font-weight: 300;
}

.text-16px.is-blue.download {
  color: var(--white);
  text-decoration: none;
}

.text-16px.is-white {
  color: var(--white);
  font-family: "Twklausanne 0300", sans-serif;
  font-weight: 300;
}

.text-16px.center {
  color: #585e62;
  text-align: center;
  background-color: #f7f9f9;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-16px.is-grey {
  color: #969c9f;
}

.primary-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text-blue);
  background-color: #3e83eb1a;
  border: 1px solid #3e83eb26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  color: var(--white);
  background-color: #3e83eb33;
}

.primary-button.is-white {
  background-color: var(--white);
  border-style: none;
}

.primary-button._100 {
  background-color: var(--text-blue);
  color: var(--white);
  font-style: normal;
}

.primary-button._100:hover {
  background-color: #3a7ee4;
}

.primary-button._100.black-friday {
  border-radius: 20px;
  font-size: 16px;
  line-height: 24px;
}

.primary-button.pricingbutton {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.hero-section {
  background-image: url('../images/Rectangle-91_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 120px;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}

.padding-global {
  justify-content: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.container.flex._48px-space {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.container.flex.no-auto {
  align-items: flex-start;
  margin-left: 0;
}

.container.auto {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.container.no-auto {
  margin-left: 0;
}

.hero-copy-img-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-self: center;
  width: 100%;
  max-width: 630px;
  display: flex;
}

.copy-wrapper.is-auto {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: absolute;
  inset: 40px 20px 0% auto;
}

.image-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 680px;
  height: 100%;
  min-height: auto;
  display: flex;
}

.image-wrapper.is-auto {
  width: 780px;
  height: 650px;
  position: relative;
}

.heading-80px {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 88px;
}

.hero-form-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 500px;
  display: flex;
}

.hero-form-text-wrapper.full-width {
  width: 100%;
  max-width: 550px;
}

.text-field {
  letter-spacing: -.32px;
  border: 1px #000;
  border-radius: 24px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 14.5px 12px 14.5px 24px;
  font-size: 16px;
  line-height: 20.16px;
}

.text-field::placeholder {
  color: #9797a1;
}

.form-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3e83ea;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.form {
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 100px;
  align-items: center;
  padding: 0;
  display: flex;
}

.form.new {
  background-color: var(--white);
  border-style: solid;
  border-color: #dbdbdb;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 460px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}

.form-block {
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  margin-bottom: 0;
}

.form-block.hide {
  display: none;
}

.success-message-footer {
  background-color: #fff;
}

.arrow {
  pointer-events: none;
}

.para-16px {
  color: #171e24;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21.6px;
}

.para-16px.is-grey {
  color: #5d6265;
}

.para-16px.is-white {
  color: var(--white);
  font-family: "Twklausanne 0300", sans-serif;
  font-weight: 300;
}

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

.hero-stats-section {
  background-image: url('../images/Frame-54-1_1.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1392px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  display: flex;
}

.stat-grid-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

._3-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.stat-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-64px {
  color: #171e24;
  text-align: left;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 70.4px;
  position: relative;
}

.heading-64px.is-white {
  color: var(--white);
  letter-spacing: -.64px;
  font-family: "Twklausanne 0600", sans-serif;
  font-weight: 600;
  line-height: 70.4px;
  position: static;
}

.heading-64px.is-white.is-small {
  font-size: 64px;
}

.heading-64px.center {
  text-align: center;
  width: 100%;
  max-width: 1071px;
}

.heading-64px.center-align {
  color: var(--white);
  text-align: left;
  letter-spacing: -.64px;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 48px;
  position: static;
}

.heading-64px.center-align.is-small {
  font-size: 64px;
}

.heading-64px.center-aligned {
  text-align: center;
}

.text-20px {
  color: #131e28;
  letter-spacing: -.64px;
  font-size: 20px;
  line-height: 22px;
}

.text-20px.is-white {
  color: var(--white);
  text-align: center;
  font-family: "Twklausanne 0300", sans-serif;
  font-weight: 300;
}

.overview-setion {
  padding-bottom: 120px;
  overflow: hidden;
}

.overview-heading-wrap {
  order: -1;
  width: 100%;
  max-width: 800px;
  display: flex;
}

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

.process-card {
  width: 420px;
}

.process-card._1 {
  margin-top: 64px;
}

.process-card.text-20px {
  margin-top: 150px;
}

.heading-40px {
  color: #171e24;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.process-card-copy-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 24px 16px;
  display: flex;
}

.insight-section {
  background-image: url('../images/Frame-1171276846-3-min_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 1392px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  overflow: hidden;
}

.insight-copy-img-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.insight-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: auto;
}

.insight-image.hide {
  display: block;
}

.insight-image.desktop-hide {
  display: none;
}

.testimonial-section {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

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

.absolute-bg-img {
  height: 136px;
  position: absolute;
  inset: 64px 0% auto auto;
}

.testimonial-copy-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.relative-copy-wrapper {
  width: 100%;
  max-width: 900px;
  position: relative;
}

.para-btn-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  margin-top: 40px;
  display: flex;
}

.para-btn-wrapper.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.testimonial-track {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.testimonial-card {
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  background-color: #eff2f4;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 600px;
  padding: 45px 80px 40px 40px;
  display: flex;
  position: relative;
}

.quote-absolute {
  position: absolute;
  inset: -12px auto auto 40px;
}

.para-32px {
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.testimonial-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-span-grey {
  color: #171e2466;
  font-weight: 300;
}

.speacial-feature-section {
  background-image: url('../images/Frame-54-2-min_1.webp');
  background-position: 50%;
  background-size: cover;
  max-width: 1392px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 100px;
  position: relative;
  overflow: visible;
}

._2-grid-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 1050px;
  display: none;
  position: static;
}

.sf-heading-wrap {
  width: 100%;
  max-width: 689px;
}

.text-24px {
  color: #171e24;
  letter-spacing: -.64px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 26.4px;
}

.text-24px.is-white {
  color: var(--white);
  margin-right: 0;
}

.text-24px.is-grey {
  color: #fff;
  display: block;
}

.horizontal-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.div-block-2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  display: flex;
  position: static;
}

.text-20px-tab {
  letter-spacing: -.64px;
  font-size: 20px;
  line-height: 22px;
}

.image-absolute.left {
  z-index: 0;
  width: auto;
  max-width: none;
  height: 383px;
  display: block;
  position: absolute;
  inset: 8% auto auto 0%;
}

.image-absolute.right {
  position: absolute;
  inset: auto 0% 227px auto;
}

.stock-insight-section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.text-span-green {
  color: #50a433;
  text-transform: uppercase;
  background-color: #ecf6eb;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}

.text-span-red {
  color: #ed4949;
  text-transform: uppercase;
  background-color: #ed49491a;
  border-radius: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

._2-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-top: 48px;
  display: flex;
}

.stock-insight-copy-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  width: 450px;
}

.vist-aapl-section {
  background-image: url('../images/Frame-811403_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px 32px;
  display: flex;
  overflow: hidden;
}

.div-block-4 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

.div-block-4.hide {
  flex: 0 auto;
  width: 450px;
}

.aapl-copy-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.aapl-coppy-wrap {
  width: 712px;
  position: relative;
}

.line-divider {
  background-color: #4e6175;
  align-self: center;
  width: 1300px;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 32px;
}

.text-logo-carousel-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.aapl-logos {
  width: 100%;
  max-width: 100%;
  height: 75px;
  margin-left: 9px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  overflow: clip;
}

.aapl-logos.yc {
  margin-left: 16px;
}

.logo-carousel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: -17px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.features-section {
  padding: 120px 0% 120px 5%;
  overflow: hidden;
}

.feature-2-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse;
  width: auto;
  display: flex;
}

.feature-2-grid-wrap.reverse {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
}

.feature-copy-wrap {
  width: 500px;
}

.features-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 48px 32px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  width: 420px;
  display: flex;
}

.div-block-5.auto {
  width: 320px;
}

.features-img-wrap {
  width: 100%;
  max-width: 480px;
}

.investing-strategy-section {
  background-image: url('../images/Group-1000003191.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  max-width: 1392px;
  height: 480px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.is-img-copy-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.is-copy-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 450px;
  padding: 0;
  display: flex;
}

.is-img-wrap {
  flex-flow: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: 500px;
  height: 480px;
  margin-top: -160px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image {
  order: -1;
  align-self: flex-start;
  width: 100%;
  height: 100%;
}

.blog-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  overflow: hidden;
}

.blogs-copy-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blogs-copy-wrap {
  width: 730px;
  position: relative;
}

.blogs-copy-wrapp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 520px;
  display: flex;
}

.blog-2-grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 48px;
  display: flex;
}

.blogs-img-wrap {
  width: 700px;
}

.blog-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 48px 32px 48px 0;
  display: flex;
}

.stockunlock-at-glance-section {
  background-image: url('../images/Frame-811415-min_1.webp');
  background-position: 50% 0;
  background-size: cover;
  padding: 100px 60px 120px;
  overflow: hidden;
}

.bento-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 6fr;
  place-items: center stretch;
}

.bento-card-regular {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  border: 1px solid #34383b;
  border-radius: 16px;
  width: auto;
  height: 100%;
  box-shadow: inset 1px 2px 40px #04060a2e, 2px 4px 16px #05060b1a;
}

.bento-card-regular._2-fr {
  border-radius: 16px;
  width: auto;
}

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

.bento-card-small {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  border: 1px solid #34383b;
  border-radius: 16px;
  height: auto;
  box-shadow: inset 1px 2px 40px #04060a2e, 2px 4px 16px #05060b1a;
}

.bento-card-small.down {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  border: 1px solid #34383b;
  border-radius: 16px;
  width: auto;
  height: 232px;
  box-shadow: inset 1px 2px 40px #04060a2e, 2px 4px 16px #05060b1a;
}

.bento-card-small.down-half {
  width: auto;
  height: 232px;
}

.pricing-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  overflow: hidden;
}

.pricng-tab {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-menu {
  background-color: #eff2f4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding: 4px;
  display: flex;
}

.pricing-link {
  color: #585e62;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 16px 24px;
  display: flex;
}

.pricing-link.w--current {
  background-color: var(--white);
  color: #171e24;
  border-radius: 8px;
  width: 50%;
  padding: 16px 24px;
}

.overflow {
  flex-flow: row;
  margin-top: 32px;
  display: flex;
  overflow: visible;
}

.grid-wrapper {
  position: relative;
}

.pricing-gid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.pricing-card {
  background-color: #eef2f4;
  border-radius: 24px;
  width: 420px;
  height: 700px;
}

.bottom-content-wrapper {
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
}

.price-div {
  background-color: var(--white);
  border-radius: 12px;
  width: 150px;
  padding: 20px 24px;
}

.price-div.dark {
  background-color: var(--white-2);
}

.pricing-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 24px 0 0;
  display: flex;
}

.pricing-copy.add-on {
  width: 343px;
  padding-top: 0;
}

.pointer-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.check-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.additional-ai-wrapper {
  background-image: url('../images/Frame-811424_1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 796px;
  height: 156px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  inset: auto 32px -100px auto;
}

.headig-32px {
  color: var(--white);
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 35.2px;
}

.faq-section {
  padding-top: 20px;
  padding-bottom: 120px;
  overflow: hidden;
}

.podcast-card {
  background-color: #eef2f4;
  border-radius: 0;
  width: 100%;
  max-width: 1060px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px 8px 8px;
  display: flex;
  overflow: hidden;
}

.thumbnail-img {
  width: 320px;
  height: 320px;
}

.content-wrap {
  padding-top: 30px;
  padding-left: 24px;
}

.top-img-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.podcast-img {
  width: 105px;
  height: 36px;
}

.podcast-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  padding: 12px 0 0;
  display: flex;
}

.product-cta {
  background-image: url('../images/Frame-811403_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin: 0 auto;
  padding: 80px 60px;
  display: flex;
  overflow: hidden;
}

.cta-copy-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cta-copy-wrap {
  width: 640px;
  position: relative;
}

.footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  text-align: center;
  width: 100%;
  margin-top: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-list-item {
  margin-bottom: 8px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  margin-top: 0;
  padding-left: 0;
}

.brix---mg-bottom-32px {
  margin-bottom: 0;
}

.brix---footer-big-links-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 100px;
  display: flex;
}

.brix---footer-big-links-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.brix---icon-square-36px {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
  margin-top: 24px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-footer-v17 {
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: flex;
}

.footer-top {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  padding: 60px 60px 0;
  display: flex;
}

.footer {
  background-image: url('../images/Frame-811414.svg');
  background-position: 0 0;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.div-block-7 {
  width: 500px;
}

.banner {
  background-color: #f4f5f7;
  justify-content: center;
  max-width: 1440px;
  height: 52px;
  display: flex;
}

.img-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block.banner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.banner-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.body {
  background-color: #e6ecf0;
}

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

.bento--card-big {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  border: 1px solid #34383b;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  box-shadow: inset 1px 2px 40px #04060a2e, 2px 4px 16px #05060b1a;
}

.contentholder-div {
  width: 100%;
  height: 100%;
}

.content-img-tab {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: stretch;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-img-tab.is-mobile {
  display: none;
}

.content-tab {
  order: -1;
  width: 100%;
}

.content-link {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: space-between;
  padding: 5px 10px;
  display: flex;
}

.content-link.w--current {
  color: var(--white);
  background-color: #ddd0;
  display: flex;
}

.img-tab {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 100px;
}

.img-pane {
  height: auto;
}

.img-wrap {
  justify-content: flex-start;
  height: auto;
}

.feature-img {
  object-fit: cover;
  display: block;
}

.circle-progress-corner {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.circle-progress-corner.top-right {
  justify-content: flex-end;
  inset: 0% 0% auto auto;
}

.circle-progress-corner.bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
  inset: auto auto 0% 0%;
}

.circle-progress-corner.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  inset: auto 0% 0% auto;
}

.circle-progree-wrap {
  border: 2px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.circle-progress-line {
  border: 2px solid #33343a;
  border-color: #0074f8 #33343a #33343a #0074f8;
  border-radius: 50%;
  flex: none;
  width: 200%;
  height: 200%;
}

.circle-progress-line.three {
  border-color: #454c52 #454c52 #d7d9db #d7d9db;
}

.circle-progress-line.one {
  border-color: #d7d9db #d7d9db #454c52 #454c52;
}

.circle-progress-line.two {
  border-color: #454c52 #d7d9db #d7d9db #454c52;
}

.circle-progress-line.four {
  border-color: #d7d9db #454c52 #454c52 #d7d9db;
}

.text-block-64 {
  color: var(--elements-webflow-library--neutral--800);
  flex: none;
  font-size: 24px;
  line-height: 26.4px;
}

.feature-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.featur-accordion {
  color: #f1f1f1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-wrapper {
  width: 380px;
  height: auto;
  padding-left: 80px;
  display: flex;
}

.feature-image {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.top-margin-16px {
  margin-top: 16px;
  display: block;
}

.bento-card-small-grid {
  height: 232px;
}

.bento-grid-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 82px;
  display: flex;
}

.feature-image-cards {
  width: 100%;
}

.testimonial-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  margin-left: 24px;
  padding-left: 0;
  display: flex;
}

.testimonial-wrap.hide {
  display: none;
  overflow: hidden;
}

.brix---hidden-desktop {
  display: none;
}

.swiper-button-next {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: auto 0% -6% 91%;
  transform: translate(0, -50%);
}

.swiper-button-next:hover {
  transform: scale(.95)translate(0, -50%);
}

.swiper-button-prev {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: auto 0% -6%;
  transform: translate(0, -50%);
}

.swiper-button-prev:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---text-200 {
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  color: #333;
  margin-bottom: 0;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---card-testimonial-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  box-shadow: none;
  background-color: #eff2f4;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: 360px;
  padding: 48px 32px 56px;
  display: flex;
}

.brix---slide-item-mg {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-right: 20px;
}

.brix---slider-mask-width-390px {
  max-width: 600px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  width: 100%;
  max-width: 2400px;
  height: 100%;
}

.brix---slider-wrapper.is-mobile {
  display: none;
}

.brix---slider-wrapper.hide {
  max-width: none;
  display: none;
  overflow: visible;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.faq-a-text {
  color: #5d6265;
  letter-spacing: .32px;
  width: 100%;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21.6px;
}

.faq-q-text {
  color: #171e24;
  letter-spacing: -.01em;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 26.4px;
}

.c-faq-item {
  cursor: pointer;
  border-bottom: 1px #33323f33;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.rl-padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl_faq6_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.rl_faq6_accordion {
  border: 1px none var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_accordion._w-100 {
  width: 100%;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  width: auto;
  display: flex;
}

.rl_faq6_list-grid._w-100 {
  width: 100%;
}

.rl_faq6_list {
  width: 100%;
  max-width: 650px;
}

.rl_faq6_list._w-100 {
  max-width: 100%;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_faq6_heading-wrapper {
  width: 100%;
  max-width: 520px;
}

.rl_faq6_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature-accordion-section {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.feature-accordion-section.hide {
  display: none;
}

.feature-menu {
  width: 100%;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  display: flex;
}

.insight-imageai {
  object-fit: contain;
  flex: none;
  width: 100%;
  height: auto;
}

.image-2 {
  filter: invert();
}

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

.swiper_component {
  position: relative;
}

.swiper_component.hide {
  min-height: 400px;
  overflow: hidden;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

.swiper-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.swiper-slide {
  flex: 0 0 600px;
  min-height: 360px;
}

.logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-top: 8px;
  display: flex;
}

.hero-logo {
  width: 100%;
  min-width: 48px;
  height: 100%;
  min-height: 48px;
}

.logo-wrap {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 8px;
  transition: background-color .3s, transform .3s;
  box-shadow: 4px 4px 8px #0000000a;
}

.logo-wrap:hover {
  transform: scale(.92);
}

.div-block-12, .div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.scrim {
  z-index: 9999;
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  box-sizing: border-box;
}

.newsletter-block {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.newsletter-subscribe-modal {
  background-color: #fff;
  background-image: url('../images/Rectangle-21.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  max-width: 580px;
  padding: 20px 40px 40px;
  position: relative;
  overflow: hidden;
}

.container-modal {
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #5d6265;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: "Twklausanne 0300", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.email-form {
  width: 100%;
  margin-bottom: 12px;
}

.email-form-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.email-input {
  color: #1a1b1f;
  background-color: #fff;
  border: 1px solid #d1d6db;
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 16px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  transition: all .2s;
}

.email-input:hover, .email-input:focus {
  border-color: #76879d;
}

.email-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  text-transform: none;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: "Twklausanne 0500", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.newsletter-modal-image {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  margin-top: 0;
  font-family: "Twklausanne 0600", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.success-message {
  color: #027a48;
  text-align: left;
  background-color: #d1fadf;
  border: 1px solid #03985533;
  border-radius: 4px;
  font-family: "Twklausanne 0500", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.close-button-div {
  text-align: right;
  margin-bottom: 20px;
}

.close-btn {
  cursor: pointer;
  width: 36px;
  position: static;
  inset: 0% 0% auto auto;
}

.button {
  color: #3898ec;
  background-color: #3898ec00;
  margin-left: auto;
  margin-right: auto;
  font-family: "Twklausanne 0500", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.button:hover {
  color: #2385db;
}

.newsletter-btn-wrapper {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.success-message-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrapper.no-scroll {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.hero_section {
  background-color: #0000;
  background-image: linear-gradient(#e9eff3, #fff);
  padding: 136px 20px 150px;
}

.container_main {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.hero_content {
  margin-top: -90px;
}

._w-968 {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}

.inner_container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.t-1 {
  color: #3e83eb;
  text-align: center;
  letter-spacing: .3px;
  text-transform: capitalize;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.h1 {
  color: #1c1d22;
  letter-spacing: -2px;
  text-transform: none;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 84px;
}

.text-span {
  color: #3e83eb;
}

.paragraph {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

._w-666 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.primary_btn {
  color: #333;
  background-color: #d0e3ff;
  border: 2px solid #3e83eb;
  border-radius: 17px;
  align-self: center;
  margin-bottom: 0;
  padding: 18px 100px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  box-shadow: inset 0 4px 20px #9fc3fa;
}

.primary_btn:hover {
  color: #fff;
  background-color: #3e83ea;
}

.primary_btn.pricingbutton {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.primary_btn.pricingbutton.tryinbrowser {
  vertical-align: middle;
  object-fit: fill;
  margin-bottom: 0;
  padding: 8px 30px;
}

.btn-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.t-2 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
}

.testimonial_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 36px;
  text-decoration: line-through;
  display: flex;
}

.link-block-2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 120px 20px 200px;
  display: flex;
  position: static;
  overflow: visible;
}

.content_wrapper {
  display: block;
}

.testimonial_blokc {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/image-2-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  flex-flow: column;
  margin-top: -180px;
  padding: 70px 30px 10px;
  display: flex;
  position: static;
  overflow: visible;
}

.testimonial-wrapper {
  flex: none;
  display: flex;
  overflow: hidden;
}

.testimonial-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  max-width: 253px;
  margin-left: 35px;
  margin-right: 35px;
  display: flex;
}

.profile_detail {
  margin-top: 10px;
  margin-bottom: 10px;
}

.quote {
  z-index: 11111;
  color: #fffc;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.t-3 {
  color: #fffc;
  text-align: center;
  text-transform: capitalize;
  font-family: "Twklausanne 0500", sans-serif;
  font-weight: 500;
}

.review-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrows-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.leftarrow-2 {
  border: 1px solid #ffffff21;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  transition: all .3s;
  display: flex;
}

.leftarrow-2:hover {
  background-color: #3e83ea;
  border-color: #3e83ea59;
}

.rightarrow-2 {
  border: 1px solid #ffffff21;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  transition: all .3s;
  display: flex;
}

.rightarrow-2:hover {
  background-color: #3e83ea;
  border-color: #3e83ea59;
}

.image_center {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #fff3;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-right: -1px;
  padding-top: 20px;
  padding-right: 0;
  display: flex;
}

.logo_block.right {
  margin-left: 0;
}

.image-3 {
  filter: invert();
}

.testimonial {
  padding-top: 115px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-3 {
  z-index: 111;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.inner_block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.testimonial_card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #0000003b;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 29px 26px;
  display: flex;
}

.t-4 {
  color: #000;
  font-family: "Twklausanne 0500", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

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

.name {
  color: #000;
  text-transform: capitalize;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-65 {
  color: #000c;
  text-transform: capitalize;
  font-family: "Twklausanne 0500", sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.merge {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.heading-2 {
  text-align: left;
  font-size: 76px;
  line-height: 71px;
}

.text-span-2 {
  color: #3e83ea;
}

._w-802 {
  max-width: 802px;
}

.pricing_section {
  background-color: #e9eff3;
  margin-top: -120px;
  padding: 220px 20px 100px;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  place-items: center;
  line-height: 29px;
}

.pricing_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url('../images/billing_free_bg-f73477bf.svg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: block;
}

.heading-3 {
  text-transform: capitalize;
  max-width: 600px;
}

.text-span-3 {
  color: #3e83ea;
}

.t-5 {
  color: #000000de;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.t-5.greyish {
  color: #4a5563;
}

.merge_block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-bottom: 30px;
  display: flex;
}

.account-creation-form {
  border-top: 1px solid #0003;
  max-width: 535px;
  padding-top: 30px;
}

.text-field-2 {
  color: #000;
  border: 1px solid #00000030;
  border-radius: 8px;
  height: 65px;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.submit-button {
  background-color: #3e83ea;
  border: 1px solid #3e83ea;
  border-radius: 8px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.submit-button:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #3e83ea;
}

.pricing_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 30px 25px;
  display: flex;
}

.heading-4 {
  font-family: "Twklausanne 0700", sans-serif;
  font-size: 60px;
  line-height: 72px;
}

.subscript {
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.pricing_content {
  padding: 25px 30px;
}

.grid-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.block-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.builited-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-2 {
  color: #3e83eb;
  background-color: #d4e5ff;
  border: 1px solid #3e83eb26;
  border-radius: 12px;
  padding: 16px 29px;
  font-family: "Twklausanne 0500", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.btn-center-align {
  justify-content: center;
  align-items: center;
  margin-top: 37px;
  display: flex;
}

.section {
  margin-bottom: 120px;
  padding: 68px 20px;
  overflow: hidden;
}

.block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/a90c7cf2f8b636fbd1b6b8025d89d5a5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 39px;
  flex-flow: column;
  padding: 60px 32px 32px;
  display: flex;
  overflow: hidden;
}

.image-4 {
  width: 100%;
}

.title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -32px;
  display: flex;
}

.h2 {
  color: #fff;
  text-align: center;
  font-size: 64px;
}

.heading-5 {
  color: #171e24;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.investing-strategy {
  background-image: url('../images/Group-1000003191.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  max-width: 1392px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: none;
  position: relative;
  overflow: visible;
}

.google_block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.image-5 {
  width: 100%;
}

.google-btn {
  border: 1px solid #3e83ea;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
}

.text-span-4, .text-span-5 {
  color: #3e83eb;
}

.text-block-66 {
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.btn-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.link-block-3 {
  border: 1px solid #3e83ea59;
  border-radius: 17px;
  padding: 2px;
}

.button-3 {
  text-align: center;
  border-radius: 17px;
  padding: 20px 81px;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.button-3:hover {
  background-color: #2264c7;
}

.button-3.pricingbutton {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.button-3.download {
  color: #fff;
  background-color: #3898ec;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
}

.button-3._w-300 {
  width: 300px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-w-507 {
  width: 100%;
  max-width: 507px;
}

.rl_banner7_close-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_banner7_close-button {
  color: var(--relume-library-lite--rl-black);
  position: absolute;
  inset: auto 0% auto auto;
}

.rl_banner7_button {
  border: .5px solid var(--white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 8px;
  padding: .5rem 1.25rem;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_banner7_heading {
  color: #fff;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.rl_banner7_icon {
  width: 2rem;
  height: 2rem;
}

.rl_banner7_icon-wrapper {
  flex: none;
  display: none;
}

.rl_banner7_content-left {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  align-items: center;
  display: flex;
}

.rl_banner7_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_banner7_content-wrapper {
  justify-content: center;
  align-items: center;
  padding: .6rem 2rem;
  display: flex;
  position: relative;
}

.rl-padding-global {
  padding-left: 3%;
  padding-right: 3%;
  overflow: visible;
}

.top-banner {
  z-index: 9999;
  background-color: var(--relume-library-lite--rl-white);
  background-image: linear-gradient(45deg, #b22222, #8b0000);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.text-span-6 {
  font-family: "Twklausanne 0600", sans-serif;
  font-weight: 300;
}

.navigation-wrapper {
  z-index: 9999;
  position: sticky;
  top: 0;
}

.hide-emoji-desktop {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  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-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-subscribe-left-2 {
  box-sizing: border-box;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: 700px;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  align-self: center;
  margin-top: -15px;
  padding-top: 0;
}

.image-6 {
  width: 275px;
}

.people-pill-img {
  max-width: 229px;
}

.container-5 {
  width: 230px;
}

.hero_sectin-2 {
  background-image: url('../images/image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  align-items: center;
}

.content-block-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: left;
  font-size: 72px;
  line-height: 72px;
}

.paragraph-2 {
  color: #fffc;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.parent-block {
  position: relative;
}

.text-field-3 {
  color: #000c;
  text-transform: none;
  border-radius: 8px;
  height: 64px;
  padding-left: 30px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.submit-button-2 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3e83ea;
  border-radius: 8px;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Twklausanne 0500", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 4px 28px #3e83ea5c;
}

.header {
  background-color: #e9eff3;
  padding: 30px 20px;
}

.code-embed-2 {
  overflow: hidden;
}

.image-8 {
  margin-bottom: 109px;
}

.bold {
  font-family: "Twklausanne 0600", sans-serif;
  font-weight: 600;
}

.rl_banner7_button-2 {
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  border: .5px solid #fff;
  border-radius: 8px;
  padding: .5rem 1.25rem;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.top-banner-2 {
  z-index: 9999;
  background-color: #fff;
  background-image: linear-gradient(45deg, #b22222, #8b0000);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.text-span-7 {
  font-family: "Twklausanne 0600", sans-serif;
  font-weight: 300;
}

.rl_banner7_close-button-2 {
  color: #000;
  position: absolute;
  inset: auto 0% auto auto;
}

.rl_banner7_close-icon-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.container-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-top: 1px solid #ffffff40;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  border-radius: 20px;
  margin-bottom: 30px;
}

.container-7 {
  display: block;
}

.container-7m {
  display: none;
}

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

.search-wrapper {
  width: 440px;
  margin-bottom: 0;
  position: relative;
}

.search-bar-old {
  color: var(--black);
  border: 2px solid #3e83eb;
  border-radius: 44px;
  width: 440px;
  height: 72px;
  margin-bottom: 0;
  padding-left: 68px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.dropdown-results-old {
  background-color: #fff;
  border: 1px #ccc;
  border-radius: 16px;
  width: 440px;
  max-height: 284px;
  margin-top: 8px;
  padding: 4px;
  display: none;
  position: absolute;
  overflow: scroll;
  box-shadow: 0 286px 80px #0000, 0 183px 73px #00000008, 0 103px 62px #0000001a;
}

.dropdown-item-old {
  cursor: pointer;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 10px;
  display: flex;
}

.dropdown-item-old:hover {
  background-color: #1c1d220f;
}

.dropdown-item-img {
  border-radius: 12px;
  width: 44px;
  height: 44px;
  margin-right: 16px;
}

.search-icon-wrapper {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 24px auto 24px 28px;
  overflow: hidden;
}

.search-button {
  display: none;
}

._w-550 {
  max-width: 550px;
  display: none;
}

._w-440 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-372 {
  width: auto;
  max-width: 372px;
}

.grid-5col-1row {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
}

.stock-logo-wrapper {
  border: 1px solid #3e83eb1a;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.stock-logo-wrapper:hover {
  background-color: #fff;
}

.stock-logo-img {
  width: 33px;
  height: 33px;
}

.button-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text-blue);
  background-color: #3e83eb;
  border: 1px solid #3e83eb26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-navbar:hover {
  color: var(--white);
  background-color: #2264c7;
}

.button-navbar.is-white {
  background-color: var(--white);
  border-style: none;
}

.button-navbar._100 {
  background-color: var(--text-blue);
  color: var(--white);
  font-style: normal;
}

.button-navbar._100:hover {
  background-color: #3a7ee4;
}

.button-navbar.pricingbutton {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.subtitle {
  color: #1c1d22;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: #1c1d22;
  margin-bottom: 0;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.search-bar {
  color: #000;
  border: 2px solid #3e83eb;
  border-radius: 44px;
  width: 440px;
  height: 72px;
  margin-bottom: 0;
  padding-left: 68px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.stock-div {
  color: #03b450;
  background-color: #17c9641a;
  border-radius: 8px;
  padding: 6px 10px;
  text-decoration: none;
}

.search-3 {
  z-index: 9990;
  position: relative;
}

.dropdown-item {
  cursor: pointer;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 16px 8px 10px;
  font-family: "Twklausanne 0300", sans-serif;
  text-decoration: none;
  display: flex;
}

.dropdown-item:hover {
  background-color: #0000;
}

.dropdown-results {
  z-index: 9998;
  background-color: #fff;
  border: 1px #333;
  border-radius: 16px;
  width: 440px;
  max-height: 284px;
  margin-top: 8px;
  padding: 4px;
  display: none;
  position: absolute;
  overflow: scroll;
  box-shadow: 0 286px 80px #0000, 0 183px 73px #00000008, 0 103px 62px #0000001a;
}

.text-block-7 {
  color: #03b450;
  text-decoration: none;
}

.sale_banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #305ddc;
  justify-content: center;
  align-items: center;
  display: none;
}

.text-block {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  font-family: "Twklausanne 0300", sans-serif;
}

.button-4 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Twklausanne 0500", sans-serif;
}

.hero-section_affiliates {
  background-image: linear-gradient(#fff, #f6f8fa);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px 160px;
}

.affiliates-hero-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-8 {
  color: var(--text-blue);
}

.why-become-section_affiliates {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
}

.why-become-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why-become-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.why-become-grid-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eff5ff;
  border: 1px solid #dee9f8;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.why-become-grid-card.blue {
  width: 100%;
}

.why-become-grid-card.blue.pad-bot {
  margin-bottom: 28px;
}

.why-become-grid-card.green {
  background-color: #effdf4;
  border-color: #dcf5e5;
  width: 100%;
}

.why-become-grid-card.purple {
  background-color: #faf6ff;
  border-color: #ece4f7;
  width: 100%;
}

.why-become-grid-card.orange {
  background-color: #fff7ed;
  border-color: #f5ece1;
  width: 100%;
}

.why-become-grid-card.orange.pad-bot {
  margin-bottom: 28px;
}

.why-become-grid-card-icon {
  object-fit: cover;
  width: 84px;
  height: 84px;
}

.why-become-grid-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-35px-bold {
  font-family: "Twklausanne 0700", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 32px;
}

.text-35px-bold.blue {
  color: #2463eb;
}

.text-35px-bold.green {
  color: #1ca24a;
}

.text-35px-bold.purple {
  color: #9335e8;
}

.text-35px-bold.orange {
  color: #ea580b;
}

.main-buttons-horizontal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-btn_affiliate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text-blue);
  background-color: #3e83eb1a;
  border: 1px solid #3e83eb26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 81px;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-btn_affiliate:hover {
  color: var(--white);
  background-color: #3e83eb33;
}

.secondary-btn_affiliate.is-white {
  background-color: var(--white);
  border-style: none;
}

.secondary-btn_affiliate._100 {
  background-color: var(--text-blue);
  color: var(--white);
  font-style: normal;
}

.secondary-btn_affiliate._100:hover {
  background-color: #3a7ee4;
}

.secondary-btn_affiliate.pricingbutton {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.secondary-btn_affiliate._w-300 {
  border-radius: 17px;
  width: 300px;
  padding-left: 40px;
  padding-right: 40px;
}

.secondary-btn_affiliate._w-300.open-modal:hover {
  background-color: #b9d2f1;
}

.why-become-grid-btns-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.youtube-calculator-section_affiliates {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
}

.body_affiliates {
  background-color: #f6f8fa;
}

.body_affiliates.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}

.youtube-calculator-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-radius: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 80px;
  display: flex;
}

.youtube-calculator-iframe-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.youtube-calc-accordion-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  border: 1px solid #e3e4e4;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.youtube-calc-accordion-static-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.youtube-calc-accordion-dinamic-text {
  color: #000000de;
  width: 100%;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  overflow: visible;
}

.show-more-link {
  color: var(--text-blue);
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
}

.show-more-link:hover {
  text-decoration: underline;
}

.hide-link {
  color: var(--text-blue);
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
}

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

.youtube-calc-show-hide-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.link {
  color: var(--text-blue);
}

.link:hover {
  color: #2264c7;
}

.youtube-calculator-content-inner-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
}

.main-btn_affiliate {
  text-align: center;
  border-radius: 17px;
  padding: 20px 81px;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.main-btn_affiliate:hover {
  background-color: #2264c7;
}

.main-btn_affiliate.pricingbutton {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.main-btn_affiliate.download {
  color: #fff;
  background-color: #3898ec;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
}

.main-btn_affiliate._w-300 {
  width: 300px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-section_affiliates {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
}

.faq-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.banner-section_affiliates {
  background-color: #e4eefa;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 20px;
}

.banner-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-textbelow-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.text-24px-semibold {
  color: #171e24;
  letter-spacing: -.64px;
  font-family: "Twklausanne 0450", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26.4px;
}

.text-24px-semibold.is-white {
  color: var(--white);
  margin-right: 0;
}

.text-24px-semibold.is-grey {
  color: #fff;
  display: block;
}

.image-10 {
  width: 85px;
  height: 85px;
}

.show-proof-popup-wrapper {
  z-index: 9999;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding: 44px 40px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-36px-normal {
  color: #171e24;
  text-align: left;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0450", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
}

.text-36px-normal.is-white {
  color: var(--white);
  letter-spacing: -.64px;
  font-family: "Twklausanne 0600", sans-serif;
  font-weight: 600;
  line-height: 70.4px;
  position: static;
}

.text-36px-normal.is-white.is-small {
  font-size: 64px;
}

.text-36px-normal.center {
  text-align: center;
  width: 100%;
  max-width: 1071px;
}

.text-36px-normal.center-align {
  color: var(--white);
  text-align: left;
  letter-spacing: -.64px;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 48px;
  position: static;
}

.text-36px-normal.center-align.is-small {
  font-size: 64px;
}

.text-36px-normal.center-aligned {
  text-align: center;
}

.proof-popup-cards-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.proof-popup-header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.show-proof-wrapper {
  z-index: 9999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.close-btn-wrapper {
  z-index: 3000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0 0 auto auto;
}

.close-btn-wrapper:hover {
  opacity: .8;
}

.proof-popup-bg {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.proof-popup-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  overflow: auto;
}

._w-1000 {
  max-width: 1000px;
}

.heading-40px-affiliates {
  color: #171e24;
  text-align: left;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.heading-40px-affiliates.is-white {
  color: var(--white);
  letter-spacing: -.64px;
  font-family: "Twklausanne 0600", sans-serif;
  font-weight: 600;
  line-height: 70.4px;
  position: static;
}

.heading-40px-affiliates.is-white.is-small {
  font-size: 64px;
}

.heading-40px-affiliates.center {
  text-align: center;
  width: 100%;
  max-width: 1071px;
}

.heading-40px-affiliates.center-align {
  color: var(--white);
  text-align: left;
  letter-spacing: -.64px;
  font-family: "Twklausanne 0600", sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 48px;
  position: static;
}

.heading-40px-affiliates.center-align.is-small {
  font-size: 64px;
}

.heading-40px-affiliates.center-aligned {
  text-align: center;
}

.nav-link-affiliate {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #020202;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.nav-link-affiliate:hover {
  background-color: #edf1f4;
  border-radius: 16px;
  padding-left: 20px;
}

.nav-link-affiliate.w--current {
  display: none;
}

.nav-link-affiliate.footer {
  text-align: left;
  background-image: none;
  border-top-style: none;
  padding: 4px 0;
  display: block;
}

.nav-link-affiliate.footer:hover {
  background-color: #fff0;
  background-image: none;
  background-size: auto;
}

.nav-link-affiliate.hide {
  display: none;
}

.image-11 {
  width: 480px;
}

.text-block-67 {
  color: #1c1d22;
  width: 492px;
  font-family: "Twklausanne 0700", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
}

.div-block-15 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-68 {
  width: 180px;
  font-family: "Twklausanne 0500", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-17 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18 {
  background-color: #1c1d221f;
  border: 1px solid #0000;
  width: 260px;
}

.text-block-69 {
  color: #1c1d22cc;
  width: 480px;
  font-family: "Twklausanne 0300", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.section-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(#fff, #e9eff3);
  justify-content: center;
  align-items: center;
  padding: 44px 80px 120px;
  display: flex;
}

.body-2 {
  background-color: #1c1d22;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-70 {
  color: #fff;
  text-align: center;
  font-family: "Twklausanne 0700", sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.text-block-71 {
  color: #fff;
  font-family: "Twklausanne 0450", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-12 {
  width: 100%;
  max-width: 572px;
}

.flex-block-11 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.text-field-4 {
  background-color: #1c1d22;
  border: 2px solid #3e83eb;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 28px 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-72 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.image-13 {
  mix-blend-mode: lighten;
  width: 20px;
}

.flex-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 464px;
}

.heading-7 {
  font-size: 40px;
  line-height: 52px;
}

.div-block-22 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-link:hover {
    background-color: #edf1f4;
  }

  .navbar._2 {
    background-color: #fff;
  }

  .heading-64px.center-align {
    text-align: left;
  }

  .product-cta, .footer-top {
    padding-left: 60px;
    padding-right: 60px;
  }

  .swiper-button-next {
    left: auto;
    right: 36%;
  }

  .swiper_component.hide {
    overflow: visible;
  }

  .swiper-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .inner_container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .paragraph {
    font-size: 20px;
    font-weight: 300;
  }

  ._w-666 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .logo_block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing_block {
    max-width: none;
  }

  .button-3:hover {
    background-color: #2264c7;
  }

  .container-6 {
    max-width: 100%;
  }

  .search-wrapper {
    width: 440px;
  }

  ._w-550 {
    justify-content: flex-start;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  ._w-440 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: flex-start;
    align-items: center;
    max-width: 440px;
  }

  ._w-372 {
    max-width: 372px;
  }

  .grid-5col-1row {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .stock-logo-wrapper {
    border: 1px solid #3e83eb1a;
    border-radius: 13px;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .stock-logo-img {
    object-fit: cover;
    width: 33px;
    height: 33px;
  }

  .button-navbar {
    background-color: #3e83eb;
  }

  .button-navbar:hover {
    background-color: #2264c7;
  }

  .subtitle {
    font-size: 20px;
    font-weight: 300;
  }

  .main-btn_affiliate:hover {
    background-color: #2264c7;
  }

  .text-36px-normal.center-align, .heading-40px-affiliates.center-align {
    text-align: left;
  }

  .nav-link-affiliate {
    display: flex;
  }

  .nav-link-affiliate:hover {
    background-color: #edf1f4;
  }

  .nav-link-affiliate.w--current {
    display: flex;
  }

  .section-2 {
    grid-column-gap: 84px;
    grid-row-gap: 84px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brand.w--current {
    margin-right: 0;
  }

  .nav-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-16px.is-blue {
    color: var(--text-blue);
  }

  .padding-global {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .container {
    width: 100%;
    margin-left: auto;
  }

  .container.no-auto {
    margin-left: 0;
  }

  .hero-copy-img-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .copy-wrapper.is-auto {
    max-width: 780px;
    right: -5px;
  }

  .image-wrapper {
    width: 100%;
    max-width: 680px;
  }

  .image-wrapper.is-auto {
    object-fit: cover;
    width: 100%;
  }

  .hero-form-text-wrapper.full-width {
    width: auto;
  }

  .hero-stats-section {
    border-radius: 32px;
  }

  .stat-grid-wrapper {
    width: 100%;
  }

  ._3-grid {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-64px.center-align {
    text-align: center;
  }

  .text-20px {
    color: #131e28;
    letter-spacing: -.64px;
    line-height: 22px;
  }

  .text-20px.is-white {
    white-space: nowrap;
  }

  .insight-section {
    border-radius: 32px;
    padding-right: 0;
    display: block;
  }

  .insight-image {
    object-fit: contain;
    height: 560px;
  }

  .insight-image.hide {
    object-fit: cover;
    height: auto;
  }

  .testimonial-section.flex {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-copy-wrapper {
    grid-column-gap: 260px;
    grid-row-gap: 260px;
    justify-content: space-between;
  }

  .para-btn-wrapper {
    max-width: 500px;
    margin-top: 20px;
  }

  .para-btn-wrapper.center {
    margin-top: 40px;
  }

  .testimonial-track {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-left: 0;
  }

  .speacial-feature-section {
    background-position: 50%;
    border-radius: 32px;
    height: auto;
  }

  ._2-grid-wrapper {
    height: 1050px;
    position: relative;
  }

  .div-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-2 {
    align-self: flex-start;
    height: 1000px;
    position: relative;
  }

  .text-20px-tab {
    letter-spacing: -.64px;
    line-height: 22px;
  }

  .image-absolute.left {
    z-index: 0;
    width: auto;
    max-width: none;
    margin-left: 0;
    top: 11%;
    left: 0%;
  }

  .stock-insight-copy-wrapper {
    grid-column-gap: 260px;
    grid-row-gap: 260px;
    justify-content: flex-end;
  }

  .div-block-3 {
    width: 620px;
  }

  .vist-aapl-section {
    border-radius: 32px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-4.hide {
    width: 620px;
  }

  .aapl-copy-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .aapl-coppy-wrap {
    width: 712px;
  }

  .aapl-logos {
    height: 80px;
  }

  .features-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .feature-2-grid-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .feature-2-grid-wrap.reverse {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
  }

  .features-img-wrap {
    max-width: 530px;
  }

  .investing-strategy-section {
    background-image: url('../images/Group-1000003190.png');
    border-radius: 32px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .is-img-copy-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .is-copy-wrap {
    width: 620px;
  }

  .is-img-wrap {
    width: 620px;
    height: 540px;
    margin-top: -159px;
  }

  .blogs-copy-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .blogs-copy-wrap {
    width: 780px;
  }

  .stockunlock-at-glance-section {
    background-image: url('../images/Frame-811415-min_1.webp');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 32px;
    justify-content: center;
    align-items: stretch;
    max-width: 1392px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 80px 120px;
    display: flex;
  }

  .bento-grid {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 6fr;
    margin-top: 0;
  }

  .bento-card-regular {
    width: auto;
    height: 280px;
  }

  .bento-card-regular._2-fr {
    background-image: none;
    width: auto;
    height: 280px;
  }

  .grid {
    grid-row-gap: 0px;
  }

  .bento-card-small {
    width: auto;
    height: auto;
  }

  .bento-card-small.down {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .bento-card-small.down-half {
    width: auto;
  }

  .pricing-section {
    padding-bottom: 160px;
  }

  .pricing-copy.add-on, .additional-ai-wrapper.up {
    flex-flow: column;
  }

  .additional-ai-wrapper.desktop-hidden {
    display: none;
  }

  .podcast-card {
    border-radius: 32px;
  }

  .product-cta {
    border-radius: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-copy-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .cta-copy-wrap {
    width: 640px;
  }

  .brix---grid-footer-v17 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto;
  }

  .banner {
    width: 100%;
    max-width: none;
  }

  .bento--card-big {
    width: auto;
    height: auto;
  }

  .contentholder-div {
    width: 100%;
  }

  .content-img-tab {
    z-index: 100;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .content-tab {
    flex-flow: column;
    order: -1;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .content-link {
    background-color: #ddd0;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 5px 10px;
    display: flex;
  }

  .content-link.w--current {
    background-color: #c8c8c800;
    justify-content: center;
    align-items: center;
    padding: 20px 24px 20px 20px;
  }

  .img-tab {
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    top: 100px;
  }

  .img-pane {
    align-self: flex-start;
    width: 100%;
    height: 100%;
  }

  .img-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-heading {
    justify-content: flex-start;
    width: 100%;
  }

  .featur-accordion {
    justify-content: center;
    align-items: center;
    width: 500px;
  }

  .text-wrapper {
    width: 380px;
    margin-left: 60px;
    padding-left: 0;
    display: none;
  }

  .feature-image {
    object-fit: fill;
  }

  .bento-card-small-grid {
    height: auto;
    margin-top: 16px;
  }

  .testimonial-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .swiper-button-next {
    inset: auto 35% -5% auto;
  }

  .swiper-button-prev {
    margin-left: 0;
    margin-right: 0;
    inset: auto 0% -5%;
  }

  .brix---slide-item-mg {
    max-width: none;
  }

  .brix---slider-mask-width-390px {
    max-width: 600px;
  }

  .brix---slider-wrapper.hide {
    top: 0;
  }

  .insight-imageai {
    object-fit: contain;
    height: 100%;
  }

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

  .swiper-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .inner_container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .logo_block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-4 {
    display: flex;
  }

  .subscript {
    align-self: center;
  }

  .title-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .investing-strategy {
    background-image: url('../images/Group-1000003190.png');
    border-radius: 32px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .heading-w-507 {
    max-width: 580px;
  }

  .container-6 {
    max-width: 100%;
  }

  .text-span-9 {
    align-self: flex-end;
    padding-bottom: 12px;
    padding-left: 12px;
    display: flex;
  }

  .section-2 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    padding-top: 64px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-container {
    max-width: 1600px;
  }

  .brand.w--current {
    margin-right: 106px;
  }

  .navbar._2 {
    background-color: #fff;
  }

  .hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .padding-global {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .container {
    max-width: 1600px;
  }

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

  .copy-wrapper {
    width: 630px;
  }

  .image-wrapper {
    width: 100%;
    max-width: 912px;
  }

  .image-wrapper.is-auto {
    width: 100%;
    max-width: 1150px;
    height: auto;
  }

  .hero-stats-section {
    justify-content: center;
    max-width: 1872px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-card, .process-card._1, .process-card.text-20px {
    width: 520px;
  }

  .insight-section {
    justify-content: space-between;
    align-items: stretch;
    max-width: 1872px;
    height: 946px;
    display: flex;
  }

  .insight-copy-img-wrapper {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .insight-image, .insight-image.hide {
    object-fit: cover;
  }

  .testimonial-section.flex {
    align-items: flex-start;
  }

  .testimonial-copy-wrapper {
    width: 100%;
  }

  .para-btn-wrapper {
    flex-flow: column;
    max-width: 520px;
    margin-top: 0;
  }

  .testimonial-track {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    max-width: none;
    margin-left: 0;
    overflow: visible;
  }

  .testimonial-card {
    width: 800px;
  }

  .speacial-feature-section {
    justify-content: center;
    align-items: center;
    max-width: 1872px;
    display: flex;
    position: relative;
  }

  .sf-heading-wrap {
    width: auto;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-2 {
    width: 50%;
  }

  .image-absolute.left {
    top: 80px;
  }

  .stock-insight-section {
    padding-bottom: 120px;
  }

  .div-block-3 {
    width: 790px;
    display: flex;
  }

  .vist-aapl-section {
    max-width: 1872px;
    display: block;
  }

  .div-block-4.hide {
    width: 790px;
  }

  .aapl-copy-wrapper {
    width: 100%;
  }

  .aapl-coppy-wrap {
    width: 780px;
  }

  .line-divider {
    width: 1712px;
  }

  .text-logo-carousel-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
  }

  .logo-carousel {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
  }

  .feature-2-grid-wrap {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .feature-2-grid-wrap.reverse {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    justify-content: space-between;
  }

  .feature-copy-wrap {
    width: 655px;
  }

  .features-copy.right {
    align-items: flex-start;
  }

  .features-img-wrap {
    width: 100%;
    max-width: 790px;
  }

  .investing-strategy-section {
    background-image: url('../images/Group-1000003191.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 1872px;
    position: relative;
  }

  .is-copy-wrap {
    width: 655px;
  }

  .blog-copy {
    padding-top: 32px;
  }

  .stockunlock-at-glance-section {
    max-width: 1872px;
    height: 1208px;
    padding-bottom: 124px;
  }

  .bento-grid {
    margin-top: 0;
  }

  .bento-card-regular {
    object-fit: cover;
    background-image: none;
    width: 523px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bento-card-small {
    width: 1061px;
    height: 232px;
  }

  .bento-card-small.down {
    -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
    width: 657px;
    height: 232px;
    box-shadow: inset 1px 2px 40px #04060a2e, 2px 4px 16px #05060b1a;
  }

  .bento-card-small.down-half {
    width: 388px;
    height: 232px;
  }

  .pricing-card {
    width: 520px;
  }

  .additional-ai-wrapper {
    width: 996px;
  }

  .product-cta {
    max-width: 1872px;
  }

  .cta-copy-wrap {
    width: 780px;
  }

  .brix---grid-footer-v17 {
    grid-template-columns: minmax(340px, 1fr) auto;
  }

  .banner {
    max-width: 1922px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .bento--card-big {
    width: 523px;
    height: 480px;
  }

  .content-img-tab {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .content-link {
    padding: 20px 24px;
  }

  .content-link.w--current {
    align-items: flex-start;
  }

  .img-tab {
    order: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .img-pane {
    height: auto;
  }

  .img-wrap, .feature-img {
    width: 100%;
    height: auto;
  }

  .featur-accordion {
    justify-content: center;
    width: 100%;
  }

  .text-wrapper {
    margin-left: 80px;
  }

  .feature-image {
    object-fit: cover;
  }

  .bento-card-small-grid {
    width: 1061px;
    margin-top: 0;
  }

  .swiper-button-next {
    margin-left: 0;
    margin-right: 0;
    inset: auto 4% -5% auto;
  }

  .swiper-button-prev {
    bottom: -5%;
    left: 1%;
  }

  .brix---slider-mask-width-390px {
    max-width: 600px;
  }

  .brix---slider-wrapper.hide {
    top: 0;
  }

  .insight-imageai {
    object-fit: cover;
    height: 946px;
  }

  .absolute {
    z-index: -1;
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero_section {
    background-color: #0000;
  }

  .inner_container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .t-2 {
    display: none;
  }

  .testimonial_wrapper {
    margin-top: 0;
  }

  .logo_block {
    width: 100%;
  }

  .heading-3 {
    max-width: 600px;
  }

  .investing-strategy {
    background-image: url('../images/Group-1000003191.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 1872px;
    position: relative;
  }

  .heading-w-507 {
    width: auto;
  }

  .container-6 {
    width: 100%;
    max-width: 100%;
  }

  .search-bar-old {
    color: var(--black);
    font-family: "Twklausanne 0500", sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  ._w-550 {
    max-width: 550px;
  }

  ._w-372 {
    width: auto;
  }

  .stock-logo-wrapper:hover {
    background-color: #fff;
  }

  .button-navbar {
    background-color: #3e83eb;
  }

  .subtitle {
    text-align: center;
    margin-bottom: 0;
    font-family: "Twklausanne 0500", sans-serif;
    font-weight: 500;
    line-height: 32px;
  }

  .header-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-buttons-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .search-bar {
    color: #000;
    font-size: 20px;
    font-weight: 500;
  }

  .search-3 {
    position: relative;
  }

  .button-4 {
    color: #1c1d22;
  }

  .section-2 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 92px;
    padding-bottom: 120px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

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

  .nav-button-wrapper {
    display: none;
  }

  .nav-button-wrapper.show {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--white);
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }

  .nav-link {
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .secondary-button {
    background-color: #e7f1fc;
  }

  .secondary-button.white {
    background-color: var(--white);
  }

  .text-16px.is-blue {
    color: #3e83eb;
  }

  .hero-section {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    margin-left: auto;
  }

  .container.flex.no-auto {
    align-items: flex-start;
  }

  .container.no-auto {
    margin-left: 0;
  }

  .hero-copy-img-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse;
  }

  .copy-wrapper {
    width: 100%;
  }

  .copy-wrapper.is-auto {
    align-self: auto;
    width: auto;
    margin-left: 40px;
    position: static;
  }

  .image-wrapper {
    min-height: auto;
  }

  .image-wrapper.is-auto {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .heading-80px {
    font-size: 56px;
    line-height: 64px;
  }

  .hero-form-text-wrapper {
    width: auto;
  }

  .text-field {
    border-radius: 8px;
  }

  .form.new {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--white-2);
    border-style: none;
    flex-flow: column;
    align-items: flex-start;
    width: auto;
  }

  .form-block {
    max-width: none;
  }

  .hero-stats-section {
    border-radius: 0;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._3-grid {
    flex-flow: column;
    display: flex;
  }

  .heading-64px {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-64px.is-white, .heading-64px.center-align {
    font-size: 56px;
    line-height: 64px;
  }

  .overview-setion {
    padding-bottom: 60px;
  }

  .insight-section {
    border-radius: 0;
    padding-top: 40px;
  }

  .insight-copy-img-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .insight-image, .insight-image.hide {
    height: auto;
  }

  .testimonial-section.flex {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .testimonial-copy-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .relative-copy-wrapper {
    align-self: flex-start;
    width: auto;
  }

  .para-btn-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .para-btn-wrapper.center {
    max-width: none;
    margin-top: 20px;
  }

  .testimonial-track {
    margin-top: 40px;
    margin-left: 0;
  }

  .speacial-feature-section {
    border-radius: 0;
    padding: 40px;
  }

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

  .image-absolute.left, .image-absolute.right {
    display: none;
  }

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

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: 350px;
    display: flex;
  }

  .vist-aapl-section {
    border-radius: 0;
    flex-flow: column;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-4.hide {
    width: 100%;
    max-width: 350px;
  }

  .aapl-copy-wrapper {
    flex-flow: column;
  }

  .line-divider {
    margin-top: 40px;
  }

  .text-logo-carousel-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .aapl-logos.yc {
    margin-top: -7px;
  }

  .logo-carousel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -41px;
    margin-left: 0;
    display: flex;
  }

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

  .feature-2-grid-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .feature-2-grid-wrap.reverse {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .feature-copy-wrap {
    width: 100%;
  }

  .features-copy {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 0;
  }

  .div-block-5 {
    width: auto;
  }

  .features-img-wrap {
    width: 100%;
  }

  .investing-strategy-section {
    border-radius: 0;
    align-items: center;
    height: auto;
    padding-top: 40px;
  }

  .is-img-copy-wrapper {
    align-items: center;
  }

  .is-img-wrap {
    width: auto;
    height: auto;
    margin-top: 0;
  }

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

  .stockunlock-at-glance-section {
    padding: 60px 40px;
  }

  .bento-card-regular, .bento-card-regular._2-fr, .bento-card-small {
    border-radius: 12px;
  }

  .bento-card-small.down {
    border-radius: 12px;
    height: auto;
  }

  .bento-card-small.down-half {
    height: auto;
  }

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

  .pricing-gid {
    flex-flow: column;
    display: flex;
  }

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

  .podcast-card {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .product-cta {
    border-radius: 0;
    justify-content: flex-start;
    align-items: stretch;
    padding: 60px 40px;
  }

  .cta-copy-wrapper {
    flex-flow: column;
    justify-content: space-between;
  }

  .cta-copy-wrap {
    width: auto;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---footer-big-links-wrapper {
    border-left-width: 0;
    padding-left: 0;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v17 {
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: .8fr;
    align-items: flex-start;
  }

  .footer-top {
    padding: 40px;
  }

  .menu-button {
    background-color: #fff;
    order: 1;
  }

  .menu-button.w--open {
    background-color: #3e83eb;
  }

  .bento--card-big {
    border-radius: 12px;
  }

  .content-img-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    display: none;
  }

  .content-img-tab.is-mobile {
    display: flex;
  }

  .content-tab {
    width: 100%;
  }

  .img-tab {
    display: none;
  }

  .featur-accordion {
    width: 100%;
  }

  .text-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .feature-image {
    aspect-ratio: auto;
    object-fit: scale-down;
  }

  .bento-card-small-grid {
    height: auto;
  }

  .bento-grid-wrapper {
    margin-top: 40px;
  }

  .swiper-button-next {
    margin-left: 0;
    margin-right: 0;
    inset: auto 3% -100px auto;
  }

  .swiper-button-prev {
    inset: auto auto -100px 0%;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---flex-horizontal {
    display: none;
  }

  .brix---card-testimonial-v13 {
    width: 100%;
    max-width: 680px;
    min-height: auto;
    padding-bottom: 48px;
  }

  .brix---slider-mask-width-390px {
    max-width: 680px;
    position: static;
  }

  .brix---slider-wrapper.is-mobile {
    max-width: none;
    display: block;
  }

  .brix---slider-wrapper.hide {
    display: none;
  }

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_faq6_answer, .rl_faq6_question {
    padding-left: 0;
  }

  .rl_faq6_accordion, .rl_faq6_list-grid {
    width: 100%;
  }

  .rl_faq6_list {
    max-width: none;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .feature-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .insight-imageai {
    object-fit: cover;
    height: 100%;
  }

  .swiper_component.hide {
    display: none;
  }

  .logo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
  }

  .div-block-12, .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

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

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

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

  .scrim {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .newsletter-subscribe-modal {
    padding: 32px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-split-2 {
    max-width: 100%;
  }

  .newsletter-modal-image {
    margin-top: 20px;
  }

  .close-button-div {
    margin-bottom: 0;
  }

  .logo_block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .form_block {
    max-width: 500px;
  }

  .pricing_block {
    max-width: none;
  }

  .account-creation-form {
    max-width: 100%;
  }

  .investing-strategy {
    border-radius: 0;
    align-items: center;
    height: auto;
    padding-top: 40px;
  }

  .rl_banner7_icon-wrapper {
    display: none;
  }

  .hide-emoji-desktop {
    display: inline;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .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 #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

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

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

  .hero_sectin-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-6 {
    font-size: 60px;
    line-height: 60px;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-7 {
    display: none;
  }

  .container-7m {
    display: flex;
  }

  .youtube-calc-accordion-static-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .youtube-calc-show-hide-wrapper {
    height: 24px;
    position: relative;
  }

  .text-36px-normal {
    font-size: 40px;
    line-height: 44px;
  }

  .text-36px-normal.is-white, .text-36px-normal.center-align {
    font-size: 56px;
    line-height: 64px;
  }

  .heading-40px-affiliates {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-40px-affiliates.is-white, .heading-40px-affiliates.center-align {
    font-size: 56px;
    line-height: 64px;
  }

  .nav-link-affiliate {
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .nav-link-affiliate.w--current {
    display: flex;
  }

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

  .div-block-15 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-16 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-17 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .section-2 {
    flex-flow: column;
  }

  .link-block-4, .link-block-5 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    width: 100%;
  }

  .copy-wrapper.is-auto {
    margin-left: 25px;
  }

  .image-wrapper.is-auto {
    height: auto;
    min-height: auto;
  }

  .heading-64px.is-white, .heading-64px.is-white.is-small, .heading-64px.center-align, .heading-64px.center-align.is-small {
    width: 100%;
    max-width: 500px;
    font-size: 40px;
    line-height: 48px;
  }

  .overview-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .process-card {
    width: 100%;
  }

  .process-card._1 {
    width: 100%;
    margin-top: 40px;
  }

  .process-card.text-20px {
    width: 100%;
    margin-top: 0;
  }

  .insight-image.hide {
    display: none;
  }

  .insight-image.desktop-hide {
    display: block;
  }

  .testimonial-section.flex {
    padding-bottom: 60px;
  }

  .para-btn-wrapper {
    max-width: none;
  }

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

  .text-24px.is-white {
    flex-flow: row;
    display: flex;
  }

  ._2-image-grid {
    flex-flow: column;
  }

  .div-block-3 {
    max-width: none;
  }

  .vist-aapl-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aapl-copy-wrapper, .line-divider {
    width: 100%;
  }

  .text-logo-carousel-wrap {
    align-items: center;
  }

  .aapl-logos.yc {
    margin-left: 0;
  }

  .investing-strategy-section {
    overflow: visible;
  }

  .is-img-copy-wrapper {
    flex-flow: column;
  }

  .is-img-wrap {
    height: 400px;
    margin-top: -101px;
    margin-bottom: 0;
  }

  .podcast-card {
    border-radius: 32px;
    flex-flow: column;
    margin-top: 60px;
  }

  .product-cta {
    padding: 40px 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v17 {
    grid-template-columns: 1fr;
  }

  .footer-top {
    padding: 40px 20px;
  }

  .testimonial-wrap.hide {
    margin-bottom: 0;
  }

  .swiper-button-next {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 38% -90px auto;
  }

  .swiper-button-prev {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -90px 38%;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---card-testimonial-v13 {
    max-width: 520px;
    min-height: auto;
  }

  .brix---slide-item-mg {
    min-height: auto;
  }

  .brix---slider-mask-width-390px {
    max-width: 520px;
    height: 100%;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .insight-imageai {
    object-fit: cover;
  }

  .logo-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start start;
    max-width: none;
    display: flex;
  }

  .hero-logo {
    max-width: 56px;
    min-height: 56px;
  }

  .logo-wrap {
    width: 100%;
    max-width: 56px;
    min-height: 56px;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .scrim {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .newsletter-subscribe-modal {
    padding: 32px;
  }

  .hero-wrapper-2, .close-button-div {
    margin-bottom: 0;
  }

  .h1 {
    font-size: 50px;
    line-height: 60px;
  }

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

  .logo_block {
    align-items: center;
    margin-right: 0;
  }

  .heading-2 {
    margin-top: -28px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-3, .h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .investing-strategy {
    overflow: visible;
  }

  .rl_banner7_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .rl_banner7_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1.5rem;
  }

  .rl_banner7_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 2rem 1rem 0;
    position: static;
  }

  .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-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero-subscribe-left-2 {
    padding: 60px 15px;
  }

  .container-5 {
    margin-top: 14px;
    padding-top: 0;
  }

  .content-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .rl_banner7_close-button-2 {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .container-7 {
    display: none;
  }

  .container-7m {
    display: flex;
  }

  .search-wrapper, .search-bar-old, .dropdown-results-old {
    width: 100%;
  }

  ._w-440 {
    width: 100%;
    max-width: 100%;
  }

  ._w-372 {
    width: 372px;
  }

  .grid-5col-1row {
    justify-content: space-between;
  }

  .search-bar, .dropdown-results {
    width: 100%;
  }

  .sale_banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 64px;
    padding-right: 64px;
  }

  .hero-section_affiliates {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .affiliates-hero-content-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .why-become-section_affiliates {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-become-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .main-buttons-horizontal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .secondary-btn_affiliate._w-300, .why-become-grid-btns-wrapper {
    width: 100%;
  }

  .youtube-calculator-section_affiliates {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .youtube-calculator-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: 16px;
    padding: 48px 24px 24px;
  }

  .youtube-calc-accordion-static-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .youtube-calc-show-hide-wrapper {
    height: 24px;
  }

  .main-btn_affiliate {
    width: 300px;
  }

  .main-btn_affiliate._w-300 {
    width: 100%;
  }

  .faq-section_affiliates, .banner-section_affiliates {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-24px-semibold.is-white {
    flex-flow: row;
    display: flex;
  }

  .text-36px-normal.is-white, .text-36px-normal.is-white.is-small, .text-36px-normal.center-align, .text-36px-normal.center-align.is-small, .heading-40px-affiliates.is-white, .heading-40px-affiliates.is-white.is-small, .heading-40px-affiliates.center-align, .heading-40px-affiliates.center-align.is-small {
    width: 100%;
    max-width: 500px;
    font-size: 40px;
    line-height: 48px;
  }

  .image-11 {
    width: 100%;
    max-width: 480px;
  }

  .section-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .link-block-4, .link-block-5 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-button-wrapper.show {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-menu {
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link.footer {
    justify-content: flex-start;
  }

  .dot.is-blue {
    color: #3e83eb;
  }

  .secondary-button {
    background-color: #e7f1fc;
    width: 100%;
  }

  .secondary-button.white:hover {
    background-color: #3e83eb1a;
  }

  .primary-button._100 {
    width: 100%;
  }

  .primary-button.pricingbutton {
    text-align: center;
    font-size: 20px;
  }

  .hero-section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .padding-global {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    flex-flow: column;
  }

  .container.flex._48px-space {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-copy-img-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
  }

  .copy-wrapper {
    width: 100%;
  }

  .copy-wrapper.is-auto {
    width: 100%;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-wrapper {
    height: auto;
  }

  .image-wrapper.is-auto {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 526px;
    height: 100%;
    min-height: auto;
    display: flex;
  }

  .heading-80px {
    font-size: 40px;
    line-height: 44px;
  }

  .hero-form-text-wrapper {
    width: auto;
  }

  .text-field {
    border-style: solid;
    border-color: #dbdbdb;
    font-size: 14px;
    line-height: 0;
  }

  .form.new {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-style: none;
    flex-flow: column;
    width: auto;
  }

  .para-16px.is-white.hide {
    display: none;
  }

  .hero-stats-section {
    border-radius: 0;
    flex-flow: column;
    padding: 64px 24px;
  }

  ._3-grid {
    flex-flow: column;
    display: flex;
  }

  .stat-card {
    width: 100%;
  }

  .heading-64px.is-white {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-64px.is-white.is-small {
    font-size: 40px;
  }

  .heading-64px.center-align {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 40px;
    display: flex;
  }

  .heading-64px.center-align.is-small {
    font-size: 40px;
  }

  .heading-64px.center-aligned {
    font-size: 28px;
    line-height: 34px;
  }

  .text-20px {
    font-size: 16px;
    line-height: 18.4px;
  }

  .text-20px.is-white {
    color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  }

  .overview-heading-wrap {
    margin-bottom: 24px;
  }

  .overview-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .process-card {
    width: auto;
  }

  .process-card._1 {
    margin-top: 0;
  }

  .process-card.text-20px {
    width: auto;
    margin-top: 0;
  }

  .heading-40px {
    letter-spacing: -.64px;
    font-size: 32px;
    line-height: 40px;
  }

  .process-card-copy-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 35px;
  }

  .insight-section {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .insight-image.hide {
    display: none;
  }

  .insight-image.desktop-hide {
    display: block;
  }

  .testimonial-section.flex {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .testimonial-copy-wrapper {
    padding-left: 0;
  }

  .para-btn-wrapper {
    width: auto;
  }

  .testimonial-track {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .testimonial-card {
    width: 345px;
    padding: 36px 20px 20px;
  }

  .para-32px {
    font-size: 24px;
    line-height: 30px;
  }

  .speacial-feature-section {
    border-radius: 0;
    padding: 64px 24px;
  }

  ._2-grid-wrapper {
    flex-flow: column;
  }

  .text-24px {
    font-size: 16px;
    line-height: 20px;
  }

  .text-24px.is-white {
    flex-flow: row;
    width: auto;
    margin-top: 11px;
    margin-bottom: -1px;
    font-size: 24px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-2 {
    width: auto;
  }

  .image-absolute.left, .image-absolute.right {
    display: none;
  }

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

  ._2-image-grid {
    display: block;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .vist-aapl-section {
    background-size: auto;
    border-radius: 0;
    flex-flow: column;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-4.hide {
    display: none;
  }

  .aapl-copy-wrapper {
    flex-flow: column;
  }

  .aapl-coppy-wrap {
    width: auto;
  }

  .line-divider {
    width: 100%;
    margin-top: 32px;
  }

  .text-logo-carousel-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .aapl-logos {
    object-fit: cover;
    max-width: 40%;
    margin-left: 0;
    overflow: visible;
  }

  .aapl-logos.yc {
    margin-top: -29px;
    margin-bottom: 35px;
  }

  .logo-carousel {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    width: 100%;
    max-width: 200px;
    margin-top: -1px;
    display: flex;
  }

  .features-section {
    padding-top: 60px;
    padding-bottom: 140px;
    padding-left: 0%;
  }

  .feature-2-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .feature-2-grid-wrap.reverse {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .feature-copy-wrap {
    width: auto;
  }

  .features-copy {
    padding: 0 12px 0 0;
  }

  .features-copy.right {
    padding: 0 12px;
  }

  .div-block-5, .div-block-5.auto, .features-img-wrap {
    width: auto;
  }

  .investing-strategy-section {
    border-radius: 0;
    align-items: center;
    height: auto;
    margin-bottom: 60px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .is-img-copy-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .is-copy-wrap {
    width: auto;
    padding-left: 24px;
    padding-right: 48px;
  }

  .is-img-wrap {
    width: auto;
    height: 340px;
    margin-top: -130px;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blogs-copy-wrapper {
    flex-flow: column;
  }

  .blogs-copy-wrap, .blogs-copy-wrapp, .blogs-img-wrap {
    width: auto;
  }

  .blog-copy {
    padding: 24px 12px 0 0;
  }

  .stockunlock-at-glance-section {
    padding: 64px 20px;
  }

  .bento-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    display: grid;
  }

  .bento-card-regular, .bento-card-regular._2-fr {
    border-radius: 4px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .bento-card-small {
    border-radius: 4px;
  }

  .bento-card-small.down {
    border-radius: 4px;
    height: auto;
  }

  .bento-card-small.down-half {
    height: auto;
  }

  .pricing-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content-wrapper {
    padding-left: 0;
  }

  .pricing-gid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-card.extra-margin {
    margin-top: 96px;
  }

  .bottom-content-wrapper {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .price-div {
    width: 150px;
  }

  .price-div.dark {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .price-div.dark.hide {
    display: none;
  }

  .pricing-copy.add-on {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 345px;
  }

  .additional-ai-wrapper {
    flex-flow: column;
    width: 345px;
    padding: 12px 20px;
    inset: auto 0% -100px 20px;
  }

  .additional-ai-wrapper.up {
    background-position: 50%;
    bottom: 715px;
    left: 16px;
  }

  .additional-ai-wrapper.up.desktop-hidden {
    width: auto;
    bottom: 32%;
    left: 2%;
  }

  .additional-ai-wrapper.desktop-hidden {
    width: auto;
    bottom: -3%;
    left: 2%;
    right: 2%;
  }

  .additional-ai-wrapper.mobile-hidden {
    display: none;
  }

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

  .podcast-card {
    flex-flow: column;
    width: auto;
    margin-top: 64px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 16px;
  }

  .thumbnail-img {
    width: auto;
    height: auto;
  }

  .content-wrap {
    padding-left: 0;
  }

  .product-cta {
    border-radius: 0;
    max-width: none;
    padding: 64px 24px;
    position: static;
  }

  .cta-copy-wrapper {
    flex-flow: column;
  }

  .cta-copy-wrap {
    width: auto;
  }

  .footer-bottom {
    padding-top: 12px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---color-neutral-600 {
    padding-left: 0;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 10px;
  }

  .brix---footer-big-links-col {
    align-items: flex-start;
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .brix---footer-big-links-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: space-between;
    place-items: center start;
    display: flex;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 180px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v17 {
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer-top {
    padding: 80px 0 0;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-7 {
    width: 100%;
  }

  .img-text-wrap.hide {
    display: none;
  }

  .link-block.banner {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button.w--open {
    background-color: #3e83eb;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .bento--card-big {
    border-radius: 4px;
  }

  .content-img-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    display: none;
  }

  .content-img-tab.is-mobile {
    flex-flow: column;
    display: flex;
  }

  .content-tab {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .content-link {
    width: 100%;
    padding: 12.5px 14px;
  }

  .img-tab {
    display: none;
  }

  .circle-progree-wrap {
    width: 40px;
    height: 40px;
  }

  .text-block-64 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .featur-accordion {
    align-items: center;
  }

  .text-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .feature-image {
    border-radius: 0;
  }

  .top-margin-16px {
    margin-top: 8px;
  }

  .bento-card-small-grid {
    height: auto;
  }

  .bento-grid-wrapper {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .swiper-button-next {
    margin-left: 0;
    margin-right: 0;
    inset: auto 31% -7% auto;
  }

  .swiper-button-prev {
    margin-left: 0;
    margin-right: 0;
    inset: auto auto -7% 30%;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---flex-horizontal {
    display: none;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---card-testimonial-v13 {
    width: 100%;
    max-width: 370px;
    min-height: 220px;
    padding: 20px;
  }

  .brix---slide-item-mg {
    max-width: 370px;
    min-height: auto;
  }

  .brix---slider-mask-width-390px {
    width: 100%;
    max-width: 370px;
    min-height: auto;
  }

  .brix---slider-wrapper {
    max-width: none;
  }

  .brix---slider-wrapper.is-mobile {
    min-height: 300px;
    margin-left: 10px;
    padding-left: 0;
    display: flex;
  }

  .brix---slider-wrapper.hide {
    display: none;
  }

  .div-block-10 {
    justify-content: center;
    width: 100%;
  }

  .faq-a-text {
    letter-spacing: .02em;
    font-size: 14px;
    line-height: 135%;
  }

  .faq-q-text {
    letter-spacing: -.02em;
    font-size: 20px;
  }

  .superpower-img {
    width: 100%;
    max-width: 350px;
  }

  .rl_faq6_answer, .rl_faq6_question {
    padding-left: 0;
  }

  .rl_faq6_list-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .feature-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-wrapper {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-logo {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .logo-wrap {
    width: 56px;
    min-height: 56px;
  }

  .div-block-12, .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .div-block-14 {
    display: none;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .scrim {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .newsletter-subscribe-modal {
    background-position: 50%;
    background-size: cover;
    padding: 20px;
  }

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

  .hero-wrapper-2, .hero-split-2 {
    margin-bottom: 0;
  }

  .email-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .email-form-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .email-input {
    width: 100%;
    height: 48px;
    margin-bottom: 0;
  }

  .heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
  }

  .close-button-div {
    margin-bottom: 0;
  }

  .hero_section {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .h1 {
    color: #1c1d22;
    letter-spacing: -1px;
    align-self: center;
    font-family: "Twklausanne 0600", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
  }

  .paragraph {
    align-self: center;
    font-size: 15px;
  }

  ._w-666 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .primary_btn {
    text-align: center;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .primary_btn.pricingbutton {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .primary_btn.pricingbutton.tryinbrowser {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial_wrapper {
    margin-bottom: 32px;
  }

  .testimonial_section {
    padding-top: 64px;
  }

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

  .testimonial-block {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .logo_block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .logo_block.right {
    overflow: visible;
  }

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

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

  .t-4 {
    font-size: 15px;
  }

  .text-block-65 {
    font-size: 12px;
  }

  .title_wrapper {
    flex-flow: column;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 44px;
  }

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

  .grid-4 {
    grid-template-areas: "."
                         "Area";
    width: 100%;
  }

  .form_block {
    flex-flow: column;
    width: 100%;
    display: flex;
    position: static;
  }

  .pricing_block {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .heading-3 {
    align-self: auto;
    font-size: 36px;
    line-height: 44px;
    display: block;
  }

  .t-5 {
    font-size: 14px;
  }

  .t-5.greyish {
    color: #4a5563;
    font-size: 16px;
  }

  .t-5.affiliate {
    font-size: 16px;
  }

  .merge_block {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .pricing_header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3 {
    font-size: 26px;
  }

  .heading-4 {
    font-size: 32px;
    display: flex;
  }

  .pricing_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .block {
    padding: 30px 20px 20px;
  }

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

  .heading-5 {
    letter-spacing: -.64px;
    font-size: 32px;
    line-height: 40px;
  }

  .investing-strategy {
    border-radius: 0;
    align-items: center;
    height: auto;
    margin-bottom: 60px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .button-3 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 29px;
  }

  .button-3.pricingbutton {
    font-size: 20px;
  }

  .button-3._w-300 {
    width: 100%;
    font-size: 20px;
  }

  .rl_banner7_button {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: 14px;
    font-weight: 300;
  }

  .rl_banner7_heading {
    padding-right: 21px;
    font-size: 14px;
  }

  .rl_banner7_icon {
    display: block;
  }

  .rl_banner7_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-right: 0;
  }

  .rl_banner7_content-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .hide-emoji-desktop {
    display: inline;
  }

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

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

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .image-6 {
    width: 245px;
  }

  .people-pill-img {
    width: auto;
    max-width: 229px;
    margin-left: 0;
    padding-left: 0;
  }

  .container-5 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .hero_sectin-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-6 {
    font-size: 36px;
    line-height: 40px;
  }

  .parent-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .submit-button-2 {
    position: static;
  }

  .image-8 {
    margin-bottom: 0;
  }

  .rl_banner7_button-2 {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: 14px;
    font-weight: 300;
  }

  .container-6 {
    width: 100%;
    display: block;
  }

  .container-7 {
    display: none;
  }

  .container-7m {
    display: flex;
  }

  .search-bar-old {
    height: 64px;
    padding-left: 60px;
    font-size: 16px;
  }

  .dropdown-results-old {
    display: none;
  }

  .search-icon-wrapper {
    top: 20px;
    bottom: 20px;
    left: 24px;
  }

  ._w-440 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  ._w-372 {
    width: 100%;
    max-width: 100%;
  }

  .grid-5col-1row {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-content: start center;
    place-items: stretch center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .stock-logo-wrapper {
    width: 44px;
    height: 44px;
  }

  .stock-logo-img {
    width: 25px;
    height: 25px;
  }

  .button-navbar, .button-navbar._100 {
    width: 100%;
  }

  .button-navbar.pricingbutton {
    text-align: center;
    font-size: 20px;
  }

  .subtitle {
    align-self: center;
    width: auto;
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .header-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .search-bar {
    height: 64px;
    padding-left: 60px;
    font-size: 16px;
  }

  .search-3 {
    width: 100%;
  }

  .dropdown-results {
    display: none;
  }

  .sale_banner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section_affiliates {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-become-section_affiliates {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .why-become-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .why-become-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .why-become-grid-card.blue, .why-become-grid-card.green, .why-become-grid-card.purple, .why-become-grid-card.orange {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .why-become-grid-card.orange.pad-bot {
    margin-bottom: 48px;
  }

  .why-become-grid-card-icon {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .why-become-grid-card-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-35px-bold.blue, .text-35px-bold.green, .text-35px-bold.purple, .text-35px-bold.orange {
    font-size: 28px;
  }

  .main-buttons-horizontal-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .secondary-btn_affiliate._100 {
    width: 100%;
  }

  .secondary-btn_affiliate.pricingbutton {
    text-align: center;
    font-size: 20px;
  }

  .secondary-btn_affiliate._w-300 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .why-become-grid-btns-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .youtube-calculator-section_affiliates {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .youtube-calculator-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 32px 16px 16px;
  }

  .youtube-calc-accordion-static-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .youtube-calc-accordion-dinamic-text, .show-more-link, .hide-link {
    font-size: 14px;
  }

  .youtube-calc-show-hide-wrapper {
    height: 24px;
  }

  .main-btn_affiliate {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .main-btn_affiliate.pricingbutton {
    font-size: 20px;
  }

  .main-btn_affiliate._w-300 {
    width: 100%;
    font-size: 18px;
  }

  .faq-section_affiliates, .banner-section_affiliates {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .btn-textbelow-wrapper {
    width: 100%;
  }

  .text-24px-semibold {
    font-size: 20px;
    line-height: 20px;
  }

  .text-24px-semibold.is-white {
    flex-flow: row;
    width: auto;
    margin-top: 11px;
    margin-bottom: -1px;
    font-size: 24px;
  }

  .show-proof-popup-wrapper {
    border-radius: 0;
    max-height: 100vh;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-36px-normal {
    font-size: 28px;
    line-height: 32px;
  }

  .text-36px-normal.is-white {
    font-size: 36px;
    line-height: 40px;
  }

  .text-36px-normal.is-white.is-small {
    font-size: 40px;
  }

  .text-36px-normal.center-align {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 40px;
    display: flex;
  }

  .text-36px-normal.center-align.is-small {
    font-size: 40px;
  }

  .text-36px-normal.center-aligned {
    font-size: 28px;
    line-height: 34px;
  }

  .list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .show-proof-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .close-btn-wrapper {
    top: 16px;
    right: 16px;
  }

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

  .heading-40px-affiliates.is-white {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-40px-affiliates.is-white.is-small {
    font-size: 40px;
  }

  .heading-40px-affiliates.center-align {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 40px;
    display: flex;
  }

  .heading-40px-affiliates.center-align.is-small {
    font-size: 40px;
  }

  .heading-40px-affiliates.center-aligned {
    font-size: 28px;
    line-height: 34px;
  }

  .nav-link-affiliate {
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link-affiliate.footer {
    justify-content: flex-start;
  }

  .text-span-9 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    display: flex;
  }

  .image-11 {
    width: 100%;
  }

  .text-block-67 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-15 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .div-block-16 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-18 {
    width: 260px;
  }

  .text-block-69 {
    width: auto;
    max-width: 340px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-2 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding: 28px 24px 80px;
  }

  .text-block-70 {
    font-size: 36px;
    line-height: 44px;
  }

  .text-block-71 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-20 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-11 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-22 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
  }

  .link-block-4, .link-block-5 {
    display: block;
  }
}

#w-node-_60723ff7-3e58-1707-a4ef-73aa1f838f7f-6d6d4548 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_71d2a76a-890a-2113-4ecc-fc6f0cccb621-6d6d4548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fff0cd4-04da-dd52-72df-e985a044f9d6-a044f9ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a511bd78-c06f-32d0-e735-bc682e7bd736-d3979d34, #w-node-_212773b8-4a1b-2746-7027-b4a7f9789996-d3979d34, #w-node-c9978ff5-0f10-f5de-26ff-943b30b629dd-d3979d34, #w-node-_5b4eeba1-ee01-dde0-5269-c9f55ff956b6-d3979d34, #w-node-_9d6e3f44-0907-98bd-2bbd-56d94071a118-d3979d34 {
  place-self: center;
}

#free-plan-section-create-account-btn.w-node-a5ea68ab-6bd5-1b01-751b-a49396dff4c1-0f23b9f1 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2d612ad0-f861-82c5-4d3f-79f67535e422-6d6d4548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_805652a6-d6ec-3607-1618-1424f5414934-6d6d4548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0fff0cd4-04da-dd52-72df-e985a044f9d6-a044f9ae {
    justify-self: start;
  }

  #w-node-ae61fc68-0e7d-30d6-fd53-d8aee48b15b3-d3979d34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae61fc68-0e7d-30d6-fd53-d8aee48b15b4-d3979d34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_065c95d8-45b6-0be7-9e98-9539bb807f31-0f23b9f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_065c95d8-45b6-0be7-9e98-9539bb807f32-0f23b9f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a511bd78-c06f-32d0-e735-bc682e7bd736-d3979d34 {
    place-self: center;
  }

  #w-node-_212773b8-4a1b-2746-7027-b4a7f9789996-d3979d34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-c9978ff5-0f10-f5de-26ff-943b30b629dd-d3979d34, #w-node-_5b4eeba1-ee01-dde0-5269-c9f55ff956b6-d3979d34, #w-node-_9d6e3f44-0907-98bd-2bbd-56d94071a118-d3979d34 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_805652a6-d6ec-3607-1618-1424f5414934-6d6d4548, #w-node-ae61fc68-0e7d-30d6-fd53-d8aee48b15b4-d3979d34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4f05b0de-1081-ca74-eed5-28265e3bbd23-d3979d34 {
    place-self: auto;
  }

  #w-node-_065c95d8-45b6-0be7-9e98-9539bb807f32-0f23b9f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4f05b0de-1081-ca74-eed5-28265e3bbd23-0f23b9f1 {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Twklausanne 0600';
  src: url('../fonts/TWKLausanne-0600.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twklausanne 0500';
  src: url('../fonts/TWKLausanne-0500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twklausanne 0300';
  src: url('../fonts/TWKLausanne-0300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twklausanne 0700';
  src: url('../fonts/TWKLausanne-0700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twklausanne 0450';
  src: url('../fonts/TWKLausanne-450.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}