.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

h2 {
  color: #0a083b;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #1d1d1d;
  margin-bottom: 1em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: #185cff;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .9;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.dropdown-pointer {
  position: relative;
}

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

.chevron {
  margin-right: 5px;
}

.dropdown-title {
  color: #0a083b;
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #283338;
}

.icon {
  width: 100%;
}

.dropdown-block {
  z-index: 25;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid #00000014;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-toggle {
  color: #57586e;
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #0047f0;
}

.dropdown-toggle.hide-nav {
  display: none;
}

.dropdown-link {
  z-index: 30;
  color: #0a083b;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  opacity: .91;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 7px 15px 45px 2px #7b88a833;
}

.dropdown-link.link-03 {
  z-index: 28;
}

.dropdown-link.link-04 {
  z-index: 27;
}

.dropdown-link.link-02 {
  z-index: 29;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.nav-link {
  color: #185cff;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .8;
}

.login-buttons {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

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

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -2% 4% auto 0%;
  transform: rotate(45deg);
}

.brand-name {
  color: #0a083b;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.template-logo {
  width: 55px;
  margin-right: 10px;
}

.nav-menu {
  color: #7b88a8;
  align-items: center;
  margin-left: 42px;
  font-size: 15px;
  display: flex;
  position: static;
}

.icon-square {
  background-color: #f1f1f1;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  padding: 14px;
  display: flex;
}

.nav-blog-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 370px;
  max-height: 100vh;
  padding-top: 10px;
  left: -120px;
}

.navigation-dropdown.dropdown-small.w--open {
  min-width: 350px;
  left: -110px;
}

.nav-link-blog {
  color: #0a083b;
  white-space: normal;
  font-size: 14px;
  transition: color .3s ease-out;
}

.nav-link-blog:hover {
  color: #0047f0;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-block {
  color: #57586e;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color .3s ease-out;
}

.link-block:hover {
  color: #0047f0;
}

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

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 893px;
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.button-menu {
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  background-color: #185cff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.button-menu:hover {
  opacity: .8;
  background-color: #175cff;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-details {
  color: #57586e;
  white-space: normal;
  font-size: 14px;
}

.clients-logos-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.clients-logos-container.top-margin {
  opacity: 1;
  margin-top: 100px;
  display: none;
}

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

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

.hero-subheading {
  text-align: left;
  max-width: 700px;
  margin-bottom: 40px;
}

.hero-subheading.centered {
  color: #57586e;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.client-image {
  border-radius: 4px;
  box-shadow: 4px 4px 18px #0a1b2b1a;
}

.button {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #1949a6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  transition: background-color .3s ease-out;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #0047f0;
}

.button.secondary {
  color: #185cff;
  text-transform: none;
  background-color: #0000;
  border: 3px solid #185cff;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 400;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
}

.button.secondary:hover {
  color: #fff;
  background-color: #185cff;
}

.button.right-margin {
  text-transform: none;
  background-color: #185cff;
  width: auto;
  margin-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
}

.button.right-margin.preview-page {
  max-width: 250px;
}

.button.right-margin.hiw-btn {
  max-width: 350px;
}

.button.how-it-works {
  text-transform: none;
  background-color: #175cff;
  width: 220px;
  margin-top: 40px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 400;
}

.button.tab {
  text-transform: none;
  background-color: #175cff;
  font-weight: 700;
  transition: opacity .2s;
  position: absolute;
  bottom: 110px;
}

.button.tab:hover {
  opacity: .8;
  background-color: #175cff;
}

.button.top-bottom-margin {
  text-transform: none;
  background-color: #175cff;
  margin-top: 10px;
  margin-bottom: 25px;
}

.button.right-margin {
  text-transform: none;
  background-color: #185cff;
  width: auto;
  margin-right: 30px;
  font-family: IBM Plex Mono, sans-serif;
  transition: opacity .2s;
  display: flex;
}

.button.right-margin:hover {
  opacity: .8;
  background-color: #175cff;
}

.button.right-margin.pop-up {
  margin-top: 0;
}

.button.footer {
  color: #185cff;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 400;
  transition: opacity .2s, background-color .3s ease-out;
}

