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

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Archivo Condensed;
  src: url('../fonts/Archivo_Condensed-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

.body {
  background-color: #000;
  font-family: Archivo, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.3em;
}

.page-wrapper {
  background-color: #482fa8;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: .9em;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  padding-left: 12.5em;
  padding-right: 12.5em;
}

.container.nav-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-grid {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-content {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-right: 3.6em;
  display: flex;
}

.heading {
  color: #000;
  text-align: left;
  letter-spacing: -2.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 4em;
  font-weight: 800;
  line-height: 1em;
}

.heading.black {
  color: #000;
}

.paragraph {
  color: #000;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph.small {
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 600;
}

.paragraph.padded {
  padding-right: 4em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4em;
}

.paragraph.padded.large {
  font-size: 1.7em;
}

.slider {
  background-color: #000;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  background-color: #112761;
  border-radius: 6.25em;
  justify-content: flex-start;
  align-items: center;
  padding: .9em 1.55em .8em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.button.variant {
  background-color: #0f1f29;
  border: .1em solid #ffffff0d;
  padding-left: 1.75em;
  padding-right: 1.75em;
  font-size: .8em;
  font-weight: 500;
}

.button.small {
  color: #fff;
  background-color: #112761;
  border: .03em solid #ffffff1a;
  font-size: .8em;
}

.slider-main_component {
  position: absolute;
  inset: 0%;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-slider-main {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 45%;
  height: auto;
  display: block;
}

.slide-content {
  height: 100%;
}

.play-pause-button {
  display: none;
}

.background-video {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.image {
  border-radius: 3em;
  width: 100%;
}

.phone {
  z-index: 2;
  width: 19.5em;
  position: relative;
  inset: 0% auto;
}

.header-wrapper {
  font-size: 1em;
  position: relative;
}

.lottie-animation {
  z-index: 3;
  width: 18em;
  position: absolute;
  inset: auto auto 0% -.25em;
}

.lottie-animation.variant {
  display: flex;
  inset: auto 0% 0% auto;
}

.image-2 {
  width: 18em;
}

.phone-image {
  position: relative;
}

.image-3 {
  background-color: #a84f4f;
  border: .5em solid #d2deff;
  border-radius: 1em;
  width: 12em;
  margin-top: 2.55em;
}

.lottie-animation-2 {
  justify-content: flex-start;
  align-items: center;
  width: 6.5em;
  display: none;
  position: absolute;
  inset: 1.1em 3.6em auto auto;
}

.navigation {
  position: absolute;
  inset: 0% 0% auto;
}

.nav-content {
  justify-content: space-between;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  display: flex;
}

.text-logo {
  color: #112761;
  letter-spacing: -1px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1em;
}

.nav-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  color: #112761;
  justify-content: flex-start;
  align-items: center;
  font-size: .9em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.code-embed-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fixed-pop-up {
  z-index: 10;
  background-color: #000000ad;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.email-pop-up {
  background-color: #0e161b;
  border-radius: 1em;
  width: 60em;
  height: 35em;
  overflow: hidden;
}

.form-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  height: 100%;
}

.video-embed {
  position: relative;
}

.code-embed-3 {
  height: 100%;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.2em;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
}

.text-block {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 2em;
  line-height: 1em;
}

.form-wrap {
  border: .1em solid #ffffff63;
  border-radius: .6em;
  height: 3.2em;
}

.text-field {
  color: #fff;
  text-transform: none;
  background-color: #fff0;
  border: .04em #000;
  height: 100%;
  margin-bottom: 0;
  font-size: 1em;
}

.text-field::placeholder {
  font-size: .9em;
  font-weight: 500;
}

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

.submit-button {
  background-color: #317ff5;
  border-radius: 1em;
  height: 3.3em;
}

.div-block {
  position: absolute;
}

.cancel {
  background-color: #fff;
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: .4em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-4 {
  width: 1em;
}

.success-message {
  color: #fff;
  background-color: #317ff5;
  border-radius: 1em;
  margin-top: 1em;
  position: absolute;
}

.p-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35em;
  line-height: 2em;
  display: flex;
}

.text-block-2 {
  line-height: 1em;
}

.waitlist-number {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.hero-wrap {
  background-color: #fff;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.header {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.form-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  display: flex;
}

.text-field-2 {
  background-color: #fff;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1.5em;
  font-size: 1em;
}

.form-block-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 1em;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.field-wrapper {
  background-color: #fff0;
  border: .075em solid #00000054;
  border-radius: 6.25em;
  width: 22em;
  height: 3.5em;
  position: relative;
  overflow: hidden;
}

.submit-button-2 {
  z-index: 2;
  letter-spacing: -.7px;
  background-color: #472fa8;
  border-radius: 6.25em;
  width: auto;
  height: 100%;
  margin: auto .3em auto auto;
  padding: .7em 1.59em;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  inset: 0%;
}

.grid {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  width: 100%;
}

.phone-wrapper {
  background-color: #2d0096a1;
  background-image: url('../images/Layer_2.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 1em;
  justify-content: center;
  align-items: flex-start;
  height: 30em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phone-wrapper.mobile {
  display: none;
}

.phone-wrapper.video {
  padding: .69em;
}

.phone-wrapper.center {
  justify-content: center;
  align-items: center;
}

.people {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jpin-people {
  width: 4em;
  margin-left: -.38em;
}

.blue {
  color: #492fa8;
}

.booster-tab-wrapper {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.booster-tab-wrapper.mobile {
  display: none;
}

.booster-tab-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
  display: flex;
}

.booster-tab-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #36364a;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.booster-tab-link:hover {
  box-shadow: 0 2px 6px #122b691f, 0 1px 2px #122b691f, 0 0 0 1px #122b6914;
}

.booster-tab-link.w--current {
  background-color: #122b6914;
}

.tab-progress-bar-base {
  background-color: #11023b0a;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  position: absolute;
  inset-block: auto 0;
  inset-inline: 0;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #7839f3;
  height: 5px;
  transition-property: width;
  transition-duration: .1s;
}

.tab-pane-tab-1 {
  border-radius: 16px;
}

.booster-tabs-image {
  border: 1px solid #11023b14;
  border-radius: 16px;
  width: 100%;
  height: 380px;
}

.top-nav {
  justify-content: space-between;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cary-home {
  color: #482fa8;
  font-size: 2.3em;
  font-weight: 800;
  line-height: 1em;
  text-decoration: none;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #482fa8;
  border-radius: 6.25em;
  padding: .63em 1.44em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
}

.button-2.variant {
  color: #281864;
  background-color: #482fa82e;
}

.button-2.rel {
  z-index: 12;
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: center;
  align-items: center;
  font-size: .6em;
  display: flex;
  position: absolute;
  inset: auto auto 1em 1em;
}

.button-2.rel.right {
  inset: 1em 1em auto auto;
}

.tabs {
  flex-flow: wrap-reverse;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.background-video-2 {
  z-index: 1;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
}

.play-state {
  display: none;
}

.background-video-3 {
  z-index: 1;
  border: .5em solid #d2deff;
  border-radius: 1em;
  width: 13em;
  height: 27em;
}

.overlay {
  background-color: #0000007d;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-5 {
  width: 92%;
  margin-bottom: .6em;
  margin-left: auto;
  margin-right: auto;
}

.rt {
  color: #000;
}

.rt li {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4em;
}

.list {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 1.2em;
  display: flex;
}

.list-item {
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.number-count-wrapper {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number {
  color: #000;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.5em;
}

.number.small {
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 600;
}

.number.padded {
  padding-right: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4em;
}

.success-message-2 {
  color: #fff;
  background-color: #492fa8;
  background-image: url('../images/Layer_2.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: .5em;
  padding: 1.75em;
  font-size: .95em;
  line-height: 1.1em;
}

.bag {
  width: .85em;
}

.lottie-animation-3 {
  justify-content: flex-start;
  align-items: center;
  width: 3em;
  display: flex;
}

.small-text-block {
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

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

.blue-variant {
  color: #492fa8;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 1.3vw;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .button, .button.small {
    font-size: 1.1em;
  }

  .lottie-animation-2 {
    display: none;
  }

  .nav-content {
    padding-top: 2.4em;
    padding-bottom: 2.4em;
  }

  .text-logo {
    font-size: 3.5em;
  }

  .link-block {
    font-size: 1.1em;
  }

  .grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .booster-tab-link {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 3.5vw;
  }

  .page-wrapper {
    height: auto;
    padding: .9em;
  }

  .container {
    padding: 7em 1.1em 1.1em;
  }

  .container.nav-split {
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 1em;
  }

  .hero-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    display: flex;
  }

  .hero-content {
    padding-right: 0;
  }

  .heading {
    text-align: center;
    letter-spacing: -1.5px;
    font-size: 2.7em;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
  }

  .paragraph.small {
    font-size: 1em;
  }

  .paragraph.padded {
    text-align: center;
    padding-right: 0;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.3em;
  }

  .paragraph.padded.large {
    text-align: center;
    font-size: 1.4em;
  }

  .slider {
    padding-top: 2.7em;
    padding-bottom: 2.7em;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .image-3 {
    width: 14em;
  }

  .lottie-animation-2 {
    display: none;
    top: 12.8em;
  }

  .button-wrapper {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: .8em;
  }

  .email-pop-up {
    width: 90%;
    height: 80svh;
  }

  .form-grid {
    flex-flow: column;
    display: flex;
  }

  .video-embed {
    height: 50svh;
  }

  .form {
    padding: 2.4em;
  }

  .p-wrapper {
    text-align: left;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 1em;
  }

  .hero-wrap.full {
    height: auto;
    padding-top: 5em;
    padding-bottom: 9em;
  }

  .header {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .form-3 {
    flex-flow: column;
    width: 100%;
  }

  .form-block-2 {
    width: 100%;
    margin-top: 0;
  }

  .field-wrapper {
    width: 100%;
    height: 4em;
  }

  .submit-button-2 {
    width: 100%;
  }

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

  .phone-wrapper {
    border-radius: 1em;
    width: 100%;
    height: 34em;
  }

  .phone-wrapper.mobile {
    display: flex;
  }

  .people {
    margin-left: auto;
    margin-right: auto;
  }

  .booster-tab-wrapper {
    display: block;
  }

  .booster-tab-wrapper.mobile {
    margin-top: 1em;
    display: none;
  }

  .booster-tab-menu {
    margin-top: 2em;
  }

  .booster-tab-link {
    height: 3.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 1em;
    font-weight: 500;
  }

  .top-nav {
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .cary-home {
    font-size: 2em;
  }

  .button-2 {
    border-radius: 5em;
    font-size: .75em;
  }

  .button-2.variant {
    font-size: .75em;
    display: flex;
  }

  .background-video-3 {
    height: 29em;
  }

  .rt li {
    font-size: 1.4em;
    font-weight: 700;
  }

  .number {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 1em;
    font-weight: 700;
  }

  .number.small {
    font-size: 1em;
  }

  .number.padded {
    text-align: left;
    padding-right: 0;
    font-size: 1.4em;
    font-weight: 700;
  }
}

#w-node-_34c03f2c-6978-5193-e517-3fc05b1d348e-15a42d95, #w-node-d9f78db2-05b5-b818-87fd-77f04b1ac332-15a42d95, #w-node-d6bf5a7e-86e6-7e70-9fdc-fb89d03065ff-15a42d95, #w-node-_34c03f2c-6978-5193-e517-3fc05b1d348e-28e66fbb, #w-node-d9f78db2-05b5-b818-87fd-77f04b1ac332-28e66fbb, #w-node-d6bf5a7e-86e6-7e70-9fdc-fb89d03065ff-28e66fbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Book';
  src: url('../fonts/Geomanist-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Condensed';
  src: url('../fonts/Archivo_Condensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}