@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Belmonteballpointtrial Cursive;
  src: url('../fonts/BelmonteBallpointTrial-Cursive.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-black: #0a0a0a;
}

p {
  margin-bottom: 10px;
}

.c-hero {
  background-color: #000;
  background-image: linear-gradient(360deg, #0009, #5d6464 0%, #060606);
  height: 100vh;
  max-height: 900px;
  padding-top: 140px;
  scroll-margin-top: 80px;
  position: relative;
}

.c-container {
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.c-container.cc-carousel {
  padding: 0%;
}

.c-container.cc-story {
  max-width: 55%;
}

.c-container.cc-hero {
  height: 100%;
}

.nav {
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.c-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.c-img.cc-no-drag {
  -webkit-user-select: none;
  user-select: none;
}

.c-img.cc-contain {
  object-fit: contain;
}

.c-img.main-p3_img {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 430px;
  height: 300px;
  position: relative;
}

.c-img.p3-sticky1 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  transform-origin: 0 0;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 0% auto auto -10%;
}

.c-img.p3-sticky2 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 25% -10% auto auto;
}

.c-img.p3-sticky3 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 50% auto auto -15%;
  transform: rotate(0);
}

.c-img.cc-position_top {
  object-position: 50% 20%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.c-button {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 32px;
}

.c-button.cc-inverse {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
}

.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  overflow-x: auto;
}

.hero-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.uc-h2 {
  color: #fff;
  font-family: Recoleta, Trebuchet MS, sans-serif;
  font-size: 52.86px;
  line-height: 100%;
}

.uc-h2.cc-hero {
  max-width: 40%;
  font-size: 64px;
}

.uc-h2.cc-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.uc-h2.cc-center.cc-black {
  text-align: center;
}

.uc-h2.cc-black {
  max-width: 50%;
  color: var(--base-black);
  text-align: center;
}

.uc-h2.cc-black.cc-center {
  max-width: none;
}

.uc-h2.cc-black-left {
  max-width: 50%;
  color: var(--base-black);
  text-align: left;
}

.uc-h2.cc-sticky-section {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42.56px;
}

.uc-h2.cc-sticky-section.cc-black {
  text-align: center;
}

.uc-h2.cc-video-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.uc-h2.cc-video-heading.cc-black {
  text-align: center;
}

.paragraph {
  color: #fff;
  line-height: 150%;
}

.paragraph.cc-hero {
  max-width: 50%;
}