.client-logo {
  opacity: .9;
  background-color: #0000;
  border-radius: 4px;
  max-width: 100%;
  padding: 25px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.cta {
  background-color: #f1f1f1;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 50px;
  display: block;
}

.container.cta.guide {
  width: 100%;
  max-width: 1000px;
}

.container.post {
  max-width: 900px;
}

.container.post.pricing {
  text-align: center;
}

.container.blog {
  max-width: 680px;
}

.container.banner-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text {
  color: #7b88a8;
  font-size: 18px;
  line-height: 1.8;
}

.text.centered {
  color: #57586e;
  text-align: center;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.section {
  color: #0a083b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.homepage-hero {
  background-image: url('../images/decor-dots.svg'), url('../images/decor-rows.svg');
  background-position: 100% 75%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 160px, 270px;
  background-attachment: scroll, scroll;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.hide-overflow {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.hide-overflow.content-stripe {
  display: block;
}

.section.testimonial-stripe {
  display: none;
}

.section.footer-cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.footer {
  background-color: #fff;
  border-top: 1px #57586ecc;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.how-it-works {
  border-left: 1px solid #000;
  display: block;
}

.section.why-this {
  padding-bottom: 40px;
}

.section.testimonial {
  padding-top: 60px;
}

.section.post-header {
  padding-bottom: 40px;
}

.section.post-header.pricing {
  padding-top: 80px;
}

.section.post-header.product-notes {
  padding-bottom: 100px;
}

.section.post {
  padding-bottom: 0;
}

.section.product-notes {
  padding-top: 25px;
}

.section.archive {
  display: none;
}

.section.analytivs {
  padding-top: 60px;
}

.how-it-works-header {
  max-width: 480px;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.heading {
  flex: 1;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.heading.post {
  color: #000;
  margin-bottom: 15px;
  font-size: 42px;
}

.heading.blog {
  color: #000;
  margin-bottom: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
}

.heading.tos {
  margin-bottom: 20px;
  font-size: 34px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 600;
}

.tab-pane {
  text-align: center;
  width: auto;
  position: static;
}

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

.tab-title {
  color: #0a083b;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.tab-title:hover {
  color: #1d1d1f;
}

.tab-title-container {
  z-index: 1;
  max-width: 480px;
  margin-bottom: 60px;
  position: absolute;
  top: 0;
}

.tabs-container {
  display: none;
  position: relative;
}

.left {
  width: 50%;
}

.left.image-wrap {
  text-align: center;
  padding: 0;
}

.tab-text {
  color: #57586e;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.tab-text:hover {
  color: #888;
}

.tab-link {
  opacity: .6;
  cursor: pointer;
  background-color: #0000;
  border-left: 5px solid #ddd;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 30px 8px 20px;
  transition: opacity .3s ease-out;
  display: flex;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #1949a6;
}

.feature-wrap {
  width: 100%;
  max-width: 480px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.paragraph-2 {
  color: #57586e;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.tab-image {
  width: 100%;
  max-height: none;
}

.tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 75px;
  display: flex;
}

.tab-container {
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  display: flex;
  position: relative;
}

.how-it-works-container {
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 50%;
}

.feature-image-3 {
  z-index: 5;
  position: absolute;
  top: -42px;
  right: 160px;
}

.link {
  color: #1949a6;
  text-decoration: none;
}

.link:hover {
  color: #215bcd;
}

.feature-grid-column {
  position: relative;
}

.feature-grid-column.list-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-image-1 {
  position: absolute;
  top: -548px;
  right: 60px;
}

.feature-grid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-image-2 {
  position: absolute;
  top: -276px;
  left: 40px;
}

.testimonial-logo {
  width: 120px;
  display: inline-block;
}

.testimonial-name {
  color: #0a083b;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.testimonial-info-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-info-container.testimonial {
  flex-direction: column;
  justify-content: space-around;
}

.testimonial-quote {
  color: #57586e;
  margin-bottom: 35px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 1.7;
}

.testimonial-position {
  color: #57586e;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial-pic-container {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 18px #0a1b2b1a;
}

.testimonial-pic {
  align-self: auto;
}

.testimonial-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5.5fr 4.5fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1100px;
  display: grid;
}

.cta-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 100%;
  display: flex;
}

.cta-text {
  color: #57586e;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.cta-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  display: flex;
}

.cta-title {
  color: #0a083b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.footer-logo {
  margin-bottom: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 22px;
}

.logo {
  width: 75px;
  margin-bottom: 10px;
}

.social-media-icon {
  width: 30px;
}

.social-media-link {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.social-media-icons-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.footer-container {
  padding-right: 20px;
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  font-family: Inter, sans-serif;
}

.text-block.footer-item {
  margin-bottom: 7px;
}

.heading-popup-2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
}

.form-2 {
  width: 95%;
}

.success-message-2 {
  background-color: #eee;
  border-radius: 4px;
}

.popup-pricing {
  z-index: 20001;
  background-color: #175cffcc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup-pricing.waitlist, .popup-pricing.legacy {
  display: none;
}

.popup-field {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: auto;
  max-width: 600px;
  height: auto;
  max-height: 90vh;
  margin: 50px auto auto;
  padding: 32px 24px;
  display: block;
  position: relative;
  inset: 0%;
  overflow: auto;
  box-shadow: 0 8px 48px #1e1f5c29;
}

.paragraph {
  color: #57586e;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.paragraph.testimonial {
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.form-description {
  margin-bottom: 20px;
}

.paragraph.form-description.before-list {
  margin-bottom: 15px;
}

.paragraph.form-description.questions {
  text-align: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph.tos {
  margin-bottom: 30px;
}

.text-field-2 {
  border-radius: 4px;
  font-family: Inter, sans-serif;
}

.text-field-2.hidden-email {
  display: none;
}

.bold-text {
  color: #0a083b;
  font-family: Inter, sans-serif;
}

.close-popup-bg {
  position: absolute;
  inset: 0%;
}

.close-popup {
  color: #175cff;
  font-size: 32px;
  line-height: 40px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup:hover {
  color: #eb209e;
}

.confirmation-msg {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.how-it-works-image {
  border: 0 solid #f1f1f1;
  border-radius: 15px 15px 2px 2px;
  width: 350px;
  max-width: none;
  position: relative;
}

.how-it-works-image.small-image {
  margin-top: auto;
}

.tab-link-2 {
  opacity: .6;
  cursor: pointer;
  background-color: #0000;
  border-left: 5px solid #ddd;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  padding: 15px 30px 15px 20px;
  transition: opacity .3s ease-out;
  display: block;
}

.tab-link-2:hover {
  opacity: 1;
}

.tab-link-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #0047f0;
  display: block;
}

.how-it-works-step {
  color: #57586e;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.how-it-works-step.step-header {
  opacity: .8;
  font-size: 16px;
  font-weight: 700;
}

.how-it-works-step.step-header.why-section {
  padding-bottom: 0;
}

.how-it-works-step.step-header.testimonials {
  margin-bottom: 25px;
  display: none;
}

.heading-2.how-it-works {
  color: #0a083b;
}

.heading-2.features {
  color: #0a083b;
  max-width: 600px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
}

.heading-2.why-section {
  color: #0a083b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
}

.heading-2.tos {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2em;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.feature-grid.feature-labels {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.featured-card {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 30px;
  transition: border-color .2s;
  display: flex;
  box-shadow: 4px 4px 15px #0a083b0f;
}

.featured-card:hover {
  border-color: #000000b3;
}

.featured-card.selected {
  background-color: #0047f0;
  border: 1px solid #0047f0;
}

.featured-card.active {
  cursor: pointer;
  border: 1px solid #000;
}

.featured-card.active:hover {
  border-color: #000000b3;
}

.featured-card.not-live {
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #fff;
  transition: border .2s, box-shadow .2s;
}

.featured-card.not-live:hover {
  border: 1px solid #000;
  box-shadow: 4px 4px 15px #0a083b0f;
}

.feature-name {
  color: #0a083b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.feature-name.selected {
  color: #fff;
}

.feature-grid-text {
  color: #57586e;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.feature-grid-text.selected {
  color: #fff;
}

.feature-header-wrap {
  text-align: center;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
}

.faq-content {
  padding-top: 30px;
  overflow: visible;
}

.faq-button {
  cursor: pointer;
  align-items: flex-start;
  display: flex;
}

.faq-background {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 4% 8%;
}

.faq-answer-container {
  height: auto;
  overflow: hidden;
}

.faq-question-container {
  flex: 1;
  margin-right: 50px;
}

.faq-divider {
  background-color: #1d1d1f1a;
  height: 1px;
}

.faq-arrow {
  color: #0a083b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.faq-question {
  color: #0a083b;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.faq-answer {
  color: #57586e;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.features {
  padding-right: 0;
  display: block;
}

.logo-text-wrap {
  margin-top: 10px;
}

.text-block-2 {
  opacity: .8;
  color: #57586e;
  font-family: Inter, sans-serif;
}

.example-wrap {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.example-wrap.testimonial {
  max-width: 800px;
  margin-bottom: 25px;
}

.example-wrap.testimonial.bottom {
  margin-top: 50px;
}

.faq-list {
  color: #57586e;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.header {
  color: #000;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.image-wrap {
  border-radius: 10px;
  max-width: 300px;
}

.column-2 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.example-label {
  color: #57586e;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.preview-image {
  border-radius: 10px;
  box-shadow: 1px 1px 3px #0a083b0f;
}

.referral-example {
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.list {
  color: #57586e;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: square;
}

.list.tos {
  font-size: 17px;
}

.list.tos.dpa {
  list-style-type: decimal;
}

.list-item {
  margin-bottom: 15px;
}

.live-chat-cta-wrap {
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.live-chat-cta-wrap.hide {
  display: none;
}

.drift-open-chat {
  color: #185cff;
  cursor: pointer;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 15px;
  transition: opacity .2s;
  display: inline-block;
}

.drift-open-chat:hover {
  opacity: .8;
}

.paypal-wrap {
  border: 1px solid #57586e;
  border-radius: 20px;
  max-width: 500px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  box-shadow: 4px 4px 15px #0a083b0f;
}

.pricing-block-header {
  color: #57586e;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.pricing-price {
  color: #000;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 150%;
}

.pricing-price.free-trial {
  margin-bottom: 40px;
  font-size: 18px;
}

.separator {
  border: 1px solid #57586e4d;
  margin-top: 40px;
}

.pricing-label {
  margin-bottom: 15px;
  padding-left: 1px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
}

.pop-up-pricing-link {
  color: #185cff;
  font-family: IBM Plex Mono, sans-serif;
  transition: opacity .2s;
}

.pop-up-pricing-link:hover {
  opacity: .8;
}

.pop-up-pricing-block-text {
  font-size: 15px;
}

.button-wrap {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.empty-text {
  color: #57586e;
  font-size: 18px;
  line-height: 1.5;
}

.blog-item {
  margin-bottom: 30px;
}

.post-title {
  color: #185cff;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
}

.post-link-wrap {
  color: #185cff;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
}

.post-link-wrap:hover {
  opacity: .8;
}

.post-date {
  color: #57586e;
  margin-right: 5px;
  font-family: Inter, sans-serif;
}

.breadcrumb-link {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.heading-3 {
  color: #0a083b;
}

.heading-3.tos {
  font-size: 22px;
}

.heading-4 {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.why-p {
  color: #57586e;
  margin-bottom: 0;
}

.why-p.feature {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  background-color: #185cff;
  display: none;
}

.banner-link {
  cursor: pointer;
  width: 100%;
}

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

.banner-text {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  display: block;
}

.meta-data {
  align-items: center;
  display: flex;
}

.profile {
  border-radius: 100%;
  width: 60px;
  margin-right: 10px;
}

.image {
  border-radius: 100px;
}

.author-name {
  color: #000;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.date-time {
  display: flex;
}

.date-block {
  color: #57586e;
  margin-right: 3px;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.nav-link-black {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.form-step-wrap.hide {
  display: none;
}

.radio-btn {
  font-family: Inter, sans-serif;
}

.reward-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-area {
  border-radius: 4px;
}

.hide {
  display: none;
}

.form-wrap-header {
  width: 95%;
}

.form-step {
  opacity: .6;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.demo-section {
  height: 100vh;
  display: flex;
}

.demo-column {
  width: 50%;
  height: 100vh;
  padding: 0;
}

.demo-column.demo-column-form {
  padding: 15px;
}

.demo-column.demo-page {
  max-width: none;
  height: auto;
  position: relative;
  overflow: scroll;
}

.demo-hero {
  text-align: center;
  background-color: #00aeff;
  margin: auto;
  padding: 0 25px 25px;
  position: relative;
}

.podcast-image {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-block {
  padding-top: 30px;
  padding-bottom: 0;
}

.demo-header {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 125%;
}

.demo-paragraph {
  color: #fff;
  font-size: 14px;
  line-height: 125%;
}

.bold-text-2 {
  font-size: 24px;
}

.guide-container {
  padding-left: 25px;
  padding-right: 25px;
}

.nav-container {
  background-color: #f8f8f8;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 25px;
  padding: 36px;
  position: static;
  top: 25px;
}

.guide-columns {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

.guide-contents-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.guide-contents-list-item {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

.article-container {
  width: 85.0755%;
  margin-left: 30px;
  padding: 0 25px 25px;
}

.guide-contents-header {
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-5 {
  margin-top: 0;
}

.guide-header {
  color: #333;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
}

.guide-header.section-header {
  margin-top: 50px;
  margin-bottom: 10px;
}

.guide-header.section-header.first-header {
  margin-top: 2em;
}

.guide-header.header-3 {
  opacity: 1;
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 20px;
}

.bold-text-3 {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  overflow: hidden;
}

.paragraph-3 {
  font-size: 20px;
}

.guide-intro {
  margin-bottom: 2em;
  font-size: 20px;
  line-height: 30px;
}

.guide-hr {
  background-color: #e2e2e2;
  width: 100%;
  height: 1px;
  margin-bottom: 2em;
}

.guide-p {
  font-size: 16px;
}

.guide-p.header-p {
  margin-top: 25px;
}

.guide-contents-link {
  color: #333;
  transition: color .2s, opacity .2s;
}

.guide-contents-link:hover {
  opacity: .8;
  color: #185cff;
}

.guide-contents-link:active {
  color: #185cff;
}

.guide-image {
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.guide-image.image-border {
  border: 1px solid #ccc;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.support-callout {
  background-color: #f4f6ff;
  border: 1px solid #185cff;
  border-radius: 10px;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.support-callout-text {
  margin-bottom: 0;
  font-size: 14px;
}

.support-callout-icon {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}

.guide-block-quote {
  opacity: 1;
  color: #1d1d1d;
  background-color: #f8f8f8;
  border-left-style: none;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
}

.guide-embded {
  margin-top: 25px;
  margin-bottom: 25px;
}

.column-image {
  border-radius: 10px;
  width: 100%;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 25px;
}

.guide-list {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.guide-list-item {
  padding-bottom: 15px;
  line-height: 150%;
}

.guide-sticky-container {
  width: 320px;
  position: sticky;
  top: 25px;
}

.twitter-stripe {
  width: 100%;
}

.checkout-list {
  color: #57586e;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  list-style-type: none;
}

.checkout-listitem {
  margin-bottom: 15px;
}

.paypal-embed {
  margin-top: 30px;
}

.text-block-3 {
  color: #57586e;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.pricing-questions-block {
  color: #57586e;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.dashboard-image-wrap {
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  background-color: #f3f4f6;
  border: 0 solid #bdc3c7;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 4px 4px 15px #0a083b0f;
}

.image-2.show {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-2.no-show {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

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

.error-text {
  color: #ff0000d9;
  font-size: 16px;
  line-height: 1.5;
}

.footer-form-block {
  margin-top: 30px;
}

.input-text {
  color: #f3f4f4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.form {
  width: 480px;
}

.footer-email-capture {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 100%;
  padding: 0 0 90px;
  display: flex;
}

.email-capture {
  justify-content: space-between;
  align-items: center;
  width: 480px;
  display: flex;
}

.social-media-icons-container-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-text {
  color: #ffffffb3;
  max-width: 300px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.email-field {
  background-color: #0000;
  border: 2px #f3f4f4;
  border-bottom-style: solid;
  margin-bottom: 0;
}

.success-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.error-message {
  background-color: #0000;
  padding-left: 0;
}

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

.footer-description-text {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-divider {
  background-color: #fff;
  width: auto;
  max-width: none;
  height: 2px;
}

.logo-2 {
  width: 50px;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.success-message {
  background-color: #0000;
}

.section-2 {
  color: #0a083b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-2.footer {
  background-color: #185cff;
}

.h2 {
  color: #0a083b;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.h2.white {
  color: #fff;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
}

.footer-link {
  color: #ffffffb3;
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: color .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

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

.footer-link.w--current {
  color: #fff;
}

.footer-links-2 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.grid-container.left-alignment {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.email-capture-button {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 5px;
  margin-left: -30px;
  transition: transform .3s ease-out;
}

.email-capture-button:hover {
  transform: translate(5px);
}

@media screen and (min-width: 1280px) {
  .navigation {
    max-width: 1000px;
  }

  .button-menu {
    transition: opacity .2s;
  }

  .button-menu:hover {
    opacity: .8;
    background-color: #175cff;
  }

  .hero-subheading.centered {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    font-size: 15px;
  }

  .button.tab {
    text-transform: none;
    background-color: #175cff;
    transition: opacity .2s, opacity .2s;
  }

  .button.tab:hover {
    opacity: .8;
    background-color: #175cff;
  }

  .button.right-margin {
    transition: opacity .2s, opacity .2s;
  }

  .button.right-margin:hover {
    opacity: .8;
    background-color: #175cff;
  }

  .container {
    max-width: 1000px;
  }

  .h1 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.homepage-hero {
    transition-property: opacity;
  }

  .how-it-works-header {
    max-width: 500px;
  }

  .h3 {
    margin-bottom: 10px;
  }

  .tab-pane {
    width: 100%;
  }

  .tabs-menu {
    width: 44%;
  }

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

  .tabs-content {
    width: 56%;
  }

  .feature-image-3 {
    top: 0;
  }

  .testimonial-logo {
    margin-top: 5px;
  }

  .testimonial-name {
    font-size: 18px;
  }

  .testimonial-quote {
    font-size: 24px;
  }

  .testimonial-position {
    font-size: 17px;
  }

  .cta-left {
    width: 80%;
  }

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

  .footer-links {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-popup-2 {
    width: 90%;
  }

  .popup-pricing {
    display: none;
  }

  .paragraph {
    width: 90%;
  }

  .confirmation-msg {
    color: #57586e;
    font-size: 17px;
    line-height: 150%;
  }

  .how-it-works-image.small-image {
    margin-top: 33px;
  }

  .how-it-works-step.step-header {
    padding-bottom: 0;
    font-size: 16px;
  }

  .heading-2 {
    margin-top: 20px;
  }

  .pricing-label {
    margin-bottom: 20px;
    font-family: IBM Plex Mono, sans-serif;
    font-size: 18px;
  }

  .pop-up-pricing-link {
    color: #185cff;
    transition: opacity .2s;
  }

  .pop-up-pricing-link:hover {
    opacity: .8;
  }

  .pop-up-pricing-block-text {
    font-family: IBM Plex Mono, sans-serif;
  }

  .form-step-wrap.hide {
    display: none;
  }

  .footer-email-capture, .footer-links-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .navigation {
    max-width: 1000px;
  }

  .hero-subheading {
    font-size: 20px;
  }

  .button {
    height: 60px;
  }

  .client-logo {
    max-width: 100%;
  }

  .container {
    max-width: 1000px;
  }

  .how-it-works-header {
    max-width: 480vh;
  }

  .feature-wrap {
    max-width: none;
  }

  .testimonial-logo {
    height: 35px;
  }

  .testimonial-quote {
    font-size: 26px;
  }

  .testimonial-grid {
    max-width: 1200px;
  }

  .cta-left {
    width: 80%;
  }

  .footer-links {
    max-width: 1000px;
  }

  .heading-2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.how-it-works {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2.features {
    max-width: 600px;
  }

  .heading-2.why-section {
    max-width: 550px;
  }

  .heading-2.tos {
    max-width: none;
  }

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

  .feature-header-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .features {
    display: block;
  }

  .guide-container {
    max-width: 1000px;
  }

  .footer-email-capture, .footer-divider, .footer-links-2 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .navigation {
    max-width: 1000px;
  }

  .section {
    width: 100%;
  }

  .section.hide-overflow.content-stripe {
    flex-direction: column-reverse;
    display: flex;
  }

  .section.testimonial-stripe, .section.how-it-works {
    display: none;
  }

  .how-it-works-header {
    max-width: none;
  }

  .tab-title-container {
    top: 0;
  }

  .tabs-menu {
    margin-top: 25px;
  }

  .testimonial-logo {
    height: 40px;
  }

  .testimonial-info-container.testimonial {
    flex-direction: column;
  }

  .cta-left {
    width: 80%;
  }

  .heading-popup-2 {
    width: 95%;
  }

  .popup-pricing {
    display: none;
  }

  .paragraph.testimonial {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.form-description {
    margin-bottom: 30px;
  }

  .heading-2 {
    max-width: 500px;
  }

  .heading-2.features {
    max-width: 600px;
  }

  .feature-name {
    line-height: 1;
  }

  .example-wrap.testimonial {
    max-width: 900px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-left {
    display: flex;
  }

  .navigation-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand-name {
    font-size: 18px;
  }

  .template-logo {
    max-width: 50px;
  }

  .nav-menu {
    display: none;
  }

  .navigation {
    max-width: none;
    display: flex;
  }

  .navigation-container {
    flex-direction: row;
    display: flex;
  }

  .clients-logos-container.top-margin {
    margin-top: 75px;
  }

  .hero-subheading {
    text-align: center;
    max-width: 650px;
    font-size: 20px;
  }

  .hero-subheading.centered {
    font-size: 18px;
  }

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

  .button {
    font-size: 14px;
  }

  .button.how-it-works {
    margin-bottom: 50px;
  }

  .button.tab {
    display: none;
    position: static;
  }

  .container {
    width: 100%;
  }

  .container.cta {
    padding: 90px 0 90px 35px;
  }

  .text {
    font-size: 17px;
  }

  .h1 {
    text-align: center;
    font-size: 52px;
  }

  .section {
    padding: 90px 30px;
  }

  .section.homepage-hero {
    background-position: 100% 75%, 0 100%;
    background-size: 130px, 220px;
    min-height: 60vh;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.hide-overflow {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.footer {
    background-color: #0a083b;
  }

  .tabs {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .tab-title {
    font-size: 18px;
  }

  .tab-title-container {
    margin-bottom: 45px;
    position: static;
  }

  .tabs-container {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .left {
    width: auto;
  }

  .tabs-menu {
    width: 80%;
  }

  .tab-container {
    justify-content: center;
  }

  .how-it-works-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-content {
    width: 100%;
    margin-top: 60px;
  }

  .feature-image-3 {
    max-width: 260px;
    top: 27px;
    left: auto;
    right: 50px;
  }

  .feature-image-1 {
    max-width: 260px;
    top: -294px;
  }

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

  .feature-image-2 {
    max-width: 260px;
    top: -90px;
    left: -87px;
  }

  .grid-title {
    font-size: 32px;
  }

  .testimonial-logo {
    width: 100px;
  }

  .testimonial-name {
    font-size: 15px;
  }

  .testimonial-quote {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .testimonial-column {
    justify-content: flex-start;
    position: static;
  }

  .testimonial-grid {
    grid-column-gap: 40px;
    width: 100%;
  }

  .cta-text {
    font-size: 18px;
  }

  .cta-title {
    font-size: 40px;
  }

  .footer-container {
    padding-right: 0;
  }

  .footer-links {
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-pricing {
    display: none;
  }

  .popup-field {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: auto;
  }

  .how-it-works-image {
    margin-top: 20px;
  }

  .heading-2.how-it-works {
    margin-bottom: 25px;
  }

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

  .feature-name {
    margin-bottom: 15px;
  }

  .faq-question {
    font-size: 24px;
  }

  .features {
    padding-left: 0;
  }

  .footer-form-block {
    margin-bottom: 25px;
  }

  .footer-email-capture {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 0 20px;
  }

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

  .footer-description-text {
    text-align: left;
    margin-bottom: 15px;
  }

  .footer-divider {
    width: 100%;
  }

  .section-2 {
    padding: 90px 30px;
  }

  .section-2.footer {
    background-color: #185cff;
  }

  .h2 {
    font-size: 46px;
  }

  .h2.white {
    font-size: 36px;
  }

  .footer-links-2 {
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-container.left-alignment {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .navigation-left {
    justify-content: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-right {
    display: none;
  }

  .navigation-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .clients-logos-container.top-margin {
    margin-top: 60px;
  }

  .hero-subheading {
    font-size: 18px;
  }

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

  .button, .button.top-bottom-margin {
    font-size: 14px;
  }

  .container.cta {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 35px;
  }

  .text {
    font-size: 16px;
  }

  .h1 {
    font-size: 48px;
  }

  .section {
    padding: 60px 25px;
  }

  .section.homepage-hero {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section.footer-cta {
    padding-bottom: 100px;
  }

  .section.footer {
    background-color: #0000;
    padding-top: 0;
  }

  .h3 {
    font-size: 36px;
  }

  .tab-title-container {
    margin-bottom: 40px;
  }

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

  .tab-container {
    justify-content: flex-start;
  }

  .tabs-content {
    margin-top: 50px;
  }

  .feature-image-3 {
    width: 100%;
    max-width: 100%;
    position: static;
    top: -41px;
  }

  .feature-image-1 {
    display: none;
  }

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

  .feature-image-2 {
    display: none;
    overflow: visible;
  }

  .grid-title {
    font-size: 36px;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .testimonial-quote {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .testimonial-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta-left {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

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

  .cta-right {
    width: 100%;
    padding-right: 0;
  }

  .cta-title {
    margin-bottom: 15px;
    font-size: 36px;
  }

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

  .footer-links {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
  }

  .popup-pricing {
    margin-top: 0;
    display: none;
  }

  .popup-field {
    max-width: 90vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .featured-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-name {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .feature-grid-text {
    font-size: 16px;
  }

  .faq-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-background {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .faq-question-container {
    margin-right: 20px;
  }

  .faq-arrow {
    font-size: 18px;
    line-height: 22px;
  }

  .faq-question {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .faq-answer {
    font-size: 16px;
  }

  .banner-text {
    width: 90%;
    font-size: 14px;
  }

  .support-callout {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-callout-icon {
    margin-bottom: 10px;
  }

  .form {
    width: 450px;
  }

  .footer-email-capture {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-around;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .footer-text {
    max-width: 280px;
  }

  .success-text {
    align-self: flex-start;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .footer-divider {
    display: none;
  }

  .section-2 {
    padding: 60px 25px;
  }

  .h2 {
    font-size: 38px;
  }

  .h2.white {
    margin-bottom: 35px;
  }

  .footer-links-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .navigation-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-name {
    margin-bottom: 0;
    font-size: 14px;
  }

  .clients-logos-container.top-margin {
    margin-top: 45px;
  }

  .buttons-container {
    flex-direction: column;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .hero-subheading.centered {
    font-size: 16px;
  }

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

  .button.secondary {
    width: 100%;
  }

  .button.right-margin {
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    display: flex;
  }

  .button.right-margin.preview-page {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .button.right-margin.hiw-btn {
    margin-top: 15px;
  }

  .button.right-margin {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .button.footer {
    width: 100%;
  }

  .client-logo {
    border-radius: 5px;
  }

  .container.cta {
    padding: 35px 30px;
  }

  .text {
    font-size: 15px;
  }

  .h1 {
    font-size: 32px;
  }

  .section {
    padding: 45px 20px;
  }

  .section.homepage-hero {
    padding-top: 25px;
    padding-bottom: 45px;
  }

  .section.hide-overflow {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .heading.blog {
    font-size: 32px;
    line-height: 120%;
  }

  .h3 {
    font-size: 26px;
  }

  .tab-title {
    font-size: 16px;
  }

  .tab-text {
    font-size: 15px;
  }

  .tab-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tab-image {
    height: auto;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .feature-image-3 {
    left: -19px;
  }

  .grid-title {
    font-size: 26px;
  }

  .testimonial-logo {
    width: 90px;
    height: auto;
    display: block;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .testimonial-info-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .testimonial-info-container.testimonial {
    align-items: center;
  }

  .testimonial-quote {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .testimonial-info {
    margin-bottom: 20px;
  }

  .cta-left {
    align-items: center;
  }

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

  .cta-title {
    text-align: center;
    font-size: 30px;
  }

  .footer-container {
    margin-bottom: 25px;
  }

  .footer-links {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .popup-pricing {
    max-width: none;
    margin-top: 0;
    display: none;
  }

  .popup-field {
    object-fit: contain;
    flex: 0 auto;
    max-width: 500px;
    margin-top: 50px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    overflow: auto;
  }

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

  .close-popup-bg {
    max-width: 500px;
    overflow: visible;
  }

  .close-popup {
    top: 16px;
    right: 16px;
  }

  .how-it-works-image {
    max-width: 100%;
  }

  .tab-link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .heading-2.how-it-works, .heading-2.features {
    font-size: 28px;
    line-height: 1.1em;
  }

  .heading-2.why-section {
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 1.1em;
  }

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

  .feature-name {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .feature-grid-text {
    font-size: 15px;
  }

  .faq-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .faq-background {
    margin-left: 20px;
    margin-right: 20px;
    padding: 12px 20px;
  }

  .faq-question {
    text-align: left;
    margin-bottom: 2vh;
    font-size: 18px;
    line-height: 22px;
  }

  .faq-answer {
    text-align: left;
    font-size: 15px;
  }

  .column-2, .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .live-chat-cta-wrap.hide {
    margin-top: 30px;
  }

  .button-wrap {
    flex-direction: column;
  }

  .banner-text {
    width: 90%;
    font-size: 14px;
  }

  .form-wrap-header {
    width: 100%;
  }

  .guide-columns {
    display: block;
  }

  .article-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .guide-sticky-container {
    display: none;
  }

  .footer-form-block {
    width: 100%;
  }

  .form {
    width: 92%;
  }

  .footer-email-capture {
    padding-left: 0;
    padding-right: 0;
  }

  .email-capture {
    width: 100%;
  }

  .success-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .section-2 {
    padding: 45px 20px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.white {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .footer-links-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .email-capture-button {
    margin-top: -2px;
  }
}

#w-node-a42d524a-8edd-b7da-7fd8-c50051f7d661-09df77bd {
  justify-self: start;
}

#w-node-a42d524a-8edd-b7da-7fd8-c50051f7d667-09df77bd {
  justify-self: center;
}

#w-node-a55cfd72-e4ef-6368-fb59-6e652c47a853-09df77bd {
  justify-self: start;
}

#w-node-a55cfd72-e4ef-6368-fb59-6e652c47a85a-09df77bd {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_06457856-5427-45fe-b6da-0a322ee5f7e1-09df77bd, #w-node-f59f5c13-8d19-141c-2459-2be3564368fb-4249de89 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_06457856-5427-45fe-b6da-0a322ee5f7e1-09df77bd {
    order: -9999;
  }

  #w-node-f6920f9b-c864-d1ef-79fe-df15a3ee09b7-a3ee09ad {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f6920f9b-c864-d1ef-79fe-df15a3ee09bb-a3ee09ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fca0fb9d-dbee-a932-da36-6bbba71ed794-4249de89 {
    justify-self: auto;
  }

  #w-node-fca0fb9d-dbee-a932-da36-6bbba71ed798-4249de89, #w-node-f59f5c13-8d19-141c-2459-2be3564368fb-4249de89 {
    order: -9999;
  }

  #w-node-_75433c9d-1d3f-e6d7-c7b8-ca0462c52895-4249de89 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6920f9b-c864-d1ef-79fe-df15a3ee09b7-a3ee09ad {
    grid-column: 2 / 3;
  }

  #w-node-fca0fb9d-dbee-a932-da36-6bbba71ed798-4249de89 {
    order: -9999;
  }

  #w-node-_75433c9d-1d3f-e6d7-c7b8-ca0462c52895-4249de89 {
    grid-column: 2 / 3;
  }
}


