:root {
  --neutral-50: white;
  --neutral-600: #31313a;
  --neutral-400: #888797;
  --neutral-100: #f9f9fb;
  --grey-500: #484854;
  --blurple-400: #5d57ff;
  --neutral-450: #5c5c6c;
  --orange-400: #ff6643;
  --blush-outlier: #fff6f8;
  --blurple-200: #c9c7fd;
  --neutral-200: #ebebf1;
  --tangerine-400: #ffa755;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  background-color: var(--neutral-50);
  color: var(--neutral-600);
  font-family: Ftsystem, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  letter-spacing: -.03125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.03125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.125;
}

a {
  text-decoration: underline;
}

.page-wrapper {
  overflow: hidden;
}

.section_topbar {
  z-index: 0;
  position: relative;
}

.padding-global {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.container-regular {
  max-width: 80rem;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-topbar {
  z-index: 2;
  border-bottom: 1px solid var(--neutral-400);
  padding-top: 3rem;
  padding-bottom: 2.75rem;
  display: block;
  position: relative;
}

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

.topbar_logo {
  max-width: 12rem;
}

.above-the-fold {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Background-2.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  position: relative;
}

.above-the-fold.beliefs {
  background-color: #f2f0ff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.above-the-fold.backup {
  background-color: #f2f0ff;
  background-image: none;
}

.button-primary {
  background-color: var(--neutral-600);
  color: var(--neutral-100);
  border-radius: 2.375rem;
  padding: 1rem 1.75rem;
  line-height: 1.4;
  transition: background-color .2s;
}

.button-primary:hover {
  background-color: var(--neutral-50);
  color: var(--neutral-600);
}

.button-primary.mobile-hide {
  transition: background-color .2s;
  display: block;
}

.button-primary.mobile-hide:hover {
  background-color: var(--neutral-50);
  color: var(--neutral-600);
}

.button-primary.with-arrow {
  width: 100%;
  text-align: left;
  background-image: url('../images/chamber_arrow-white.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 300;
  transition: background-position .2s, background-color .2s;
  display: inline-block;
}

.button-primary.with-arrow:hover {
  background-color: var(--grey-500);
  background-position: 94%;
}

.button-primary.hover-blurple:hover {
  background-color: var(--blurple-400);
  color: var(--neutral-50);
}

.hero-layout_top {
  max-width: 39rem;
  flex: none;
  align-self: auto;
  padding-top: 2rem;
  position: static;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.spacer-2-5 {
  width: 100%;
  height: 2.5rem;
}

.padding-section-regular {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-section-regular.mobile-top-fix {
  display: block;
}

.how-it-works_layout {
  max-width: 38.75rem;
  margin-left: auto;
}

.spacer-5-25 {
  height: 5.25rem;
}

.how-it-works_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 5.25rem;
  margin-bottom: 7.87rem;
  padding: 0;
}

.how-it-works_cell {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
}

.how-it-works_icon {
  height: 5.4375rem;
}

.text-size-medium {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--neutral-450);
  font-size: 1.25rem;
}

.text-size-medium.margin-bottom-0 {
  margin-bottom: 0;
}

.section_founders {
  background-color: #faf5f6;
}

.founders-layout_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding: 0;
}

.founders-layout_cell {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
}

.founder_headshot {
  max-height: 12.3125rem;
}

.founder_social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.founder_social-link {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--neutral-400);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: transform .2s;
  display: flex;
}

.founder_social-link:hover {
  margin-bottom: 0;
  transform: translate(0, -5px);
}

.section_logos {
  background-color: var(--orange-400);
}

.padding-section-small {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.logos_layout {
  grid-column-gap: 3.7rem;
  grid-row-gap: 3.7rem;
  align-items: center;
  display: flex;
}

.partner-logo {
  height: 2.75rem;
  max-width: 14rem;
  object-fit: contain;
}

.partner-logo.invert {
  filter: invert();
}

.padding-section-footer {
  padding-top: 3.8rem;
  padding-bottom: 6.25rem;
}

.footer_app-badge {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1.5px solid rgba(92, 92, 108, .9);
  border-radius: .75rem;
  padding: .85rem 1.3rem;
  transition: background-color .2s;
}

.footer_app-badge:hover {
  background-color: var(--neutral-100);
}

.chamber-graphic {
  width: 39.0625rem;
  max-height: 100svh;
  object-fit: contain;
  padding-right: 2.5rem;
  display: block;
  position: absolute;
  top: 95%;
  bottom: 0%;
  left: -10%;
  right: auto;
}

.founder_inner-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.form-block_waitlist {
  max-width: 24rem;
  margin-bottom: 0;
}

.field-label {
  color: rgba(92, 92, 108, .8);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 100%;
}

.field-label.waitlist {
  color: var(--grey-500);
  letter-spacing: .03125rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.form_text-field {
  height: 3.5rem;
  letter-spacing: -.01563rem;
  border: 1.5px solid #c7c7d4;
  border-radius: .5rem;
  margin-bottom: 1.25rem;
  padding: 1.35rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1;
}

.form_text-field.waitilist {
  border-style: none;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form_text-field.waitilist::-ms-input-placeholder {
  color: #c7c7d4;
  font-size: 1rem;
  line-height: 1.5;
}

.form_text-field.waitilist::placeholder {
  color: #c7c7d4;
  font-size: 1rem;
  line-height: 1.5;
}

.chamber-graphic-mobile {
  z-index: 3;
  max-height: 39rem;
  display: none;
  position: absolute;
  top: 82%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.popup_waitlist {
  z-index: 999;
  background-color: rgba(250, 235, 235, .9);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_close-div {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.popup_header-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-top: 3rem;
  display: flex;
}

.popup_close-btn {
  cursor: pointer;
  padding: .2rem;
}

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

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

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

.reason-to-believe {
  background-color: var(--blush-outlier);
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reasons-layout {
  min-height: 17rem;
  grid-column-gap: 1.38rem;
  grid-row-gap: 1.38rem;
  object-fit: none;
  margin-top: 7rem;
  padding: 0;
}

.reasons_icon {
  width: 3.75rem;
  height: 3.75rem;
}

.reasons-cell {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  overflow-wrap: normal;
  border: 1.5px solid rgba(92, 92, 108, .3);
  border-radius: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  transition: flex .2s;
  display: flex;
}

.reasons_header {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  display: flex;
}

.heading-1 {
  letter-spacing: -.03125rem;
  line-height: 1;
  display: flex;
}

.success-message {
  background-color: rgba(235, 235, 241, .25);
  border-radius: 8px;
  line-height: 6;
}

.text-field-2 {
  min-height: 56px;
  color: var(--neutral-400);
  border: 1px solid #c7c7d4;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 100%;
}

.text-field-2:focus {
  border-width: 2px;
  border-color: rgba(93, 87, 255, .6);
}

.image-3 {
  height: 20px;
}

.popup_wrapper-new {
  width: 408px;
  height: auto;
  background-color: var(--neutral-50);
  text-align: left;
  border-radius: 1.5rem;
  flex-direction: column;
  padding: 1.75rem 2.25rem 2rem;
  display: flex;
}

.modal-waitlist {
  display: block;
}

.flex-block {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: static;
}

.text-block-4 {
  color: var(--grey-500);
  font-size: 18px;
  line-height: 120%;
}

.success-message-2 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-left: 0;
}

.text-block-6 {
  color: var(--neutral-450);
  font-size: 1.5rem;
  font-weight: 300;
}

.text-block-7 {
  padding: 100px 0 140px;
}

.container-2 {
  padding-left: 0;
  padding-right: 0;
}

.terms-h2 {
  font-size: 1.4rem;
  font-weight: 400;
}

.terms-h1 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-block-9 {
  padding-top: 100px;
  padding-bottom: 140px;
}

.link_black {
  border-bottom: 1.5px solid var(--neutral-450);
  color: var(--neutral-450);
  -webkit-text-stroke-color: var(--blurple-400);
  text-decoration: none;
}

.link_black:hover {
  opacity: .8;
}

.mobile-two-devices, .badge-mobile {
  display: none;
}

.mockup-iphone {
  z-index: 2;
  width: 15.3388rem;
  max-height: 36.875rem;
  max-width: 15.3388rem;
  object-fit: contain;
  display: block;
  position: relative;
  bottom: -11.0625rem;
  left: -1.8125rem;
}

.mockup-desktop {
  z-index: 1;
  width: 32.25rem;
  max-height: 48.2rem;
  max-width: 32.25rem;
  object-fit: contain;
  display: block;
  position: relative;
  left: -10.2rem;
  box-shadow: 0 12px 28px rgba(136, 135, 151, .62);
}

.two-devices-desktop {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.browser-wide {
  display: none;
}

.body-3 {
  background-color: var(--neutral-50);
}

.paragraph {
  width: 50%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

._404-header {
  letter-spacing: -1px;
  font-size: 44px;
}

.footer_layout {
  justify-content: space-between;
  align-items: flex-start;
}

.divider {
  width: 2px;
  height: 28px;
  border-left: 2px solid rgba(93, 87, 255, .3);
  margin-left: 4px;
  margin-right: 4px;
}

.footer_cta-2 {
  color: #5d57ff;
  letter-spacing: -.03125rem;
  font-size: 2rem;
  line-height: 1.125;
  text-decoration: none;
}

.text-block-10 {
  border-left: 1px rgba(0, 0, 0, 0);
  border-radius: 1px;
  font-size: 16px;
}

.footer_lockup {
  color: #5c5c6c;
  line-height: 1.375;
}

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

.footer_link-accent {
  color: var(--blurple-400);
  text-decoration: none;
}

.footer_link-accent:hover {
  color: rgba(93, 87, 255, .8);
}

.spacer-2-2 {
  height: 2rem;
}

.footer_app-badge-4 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1.5px solid rgba(92, 92, 108, .9);
  border-radius: .75rem;
  padding: .85rem 1.3rem;
  transition: background-color .2s;
}

.footer_app-badge-4:hover {
  background-color: #f9f9fb;
}

.link-405 {
  color: var(--blurple-400);
  text-decoration: none;
}

.section-2 {
  min-height: 500px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.accordion_toggle {
  border-top: 1px solid #c9c7fd;
  justify-content: space-between;
  align-items: center;
  padding: 1.97rem 1rem 1.97rem 0;
  display: flex;
  overflow: visible;
}

.beliefs_item {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

.accordion_item {
  width: 100%;
  overflow: hidden;
}

.accordion_dropdown {
  background-color: #fff;
  display: block;
  position: static;
}

.beliefs_wrapper {
  max-width: 59.7rem;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.accordion_content {
  padding-top: 1.78rem;
}

.heading-4-special {
  max-width: 46.12rem;
  min-width: auto;
}

.heading-4-special.blurple {
  max-width: none;
  color: #5d57ff;
}

.hiw_graphic {
  border-radius: 32px;
  display: block;
}

.accordion_body {
  color: var(--neutral-450);
  margin-bottom: 3.8rem;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.hiw_graphic-mobile {
  border-radius: 32px;
  display: none;
}

.padding-global-5 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: block;
}

.accordion_title {
  max-width: 90%;
  letter-spacing: -.03125rem;
  white-space: pre-wrap;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.how-it-works-mobile {
  max-width: 20rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px none var(--blurple-200);
  object-fit: contain;
  object-position: 0% 50%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  padding: 1.35rem 0;
  text-decoration: none;
  display: flex;
}

.how-it-works-mobile:hover {
  background-color: rgba(0, 0, 0, 0);
}

.fluid-responsiveness-script {
  display: none;
}

.padding-section-beliefs {
  padding-top: 9.5rem;
  padding-bottom: 8.31rem;
  display: block;
}

.beliefs_title {
  font-size: 2rem;
  line-height: 1.125;
}

.beliefs_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--neutral-600);
  margin-bottom: 0;
  font-size: 1.25rem;
}

.section_hiw {
  background-color: #faf5f6;
}

.padding-section-hiw {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.hiw_content {
  max-width: 60.875rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Ftsystem, sans-serif;
  font-weight: 400;
  display: flex;
}

.hiw_paragraph {
  color: var(--blurple-400);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.spacer-4 {
  height: 4rem;
}

.padding-section_faq {
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
}

.faq_layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq_list {
  width: 72.75%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-primary-mobile {
  background-color: var(--neutral-600);
  color: var(--neutral-100);
  border-radius: 2.375rem;
  padding: 1rem 1.75rem;
  display: none;
}

.footer_app-badge-desktop {
  max-width: 200px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1.5px solid rgba(92, 92, 108, .9);
  border-radius: .75rem;
  margin-top: 3px;
  padding: .85rem 1.3rem;
  transition: background-color .2s;
  display: block;
}

.footer_app-badge-desktop:hover {
  background-color: #f9f9fb;
}

.hiw_icon {
  height: 1.25rem;
}

.hiw-link {
  color: var(--blurple-400);
  font-size: 1.25rem;
}

.hiw-link:hover {
  border-bottom: 1.5px solid var(--blurple-400);
}

.padding-section-topbar-3 {
  border-bottom: 1px solid #888797;
  padding-top: 4rem;
  padding-bottom: 2.75rem;
}

.button-primary-5 {
  color: #f9f9fb;
  background-color: #31313a;
  border-radius: 2.375rem;
  padding: 1rem 1.75rem;
}

.button-primary-5.mobile-hide {
  color: #fff;
  background-color: #31313a;
  padding-bottom: 1.2rem;
  font-size: 1rem;
  font-weight: 300;
  transition: background-color .2s;
}

.button-primary-5.mobile-hide:hover {
  color: #31313a;
  background-color: #fff;
}

.section_backups {
  background-color: var(--neutral-100);
}

.section_hero {
  z-index: 1;
  position: relative;
}

.padding-section-hero_backups {
  padding-top: 5.25rem;
  padding-bottom: 6rem;
}

.hero-backups_wrapper {
  max-width: 38.75rem;
}

.hero-backups_graphic {
  z-index: 0;
  width: 35.8rem;
  height: 30.4rem;
  position: absolute;
  top: -2rem;
  bottom: auto;
  left: auto;
  right: -4.5rem;
}

.hero-backups_graphic.desktop {
  z-index: 1;
  width: 28.8rem;
  height: 24.4rem;
  display: block;
  position: absolute;
}

.hero-backups_graphic.tablet, .hero-backups_graphic.mobile {
  display: none;
}

.padding-section-backups {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer_cta {
  color: #5d57ff;
  letter-spacing: -.03125rem;
  font-size: 1.75rem;
  line-height: 1.14;
  text-decoration: none;
  display: block;
}

.footer_top-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.88rem;
  display: flex;
}

.footer_app-badge-img {
  max-height: 2.3rem;
}

.footer_mid-row {
  color: var(--neutral-450);
  margin-bottom: 2rem;
  line-height: 1.375;
}

.footer_bottom-row {
  color: var(--neutral-400);
  line-height: 1.375;
}

.footer_menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.footer_link {
  color: var(--neutral-450);
  font-weight: 400;
  line-height: 1.375;
  text-decoration: none;
  transition: color .2s;
}

.footer_link:hover {
  color: var(--blurple-400);
}

.footer_menu-divider {
  width: .0625rem;
  height: 1.4375rem;
  background-color: #c9c7fd;
}

.footer_menu-inner {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.backup_title {
  color: var(--blurple-400);
  font-size: 1.5rem;
  line-height: 1.3;
}

.space-3-75 {
  width: 100%;
  height: 3.75rem;
}

.backup-scenario_box {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  display: flex;
}

.backup-scenario_input {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.backup-scenario_input-text {
  font-size: 2.75rem;
  line-height: 1.3;
}

.backup_scenario_form-block {
  margin-bottom: 0;
}

.backup-scenario_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.backup-scenario_select {
  width: 12rem;
  height: 3.25rem;
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--blurple-400);
  color: var(--blurple-200);
  background-color: rgba(243, 243, 243, 0);
  margin-bottom: 0;
  padding: .31rem 0 .56rem;
  font-size: 2rem;
  line-height: 1.3;
  display: none;
}

.scenario-output_inital-state {
  height: 16.8rem;
  color: #c7c7d4;
  letter-spacing: -.03125rem;
  border: 1.5px dashed #c7c7d4;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  line-height: 1.14;
  display: flex;
}

.scenario-output_result {
  background-color: var(--neutral-100);
  border: 1px solid #c7c7d4;
  border-radius: 1.5rem;
  padding: 2rem 2rem 3rem;
  display: none;
  position: relative;
}

.scenario-output_result-header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  letter-spacing: -.03125rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.25rem;
  font-size: 1.75rem;
  line-height: 1.14;
  display: flex;
}

.scenario-output_paragraph {
  color: var(--neutral-450);
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.backup-scenario-js-script {
  display: none;
}

.scenario-dropdown {
  min-width: 12rem;
  border-bottom: 1.5px solid var(--blurple-400);
  margin-left: 0;
  margin-right: 0;
}

.scenario-dropdown_toggle {
  width: 100%;
  color: var(--blurple-200);
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: .31rem 0 .56rem;
  font-size: 2rem;
  line-height: 1.3;
  display: flex;
}

.scenario-dropdown_icon {
  color: var(--neutral-600);
  margin: .5rem 0 0;
  font-size: 1.5625rem;
  line-height: 1;
  position: relative;
}

.scenario-dropdown_list.w--open {
  cursor: pointer;
  background-color: #ebebeb;
  border: .5px solid #c9c9c9;
  border-radius: .5rem;
  padding: 1.25rem .38rem;
  top: 0;
  box-shadow: 0 4px 12px rgba(220, 222, 225, .6);
}

.scenario-dropdown_link {
  min-height: 1.5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  cursor: pointer;
  background-image: url('../images/check-grey.svg');
  background-position: 3% 55%;
  background-repeat: no-repeat;
  background-size: auto .75rem;
  border-radius: .25rem;
  align-items: center;
  padding: .3rem 1rem .3rem 1.5rem;
  transition: all .2s, color .2s, background-color .2s;
  display: flex;
}

.scenario-dropdown_link:hover {
  color: var(--neutral-100);
  background-color: #5196ff;
}

.scenario-dropdown_link.w--current {
  color: #000;
}

.scenario-dropdown_link.w--current:hover {
  color: var(--neutral-100);
}

.scenario-dropdown_link-empty {
  z-index: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.backup-scenario-custom-style {
  display: none;
}

.scenario-output_result-header-inner {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.scenario-output_close {
  cursor: pointer;
}

.padding-section-hero-home {
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 8.3125rem;
  padding-bottom: 14.5625rem;
  display: flex;
}

.spacer-3-75 {
  height: 3.75rem;
}

.paragraph-subtitle {
  max-width: 31.25rem;
  font-size: 1.75rem;
  line-height: 1.3;
}

.spacer-3-5 {
  height: 3.5rem;
}

.waitlist-form_flex-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
}

.spacer-1-75 {
  height: 1.75rem;
}

.button-secondary {
  color: var(--neutral-450);
  background-color: #fff;
  background-image: url('../images/arrow.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .625rem;
  padding: 1.19rem 4.25rem 1.3rem 1.62rem;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .2s;
  box-shadow: 4px 4px 12px 2px rgba(199, 199, 212, .3);
}

.button-secondary:hover {
  color: var(--neutral-600);
  background-color: rgba(201, 199, 253, .5);
}

.color_blurpe {
  color: var(--blurple-400);
}

.max-width_52-75 {
  max-width: 52.75rem;
}

.heading-5 {
  font-size: 2.75rem;
}

.heading-5.semibold {
  font-weight: 600;
}

.align-right {
  justify-content: flex-end;
  display: flex;
}

.max-width_26-125 {
  max-width: 26.125rem;
  flex: none;
}

.beliefs_layout {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: space-between;
  display: flex;
}

.beliefs_number-wrapper {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  color: #797eff;
  background-color: rgba(201, 199, 253, .4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 1.04rem .78rem;
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
}

.beliefs_number-wrapper.n2 {
  color: #ff6643;
  background-color: rgba(255, 206, 194, .4);
}

.beliefs_number-wrapper.n3 {
  color: #08a790;
  background-color: rgba(161, 247, 231, .4);
}

.backup-scenario_form-inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.button-light-arrow {
  border: 1.5px solid var(--neutral-400);
  color: var(--neutral-600);
  background-color: rgba(49, 49, 58, 0);
  background-image: url('../images/Icons.svg');
  background-position: 84% 51%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 2.375rem;
  padding: 1rem 3.87rem 1rem 1.75rem;
  font-size: 1.25rem;
  line-height: 1.4;
  transition: background-color .2s;
}

.button-light-arrow:hover {
  background-color: var(--neutral-50);
  color: var(--neutral-600);
}

.button-light-arrow.mobile-hide {
  transition: background-color .2s;
  display: block;
}

.button-light-arrow.mobile-hide:hover {
  background-color: var(--neutral-50);
  color: var(--neutral-600);
}

.button-light-arrow.with-arrow {
  width: 100%;
  text-align: left;
  background-image: url('../images/chamber_arrow-white.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 300;
  transition: background-position .2s, background-color .2s;
  display: inline-block;
}

.button-light-arrow.with-arrow:hover {
  background-color: var(--grey-500);
  background-position: 94%;
}

.button-light-arrow.hover-blurple:hover {
  background-color: var(--blurple-400);
  color: var(--neutral-50);
}

.spacer-7 {
  height: 7rem;
}

@media screen and (min-width: 1280px) {
  .page-wrapper {
    display: block;
  }

  .button-primary.mobile-hide:hover {
    color: var(--neutral-600);
    background-color: #fff;
  }

  .button-primary.with-arrow {
    height: 56px;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    font-weight: 300;
  }

  .hero-layout_top {
    padding-top: 1rem;
  }

  .padding-section-regular.mobile-top-fix {
    padding-top: 7.5rem;
  }

  .how-it-works_layout {
    max-width: 38.75rem;
  }

  .founders-layout_cell {
    justify-content: space-between;
  }

  .padding-section-footer {
    padding-top: 4rem;
  }

  .chamber-graphic {
    transition: opacity .2s;
    display: block;
  }

  .founder_inner-wrap {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

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

  .popup_waitlist {
    border: 1px solid var(--neutral-450);
    display: flex;
  }

  .popup_close-div {
    margin-bottom: 0;
  }

  .popup_header-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .reasons-cell {
    border-color: rgba(92, 92, 108, .25);
    justify-content: space-around;
  }

  .reasons_header {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    display: flex;
  }

  .success-message {
    background-color: rgba(235, 235, 241, .25);
    line-height: 6;
  }

  .text-field-2 {
    min-height: 56px;
    color: var(--neutral-400);
    border: 1px solid #c7c7d4;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 100%;
  }

  .image-3 {
    width: auto;
    height: 20px;
  }

  .popup_wrapper-new {
    background-color: var(--neutral-50);
    padding-bottom: 2.5rem;
  }

  .text-block-4 {
    color: var(--grey-500);
    line-height: 120%;
  }

  .terms-h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .text-block-9 {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .link_black {
    color: var(--neutral-450);
  }

  .link_black:hover {
    opacity: .8;
  }

  .image-5 {
    overflow: hidden;
  }

  .mockup-iphone {
    width: 20rem;
    max-height: 40rem;
    max-width: 20rem;
    left: -4.5125rem;
  }

  .mockup-desktop {
    width: 40.25rem;
    max-height: 54.2rem;
    max-width: 40.25rem;
    left: -15.4rem;
  }

  .browser-wide {
    display: none;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .image-13 {
    overflow: hidden;
  }

  .footer_app-badge-desktop {
    max-width: 200px;
    display: block;
  }

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

  .padding-section-topbar-3 {
    padding-top: 4rem;
  }

  .button-primary-5.mobile-hide {
    color: #fff;
    background-color: #31313a;
    font-size: 1rem;
  }

  .button-primary-5.mobile-hide:hover {
    color: #31313a;
    background-color: #fff;
  }

  .hero-backups_graphic {
    width: 40.8rem;
    height: 35.4rem;
    top: -2.5rem;
    right: -5.5rem;
  }

  .hero-backups_graphic.desktop {
    width: 40.8rem;
    height: 35.4rem;
  }

  .padding-section-hero-home {
    justify-content: space-between;
    padding-top: 8.3125rem;
  }

  .button-light-arrow.mobile-hide:hover {
    color: var(--neutral-600);
    background-color: #fff;
  }

  .button-light-arrow.with-arrow {
    height: 56px;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    font-weight: 300;
  }
}

@media screen and (min-width: 1440px) {
  .button-primary.mobile-hide:hover {
    background-color: var(--neutral-50);
    opacity: 1;
    color: var(--neutral-600);
    border: 1px #000;
    border-radius: 8rem;
  }

  .button-primary.mobile-hide:focus {
    box-shadow: 0 0 0 8px rgba(93, 87, 255, .16);
  }

  .button-primary.with-arrow {
    height: 56px;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }

  .padding-section-regular {
    object-fit: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 7.5rem;
  }

  .padding-section-regular.mobile-top-fix {
    padding-bottom: 7.5rem;
  }

  .how-it-works_layout {
    max-width: 46rem;
  }

  .how-it-works_grid {
    grid-column-gap: 8rem;
    opacity: 1;
  }

  .chamber-graphic {
    transition-duration: .425s;
    display: block;
    overflow: visible;
  }

  .form-block_waitlist {
    margin-bottom: 0;
  }

  .popup_waitlist {
    display: block;
  }

  .popup_close-div {
    margin-bottom: 0;
  }

  .popup_header-div {
    flex-direction: column;
    flex: 0 auto;
    display: flex;
  }

  .reason-to-believe {
    mix-blend-mode: normal;
  }

  .reasons-layout {
    margin-bottom: 10px;
  }

  .reasons-cell {
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4 {
    max-width: 844px;
    letter-spacing: -.5px;
    align-self: flex-start;
    margin-top: 0;
  }

  .reasons_header {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
    display: flex;
  }

  .heading-1 {
    font-size: 5rem;
    transition: opacity .35s;
  }

  .success-message {
    border: 1px solid var(--neutral-400);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
  }

  .text-field-2 {
    min-height: 56px;
    color: var(--neutral-400);
    border: 1px solid #c7c7d4;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 100%;
  }

  .text-block-2 {
    color: var(--grey-500);
  }

  .image-3 {
    width: 24px;
  }

  .popup_wrapper-new {
    width: 408px;
    height: auto;
    background-color: var(--neutral-50);
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 2.5rem;
  }

  .flex-block {
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .terms-h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .text-block-9 {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .link_black {
    color: var(--neutral-450);
  }

  .mockup-iphone {
    left: 1.5rem;
  }

  .mockup-desktop {
    width: 44.25rem;
    max-height: 58.2rem;
    max-width: 44.25rem;
    left: -10rem;
  }

  .browser-wide {
    display: none;
    position: relative;
  }

  ._404-header {
    font-size: 52px;
  }

  .link-404, .link-405 {
    color: var(--blurple-400);
    text-decoration: none;
  }

  .heading-4-special {
    max-width: 844px;
    letter-spacing: -.5px;
    align-self: flex-start;
    margin-top: 0;
  }

  .heading-4-special.blurple {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .how-it-works-mobile {
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .footer_app-badge-desktop {
    max-width: 200px;
    display: flex;
  }

  .padding-section-topbar-3 {
    padding-top: 4rem;
  }

  .button-primary-5.mobile-hide {
    color: #fff;
    background-color: #31313a;
    border: 1px #000;
    padding-bottom: 1.15rem;
    font-size: 1rem;
    font-weight: 300;
  }

  .button-primary-5.mobile-hide:hover {
    opacity: 1;
    color: #31313a;
    background-color: #fff;
    border: 1px #000;
    border-radius: 8rem;
  }

  .button-primary-5.mobile-hide:focus {
    box-shadow: 0 0 0 8px rgba(93, 87, 255, .16);
  }

  .padding-section-hero_backups {
    padding-top: 6.9375rem;
    padding-bottom: 6.25rem;
  }

  .hero-backups_wrapper {
    max-width: 45.9375rem;
  }

  .hero-backups_graphic {
    width: 43.8rem;
    height: 38.4rem;
  }

  .padding-section-hero-home {
    justify-content: space-between;
  }

  .beliefs_layout {
    grid-column-gap: 7.25rem;
    grid-row-gap: 7.25rem;
  }

  .button-light-arrow.mobile-hide:hover {
    background-color: var(--neutral-50);
    opacity: 1;
    color: var(--neutral-600);
    border: 1px #000;
    border-radius: 8rem;
  }

  .button-light-arrow.mobile-hide:focus {
    box-shadow: 0 0 0 8px rgba(93, 87, 255, .16);
  }

  .button-light-arrow.with-arrow {
    height: 56px;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }
}

@media screen and (min-width: 1920px) {
  .padding-section-topbar {
    padding-top: 3rem;
  }

  .above-the-fold {
    background-image: url('../images/Background-2.webp');
    background-attachment: scroll;
  }

  .button-primary.with-arrow {
    height: 60px;
    padding-bottom: 1.2rem;
  }

  .text-size-large {
    color: var(--neutral-450);
  }

  .padding-section-regular {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_founders {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .chamber-graphic {
    padding-right: 0;
    overflow: visible;
  }

  .form_waitlist {
    padding-bottom: 0;
  }

  .reason-to-believe {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .reasons-layout {
    min-height: 300px;
    margin-bottom: 0;
  }

  .reasons-cell {
    border-color: rgba(92, 92, 108, .3);
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .reasons_header {
    padding-top: 0;
  }

  .heading-1 {
    font-size: 5rem;
  }

  .text-field-2 {
    border-color: #c7c7d4;
  }

  .popup_wrapper-new {
    height: auto;
    padding-bottom: 2.5rem;
  }

  .text-block-7 {
    font-size: 1.2rem;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    flex-direction: column;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .terms-h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .text-block-9 {
    padding-top: 100px;
    padding-bottom: 140px;
    font-size: 1.2rem;
  }

  .image-5 {
    min-width: 40px;
  }

  .mockup-iphone {
    left: 9.1rem;
  }

  .mockup-desktop {
    display: block;
    left: -2.5rem;
  }

  .browser-wide {
    display: none;
  }

  ._404-header {
    font-size: 52px;
  }

  .heading-4-special.blurple {
    justify-content: flex-start;
    align-self: center;
    display: block;
  }

  .accordion_title {
    font-size: 1.8rem;
  }

  .how-it-works-mobile {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .footer_app-badge-desktop {
    max-width: 200px;
    display: block;
  }

  .hero-backups_graphic {
    width: 49.8rem;
    height: 44.4rem;
    top: -3rem;
  }

  .paragraph-subtitle {
    color: var(--neutral-450);
  }

  .button-light-arrow.with-arrow {
    height: 60px;
    padding-bottom: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  .padding-global {
    padding-bottom: 0;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .padding-section-topbar {
    padding-top: 3rem;
  }

  .above-the-fold {
    background-image: url('../images/Background-2.webp');
    background-attachment: fixed;
  }

  .button-primary {
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
  }

  .button-primary.mobile-hide {
    line-height: 120%;
  }

  .button-primary.with-arrow {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    font-weight: 300;
  }

  .button-primary.hover-blurple {
    padding: 1rem 1.75rem;
  }

  .hero-layout_top {
    max-width: 33rem;
    padding-top: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .padding-section-regular {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .padding-section-regular.mobile-top-fix {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .how-it-works_layout {
    margin-left: 0;
  }

  .how-it-works_grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.75rem;
  }

  .founders-layout_component {
    grid-column-gap: 5.7rem;
    grid-row-gap: 5.7rem;
  }

  .logos_layout {
    justify-content: space-between;
  }

  .partner-logo {
    max-width: 10rem;
  }

  .partner-logo.invert {
    flex: 0 auto;
  }

  .chamber-graphic {
    display: none;
    position: absolute;
    top: 80%;
  }

  .founder_inner-wrap {
    flex-direction: row;
    align-items: center;
  }

  .form_waitlist {
    display: block;
  }

  .form-block_waitlist {
    display: none;
  }

  .popup_waitlist {
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .reasons-cell {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .reasons_header {
    padding-bottom: 0;
  }

  .success-message {
    background-color: rgba(235, 235, 241, .25);
    border-radius: 10px;
    font-size: 18px;
  }

  .flex-block {
    margin-top: 220px;
    position: static;
  }

  .container-2, .body-2, .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile-two-devices {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    margin-top: 7rem;
    display: flex;
  }

  .two-devices-mobile {
    align-items: flex-end;
    display: flex;
    position: relative;
    left: -58px;
  }

  .mockup-tablet {
    position: relative;
    left: 263px;
  }

  .mockup-phone {
    height: 675px;
    margin-left: 10px;
    position: relative;
    top: 60px;
    left: -680px;
  }

  .badge-mobile {
    max-width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .image-5 {
    display: block;
  }

  .mockup-iphone {
    bottom: -3.6625rem;
    left: 6.5rem;
  }

  .mockup-desktop {
    left: 3.4rem;
  }

  .two-devices-desktop {
    margin-top: 4rem;
    display: flex;
  }

  .paragraph {
    width: 60%;
    line-height: 1.5;
  }

  .link-404 {
    color: var(--blurple-400);
    text-decoration: none;
  }

  .divider {
    display: none;
  }

  .flex-block-2 {
    flex-direction: column;
  }

  .image-13 {
    display: block;
  }

  .footer_app-badge-4 {
    width: 200px;
    height: 68px;
    max-width: 200px;
    object-fit: contain;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .accordion_toggle {
    padding-top: 2.22rem;
    padding-bottom: 2.22rem;
  }

  .accordion_item {
    width: 100%;
  }

  .hiw_graphic {
    display: block;
  }

  .accordion_body {
    font-size: 1.25rem;
  }

  .hiw_graphic-mobile {
    display: none;
  }

  .padding-global-5 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .accordion_title {
    font-size: 1.25rem;
  }

  .how-it-works-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .padding-section-beliefs {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }

  .beliefs_text {
    color: var(--neutral-450);
  }

  .padding-section-hiw {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }

  .hiw_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hiw_paragraph {
    font-size: 1.25rem;
  }

  .padding-section_faq {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .faq_layout {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-direction: column;
  }

  .faq_list {
    width: auto;
  }

  .footer_app-badge-desktop {
    width: 200px;
    height: 70px;
    max-width: 200px;
    object-fit: contain;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: block;
  }

  .form_waitlist_updated {
    width: 420px;
    display: block;
  }

  .padding-section-topbar-3 {
    padding-top: 4rem;
  }

  .padding-section-hero_backups {
    padding-top: 7.5rem;
    padding-bottom: 5.875rem;
  }

  .hero-backups_wrapper {
    max-width: 30rem;
  }

  .hero-backups_graphic.desktop {
    display: none;
  }

  .hero-backups_graphic.tablet {
    width: 26.1rem;
    height: 29.6rem;
    display: block;
    right: -2rem;
  }

  .hero-backups_graphic.mobile {
    width: 20.1rem;
    height: 29.6rem;
    display: none;
    right: -2rem;
  }

  .footer_cta {
    letter-spacing: -.01563rem;
    font-size: 1.5rem;
    line-height: 1;
  }

  .footer_top-row {
    margin-bottom: 2.44rem;
  }

  .footer_app-badge-img {
    max-height: 2.3rem;
  }

  .footer_mid-row {
    margin-bottom: 3.5rem;
  }

  .footer_menu {
    flex-wrap: wrap;
    display: block;
  }

  .footer_menu-divider.tablet-hide {
    display: none;
  }

  .footer_menu-inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: row;
    margin-bottom: 1.5rem;
    display: flex;
  }

  .backup-scenario_input-text {
    font-size: 2rem;
  }

  .backup-scenario_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .scenario-output_result {
    padding-bottom: 2.5rem;
  }

  .scenario-dropdown_toggle {
    font-size: 2.125rem;
  }

  .padding-section-hero-home {
    max-width: 80rem;
    flex-direction: column;
    padding-bottom: 8rem;
  }

  .spacer-3-75.mobile-1-25 {
    height: 2rem;
  }

  .paragraph-subtitle {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .spacer-3-5.tablet-hide {
    display: none;
  }

  .button-secondary {
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
  }

  .beliefs_layout {
    grid-column-gap: 7.75rem;
    grid-row-gap: 7.75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .backup-scenario_form-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .button-light-arrow {
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
  }

  .button-light-arrow.mobile-hide {
    line-height: 120%;
  }

  .button-light-arrow.with-arrow {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    font-weight: 300;
  }

  .button-light-arrow.hover-blurple {
    padding: 1rem 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .above-the-fold {
    background-image: url('../images/Background-2.webp');
    background-attachment: fixed;
  }

  .button-primary {
    object-fit: contain;
  }

  .button-primary.mobile-hide {
    display: block;
  }

  .button-primary.with-arrow {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    font-weight: 300;
  }

  .button-primary.with-arrow:hover {
    background-color: var(--grey-500);
  }

  .hero-layout_top {
    max-width: 27rem;
    min-width: 484px;
    margin-bottom: 0;
    position: static;
  }

  .spacer-5-25 {
    display: block;
    overflow: visible;
  }

  .how-it-works_grid {
    margin-bottom: 0;
  }

  .logos_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 1.6rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .chamber-graphic {
    top: 82%;
  }

  .form_waitlist {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: block;
  }

  .popup_waitlist {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup_close-div {
    margin-bottom: 0;
  }

  .reasons-layout {
    margin-top: 3.75rem;
  }

  .reasons-cell {
    padding: 2rem;
  }

  .heading-4 {
    padding-bottom: 0;
  }

  .reasons_header {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .success-message {
    border: 1px rgba(136, 135, 151, .9);
    border-radius: 4px;
  }

  .text-field-2 {
    min-height: 56px;
    border: 1px solid var(--neutral-450);
    border-radius: 8px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .image-3 {
    height: 20px;
  }

  .popup_wrapper-new {
    width: 408px;
    height: auto;
    background-color: var(--neutral-50);
    justify-content: flex-start;
    position: static;
  }

  .flex-block {
    margin-top: 220px;
  }

  .success-message-2 {
    color: var(--neutral-450);
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    font-size: 1.5rem;
  }

  .container-2 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .terms-h1 {
    width: 0%;
    max-width: 0;
    min-width: 0;
  }

  .link_black {
    justify-content: flex-start;
  }

  .mobile-two-devices {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 20px;
  }

  .two-devices-mobile {
    left: 24px;
  }

  .mockup-tablet {
    left: 64px;
  }

  .mockup-phone {
    left: -800px;
  }

  .badge-mobile {
    max-width: 65%;
    object-fit: fill;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .mockup-iphone {
    left: 0;
  }

  .mockup-desktop {
    left: -4.9rem;
  }

  .paragraph {
    line-height: 1.5;
  }

  .link-404 {
    color: var(--blurple-400);
    text-decoration: none;
  }

  .footer_layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer_app-badge-4 {
    height: 66px;
  }

  .link-405 {
    color: var(--blurple-400);
    text-decoration: none;
  }

  .beliefs_wrapper {
    max-width: 100%;
    margin-left: 0;
  }

  .heading-4-special {
    padding-bottom: 0;
  }

  .hiw_graphic {
    display: none;
  }

  .hiw_graphic-mobile {
    display: block;
  }

  .padding-global-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .footer_app-badge-desktop {
    margin-top: 3rem;
  }

  .form_waitlist_updated {
    width: 420px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: block;
  }

  .hero-backups_wrapper {
    max-width: 26rem;
  }

  .hero-backups_graphic.tablet {
    display: none;
  }

  .hero-backups_graphic.mobile {
    width: 23.4rem;
    height: 10.4rem;
    font-size: 1rem;
    display: block;
    top: -1.25rem;
  }

  .scenario-dropdown_toggle {
    font-size: 2rem;
  }

  .padding-section-hero-home {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5rem;
    padding-bottom: 8rem;
    display: flex;
  }

  .button-secondary {
    object-fit: contain;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .button-light-arrow {
    object-fit: contain;
  }

  .button-light-arrow.mobile-hide {
    display: block;
  }

  .button-light-arrow.with-arrow {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    font-weight: 300;
  }

  .button-light-arrow.with-arrow:hover {
    background-color: var(--grey-500);
  }

  .spacer-7 {
    display: block;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.0625rem;
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .section_topbar {
    padding-top: 2rem;
  }

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

  .padding-section-topbar {
    padding-top: 1.5rem;
    padding-bottom: 2.3rem;
    display: block;
  }

  .button-primary {
    text-transform: none;
    object-fit: contain;
    flex: 0 auto;
    position: static;
  }

  .button-primary:active {
    background-color: var(--neutral-50);
    color: var(--grey-500);
  }

  .button-primary.mobile-hide {
    display: none;
  }

  .hero-layout_top {
    max-width: none;
    min-width: 280px;
    padding-top: 20px;
    padding-right: 0;
    display: block;
  }

  .text-size-large {
    align-content: flex-start;
  }

  .padding-section-regular.mobile-top-fix {
    object-fit: fill;
  }

  .spacer-5-25 {
    height: 3rem;
  }

  .how-it-works_grid {
    margin-bottom: 0;
  }

  .how-it-works_cell {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-medium {
    letter-spacing: -.25px;
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .section_founders {
    background-color: var(--neutral-50);
  }

  .founders-layout_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .founders-layout_cell {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .partner-logo {
    max-width: 7rem;
    object-fit: contain;
    flex: 0 auto;
  }

  .padding-section-footer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .footer_app-badge {
    padding: .58rem .9rem;
  }

  .chamber-graphic {
    max-height: 20rem;
    display: none;
    top: auto;
    bottom: -14%;
    left: auto;
    right: 0%;
    transform: rotate(180deg);
  }

  .founder_inner-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-style-h2 {
    font-size: 2rem;
  }

  .form_waitlist {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--neutral-400);
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }

  .form-block_waitlist {
    width: 100%;
    color: var(--neutral-450);
    object-fit: contain;
    margin-bottom: 0;
  }

  .field-label {
    color: var(--grey-500);
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 100%;
  }

  .form_text-field {
    width: 272px;
    height: 3.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 25px;
    min-width: 60%;
    color: var(--neutral-600);
    letter-spacing: -.01563rem;
    object-fit: fill;
    border-style: none;
    border-radius: .5rem;
    margin-bottom: 1.25rem;
    padding: 1rem 1rem 1.2rem;
    line-height: 1.5;
  }

  .form_text-field::-ms-input-placeholder {
    color: var(--neutral-450);
  }

  .form_text-field::placeholder {
    color: var(--neutral-450);
  }

  .chamber-graphic-mobile {
    max-height: 26rem;
    display: block;
    top: 86%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .popup_waitlist {
    display: none;
  }

  .reason-to-believe {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .reasons-layout {
    flex: 0 auto;
    align-self: auto;
  }

  .reasons-cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-4 {
    max-width: 40rem;
    padding-bottom: 0;
  }

  .heading-1 {
    font-size: 2.8rem;
  }

  .success-message {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border: 1px solid rgba(136, 135, 151, .9);
    border-radius: 4px;
  }

  .error-message {
    color: var(--orange-400);
    background-color: rgba(255, 222, 222, .9);
  }

  .success-message-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    position: static;
  }

  .text-block-6 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 100%;
  }

  .text-block-7 {
    color: var(--grey-500);
    padding-top: 40px;
    padding-bottom: 60px;
    line-height: 1.2;
  }

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

  .text-block-9 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link_black {
    -webkit-text-stroke-color: var(--blurple-400);
    white-space: pre-wrap;
    word-break: break-all;
    display: inline;
  }

  .link-2 {
    max-width: 0;
    white-space: pre-wrap;
    word-break: break-all;
    object-fit: fill;
    overflow: visible;
  }

  .link-wrap {
    white-space: pre-wrap;
    word-break: break-all;
    flex-flow: wrap;
    align-content: center;
    justify-content: space-around;
    display: flex;
    overflow: visible;
  }

  .mobile-two-devices {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 4rem;
  }

  .mockup-tablet {
    max-width: 470px;
    min-width: 0;
    margin-left: -90px;
    left: 100px;
  }

  .mockup-phone {
    height: auto;
    max-width: 240px;
    mix-blend-mode: normal;
    margin-left: 90px;
    top: 60px;
    left: -528px;
  }

  .badge-mobile {
    max-width: 30%;
    object-fit: contain;
  }

  .mockup-iphone {
    width: 8.33881rem;
    max-width: 10.3388rem;
    bottom: -1.9625rem;
  }

  .mockup-desktop {
    width: 22.25rem;
    max-height: 38.2rem;
    max-width: 22.25rem;
    left: -5.3rem;
  }

  .header-2-mobile {
    font-size: 2.75rem;
  }

  .paragraph {
    width: 85%;
    font-size: 1rem;
  }

  ._404-header {
    font-size: 32px;
  }

  .link-404 {
    color: var(--blurple-400);
    text-decoration: none;
  }

  .footer_layout {
    flex-direction: column;
  }

  .footer_cta-2 {
    font-size: 1.75rem;
  }

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

  .footer_lockup {
    padding-bottom: 40px;
  }

  .flex-block-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer_link-accent {
    display: inline-block;
  }

  .footer_link-accent:hover {
    color: var(--neutral-600);
  }

  .spacer-2-2 {
    height: 2rem;
  }

  .footer_app-badge-4 {
    flex-wrap: nowrap;
    display: none;
  }

  .accordion_toggle {
    padding-top: 2.45rem;
    padding-bottom: 2.45rem;
  }

  .beliefs_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-4-special {
    max-width: 40rem;
    padding-bottom: 0;
  }

  .heading-4-special.blurple {
    font-size: 2.75rem;
    line-height: 1.125;
  }

  .accordion_body {
    font-size: 1rem;
  }

  .padding-global-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .accordion_title {
    font-size: 1.125rem;
  }

  .how-it-works-mobile {
    width: 250px;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    padding-top: 1rem;
    padding-left: 10px;
    display: flex;
  }

  .padding-section-beliefs {
    padding-top: 4.37rem;
  }

  .beliefs_title {
    font-size: 1.75rem;
  }

  .beliefs_text {
    font-size: 1rem;
    line-height: 1.375;
  }

  .padding-section-hiw {
    padding-bottom: 5rem;
  }

  .hiw_paragraph {
    font-size: 1rem;
    line-height: 1.375;
  }

  .spacer-4 {
    width: 240px;
  }

  .padding-section_faq {
    padding-top: 5rem;
    padding-bottom: 2.45rem;
  }

  .accordion_icon {
    height: 1.25rem;
  }

  .button-primary-mobile {
    max-width: 0;
    min-width: 175px;
    text-transform: none;
    object-fit: contain;
    flex: 0 auto;
    margin-top: 0;
    padding-bottom: 1.2rem;
    display: block;
    position: static;
  }

  .button-primary-mobile:active {
    background-color: var(--neutral-50);
    color: var(--grey-500);
  }

  .footer_app-badge-desktop {
    background-color: rgba(0, 0, 0, 0);
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    display: block;
  }

  .footer_app-badge-desktop:hover {
    background-color: rgba(255, 255, 255, .52);
  }

  .heading-2-mobile {
    font-size: 2.75rem;
  }

  .form_waitlist_updated {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--neutral-400);
    flex-direction: column;
    display: flex;
  }

  .hiw-link {
    font-size: 16px;
  }

  .link-406, .link-407 {
    word-break: break-all;
    overflow-wrap: normal;
    display: block;
  }

  .link-408 {
    word-break: break-all;
    overflow-wrap: normal;
  }

  .link-409 {
    word-break: break-all;
  }

  .link-410 {
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: normal;
  }

  .link-411 {
    overflow-wrap: anywhere;
  }

  .padding-section-topbar-3 {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .button-primary-5 {
    max-width: 45%;
    min-width: 40%;
    text-transform: none;
    object-fit: contain;
    flex: 0 auto;
    margin-top: 1rem;
    padding-bottom: 1.2rem;
    position: static;
  }

  .button-primary-5:active {
    color: #484854;
    background-color: #fff;
  }

  .button-primary-5.mobile-hide {
    display: none;
  }

  .padding-section-hero_backups {
    padding-top: 11.625rem;
    padding-bottom: 5.375rem;
  }

  .hero-backups_wrapper {
    max-width: 19.375rem;
    padding-right: 0;
  }

  .hero-backups_graphic.tablet {
    display: none;
  }

  .hero-backups_graphic.mobile {
    z-index: 1;
    width: 31.4rem;
    height: 14rem;
    display: block;
    top: -2.5rem;
    right: 0;
  }

  .footer_top-row {
    margin-bottom: 2.75rem;
  }

  .footer_app-badge-img {
    max-height: 2.75rem;
    max-width: 8.25rem;
  }

  .footer_mid-row {
    margin-bottom: 3.25rem;
  }

  .footer_link {
    border-left: .0625rem solid #c9c7fd;
    padding-left: 1rem;
  }

  .footer_menu-divider.mobile-hide {
    display: none;
  }

  .footer_menu-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .backup-scenario_box {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .backup-scenario_form {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .scenario-output_inital-state {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .scenario-output_result {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .scenario-output_result-header {
    align-items: flex-start;
  }

  .scenario-output_paragraph {
    font-size: 1rem;
  }

  .scenario-output_result-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .padding-section-hero-home {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .spacer-3-75.mobile-1-25 {
    height: 1.25rem;
  }

  .paragraph-subtitle {
    align-content: flex-start;
  }

  .button-secondary {
    text-align: left;
    text-transform: none;
    object-fit: contain;
    background-size: auto 1rem;
    flex: 0 auto;
    font-size: 1rem;
    position: static;
  }

  .button-secondary:active {
    background-color: var(--neutral-50);
    color: var(--grey-500);
  }

  .beliefs_layout {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .button-light-arrow {
    text-transform: none;
    object-fit: contain;
    flex: 0 auto;
    position: static;
  }

  .button-light-arrow:active {
    background-color: var(--neutral-50);
    color: var(--grey-500);
  }

  .button-light-arrow.mobile-hide {
    display: none;
  }

  .spacer-7 {
    height: 3rem;
  }
}

#w-node-_86752f9a-5c07-d0b0-a188-baa7b6fec546-3c681aaa {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d1608cb8-044c-5136-5446-75419fa4ec02-3c681aaa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d1608cb8-044c-5136-5446-75419fa4ec02-3c681aaa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86752f9a-5c07-d0b0-a188-baa7b6fec546-3c681aaa {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Ftsystem';
  src: url('../fonts/FTSystem-BlankLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ftsystem';
  src: url('../fonts/FTSystem-BlankLightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ftsystem';
  src: url('../fonts/FTSystem-BlankMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ftsystem';
  src: url('../fonts/FTSystem-BlankMediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ftsystem';
  src: url('../fonts/FTSystem-BlankRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ftsystem';
  src: url('../fonts/FTSystem-BlankRegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ftsystem';
  src: url('../fonts/FTSystem-BlankSemibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ftsystem';
  src: url('../fonts/FTSystem-BlankSemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}