.hero-widget {
  z-index: 3;
  background-image: url('../images/1-mockup-with-task-bar.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 700px;
  position: relative;
}

.c-anim-carousel.carousel-wrap {
  background-color: #000;
  height: auto;
  scroll-margin-top: 80px;
}

.carousel-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.carousel-viewport {
  width: 100%;
  height: 70vh;
  max-height: 500px;
  position: relative;
}

.carousel-viewport.cc-hide {
  height: 70vh;
  max-height: 600px;
}

.carousel-card {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: #151517;
  border: 1px solid #414141;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 441px;
  height: 444px;
  display: flex;
}

.carousel-card.cc-hide {
  opacity: 0;
  display: flex;
}

.carousel-card.final-card {
  z-index: 3;
  opacity: 0;
  height: 528px;
  display: flex;
}

.carousel-nav {
  grid-column-gap: 7.1px;
  grid-row-gap: 7.1px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carousel-prev {
  cursor: pointer;
  background-color: #fff3;
  border-radius: 8px;
  padding: 14px;
}

.carousel-prev.is-disabled {
  opacity: .5;
  pointer-events: auto;
  background-color: #000;
}

.carousel-next {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 8px;
  flex-shrink: 0;
  grid-area: 1 / 1;
  justify-content: flex-end;
  justify-self: start;
  align-items: center;
  padding: 14px 15px;
  display: flex;
  overflow: hidden;
}

.carousel-next.is-disabled {
  opacity: .5;
  pointer-events: auto;
}

.carousel-drag-inner {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 62.25px;
  height: 62.25px;
  display: flex;
  position: relative;
}

.carousel-cta {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  opacity: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  grid-area: 1 / 1;
  justify-content: space-between;
  justify-self: start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tasks-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 80%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.task {
  background-color: #1e1e1e;
  border: 1px solid #525252;
  border-radius: 7.6px;
  flex-flow: column;
  width: auto;
  height: auto;
  padding: 16px 17px;
  display: flex;
}

.task.cc-second {
  z-index: 2;
  margin-top: -15px;
  position: relative;
}

.task.cc-third {
  margin-top: -15px;
  transform: rotate(5.23deg);
}

.task.cc-first {
  z-index: 3;
  position: relative;
  transform: rotate(3.59deg);
}

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

.task-indicator {
  background-color: #c48f33;
  border-radius: 999px;
  width: 8px;
  height: 8px;
}

.task-indicator.cc-green {
  background-color: #26ab1f;
}

.task-count {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
}

.task-label_text {
  color: #868686;
  font-size: 13.31px;
}

.uc-h4 {
  color: #fff6;
  text-align: center;
  max-width: 60%;
  font-family: Recoleta, Trebuchet MS, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.uc-h4.cc-preview {
  font-size: 20px;
}

.uc-h4.cc-black {
  color: #000;
  text-align: left;
  max-width: none;
}

.uc-h4.cc-black.cc-inline {
  display: inline;
}

.carousel-illustration {
  z-index: 2;
  object-fit: fill;
  width: 80%;
  height: 50%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: 20px;
}

.carousel-illustration.cc-preview {
  height: auto;
}

.carousel-illustration.cc-center {
  margin-right: auto;
}

.carousel-text {
  z-index: 2;
  width: 80%;
  position: relative;
}

.uc-h5 {
  color: #fff;
  font-family: Recoleta, Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.uc-h5.cc-calendar {
  width: fit-content;
}

.carousel-paragraph {
  color: #a7a7a7;
  line-height: 150%;
}

.carousel-preview {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-user-select: none;
  user-select: none;
  background-color: #151517;
  border: 1px solid #414141;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.carousel-preview.cc-hide {
  display: none;
}

.carousel-card-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #151517;
  border: 1px solid #eee;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 444px;
  display: flex;
}

.carousel-card-copy.cc-hide {
  display: none;
}

.cursor-text {
  z-index: 5;
  letter-spacing: -.01px;
  line-height: 150%;
  position: relative;
}

.carousel-card-blank {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 0;
  background-color: #151517;
  border: 1px solid #eee;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 441px;
  height: 444px;
  display: flex;
}

.carousel-card-blank.cc-hide {
  display: none;
}

.next-nav-label {
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 14px;
  display: block;
}

.cta-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  flex: none;
  max-width: none;
  padding: 14px 15px;
  text-decoration: none;
  display: flex;
}

.carousel-description {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 50%;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cc-paragraph {
  color: #e8e2e2;
}

.cc-paragraph.cc-center {
  text-align: center;
  line-height: 24px;
}

.cc-paragraph.why-quote_text {
  line-height: 150%;
}

.cc-paragraph.cc-usesection {
  max-width: 30%;
  color: var(--base-black);
  font-size: 18px;
  line-height: 150%;
}

.cc-paragraph.cc-maxw {
  color: #fff;
  max-width: 70%;
  margin-bottom: 0;
  line-height: 120%;
}

.cc-paragraph.c-born-section {
  color: #000;
  font-family: Cutive Mono, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.cc-paragraph.cc-born-p2 {
  color: #000;
  margin-bottom: 0;
  font-size: 12.74px;
  font-weight: 500;
  line-height: 120%;
}

.cc-paragraph.c-cta-section {
  color: #5d6464;
  letter-spacing: -.01em;
  max-width: 80%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
}

.cc-paragraph.cc-video-p {
  color: #fff;
  max-width: 70%;
  margin-bottom: 0;
  line-height: 120%;
}

.hero-gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, #000c, #0000);
  width: 100%;
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.why-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: max(100vh, 800px);
  min-height: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.why-description {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.why-section_holder {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  display: grid;
}

.why-section-lhs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.why-section-rhs {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.why-section-mid {
  border-radius: 12px;
  height: 100%;
  display: flex;
}

.waitlist-heading {
  z-index: 2;
  opacity: 1;
  background-color: #000;
  border-radius: 12px;
  justify-content: space-between;
  padding: 13.5px 20px;
  display: flex;
  position: relative;
}

.waitlist-heading.active-card {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: none;
}

.carousel-card_caption {
  width: 80%;
  position: relative;
}

.why-card_lhs {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  font-family: Recoleta, Trebuchet MS, sans-serif;
  display: flex;
}

.why-card_img {
  width: 40px;
  height: 40px;
}

.caption-text {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #1e1e1e;
  background-clip: border-box;
  padding: 10px 30px 20px;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  top: 58px;
  left: 0%;
  right: 0%;
  box-shadow: inset 0 30px 30px -20px #00000080;
}

.why-card_header {
  font-size: 24px;
  line-height: 120%;
}

.why-card-pill {
  background-color: #151517;
  border-radius: 130px;
  padding: 5px 12px;
}

.card-pill_text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.why-header_wraper {
  display: none;
}

.why-header_wraper.active-card {
  min-height: 115.2px;
  display: block;
}

.why-img {
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.why-img.is-active {
  display: block;
}

.why-img.cc-hide {
  display: none;
}

.why-second_img {
  width: 100%;
  height: 100%;
}

.why-quote-holder {
  height: 100%;
}

.carousel-card_inner {
  z-index: 2;
  background-color: #151517;
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.carousel-glimmer {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  inset: 0%;
  border-radius: 20px;
  position: absolute;
  inset: -1px;
}

.why-quote {
  background-image: linear-gradient(333deg, #5d6464, #060606);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  padding: 72px 24px;
  display: flex;
}

.week-image {
  z-index: -1;
  opacity: 0;
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.week-image.cc-hide {
  display: none;
}

.week-image.is-active {
  opacity: 1;
}

.carousel-text_heading {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.why-section_mid {
  border-radius: 12px;
  height: 100%;
  display: flex;
  position: relative;
}

.quote-swipe {
  flex: none;
  width: 100%;
  display: none;
  position: absolute;
}

.quote-swipe.is-active {
  display: block;
}

.why-text {
  justify-content: center;
  align-items: center;
  width: 280px;
  display: flex;
  position: relative;
}

.why-text.swiper {
  overflow: hidden;
}

.why-swiper_wrapper {
  display: flex;
}

.why-swiper_wrapper.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  background-color: #0a0a0a;
  border-radius: 10px;
  font-size: 14px;
}

.button-wrap {
  color: #fff;
  background-color: #0a0a0a;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 2.76px 36.7px #fdb08833;
}

.dropdown-label {
  font-weight: 300;
}

.button-glimmer {
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  position: absolute;
  inset: -1px;
}

.carousel-dropdown_inner {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0a0a0a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.carousel-drag {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.use-section {
  background-image: url('../images/background-mesh.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  padding-top: 80px;
  scroll-margin-top: 80px;
}

.use-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

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

.c-moving-parts {
  z-index: 2;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-card-inner {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff3;
  border-radius: 14px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  height: 340px;
  margin-right: 100px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.more-background-video {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.more-background-video.cc-hide {
  display: none;
}

.moving-parts_container {
  width: 80%;
  min-height: 195px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.moving-part {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  pointer-events: auto;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 65px;
  padding: 12px;
  display: flex;
  position: absolute;
}

.moving-part.active {
  position: absolute;
}

.moving-part.cc-hide {
  display: none;
}

.part-icon {
  background-color: #ffffff1a;
  border-radius: 12px;
  padding: 13px;
}

.floating-nav-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 5px solid #f5f5f5;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.moving-part-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.cc-glimmer {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  inset: 0%;
  border-radius: 21px;
  position: absolute;
  inset: -1px;
}

.cc-glimmer.c-button {
  border-radius: 10px;
}

.cc-glimmer.cc-reply {
  border-radius: 11px;
}

.cc-glimmer.cc-choices {
  border-radius: 12px;
}

.cc-glimmer.cc-sticky-why {
  border-radius: 13px;
}

.cc-glimmer.cc-hide {
  display: none;
}

.more-card-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff3;
  border-radius: 14px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  height: 340px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 50% 10% 0% auto;
  transform: translate(0, -50%);
}

.born-section {
  background-image: url('../images/layer-blur2.png'), url('../images/layer-blur.png');
  background-position: 100% 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 536.212px 736.616px, 536.212px 736.616px;
  scroll-margin-top: 80px;
}

.born-section_p1 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.born-p1_illustration {
  height: 45vh;
  max-height: 400px;
  margin-top: 80px;
  margin-bottom: 10px;
  position: relative;
}

.p1-text {
  color: #232323;
  letter-spacing: -.011em;
  max-width: 250px;
  font-family: Belmonteballpointtrial Cursive, Georgia, sans-serif;
  font-size: 40px;
  line-height: 100%;
  display: none;
  position: absolute;
  inset: 25% auto auto -10%;
  transform: rotate(-17.22deg);
}

.p1-subtext {
  text-wrap: pretty;
  max-width: 150px;
  font-size: 12px;
  position: absolute;
  inset: auto -30% 15% auto;
}

.born-section_p2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.p2-description {
  color: #5d6464;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
}

.p2-text_container {
  margin-bottom: 10px;
}

.born-p2_illustration {
  width: auto;
  height: 500px;
  display: none;
  position: relative;
}

.p2-floaters {
  z-index: 2;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  pointer-events: auto;
  background-color: #fffcfa;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 65px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: -8% -8% auto auto;
  transform: rotate(15.89deg);
  box-shadow: 0 3.19px 6.91px #0000001a;
}

.p2-floaters.active {
  position: absolute;
}

.p2-floaters.cc-hide {
  display: none;
}

.p2-floaters.c-floater2 {
  z-index: -1;
  background-color: #eefdff;
  padding-left: 10px;
  padding-right: 40px;
  inset: -8% auto auto -10%;
  transform: rotate(-8.16deg);
}

.floater-icon {
  background-color: #ffeee5;
  border-radius: 4.78px;
  padding: 13px;
}

.floater-icon.c-floater2 {
  background-color: #c1ecf3;
}

.chat-cta {
  position: absolute;
  left: auto;
  right: -60%;
}

.reply-question {
  color: #000;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.reply-question_box {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.reply-question_label {
  color: #5d6464;
  font-size: 12px;
  line-height: 150%;
}

.reply-boolean {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.boolean-question {
  color: #232323;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  line-height: 100%;
}

.boolean-question.chat-cta-yes {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.reply-question_container {
  position: relative;
}

.p2-illustration_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.born-section_p3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.p3-text-container {
  aspect-ratio: auto;
  position: relative;
}

.p3-subtext {
  color: #5d6464;
  letter-spacing: -.011em;
  max-width: 50%;
  font-family: Belmonteballpointtrial Cursive, Georgia, sans-serif;
  font-size: 32px;
  line-height: 100%;
  transform: rotate(-7.48deg);
}

.handdrawn-arrow {
  width: fit-content;
}

.born-p3_illustration {
  z-index: 1;
  background-image: url('../images/group-photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.p3-illustration_wrapper {
  background-image: url('../images/grid-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 450px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.born-section_p4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  padding-bottom: 0;
  display: flex;
}

.p3-description {
  color: #5d6464;
  text-align: left;
  letter-spacing: -.011em;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  line-height: 100%;
}

.c-choices {
  max-width: none;
  margin-top: 45px;
  margin-bottom: 45px;
}

.choices-caption {
  color: #5d6464;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 150%;
}

.choices-motion {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 577px;
  height: 175px;
  padding: 16px;
  display: grid;
  position: relative;
}

.choices-interaction {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/meme-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.choices-interaction.cursor-zone {
  cursor: none;
  border-radius: 4px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.choices-video {
  height: 100%;
}

.choices-motion-wrapper {
  width: 577px;
  height: 175px;
  position: relative;
}

.born-section_p5 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.p5-description {
  color: #5d6464;
  text-align: left;
  letter-spacing: -.011em;
  border-left: 3px solid #f7bfd4;
  max-width: 70%;
  margin-top: 24px;
  padding-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.p5-text_container {
  max-width: none;
}

.p5-gallery {
  justify-content: center;
  align-items: center;
  width: fit-content;
  position: relative;
}

.p5-image-card {
  background-color: #b1b1b1;
  border: 2px solid #f5f5f5;
  border-radius: 12px;
  width: 264.77px;
  height: 183.826px;
  box-shadow: 0 15.13px 21.48px #00000014;
}

.p5-sub-description {
  color: #5d6464;
  text-align: left;
  margin-top: -20px;
  font-size: 16px;
  line-height: 140%;
}

.p5-gallery-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.c-prefooter {
  background-image: url('../images/layer-blur4.png'), url('../images/layer-blur3.png');
  background-position: 200% 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  margin-top: 200px;
  margin-bottom: 200px;
  position: relative;
}

.prefooter-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.prefooter-cta {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 526px;
  padding: 60px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 12.88px 35.2px #00000014;
}

.prefooter-logo {
  margin-bottom: 20px;
}

.uc-h3 {
  color: #000;
  text-align: center;
  letter-spacing: -.011em;
  font-family: Recoleta, Trebuchet MS, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.uc-h3.cc-hero {
  max-width: 40%;
}

.uc-h3.cc-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.uc-h3.cc-center.cc-black {
  text-align: center;
}

.uc-h3.cc-black {
  max-width: 50%;
  color: var(--base-black);
  text-align: center;
}

.uc-h3.cc-maxw {
  max-width: 80%;
  margin-bottom: 0;
}

.prefooter-cta_wrapper {
  position: relative;
}

.cta-caption-text {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ffeee5;
  background-clip: border-box;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px 20px;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  inset: auto 0% -16%;
  box-shadow: inset 0 30px 30px -25px #0003;
}

.c-copyright {
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.copyright-side {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.copyright-text {
  color: #5d6464;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 120%;
}

.c-footer_logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo_lottie {
  width: 100%;
}

.footer-logo_text {
  font-family: Inter, sans-serif;
  display: block;
}

.p4-description {
  color: #5d6464;
  text-align: left;
  letter-spacing: -.011em;
  font-family: Belmonteballpointtrial Cursive, Georgia, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.p1-illustration_text {
  letter-spacing: -.011em;
  font-family: Belmonteballpointtrial Cursive, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.illustration-text_wrapper {
  width: fit-content;
  display: flex;
  position: absolute;
  inset: 8% 10% auto auto;
}

.handdrawn-arrow_short {
  position: relative;
  top: 10px;
  right: 10px;
}

.born-gradient_top {
  z-index: 1;
  background-image: linear-gradient(#fff, #f7f7f71c);
  width: 100%;
  height: 185px;
  position: absolute;
  inset: 0% 0% auto;
}

.born-gradient_bottom {
  z-index: 1;
  background-image: linear-gradient(0deg, #fff, #f7f7f71c);
  width: 100%;
  height: 185px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.why-section-outer {
  height: auto;
  scroll-margin-top: 80px;
}

.why-price-count {
  border-radius: 12px;
  width: 50%;
  padding: 5.6px;
  position: absolute;
  inset: auto 0% 15% 50%;
  transform: translate(-50%);
}

.c-annual-fee {
  border-radius: 8px;
  padding: 12px 18px;
}

.annual-fee_text {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-size: 15.52px;
  font-weight: 600;
  line-height: 150%;
}

.dollar-count {
  color: #fff;
  letter-spacing: -.05em;
  font-variant-numeric: tabular-nums;
  font-size: 40px;
  line-height: 150%;
}

.c-superscript {
  color: #fff;
  letter-spacing: .05em;
  font-size: 13.62px;
}

.dollar-count_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-cta {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 15px;
  display: flex;
  position: relative;
}

.waitlist-heading-wrap {
  position: relative;
}

.waitlist-heading-wrap.cc-mobile {
  display: none;
}

.waitlist-heading-wrap.c-feedback {
  margin-right: 100px;
}

.carousel-under {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.choice-interaction_bg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.choice-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: url('../images/meme-button-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 90px;
  display: flex;
  position: relative;
  transform: none;
}

.choice-red-btn {
  width: 36.16px;
  height: 37.89px;
  position: relative;
}

.red-btn_face1 {
  background-color: #ff2d31;
  border-radius: 100%;
  width: 25.57px;
  height: 25.57px;
}

.red-btn_face2 {
  z-index: 2;
  background-color: #f96851;
  border-radius: 100%;
  padding: 4px;
  position: absolute;
  right: -5px;
}

.red-btn_face3 {
  background-image: linear-gradient(#e35e60, #370a0b);
  border-radius: 100%;
  width: 36.16px;
  height: 34px;
  position: absolute;
  bottom: 2px;
  left: 2px;
}

.choices-btn_label {
  color: #5d6464;
  text-align: center;
  letter-spacing: -.02px;
  transform-style: preserve-3d;
  padding-right: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 90%;
  transform: perspective(800px)rotateX(8deg)rotateY(-8deg)rotateZ(0);
}

.hand-cursor {
  opacity: 0;
  position: absolute;
}

.hand-cursor.cursor-el {
  z-index: 5;
  opacity: 1;
  pointer-events: none;
}

.waitlist-body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.logo-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Impact, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.waitlist-heading-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, Trebuchet MS, sans-serif;
  line-height: 120%;
}

.main {
  background-image: linear-gradient(#060606, #5d6464);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.rect {
  background-color: #151517;
  border: 1px solid #414141;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.main-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 560px;
  height: auto;
  padding: 10px;
  display: flex;
}

.aside-blank {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  max-width: 441px;
  height: 35vh;
  min-height: 450px;
  display: block;
}

.toolbar-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.tool-icon {
  background-color: #c13030;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.tool-icon.isyellow {
  background-color: #fbff21;
}

.tool-icon.isgreen {
  background-color: #64ba58;
}

.form-frame {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  overflow: hidden;
}

.form-frame-code-embed {
  height: 100%;
}

.why-card {
  z-index: 2;
  opacity: 1;
  background-color: #000;
  border-radius: 12px;
  justify-content: space-between;
  padding: 13.5px 20px;
  display: flex;
  position: relative;
}

.why-card.active-card {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: none;
}

.why-card-wrap {
  position: relative;
}

.inner-nav_container {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.video-crossfade-wrapper {
  background-color: #eee;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.chat-panel {
  background-color: #f5f5f5;
  border-radius: 0 0 10.9px 10.9px;
  width: 300px;
  height: 450px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.chat-scroll {
  height: 350px;
  position: relative;
  overflow: hidden;
}

.chat-msg {
  border-radius: 10.25px;
  width: fit-content;
  padding: 5px 8px;
  font-size: 12px;
  position: relative;
}

.chat-msg.is-sent {
  opacity: 1;
  color: #fff;
  background-color: #555;
  margin-bottom: 10px;
  margin-right: auto;
  font-size: 10px;
}

.chat-msg.is-received {
  opacity: 1;
  color: #555;
  background-color: #fff;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 10px;
}

.chat-msg.last-child {
  opacity: 1;
  padding: 0;
}

.chat-sender {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.chat-sender.abs {
  position: absolute;
  inset: 120% 0% auto;
}

.chat-sender-name {
  color: #555;
  width: fit-content;
  margin-top: 0;
  font-size: 10px;
}

.chat-input {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.chat-input-text {
  width: fit-content;
  font-size: 14px;
}

.chat-input-send {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 21px;
  padding: 4px 6px;
  display: flex;
}

.chat-indicator {
  border-radius: 10.25px;
  width: fit-content;
  padding: 5px 8px;
  font-size: 12px;
}

.chat-indicator.is-sent {
  color: #fff;
  background-color: #555;
  margin-bottom: 10px;
  margin-right: auto;
}

.chat-indicator.is-received {
  color: #555;
  background-color: #fff;
  margin-bottom: 10px;
  margin-left: auto;
}

.typing-indicator {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  background-color: #555;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  position: relative;
}

.indicator-dot {
  background-color: #fff;
  border-radius: 100%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
}

.chat-anchor {
  height: 1px;
}

.meme-video {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.floating-nav {
  z-index: 5;
  opacity: 1;
  -webkit-backdrop-filter: blur(128px);
  backdrop-filter: blur(128px);
  background-color: #ffffff1a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 467px;
  height: 500px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 0 120% 50%;
  transform: translate(-50%);
}

.menu-heading {
  color: #fff;
  letter-spacing: -.011em;
  font-size: 14px;
  line-height: 150%;
}

.menu-list {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.menu-list_item {
  color: #fff;
  letter-spacing: -.011em;
  font-size: 32px;
  line-height: 111%;
  text-decoration: none;
}

.menu-list_item.cc-hide {
  display: none;
}

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

.menu-llist_sublink {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
}

.menu-llist_sublink:hover {
  text-decoration: underline;
}

.menu-llist_sublink.cc-hide {
  display: none;
}

.sm-icons {
  grid-column-gap: 15.56px;
  grid-row-gap: 15.56px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sm-icon, .text-block {
  text-decoration: none;
}

.get-btn_text {
  color: #000;
  letter-spacing: -.011em;
  line-height: 150%;
  text-decoration: none;
}

.get-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  text-decoration: none;
  display: flex;
}

.hamburger-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 15px;
  display: flex;
  transform: translate(0);
}

.hamburger-icon:hover {
  background-color: #f5f5f5;
}

.hamburger-bar {
  box-sizing: border-box;
  width: 25px;
  height: 0;
  transform-style: preserve-3d;
  background-color: #000;
  border-top: 2px solid #000;
  border-radius: 1px;
  flex: 0 auto;
  align-self: baseline;
  font-size: 0;
  line-height: 0;
  transform: translateZ(0);
}

.nav-cta-logo {
  flex: none;
}

.cta-label-text {
  -webkit-user-select: none;
  user-select: none;
  font-size: 14px;
}

.cta-label-text:hover {
  color: #555;
}

.floating-nav-wrapper {
  z-index: -1;
  opacity: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
}

.chat-wrapper {
  background-image: radial-gradient(circle at 50% 100%, #d6cffc, #c1ecf3);
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding-bottom: 42px;
  padding-left: 42px;
  padding-right: 42px;
  position: relative;
  box-shadow: 0 4.61px 46.07px #4e4c4c0d;
}

.chat-sender-avatar {
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.chat-msg-text {
  border-radius: 10.25px;
  width: fit-content;
  padding: 5px 8px;
  font-size: 12px;
}

.chat-msg-text.is-sent {
  opacity: 1;
  color: #fff;
  background-color: #555;
  margin-bottom: 10px;
  margin-right: auto;
  font-size: 10px;
}

.chat-msg-text.is-received {
  opacity: 1;
  color: #555;
  background-color: #fff;
  margin-bottom: 10px;
  margin-left: auto;
}

.p3-subtext_wrapper {
  width: fit-content;
  display: inline-block;
}

.story-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blue-shade {
  z-index: -1;
  opacity: 1;
  background-image: url('../images/layer-blur5.png');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto auto -25% -15%;
}

.full-thread-bg {
  z-index: -1;
  width: 98vw;
  position: absolute;
  top: 25px;
}

.prefooter-lottie {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.p1-text-lottie {
  width: 250px;
  height: auto;
  position: absolute;
  top: 25%;
  left: -10%;
}

.carousel-cta_trigger {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border-style: solid;
  border-color: #f5f5f5;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.carousel-cta_menu {
  z-index: 5;
  opacity: 1;
  -webkit-backdrop-filter: blur(128px);
  backdrop-filter: blur(128px);
  background-color: #ffffff1a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 467px;
  height: 500px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 0 120% 50%;
  transform: translate(-50%);
}

.cta-trigger_left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  background-color: #fff;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 7px 8px 6px;
  display: flex;
}

.cta-hamburger-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  display: flex;
  transform: translate(0);
}

.cta-hamburger-icon:hover {
  background-color: #f5f5f5;
}

.code-embed-2 {
  flex-shrink: 0;
}

.carousel-next-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.cta-menu-heading {
  color: #fff;
  letter-spacing: -.011em;
  font-size: 14px;
  line-height: 150%;
}

.cta-menu_item {
  color: #fff;
  letter-spacing: -.011em;
  font-size: 32px;
  line-height: 111%;
  text-decoration: none;
}

.cta-menu-list {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.cta-menu-legal {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-get-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  text-decoration: none;
  display: flex;
}

.cta-legal-link {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
}

.cta-legal-link:hover {
  text-decoration: underline;
}

.cta-legal-link.cc-hide {
  display: none;
}

.cta-hamburger-bar {
  box-sizing: border-box;
  width: 25px;
  height: 0;
  transform-style: preserve-3d;
  background-color: #000;
  border-top: 2px solid #000;
  border-radius: 1px;
  flex: 0 auto;
  align-self: baseline;
  font-size: 0;
  line-height: 0;
  transform: translateZ(0);
}

.logo-white {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.logo-white.cc-no-drag {
  -webkit-user-select: none;
  user-select: none;
}

.logo-white.cc-contain {
  object-fit: contain;
}

.logo-white.main-p3_img {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 430px;
  height: 300px;
  position: relative;
}

.logo-white.p3-sticky1 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  transform-origin: 0 0;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 0% auto auto -10%;
}

.logo-white.p3-sticky2 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 25% -10% auto auto;
}

.logo-white.p3-sticky3 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 50% auto auto -15%;
  transform: rotate(0);
}

.logo-white.cc-position_top {
  object-position: 50% 20%;
}

.logo-black {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.logo-black.cc-no-drag {
  -webkit-user-select: none;
  user-select: none;
}

.logo-black.cc-contain {
  object-fit: contain;
}

.logo-black.main-p3_img {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 430px;
  height: 300px;
  position: relative;
}

.logo-black.p3-sticky1 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  transform-origin: 0 0;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 0% auto auto -10%;
}

.logo-black.p3-sticky2 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 25% -10% auto auto;
}

.logo-black.p3-sticky3 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 50% auto auto -15%;
  transform: rotate(0);
}

.logo-black.cc-position_top {
  object-position: 50% 20%;
}

.logo-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  height: 34.81px;
  display: flex;
}

.logo-label-white {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.logo-label-white.cc-no-drag {
  -webkit-user-select: none;
  user-select: none;
}

.logo-label-white.cc-contain {
  object-fit: contain;
}

.logo-label-white.main-p3_img {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 430px;
  height: 300px;
  position: relative;
}

.logo-label-white.p3-sticky1 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  transform-origin: 0 0;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 0% auto auto -10%;
}

.logo-label-white.p3-sticky2 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 25% -10% auto auto;
}

.logo-label-white.p3-sticky3 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 50% auto auto -15%;
  transform: rotate(0);
}

.logo-label-white.cc-position_top {
  object-position: 50% 20%;
}

.logo-label-black {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.logo-label-black.cc-no-drag {
  -webkit-user-select: none;
  user-select: none;
}

.logo-label-black.cc-contain {
  object-fit: contain;
}

.logo-label-black.main-p3_img {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 430px;
  height: 300px;
  position: relative;
}

.logo-label-black.p3-sticky1 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  transform-origin: 0 0;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 0% auto auto -10%;
}

.logo-label-black.p3-sticky2 {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 25% -10% auto auto;
}

.logo-label-black.p3-sticky3 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 130px;
  height: 132px;
  position: absolute;
  inset: 50% auto auto -15%;
  transform: rotate(0);
}

.logo-label-black.cc-position_top {
  object-position: 50% 20%;
}

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

.why-lottie {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  width: 50%;
  position: absolute;
  bottom: 15%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.hero-mockup-mobile {
  display: none;
}

.calendar-dropdown_item {
  color: #000;
  border: 1px solid #0000;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
}

.calendar-dropdown_item:hover {
  color: #333;
}

.dropdown-list {
  border-bottom-left-radius: 8px;
}

.dropdown-list.w--open {
  border-radius: 8px;
}

.toggle-label {
  font-size: 14px;
  font-weight: 300;
}

.menu-link_block {
  text-decoration: none;
}

.menu-plist_item {
  color: #fff;
  letter-spacing: -.011em;
  font-size: 32px;
  line-height: 1.2em;
  text-decoration: none;
}

.menu-plist_item.cc-hide, .mobile-prompt {
  display: none;
}

.prompt-text {
  color: #e8e2e2;
}

.prompt-text.cc-center {
  text-align: center;
  line-height: 24px;
}

.prompt-text.why-quote_text {
  line-height: 150%;
}

.prompt-text.cc-usesection {
  max-width: 30%;
  color: var(--base-black);
  font-size: 18px;
  line-height: 150%;
}

.prompt-text.cc-maxw {
  color: #fff;
  max-width: 70%;
  margin-bottom: 0;
  line-height: 120%;
}

.prompt-text.c-born-section {
  color: #000;
  font-family: Cutive Mono, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.prompt-text.cc-born-p2 {
  color: #000;
  margin-bottom: 0;
  font-size: 12.74px;
  font-weight: 500;
  line-height: 120%;
}

.prompt-text.c-cta-section {
  color: #5d6464;
  letter-spacing: -.01em;
  max-width: 80%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
}

.prompt-text.cc-video-p {
  color: #fff;
  max-width: 70%;
  margin-bottom: 0;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  .c-container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .c-img.cc-story-img {
    object-fit: contain;
  }

  .uc-h2.cc-video-heading, .cc-paragraph.cc-video-p {
    color: #000;
  }

  .why-section_holder {
    grid-template-columns: 1fr 1fr;
  }

  .why-section-rhs {
    display: flex;
  }

  .why-section_mid {
    display: none;
  }

  .c-moving-parts {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .more-card-inner {
    background-color: #fff;
    border: 1px solid #eee;
    width: 100%;
    box-shadow: 0 12.88px 35.2px #00000014;
  }

  .more-card-inner.glow-card {
    width: 70%;
    margin-right: 0;
  }

  .more-card-container {
    width: 70%;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    transform: none;
  }

  .born-p1_illustration {
    height: auto;
  }

  .p1-text {
    left: -15%;
  }

  .p1-subtext {
    bottom: -15%;
    right: -15%;
  }

  .chat-cta {
    position: relative;
    right: auto;
  }

  .p2-illustration_wrapper {
    flex-flow: wrap;
  }

  .born-p3_illustration {
    background-size: contain;
    height: 300px;
  }

  .c-choices {
    width: 100%;
  }

  .choices-motion {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .choices-interaction.cursor-zone, .choices-video {
    height: 200px;
  }

  .choices-motion-wrapper {
    width: 100%;
    height: auto;
  }

  .p5-image-card {
    width: 150px;
    height: 100px;
  }

  .p5-gallery-wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .waitlist-heading-wrap {
    display: none;
  }

  .waitlist-heading-wrap.cc-mobile {
    margin-bottom: 40px;
    display: block;
  }

  .main {
    flex-flow: column;
    height: auto;
    min-height: 0;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .main-form {
    width: 80%;
  }

  .aside-blank {
    display: none;
  }

  .inner-nav_container {
    flex-flow: row;
  }

  .video-crossfade-wrapper {
    width: 70%;
    height: 340px;
    position: relative;
  }

  .p1-text-lottie {
    width: auto;
  }

  .writing-lottie {
    width: 150px;
  }

  .logo-white.cc-story-img, .logo-black.cc-story-img {
    object-fit: contain;
  }

  .logo-label {
    height: 30px;
  }

  .logo-label-white.cc-story-img, .logo-label-black.cc-story-img {
    object-fit: contain;
  }

  .prompt-text.cc-video-p {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .c-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    max-height: none;
    padding-top: 150px;
    display: flex;
  }

  .c-container {
    height: auto;
  }

  .c-container.cc-story {
    max-width: 75%;
  }

  .c-container.cc-steps {
    width: 100%;
  }

  .c-img.p3-sticky2 {
    right: -15%;
  }

  .c-button {
    font-size: 14px;
  }

  .hero-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

  .hero-text {
    flex-flow: column;
  }

  .uc-h2 {
    font-size: 32.86px;
  }

  .uc-h2.cc-hero {
    text-align: center;
    max-width: 100%;
    font-size: 48px;
  }

  .uc-h2.cc-center {
    font-size: 35px;
  }

  .uc-h2.cc-black.cc-center {
    max-width: 80%;
    font-size: 35px;
  }

  .uc-h2.cc-black-left {
    max-width: 80%;
  }

  .uc-h2.cc-sticky-section {
    font-size: 24px;
  }

  .uc-h2.cc-video-heading {
    font-size: 35px;
  }

  .paragraph.cc-hero {
    text-align: center;
    max-width: 100%;
    font-size: 16px;
  }

  .hero-widget {
    background-position: 50% 100%;
    height: 40%;
    display: none;
  }

  .carousel-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .carousel-viewport {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .carousel-card {
    width: 80%;
    max-width: none;
  }

  .carousel-card.final-card {
    width: 80%;
  }

  .carousel-card.cc-margin-bottom {
    margin-bottom: 48px;
  }

  .carousel-cta {
    display: none;
    bottom: 10%;
  }

  .carousel-description {
    width: 80%;
  }

  .cc-paragraph.why-quote_text {
    font-size: 14px;
  }

  .cc-paragraph.cc-usesection {
    max-width: 80%;
  }

  .hero-gradient {
    z-index: 2;
    pointer-events: none;
  }

  .why-description {
    width: 80%;
  }

  .why-section_holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .why-section-lhs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    position: relative;
  }

  .why-section-rhs {
    display: none;
  }

  .why-card_header {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .card-pill_text {
    font-size: 10px;
  }

  .why-header_wraper {
    display: block;
  }

  .why-img {
    border-radius: 22px;
  }

  .why-quote {
    padding-left: 20px;
  }

  .why-section_mid {
    height: 400px;
    display: block;
  }

  .use-heading {
    flex-flow: column;
  }

  .more-card-inner.glow-card {
    width: 80%;
  }

  .floating-nav-cta {
    display: flex;
    bottom: 10%;
  }

  .more-card-container {
    width: 80%;
  }

  .born-p1_illustration {
    height: 30vh;
  }

  .p1-text {
    max-width: 150px;
    font-size: 20px;
    left: -10%;
  }

  .p1-subtext {
    top: auto;
    bottom: auto;
    right: -25%;
  }

  .born-p2_illustration {
    height: 400px;
  }

  .p2-floaters {
    right: -10%;
  }

  .p2-floaters.c-floater2 {
    top: -5%;
    left: -10%;
  }

  .p2-illustration_wrapper {
    flex-flow: column;
    width: 100%;
  }

  .p3-subtext {
    max-width: 60%;
    margin-right: -40px;
  }

  .handdrawn-arrow {
    right: 5%;
  }

  .p5-gallery {
    flex-flow: row;
  }

  .p5-image-card {
    width: 200px;
    height: 150px;
  }

  .p5-gallery-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: row;
  }

  .c-prefooter {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .prefooter-cta {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }

  .uc-h3.cc-hero {
    text-align: center;
    max-width: 100%;
    font-size: 48px;
  }

  .uc-h3.cc-center {
    font-size: 48px;
  }

  .prefooter-cta_wrapper {
    width: 90%;
  }

  .cta-caption-text {
    bottom: -20.5%;
  }

  .p1-illustration_text {
    font-size: 12px;
  }

  .illustration-text_wrapper {
    top: 5%;
    right: 8%;
  }

  .why-cta {
    display: none;
    bottom: 10%;
  }

  .logo-text, .waitlist-heading-text {
    font-size: 28px;
  }

  .why-card-wrap {
    width: 100%;
    position: absolute;
  }

  .video-crossfade-wrapper {
    width: 80%;
  }

  .chat-panel {
    width: 100%;
  }

  .chat-scroll {
    height: 350px;
    overflow: hidden;
  }

  .full-thread-bg {
    display: none;
  }

  .carousel-cta_trigger {
    display: flex;
    bottom: 10%;
  }

  .logo-white.p3-sticky2, .logo-black.p3-sticky2, .logo-label-white.p3-sticky2, .logo-label-black.p3-sticky2 {
    right: -15%;
  }

  .hero-mockup-mobile {
    background-image: url('../images/q-mobile.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    margin-right: -15%;
    padding-right: 15%;
    display: block;
  }

  .hero-mockup-mobile.glass-card {
    background-image: url('../images/mobile-hero-mockup.png');
    margin-right: -15%;
    padding-right: 15%;
  }

  .mobile-prompt {
    z-index: 3;
    -webkit-backdrop-filter: blur(13.1px);
    backdrop-filter: blur(13.1px);
    text-align: center;
    background-color: #ffffff1a;
    border-radius: 12px;
    padding: 12px;
    display: block;
    position: absolute;
    bottom: 40px;
  }

  .prompt-text {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
  }

  .prompt-text.why-quote_text {
    font-size: 14px;
  }

  .prompt-text.cc-usesection {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .c-hero {
    height: auto;
    max-height: none;
    padding-top: 125px;
  }

  .c-container {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-container.cc-carousel {
    width: 100%;
  }

  .c-container.cc-story {
    max-width: 90%;
  }

  .c-img.main-p3_img {
    object-fit: contain;
  }

  .c-img.p3-sticky1 {
    left: 0%;
  }

  .c-img.p3-sticky2 {
    display: none;
  }

  .c-img.p3-sticky3 {
    z-index: 3;
    left: -10%;
  }

  .logo {
    height: 32px;
  }

  .c-button {
    padding: 8px 16px;
    font-size: 14px;
  }

  .c-button.cc-inverse {
    font-size: 14px;
  }

  .hero-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 90%;
  }

  .uc-h2 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .uc-h2.cc-hero {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .uc-h2.cc-center {
    font-size: 35px;
  }

  .uc-h2.cc-black.cc-center {
    font-size: 30px;
  }

  .uc-h2.cc-black-left {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .uc-h2.cc-sticky-section {
    font-size: 32px;
  }

  .uc-h2.cc-video-heading {
    color: #000;
    font-size: 35px;
  }

  .paragraph.cc-hero {
    font-size: 14px;
  }

  .carousel-viewport {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    height: auto;
    max-height: none;
  }

  .carousel-card {
    width: 100%;
    height: 390px;
  }

  .carousel-card.cc-hide {
    width: 10%;
  }

  .carousel-card.final-card {
    width: 100%;
    height: 444px;
  }

  .carousel-card.cc-margin-bottom {
    width: 100%;
    margin-bottom: 48px;
  }

  .task {
    padding: 10px;
  }

  .task-label_text {
    font-size: 10px;
  }

  .uc-h4 {
    max-width: 80%;
    font-size: 24px;
  }

  .uc-h4.cc-black {
    font-size: 24px;
  }

  .carousel-paragraph {
    font-size: 14px;
  }

  .carousel-description {
    width: 100%;
  }

  .cc-paragraph.cc-center {
    font-size: 14px;
  }

  .cc-paragraph.cc-usesection {
    font-size: 16px;
  }

  .cc-paragraph.cc-maxw {
    font-size: 14px;
  }

  .cc-paragraph.cc-born-p2 {
    font-size: 10px;
  }

  .cc-paragraph.c-cta-section {
    font-size: 12px;
  }

  .cc-paragraph.cc-video-p {
    color: #000;
    font-size: 14px;
  }

  .why-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: max(100vh, 800px);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .why-section_holder {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .why-section-lhs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 20px;
  }

  .why-section-rhs {
    display: none;
  }

  .waitlist-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .caption-text {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 10px;
    display: block;
    top: 58px;
  }

  .why-card_header {
    font-size: 18px;
  }

  .card-pill_text {
    font-size: 12px;
  }

  .why-section_mid {
    height: 350px;
    display: block;
  }

  .use-section {
    background-image: url('../images/background-mesh.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-moving-parts {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .more-card-inner {
    background-color: #fff;
    border: 1px solid #eee;
    width: 100%;
    box-shadow: 0 12.88px 35.2px #00000014;
  }

  .more-card-inner.glow-card, .more-background-video {
    width: 100%;
  }

  .moving-parts_container {
    width: 90%;
  }

  .moving-part {
    background-color: #f5f5f5;
  }

  .part-icon {
    padding: 6px;
  }

  .more-card-container {
    background-color: #fff;
    width: 100%;
    right: auto;
    box-shadow: 0 12.88px 35.2px #00000014;
  }

  .born-section_p1 {
    padding-bottom: 70px;
  }

  .born-p1_illustration {
    height: 25vh;
  }

  .p1-text {
    left: -5%;
  }

  .p1-subtext {
    top: 120%;
    bottom: auto;
    right: 0%;
  }

  .born-section_p2 {
    padding-bottom: 40px;
  }

  .p2-description {
    font-size: 16px;
  }

  .p2-text_container {
    max-width: 80%;
  }

  .born-p2_illustration {
    height: 300px;
  }

  .p2-floaters {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: -2%;
  }

  .p2-floaters.c-floater2 {
    z-index: -1;
    width: 60%;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    display: flex;
  }

  .floater-icon {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding-top: 13px;
    display: flex;
  }

  .floater-icon.c-floater2 {
    z-index: 4;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
  }

  .reply-question_label {
    font-size: 12px;
  }

  .p2-illustration_wrapper {
    width: 100%;
  }

  .p3-text-container {
    max-width: 80%;
  }

  .p3-subtext {
    max-width: 80%;
    margin-top: 50px;
    margin-right: -10px;
    font-size: 24px;
  }

  .handdrawn-arrow {
    top: 48%;
    right: 0%;
    transform: rotate(10deg);
  }

  .p3-illustration_wrapper {
    width: 100%;
  }

  .born-section_p4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .choices-motion {
    grid-template-columns: 1fr;
  }

  .p5-description {
    max-width: 100%;
    font-size: 16px;
  }

  .p5-image-card {
    width: 150px;
    height: 100px;
  }

  .p5-sub-description {
    max-width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  .p5-gallery-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-prefooter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .prefooter-cta {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .prefooter-logo {
    margin-bottom: 0;
  }

  .uc-h3.cc-hero, .uc-h3.cc-center {
    font-size: 40px;
  }

  .uc-h3.cc-maxw {
    font-size: 20px;
  }

  .prefooter-cta_wrapper {
    width: 90%;
  }

  .cta-caption-text {
    z-index: -1;
    margin-top: 20px;
    display: none;
    position: absolute;
    top: auto;
    bottom: -25%;
  }

  .copyright-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .copyright-text {
    font-size: 14px;
  }

  .c-footer_logo {
    padding: 40px 10px;
  }

  .p4-description {
    font-size: 24px;
  }

  .annual-fee_text {
    font-size: 12px;
  }

  .dollar-count {
    font-size: 30px;
  }

  .carousel-under {
    display: none;
  }

  .logo-text {
    font-size: 24px;
    display: none;
  }

  .waitlist-heading-text {
    font-size: 24px;
  }

  .main {
    padding-bottom: 100px;
  }

  .main-form {
    width: 90%;
  }

  .video-crossfade-wrapper {
    width: 100%;
    height: 204px;
  }

  .chat-panel {
    height: 400px;
  }

  .chat-scroll {
    height: 300px;
  }

  .chat-msg {
    font-size: 10px;
  }

  .chat-msg.is-received {
    opacity: 1;
  }

  .chat-sender-name {
    font-size: 10px;
  }

  .chat-input {
    padding: 14px 8px;
  }

  .chat-input-text {
    font-size: 12px;
  }

  .floating-nav {
    z-index: -1;
    opacity: 1;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-list_item {
    font-size: 28px;
  }

  .menu-llist_sublink {
    font-size: 18px;
  }

  .floating-nav-wrapper {
    z-index: -1;
    opacity: 0;
    width: 100%;
  }

  .chat-wrapper {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .chat-msg-text {
    font-size: 10px;
  }

  .chat-msg-text.is-received {
    opacity: 1;
  }

  .blue-shade {
    display: none;
  }

  .p1-text-lottie {
    left: -5%;
  }

  .writing-lottie {
    width: 100px;
  }

  .logo-white, .logo-white.main-p3_img {
    object-fit: contain;
  }

  .logo-white.p3-sticky2 {
    display: none;
  }

  .logo-black, .logo-black.main-p3_img {
    object-fit: contain;
  }

  .logo-black.p3-sticky2, .logo-label {
    display: none;
  }

  .logo-label-white.main-p3_img {
    object-fit: contain;
  }

  .logo-label-white.p3-sticky2 {
    display: none;
  }

  .logo-label-black.main-p3_img {
    object-fit: contain;
  }

  .logo-label-black.p3-sticky2 {
    display: none;
  }

  .hero-mockup-mobile {
    background-image: url('../images/qadence-mockup-mobile.svg');
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
    margin-right: -12.5%;
    padding-right: 12.5%;
  }

  .hero-mockup-mobile.glass-card {
    background-image: url('../images/mobile-hero-mockup.png');
    background-position: 0 0;
    margin-right: -5%;
    padding-right: 5%;
  }

  .menu-plist_item {
    font-size: 28px;
  }

  .mobile-prompt {
    -webkit-backdrop-filter: blur(13.1px);
    backdrop-filter: blur(13.1px);
    max-width: 90%;
  }

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

  .prompt-text.cc-center {
    font-size: 14px;
  }

  .prompt-text.cc-usesection {
    font-size: 16px;
  }

  .prompt-text.cc-maxw {
    font-size: 14px;
  }

  .prompt-text.cc-born-p2 {
    font-size: 10px;
  }

  .prompt-text.c-cta-section {
    font-size: 12px;
  }

  .prompt-text.cc-video-p {
    color: #000;
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-RegularDEMO.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Belmonteballpointtrial Cursive';
  src: url('../fonts/BelmonteBallpointTrial-Cursive.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}