:root {
  --gray-text-light: #94979c;
  --color: #0c0e12;
  --font-family--font-family-body: Inter, sans-serif;
  --spacing-sm: 6px;
  --spacing-xs: 4px;
  --radius-md: 8px;
  --component-colors--components--buttons--primary--button-primary-bg: #7f56d9;
  --font-size--text-sm: 14px;
  --component-colors--components--buttons--primary--button-primary-fg: #fff;
  --line-height--text-sm: 20px;
  --component-colors--components--buttons--tertiary--button-tertiary-fg: #535862;
  --inter: Inter, sans-serif;
  --background-black-opacity: #0c0e1299;
  --spacing-xxs: 2px;
  --colors--effects--shadows--shadow-skeumorphic-inner: #0a0d120d;
  --font-size--text-md: 16px;
  --line-height--text-md: 24px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.sc_hero {
  grid-column-gap: 32px;
  border-bottom: 0px solid var(--gray-text-light);
  background-color: var(--color);
  background-image: url('../images/Noise--Texture.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 64px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 64px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-badge {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.badge-group {
  grid-column-gap: 12px;
  background-color: #2c1c5f;
  border: 1px solid #53389e;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px 4px 4px;
  text-decoration: none;
  display: none;
}

.badge {
  background-color: #0c0e12;
  border: 1px solid #53389e;
  border-radius: 9999px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 10px;
  text-decoration: none;
  display: flex;
}

.text {
  font-family: var(--font-family--font-family-body);
  color: #d6bbfb;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.content-2 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.message {
  font-family: var(--font-family--font-family-body);
  color: #d6bbfb;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.heading {
  font-family: var(--font-family--font-family-body);
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  text-decoration: none;
}

.supporting-text {
  font-family: var(--font-family--font-family-body);
  color: #94979c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.actions {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.buttons-button {
  grid-column-gap: 8px;
  background-color: #13161b;
  border: 1px solid #373a41;
  border-radius: 400px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 16px 22px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0, inset 0 -2px #0c0e120d, inset 0 0 #0c0e122e;
}

.buttons-button:hover {
  background-color: #22262f;
}

.text-padding {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  font-family: var(--font-family--font-family-body);
  color: #cecfd2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.buttons-button-2 {
  grid-column-gap: 8px;
  border: 2px undefined undefined;
  background-color: #7f56d9;
  background-image: linear-gradient(315deg, #4300b1, #a531dc 100%, #fff);
  border-radius: 400px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 16px 22px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0, inset 0 -2px #0c0e120d, inset 0 0 #0c0e122e;
}

.buttons-button-2:hover {
  background-color: #6941c6;
}

.buttons-button-2.typeform-button, .buttons-button-2.typeform-button-copy {
  background-image: linear-gradient(315deg, #4300b1, #a531dc 100%, #fff);
  width: auto;
}

.buttons-button-2.typeform-button-copy.w--current {
  margin-top: 32px;
}

.buttons-button-2.typeform-button-copy {
  background-image: linear-gradient(315deg, #4300b1, #a531dc 100%, #fff);
  width: 100%;
}

.buttons-button-2.phone-appstore {
  background-image: linear-gradient(315deg, #4300b1, #a531dc 100%, #fff);
  width: auto;
  display: none;
}

.buttons-button-2.phone-appstore-copy {
  background-image: linear-gradient(315deg, #4300b1, #a531dc 100%, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-3 {
  font-family: var(--font-family--font-family-body);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.iphone-14-pro-1 {
  object-fit: cover;
  max-width: 50%;
}

.size-lg-hierarchy-link-gray-icon-default-state-default {
  grid-column-gap: var(--spacing-sm);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.size-md-hierarchy-primary-icon-default-state-default {
  grid-column-gap: var(--spacing-xs);
  border: 2px undefined undefined;
  border-radius: var(--radius-md);
  background-color: var(--component-colors--components--buttons--primary--button-primary-bg);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #0a0d120d, inset 0 -2px #0a0d120d, inset 0 0 #0a0d122e;
}

.text-4 {
  margin-top: 0;
  margin-bottom: var(--font-size--text-sm);
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  font-size: var(--font-size--text-sm);
  line-height: var(--line-height--text-sm);
  font-weight: 600;
  text-decoration: none;
}

.header {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-2 {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0%;
  padding-right: 0%;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.nav-wrapper {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0c0e12cc;
  border: 1px solid #22262f;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 12px 12px 12px 16px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 24px;
  box-shadow: 0 1px 2px #fff0;
}

.content-3 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 159px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  font-family: var(--font-family--font-family-body);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.center-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.buttons-button-3 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.text-6:hover {
  color: #fffc;
}

.buttons-button-4 {
  grid-column-gap: 4px;
  border: 2px undefined undefined;
  background-color: #7f56d9;
  background-image: linear-gradient(315deg, #4300b1, #a531dc);
  border-radius: 400px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0, inset 0 -2px #0c0e120d, inset 0 0 #0c0e122e;
}

.buttons-button-4:hover {
  background-color: #6941c6;
}

.buttons-button-4.desktop {
  padding: 16px 22px;
}

.text-padding-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

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

.contane {
  grid-row-gap: 64px;
  background-color: #13161b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 768px;
  margin-top: 96px;
  margin-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading {
  font-family: var(--font-family--font-family-body);
  color: #cecfd2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.heading-2 {
  font-family: var(--font-family--font-family-body);
  color: #f7f7f7;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-2 {
  font-family: var(--font-family--font-family-body);
  color: #94979c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.sc_studyless {
  background-color: #13161b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-section {
  grid-row-gap: 64px;
  background-color: #0a0d12;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 144px;
  padding-bottom: 144px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  font-family: var(--font-family--font-family-body);
  color: #f7f7f7;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  text-decoration: none;
}

.supporting-text-3 {
  color: #94979c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.frame-147 {
  grid-row-gap: 8px;
  background-color: #0c0e12;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  display: flex;
}

.supporting-text-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 166.154px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.supporting-text-5 {
  font-family: var(--font-family--font-family-body);
  color: #94979c;
  text-align: center;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  display: flex;
}

.supporting-text-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 166.154px;
  height: 48px;
  margin-left: 16px;
  text-decoration: none;
  display: flex;
}

.testimonial-section {
  grid-row-gap: 64px;
  background-color: #0c0e12;
  background-image: url('../images/campus_students_app_notetaking-1.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: none;
}

.content-6 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cards {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gradient-mask {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 456px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.card {
  grid-column-gap: 48px;
  background-color: #13161b;
  border: 1px solid #22262f;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0;
}

.logo-and-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-and-text.left-aligned {
  border-bottom: 1px solid var(--component-colors--components--buttons--primary--button-primary-fg);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 44px;
}

.logo-and-text.second-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.heading-4 {
  color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.subheading-2 {
  color: #ebebeb;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  text-decoration: none;
}

.subheading-2.mobile-heading {
  text-align: center;
}

.quote {
  color: #cecfd2;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.rectangle-1 {
  object-fit: cover;
  border: 0 solid #22262f;
  border-radius: 12px;
  width: 600px;
  height: 600px;
}

.content-7 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1216px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.card-2 {
  grid-column-gap: 48px;
  background-color: #0000;
  border: 0 solid #22262f;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0;
}

.heading-5 {
  color: #f7f7f7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.gradient-mask-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 834px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.card-3 {
  grid-row-gap: 48px;
  background-color: #0000;
  border: 0 solid #22262f;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
  padding: 48px 0 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0;
}

.buttons-button-5 {
  grid-column-gap: 8px;
  background-color: #13161b;
  border: 1px solid #373a41;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 16px 22px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0, inset 0 -2px #0c0e120d, inset 0 0 #0c0e122e;
}

.buttons-button-5:hover {
  background-color: #22262f;
}

.text-padding-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #cecfd2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.frame-36 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card---desktop---mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--font-family--font-family-body);
  background-color: #0000;
  border: 0 solid #22262f;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0;
}

.card---desktop---mobile:hover {
  border-color: var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
}

.features-section {
  grid-row-gap: 64px;
  background-color: #0c0e12;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-8 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-and-subheading-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-3 {
  font-family: var(--font-family--font-family-body);
  color: #cecfd2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.heading-6 {
  font-family: var(--font-family--font-family-body);
  color: #f7f7f7;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-7 {
  font-family: var(--font-family--font-family-body);
  color: #94979c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.container-6 {
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-9 {
  grid-column-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-text {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 320px;
  text-decoration: none;
  display: flex;
}

.frame-151 {
  grid-row-gap: 10px;
  border: 1px solid #373a41;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-and-supporting-text {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #f7f7f7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.supporting-text-8 {
  color: #94979c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.testimonial-section-2 {
  grid-row-gap: 64px;
  border-top: 0px none var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
  background-color: #0c0e12;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.content-10 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cards-2 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gradient-mask-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  height: 578px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  max-width: none;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.card-5 {
  grid-row-gap: 48px;
  background-color: #13161b;
  border: 1px solid #22262f;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0;
}

.logo-and-text-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-4 {
  color: #cecfd2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.heading-7 {
  color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  text-decoration: none;
}

.buttons-button-6 {
  grid-column-gap: 8px;
  background-color: #13161b;
  border: 1px solid #373a41;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 16px 22px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0, inset 0 -2px #0c0e120d, inset 0 0 #0c0e122e;
}

.buttons-button-6:hover {
  background-color: #22262f;
}

.text-padding-4 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #cecfd2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.column-3 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.card-6 {
  grid-row-gap: 48px;
  background-color: #13161b;
  border: 1px solid #22262f;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0;
}

.card-6:hover {
  border-color: var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
}

.quote-2 {
  color: #94979c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.avatar-and-text {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.avatar {
  background-color: #e0e0e0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9999px;
  width: 48px;
  height: 48px;
  min-height: 0;
}

.text-and-supporting-text-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-and-verified-tick {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg.text-weight-bold {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  font-weight: 700;
}

.paragraph-regular-bg.text-weight-bold-copy {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.faq-divider {
  background-color: #22262f;
  width: 100%;
  height: .5px;
}

.paragraph-small {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-600 {
  font-family: var(--font-family--font-family-body);
  color: #94979c;
  line-height: 22px;
}

.paragraph-small.text-color-gray-600-copy {
  font-family: var(--font-family--font-family-body);
  color: #94979c;
}

.faq {
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.section-regular {
  padding: 96px 5%;
  position: relative;
}

.section-regular.background-gray {
  background-color: #0c0e12;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--font-family--font-family-body);
  background-color: #0000;
  border: .5px solid #22262f;
  border-radius: 12px;
  flex-flow: column;
  width: 638px;
  max-width: 638px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.h2-heading {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.button-text {
  z-index: 1;
  position: relative;
}

.faq-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-title {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-x-small {
  color: var(--gray-text-light);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-icon {
  color: #23272f4d;
  background-color: #373a414d;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-small {
  border-top: 1px solid var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
  background-color: #000;
  width: 100%;
  padding: 64px 10% 80px;
  position: relative;
}

.f-footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #160042;
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-group {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-social {
  background-color: var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
  color: #160042;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-detail {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-vertical-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 16px;
}

.f-icon-regular {
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.f-footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.text-block {
  font-family: var(--inter);
  color: var(--gray-text-light);
  font-weight: 400;
  line-height: 22px;
}

.text-block:hover {
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
}

.supporting-text-16px {
  font-family: var(--font-family--font-family-body);
  color: var(--gray-text-light);
  text-align: center;
  font-size: 16px;
}

.sc_features {
  grid-row-gap: 64px;
  border-top: 0px solid var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
  background-color: #0c0e12;
  background-image: url('../images/Noise--Texture1.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
}

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

.modal {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 3px #0a0d120a, 0 8px 8px #0a0d1208, 0 20px 24px #0a0d1214;
}

.modal-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.text-and-supporting-text-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #181d27;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.supporting-text-9 {
  color: #535862;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.content-12 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 32px 32px;
  text-decoration: none;
  display: flex;
}

.frame-152 {
  grid-row-gap: 8px;
  background-color: #0c0e12;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  display: flex;
}

.supporting-text-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.modal-container {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  background-color: var(--background-black-opacity);
  position: fixed;
  inset: 0%;
}

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

.monica-diaz-link {
  font-family: var(--font-family--font-family-body);
  color: #475467;
  text-align: left;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.heading-8 {
  float: none;
  color: #101828;
  text-align: center;
  letter-spacing: -2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.tzu-chen-chen-video {
  border: 1px solid var(--Gray-300, #d0d5dd);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 24px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  box-shadow: 0 12px 16px -4px #10182814, 0 4px 6px -2px #10182808;
}

.video-lightbox {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff4d;
  border: 1.5px solid #ffffff4d;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  box-shadow: 0 4px 12px #0000002e;
}

.gavin-webflow-video {
  border: 1px solid var(--Gray-300, #d0d5dd);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 24px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  box-shadow: 0 12px 16px -4px #10182814, 0 4px 6px -2px #10182808;
}

.video-small {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 115px;
}

.link {
  color: #475467;
  text-align: left;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.video-play-icon {
  width: 32px;
  height: 32px;
}

.tzuchenchen-link {
  color: #475467;
  text-align: left;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.testimonials-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-flow: column;
  max-width: 100vw;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.link-gavin-kendo {
  color: #475467;
  text-align: left;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.testimonials-mobile-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.renate-van-nijen {
  color: #475467;
  text-align: left;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.link-robin-jack {
  font-family: var(--font-family--font-family-body);
  color: #475467;
  text-align: left;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.lizasalovalink, .robert-almeida-link {
  color: #475467;
  text-align: left;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.text-block-2 {
  color: #475467;
  text-align: center;
  letter-spacing: -.3px;
  width: 780px;
  margin-top: 24px;
  margin-bottom: 60px;
  padding-top: 0;
  font-size: 20px;
  line-height: 1.2;
}

.div-block-41 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-section {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 60px;
  display: none;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.paragraph-12 {
  font-family: var(--font-family--font-family-body);
  color: var(--gray-text-light);
  letter-spacing: -.3px;
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.monica-diaz-webflow-video {
  border: 1px solid var(--Gray-300, #d0d5dd);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 24px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  box-shadow: 0 12px 16px -4px #10182814, 0 4px 6px -2px #10182808;
}

.paragraph-11 {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  text-align: center;
  letter-spacing: -.3px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.image-6 {
  border-radius: 100px;
  max-width: 56px;
}

.desktop-testimonials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  display: flex;
}

.testimonial-card {
  color: #475467;
  -webkit-text-stroke-color: #475467;
  mix-blend-mode: normal;
  background-color: #0c0e12cc;
  border: 1px solid #22262f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 40px 24px;
  display: flex;
  box-shadow: 0 12px 16px -4px #10182814, 0 4px 6px -2px #10182808;
}

.testimonial-card.manoo-tedin {
  border: 1px solid var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
}

.robin-video {
  border: 1px solid var(--Gray-300, #d0d5dd);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 24px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  box-shadow: 0 12px 16px -4px #10182814, 0 4px 6px -2px #10182808;
}

.majosah-link {
  color: #475467;
  text-align: left;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.icon-testimonials {
  color: #475467;
  cursor: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 4px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #101828;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fernanda-link {
  font-family: var(--font-family--font-family-body);
  color: #475467;
  text-align: left;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.paragraph-13 {
  font-family: var(--font-family--font-family-body);
  color: #475467;
  letter-spacing: -.3px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
}

.bold-text {
  font-family: var(--font-family--font-family-body);
  color: var(--gray-text-light);
}

.buttons-button-hero {
  grid-column-gap: 8px;
  background-color: #ffffff1a;
  border: 1px solid #fff6;
  border-radius: 400px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 22px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0, inset 0 -2px #0c0e120d, inset 0 0 #0c0e122e;
}

.buttons-button-hero:hover {
  background-color: #ffffff26;
}

.buttons-button-hero.padding.w--current {
  margin-top: 32px;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ffffff4d;
  border-radius: 12px;
  padding: 16px;
  display: none;
}

.subtitletext {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

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

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

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 32px;
  width: 5px;
  height: 5px;
}

.code-embed {
  display: block;
}

.section-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: column;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.divider-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: url('../images/Noise--Texture.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caption-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

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

.divider-tertiary {
  background-color: #cfd2d6;
  width: 100%;
  height: 1px;
}

.h5-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.h5-heading.supporting-text {
  color: var(--gray-text-light);
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.h5-heading.supporting-text-copy {
  color: var(--gray-text-light);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.price-title {
  color: #8e8e8e;
  letter-spacing: 2px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-header {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 44px;
}

.price-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.price-striked {
  font-family: var(--font-family--font-family-body);
  color: #94979c;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: line-through;
}

.pricing-line-break {
  background-color: #ffffff26;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.price-icon-block {
  background-color: #ffffff05;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.pricing-button {
  color: #2f2f2f;
  background-color: #4300b1;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s;
  display: flex;
}

.pricing-button:hover {
  background-color: #3c009f;
  transform: translate(0, -4px);
}

.plan-type {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.pricing-feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
}

.price-type {
  font-family: var(--font-family--font-family-body);
  color: #94979c;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

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

.price-card {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
  border-radius: 20px;
  padding: 42px 32px 32px;
  text-decoration: none;
  transition: border-color .3s;
}

.price-card:hover {
  border-color: #76fa9c;
}

.price-card.featured-card {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  mix-blend-mode: normal;
  background-color: #4300b126;
  border-color: #ffffff26;
  flex-direction: column;
  justify-content: space-between;
  width: 460px;
  min-height: 520px;
  padding: 50px 40px;
  display: flex;
}

.price-card.featured-card-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  mix-blend-mode: normal;
  background-color: #ffffff12;
  border-color: #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: auto;
  padding: 50px 40px;
  display: flex;
}

.pricing-section {
  border-bottom: 0px solid var(--gray-text-light);
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5%;
  display: block;
  position: relative;
  overflow: hidden;
}

.large-price-text {
  color: #fff;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.pricing-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.pricing-feature.locked {
  color: #666;
}

.price-special {
  font-family: var(--font-family--font-family-body);
  color: #fff;
}

.grid-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.pricing-detail {
  font-family: var(--font-family--font-family-body);
  color: #fff;
  text-align: left;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 68px;
  font-weight: 600;
  line-height: 76px;
}

.title-wrapper-2 {
  text-align: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-icon {
  margin-left: 10px;
}

.text-block-3 {
  font-family: var(--font-family--font-family-body);
  color: #fff;
  font-weight: 600;
}

.text-block-3:hover {
  background-color: #330086;
}

.text-block-4 {
  font-family: var(--inter);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-family: var(--font-family--font-family-body);
}

.code-embed-2 {
  width: 24px;
  height: 24px;
}

.carousel-horizontal {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-placeholder {
  width: auto;
  height: 56px;
}

.mobile-cta {
  grid-column-gap: 4px;
  border: 2px undefined undefined;
  background-color: #7f56d9;
  background-image: linear-gradient(315deg, #4300b1, #a531dc);
  border-radius: 400px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  text-decoration: none;
  display: none;
  box-shadow: 0 1px 2px #fff0, inset 0 -2px #0c0e120d, inset 0 0 #0c0e122e;
}

.mobile-cta:hover {
  background-color: #6941c6;
}

.card-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--font-family--font-family-body);
  background-color: #0000;
  border: 0 solid #22262f;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding: 0;
  text-decoration: none;
  display: none;
  box-shadow: 0 1px 2px #fff0;
}

.card-mobile:hover {
  border-color: var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
}

.remove-from-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--font-family--font-family-body);
  background-color: #0000;
  border: 0 solid #22262f;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0;
}

.remove-from-mobile:hover {
  border-color: var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
}

.good-for-moile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--font-family--font-family-body);
  background-color: #0000;
  border: 0 solid #22262f;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding: 0;
  text-decoration: none;
  display: none;
  box-shadow: 0 1px 2px #fff0;
}

.good-for-moile:hover {
  border-color: var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
}

.remove-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--font-family--font-family-body);
  background-color: #0000;
  border: 0 solid #22262f;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding: 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #fff0;
}

.remove-mobile:hover {
  border-color: var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
}

.pricing-detail-copy {
  font-family: var(--font-family--font-family-body);
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  line-height: 26px;
}

.div-block-44 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

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

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

.max-width-large {
  width: 100%;
  max-width: 620px;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-regular {
  font-family: var(--font-family--font-family-body);
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular.text-align-center {
  font-family: var(--inter);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  text-align: center;
}

._404-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-2.background-off-white {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.paragraph-x-small {
  font-family: var(--font-family--font-family-body);
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

._404-shape-right {
  position: absolute;
  inset: auto -96px 88px auto;
}

.h1-heading {
  font-family: var(--inter);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.container-regular-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-title {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

._404-box-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: .5px solid #f3f4f6;
  border-radius: 99px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  inset: 144px -92px auto auto;
  transform: rotate(5deg);
  box-shadow: 0 2px 8px #c4cad43d;
}

._404-box-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: .5px solid #f3f4f6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 102px auto auto -108px;
  transform: rotate(-5deg);
  box-shadow: 0 2px 8px #c4cad43d;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #4e4587;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-center {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.text-color-red-500 {
  color: #e57361;
}

.body-2 {
  background-image: url('../images/Noise--Texture1.webp');
  background-position: 0 0;
  background-size: auto;
}

.universities-section {
  border-bottom: 0px solid var(--gray-text-light);
  background-color: #06000c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 96px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-8 {
  font-family: var(--font-family--font-family-body);
  color: var(--gray-text-light);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

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

.subheading-2-copy {
  color: #ebebeb;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  text-decoration: none;
}

.f-footer-small-copy {
  border-top: 1px solid var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
  background-color: #000;
  width: 100%;
  padding: 64px 10% 80px;
  position: relative;
}

.image-7 {
  width: 100%;
}

.f-footer-small-copy-copy {
  border-top: 1px solid var(--component-colors--components--buttons--tertiary--button-tertiary-fg);
  background-color: #000;
  width: 100%;
  padding: 0 0%;
  position: relative;
}

.text-6-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.text-6-copy:hover {
  color: #fffc;
}

.price-feature-block-blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.price-feature {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.container-x-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-feature-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1.5px solid #e6e6e6;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature-2.striked {
  opacity: .3;
  text-decoration: line-through;
}

.paragraph-small-2 {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-weight-medium {
  font-weight: 500;
}

.paragraph-small-2.text-weight-semibold {
  font-weight: 600;
}

.price-content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: visible;
}

.price-tab-menu {
  background-color: #4300b126;
  border: 1px solid #ffffff26;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 8px;
  display: flex;
}

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

.pricing-icon {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.pricing-icon.pricing-blue-icon {
  color: #4255bd;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #4255bd;
  border: 1px solid #4255bd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  color: #4255bd;
  background-color: #fff;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.badge-beta-blue {
  color: #8e99d7;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.price-text-large {
  color: #4255bd;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.badge-pricing-secondary {
  color: #4255bd;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.title-wrapper-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-card-line {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.pricing-grid-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.price-tab-link {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price-tab-link.w--current {
  color: #f7f7f7;
  background-color: #4255bd;
  box-shadow: 1px 8px 20px #8d9bbe29;
}

.h1-heading-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.price-card-line-blue {
  border: 2px solid #4255bd;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.section-regular-3 {
  padding: 92px 5%;
  position: relative;
}

.wrap-v-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.button-outline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4255bd;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #6070c8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-outline:hover {
  color: #fff;
  background-color: #4255bd;
}

.price-feature-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.badge-pricing {
  color: #1a1a1a;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.badge-beta {
  color: gray;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.price-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-detail {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-small-medium {
  font-weight: 500;
  line-height: 24px;
}

.wrap-h-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.wrap-h-xx-small.align-c {
  justify-content: flex-start;
  align-items: center;
}

.price-feature-grid {
  grid-column-gap: 14px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr;
}

.pricing-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-type-2 {
  color: gray;
  font-size: 16px;
  line-height: 24px;
}

.price-text {
  color: #1a1a1a;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.paragraph-regular-2 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-2.text-weight-semibold {
  font-weight: 600;
}

.text-block-9, .text-block-10 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.privacy-policy-section {
  border-bottom: 0px solid var(--gray-text-light);
  background-color: #000;
  background-image: linear-gradient(177deg, #4300b1, #3f01a6fc 0%, #0c0e12cc);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 10% 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.privacy-policy-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.subtitle-privacy {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  text-align: center;
  flex-flow: column;
  max-width: 960px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.privacy-policy-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.privacy-heading {
  font-family: var(--font-family--font-family-body);
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.privacy-policy-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-text-privacy-policy {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  text-align: left;
  max-width: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.title-text-privacy-policy-copy {
  font-family: var(--font-family--font-family-body);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  text-align: left;
  max-width: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-46 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.link-2 {
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  font-weight: 600;
}

.div-block-47 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.div-block-46-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.bold-text-2 {
  color: #ffffffb3;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.bold-text-2:hover {
  color: #a531dc;
  font-weight: 600;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.form-wrap {
  background-color: #fff;
  border-radius: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-field-large {
  border: 1px solid #c4cee8;
  border-radius: 9px;
  min-height: 150px;
}

.text-field-large:hover {
  border-width: 2px;
}

.text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.display-normal {
  color: #02044a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap-right {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.form-section-touch {
  background-color: #effaf8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 196px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button {
  color: #fff;
  background-color: #02044a;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #5f30e2;
}

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

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

.text-field {
  border: 1px solid #c4cee8;
  border-radius: 9px;
  min-height: 56px;
  transition: all .2s;
}

.text-field:hover {
  border-width: 2px;
}

.text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.title-wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.link-3 {
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  padding-top: 44px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.link-3:hover {
  font-weight: 600;
  text-decoration: underline;
}

.contact-section-page {
  border-bottom: 0px solid var(--gray-text-light);
  background-color: #000;
  background-image: linear-gradient(177deg, #4300b1, #3f01a6fc 0%, #0c0e12cc);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 10% 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-4 {
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  font-weight: 400;
}

.link-4:hover {
  font-weight: 600;
}

.image-8 {
  width: 100%;
}

.image-9 {
  height: 44px;
}

.image-10 {
  width: 88px;
}

.image-11 {
  height: 32px;
}

.banner {
  z-index: 9999999;
  background-color: #7f56d9;
  background-image: linear-gradient(188deg, var(--component-colors--components--buttons--primary--button-primary-bg), #473bcc);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-49 {
  max-width: 600px;
}

.paragraph-14 {
  font-family: var(--inter);
  color: var(--component-colors--components--buttons--primary--button-primary-fg);
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .sc_hero {
    height: auto;
    padding-top: 20%;
  }

  .container {
    flex-flow: column;
    max-width: none;
    padding: 0% 5% 20%;
  }

  .content {
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20%;
    margin-bottom: 10%;
  }

  .actions {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .buttons-button-2.typeform-button, .buttons-button-2.typeform-button-copy, .buttons-button-2.typeform-button-copy, .buttons-button-2.phone-appstore, .buttons-button-2.phone-appstore-copy {
    padding: 12px 18px;
  }

  .header {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrapper {
    border-width: 0 0 1px;
    border-radius: 0;
    flex-flow: row;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .container-4 {
    max-width: none;
  }

  .logo-and-text.left-aligned {
    width: 100%;
  }

  .subheading-2 {
    font-size: 44px;
    line-height: 52px;
  }

  .quote {
    font-size: 20px;
    line-height: 28px;
  }

  .rectangle-1 {
    width: 500600px;
    height: 620px;
  }

  .content-7 {
    width: 100%;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .card-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card---desktop---mobile {
    flex-flow: column;
  }

  .logo-and-text-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-regular {
    max-width: none;
  }

  .faq-border {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-footer-link {
    width: auto;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .f-footer-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .f-footer-brand {
    justify-content: flex-start;
    align-items: center;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .sc_features {
    padding: 20% 5%;
  }

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

  .heading-8 {
    margin-bottom: 2%;
    font-size: 56px;
    line-height: 60px;
  }

  .div-block-35 {
    display: none;
  }

  .tzu-chen-chen-video, .gavin-webflow-video {
    width: 60vw;
    height: 100vh;
    margin-top: -102%;
    margin-left: 30%;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .testimonials-container {
    width: 100%;
    max-width: none;
    margin: 0%;
    padding: 20% 5%;
  }

  .testimonials-mobile-section {
    flex-flow: column;
  }

  .text-block-2 {
    margin-top: 0;
    margin-bottom: 5%;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-34 {
    display: none;
  }

  .testimonials-section {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .paragraph-12 {
    padding-top: 12px;
  }

  .monica-diaz-webflow-video {
    width: 60vw;
    height: 100vh;
    margin-top: -102%;
    margin-left: 30%;
  }

  .desktop-testimonials {
    flex-flow: column;
    width: 100%;
  }

  .testimonial-card {
    width: 100%;
  }

  .robin-video {
    width: 60vw;
    height: 100vh;
    margin-top: -102%;
    margin-left: 30%;
  }

  .icon-testimonials {
    color: #475467;
    -webkit-text-stroke-color: #475467;
  }

  .buttons-button-hero {
    padding: 12px 18px;
  }

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

  .h5-heading, .h5-heading.supporting-text, .h5-heading.supporting-text-copy {
    text-align: center;
  }

  .price-container {
    max-width: none;
  }

  .pricing-section {
    background-image: none;
    padding-top: 20%;
    padding-bottom: 20%;
  }

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

  .card-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .remove-from-mobile {
    flex-flow: column;
    display: none;
  }

  .good-for-moile {
    display: block;
  }

  .remove-mobile {
    flex-flow: column;
    width: 100%;
    display: none;
  }

  .section-regular-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .universities-section {
    background-image: none;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .subheading-2-copy {
    font-size: 44px;
    line-height: 52px;
  }

  .privacy-policy-section {
    background-image: linear-gradient(176deg, #4300b1, #0c0e12cc);
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .privacy-policy-container {
    max-width: none;
  }

  .subtitle-privacy {
    text-align: left;
  }

  .privacy-policy-title-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-46 {
    width: 100%;
  }

  .div-block-47 {
    flex-flow: column;
  }

  .div-block-46-copy {
    width: 100%;
  }

  .contact-section-page {
    background-image: linear-gradient(176deg, #4300b1, #0c0e12cc);
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 767px) {
  .iphone-14-pro-1 {
    max-width: 80%;
  }

  .center-menu {
    display: none;
  }

  .card-2 {
    flex-direction: column;
    align-items: center;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .video-small {
    height: 320px;
  }

  .testimonial-card {
    width: 80%;
  }

  .h5-heading {
    font-size: 64px;
    line-height: 72px;
  }

  ._404-wrapper {
    margin-bottom: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .paragraph-x-small {
    margin-right: 8px;
    display: inline;
  }

  ._404-shape-right {
    display: none;
  }

  .h1-heading {
    font-size: 48px;
  }

  ._404-title {
    font-size: 212px;
  }

  ._404-box-right, ._404-box-left {
    display: none;
  }

  .pricing-icon {
    color: #1a1a1a;
  }

  .pricing-grid-wide {
    grid-template-columns: 1fr;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .sc_hero {
    height: auto;
    padding-bottom: 0%;
  }

  .container {
    grid-row-gap: 64px;
    flex-flow: column;
    height: auto;
    margin-top: 0%;
    margin-bottom: 20%;
    padding: 0% 5%;
  }

  .content {
    grid-row-gap: 32px;
    height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 15%;
  }

  .actions {
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .buttons-button {
    width: 100%;
    padding: 12px 18px;
  }

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

  .buttons-button-2.typeform-button {
    width: 100%;
    padding: 12px 18px;
  }

  .buttons-button-2.typeform-button-copy {
    padding: 12px 18px;
  }

  .buttons-button-2.phone-appstore {
    width: 100%;
    padding: 12px 18px;
    display: flex;
  }

  .buttons-button-2.phone-appstore-copy {
    width: 100%;
    padding: 12px 18px;
  }

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

  .iphone-14-pro-1 {
    max-width: 100%;
    max-height: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .header {
    padding-top: 0;
  }

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

  .nav-wrapper {
    border-width: 0 0 1px;
    border-radius: 0;
    flex-flow: row;
    width: 100%;
    top: 0;
  }

  .logo {
    width: auto;
  }

  .vectors-wrapper-3 {
    height: 56px;
  }

  .center-menu, .buttons-button-4 {
    display: none;
  }

  .cta-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .container-4 {
    max-width: 1280px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-and-text.left-aligned {
    width: 100%;
  }

  .subheading-2 {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }

  .subheading-2.mobile-heading {
    font-size: 56px;
    line-height: 64px;
  }

  .quote {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .rectangle-1 {
    width: 100%;
    height: 100%;
  }

  .card-2 {
    padding: 10% 5%;
  }

  .heading-5 {
    color: var(--gray-text-light);
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .card-3 {
    padding: 0%;
  }

  .frame-36 {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .card---desktop---mobile, .card---desktop---mobile.right-aligned, .card---desktop---mobile.right-aligned-copy, .card---desktop---mobile.right-aligned-copy-copy {
    flex-flow: column;
    width: 100%;
    padding: 0%;
  }

  .container-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-section-2 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .card-5 {
    padding: 10% 5%;
  }

  .heading-7 {
    text-align: center;
    font-size: 44px;
    line-height: 52px;
  }

  .column-3 {
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 0;
  }

  .card-6 {
    grid-row-gap: 20px;
    padding: 5%;
  }

  .title-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-small.text-color-gray-600 {
    display: block;
  }

  .section-regular.background-gray {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .faq-border {
    width: 100%;
    margin-top: 40px;
  }

  .h2-heading {
    text-align: left;
    font-size: 44px;
    line-height: 52px;
  }

  .f-footer-small {
    background-color: #0c0e12;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .f-footer-link, .f-footer-link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .f-footer-group {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .f-footer-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .f-footer-brand {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
  }

  .sc_features {
    padding: 20% 5%;
  }

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

  .heading-8 {
    text-align: left;
    max-width: 100%;
    margin-bottom: 5%;
    font-size: 36px;
    line-height: 1.2;
  }

  .div-block-35 {
    display: block;
  }

  .tzu-chen-chen-video {
    width: 100%;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .gavin-webflow-video {
    width: 100%;
    height: 400px;
    margin-top: 24px;
    margin-left: 0%;
  }

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

  .video-small {
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
  }

  .video-small.monica-diaz, .video-small.gavin-kendo {
    display: none;
  }

  .testimonials-container {
    margin: 0%;
    padding: 0%;
  }

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

  .link-robin-jack {
    color: #ffffff4d;
  }

  .text-block-2 {
    text-align: left;
    width: 100%;
    margin-bottom: 15%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }

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

  .testimonials-section {
    padding: 0% 5% 20%;
  }

  .paragraph-12 {
    color: #94979c;
  }

  .monica-diaz-webflow-video {
    width: 100%;
    height: 400px;
    margin-top: 24px;
    margin-left: 0%;
  }

  .desktop-testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: none;
  }

  .testimonial-card {
    background-color: #0c0e12cc;
    width: auto;
    max-width: 100%;
    margin-bottom: 0%;
    display: flex;
  }

  .testimonial-card.liza-salova, .testimonial-card.manoo-tedin, .testimonial-card.roberto-almeida, .testimonial-card.renate-van-nijen {
    display: none;
  }

  .testimonial-card.tzu-chen-chen {
    margin-bottom: 0%;
  }

  .testimonial-card.fernanda-llamazales {
    display: none;
  }

  .robin-video {
    width: 100%;
    height: 400px;
    margin-top: 0%;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .icon-testimonials {
    color: #ffffff4d;
  }

  .div-block-7 {
    width: 100%;
  }

  .paragraph-13 {
    color: #ffffff4d;
  }

  .buttons-button-hero {
    width: 100%;
    padding: 12px 18px;
  }

  .section-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h5-heading {
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
  }

  .h5-heading.supporting-text, .h5-heading.supporting-text-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-button {
    margin-top: 12px;
    padding: 12px 18px;
  }

  .plan-type {
    text-align: left;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }

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

  .price-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .price-card.featured-card {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 24px 20px;
  }

  .price-card.featured-card-copy {
    margin-top: 60px;
  }

  .pricing-section {
    margin-top: 0%;
    padding: 20% 5%;
  }

  .grid-pricing {
    margin-top: 0;
  }

  .pricing-detail, .text-block-3 {
    text-align: center;
  }

  .mobile-cta {
    display: flex;
  }

  .card-mobile {
    flex-flow: column;
    width: 100%;
    padding: 0%;
    display: block;
  }

  .card-mobile.right-aligned, .card-mobile.right-aligned-copy, .card-mobile.right-aligned-copy-copy {
    flex-flow: column;
    width: 100%;
    padding: 0%;
  }

  .remove-from-mobile {
    flex-flow: column;
    width: 100%;
    padding: 0%;
    display: none;
  }

  .remove-from-mobile.right-aligned, .remove-from-mobile.right-aligned-copy, .remove-from-mobile.right-aligned-copy-copy {
    flex-flow: column;
    width: 100%;
    padding: 0%;
  }

  .good-for-moile {
    flex-flow: column;
    width: 100%;
    padding: 0%;
    display: block;
  }

  .good-for-moile.right-aligned, .good-for-moile.right-aligned-copy, .good-for-moile.right-aligned-copy-copy {
    flex-flow: column;
    width: 100%;
    padding: 0%;
  }

  .remove-mobile {
    flex-flow: column;
    width: 100%;
    padding: 0%;
    display: none;
  }

  .remove-mobile.right-aligned, .remove-mobile.right-aligned-copy, .remove-mobile.right-aligned-copy-copy {
    flex-flow: column;
    width: 100%;
    padding: 0%;
  }

  .pricing-detail-copy {
    text-align: center;
  }

  ._404-wrapper {
    margin-bottom: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  ._404-title {
    font-size: 100px;
  }

  .button-primary {
    width: 100%;
  }

  .universities-section {
    margin-top: 0%;
    padding: 20% 5%;
  }

  .text-block-8 {
    text-align: left;
  }

  .subheading-2-copy {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }

  .f-footer-small-copy {
    background-color: #0c0e12;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .f-footer-small-copy-copy {
    background-color: #0c0e12;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .price-tab-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .price-card-line-blue {
    padding: 24px 14px;
  }

  .privacy-policy-section {
    background-color: #0c0e12;
    background-image: none;
    margin-top: 0%;
    padding: 20% 5%;
  }

  .privacy-policy-container {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding-top: 10%;
  }

  .subtitle-privacy {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .privacy-policy-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .privacy-heading {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .privacy-policy-content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .body-text-privacy-policy {
    text-align: left;
  }

  .title-text-privacy-policy-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bold-text-2, .bold-text-3 {
    text-align: left;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-section-page {
    background-image: linear-gradient(318deg, #4300b1, #0c0e12cc);
    margin-top: 0%;
    padding: 20% 5%;
  }
}

#w-node-fbf8ddcd-abaf-6836-a8b0-d64ac3960007-744e3cd7, #w-node-d67fb81c-a7d4-e9b4-ca80-7af638ffc39c-dc57aed0, #w-node-d419f7b1-4953-2987-96db-07a8fd471d04-61f36cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


