@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-ExtraLightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

:root {
  --brand-text-main: #573e97;
  --brand-sidillow: #fbd826;
  --primary-font: Inter, Arial, sans-serif;
  --para-80: #fffc;
  --semi-bold: 600;
  --white: white;
  --bg-offwhite: whitesmoke;
  --brand-text-80: #573e97cc;
}

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

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

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

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

h1 {
  color: #fff;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.2rem;
}

h2 {
  color: var(--brand-text-main);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.u-section {
  padding: 5rem 3rem 3rem;
}

.hero-section.u-section {
  height: 100vh;
}

.u-contain {
  flex-flow: column;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.heading_1 {
  color: var(--brand-sidillow);
  font-size: 3.6rem;
  line-height: 4rem;
}

.u-paragraph {
  font-family: var(--primary-font);
  color: var(--para-80);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--semi-bold);
  letter-spacing: -.04em;
  max-width: 30.5rem;
}

.btn_hero {
  color: #fff;
  letter-spacing: -.04em;
  background-color: #250f54;
  border: 2px solid #250f54;
  border-radius: 2px;
  padding: .63rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.btn_sec {
  background-color: var(--white);
  color: #000;
  letter-spacing: -.04em;
  border-radius: 2px;
  padding: .63rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading_tag {
  font-family: var(--primary-font);
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--semi-bold);
  letter-spacing: -.04em;
  margin-top: -8px;
}

.hero_contain.u-contain {
  justify-content: center;
  align-items: flex-start;
}

.hero_heading_wrap {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  max-width: 40rem;
  display: flex;
}

.hero_btn_grp {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  display: flex;
}

.hero_content_wrap {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  display: flex;
}

.feature_section.u-section {
  background-color: var(--bg-offwhite);
  padding-top: 5rem;
}

.text-tagline {
  color: var(--brand-text-80);
  letter-spacing: -.03em;
  padding-left: 4px;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.2;
}

.accordion-item {
  max-width: 450px;
}

.accordion__title {
  cursor: pointer;
  border-bottom: 1.5px solid #525252e6;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px 8px 0;
  font-size: 18px;
  display: flex;
}

.accordion__plus-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.accordion__bar-vert {
  background-color: #ababab;
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion__bar-hor {
  background-color: #ababab;
  width: 100%;
  height: 2px;
}

.accordion__content-wrap {
  overflow: hidden;
}

.accordion__content {
  color: #000000d9;
  margin: 12px 20px 0 0;
}

.feature_heading {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  max-width: 32.2rem;
  display: flex;
}

.u-heading-2 {
  font-size: 2.8rem;
}

.feature_accordion_wrap {
  width: 100%;
  margin-top: 6rem;
}

.accordion__heading {
  letter-spacing: -.04em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.accordion_text {
  color: #000c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.feature_accordion_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.feature_problem_wrap {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.problem_content {
  grid-column-gap: 10px;
  background-color: #481e85;
  border: 1px solid #a6a6a6;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  min-width: 320px;
  max-width: 454px;
  height: 49.267px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.problem_content.mdeg5 {
  transform: rotate(-2deg);
}

.problem_content.mdeg5.is-last {
  transform: rotate(-1deg);
}

.problem_content.deg5 {
  transform: translate(61px, 9px)rotate(2deg);
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.problem_text {
  color: #fff;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.courses_heading {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  max-width: 38.8rem;
  padding-left: 7px;
  display: flex;
}

.courses_content {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 6.25rem;
  display: flex;
}

.courses_card {
  grid-row-gap: 24px;
  background-image: linear-gradient(#7f3aa1, #240f54);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 21.25rem;
  min-height: 472.635px;
  padding: 24px 30px 32px;
  text-decoration: none;
  display: flex;
}

.card_heading_wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-bottom: 1px solid var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.card_tagline {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.card_heading {
  color: #fff;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

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

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

.checkcircle {
  object-fit: cover;
  overflow: hidden;
}

.card_text {
  color: #ffffffe6;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.cta_wrap {
  grid-row-gap: 32px;
  background-image: linear-gradient(105.11deg, #713290, #190a4f);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.u-heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.06em;
  width: 27rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.z {
  grid-column-gap: 10px;
  background-color: #fbd826;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 7px 13.8px #00000040;
}

.btn-text {
  color: #000;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.tabs_heading {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  max-width: 38.8rem;
  padding-left: 7px;
  display: flex;
}

.tabs_content_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 6.25rem;
  display: flex;
}

.booster-tab-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

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

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

.booster-tab-link.w--current {
  color: #fff;
  background-color: #573e97;
}

.tab-progress-bar-base {
  z-index: -99;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  position: absolute;
  inset-block: auto 0;
  inset-inline: 0;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #573e97;
  height: 100%;
  transition-property: width;
  transition-duration: .1s;
}

.tabs_content {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.tab_link_wrap {
  grid-column-gap: 16px;
  border: 1px solid #4242424a;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 3rem 0 0;
  text-decoration: none;
  display: flex;
}

.tab_step {
  grid-column-gap: 10px;
  background-color: #240f54;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 44px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.tab_heading {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.tab_text {
  color: var(--white);
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.tabs_content_wrapp {
  grid-row-gap: 10px;
  background-color: #481e85;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 519px;
  padding: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

.tab_content_heading {
  color: #fdfdfd;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.card_content_text {
  color: #e6e6e6cc;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

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

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

.card_content_h2 {
  color: #fdfdfd;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

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

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

.whos_heading {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  max-width: 38.8rem;
  padding-left: 7px;
  display: flex;
}

.whos_card {
  grid-row-gap: 24px;
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 327px;
  height: 450px;
  padding: 24px 30px;
  text-decoration: none;
  display: flex;
}

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

.whos_card_heading {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.brain {
  object-fit: cover;
  overflow: hidden;
}

.text {
  color: #573e97;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

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

.you-are-curious-motivated-and-excited-to-build-real-web-applications-you-want-to-learn-how-modern-we {
  color: #000;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.whos_wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 6.25rem;
  display: flex;
}

.trans_section.u-section {
  background-color: var(--bg-offwhite);
}

.trans_contain.u-contain {
  justify-content: center;
  align-items: center;
}

.trans_content_wrap {
  grid-row-gap: 64px;
  background-image: linear-gradient(135.74deg, #6b3188 0%, #120041 100%);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 992px;
  padding: 59px 174px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

.trans_tagline {
  color: #fffc;
  text-align: center;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.trans_heading---h2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.trans_paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

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

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

.trans_text {
  color: #f8f8f8f2;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

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

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

.icon-embed-xsmall {
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.about_content_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 6.25rem;
  display: grid;
}

.about_card {
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  height: 320px;
  padding: 36px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.about_heading_wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-style-5 {
  object-fit: cover;
  overflow: hidden;
}

.text-9 {
  color: #452e7f;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.about_text {
  color: #000c;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  text-decoration: none;
}

.icon-embed-medium {
  color: #452e7f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.founder_section {
  grid-row-gap: 154px;
  background-color: #481e85;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.text-10 {
  color: #fff;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.founder_card {
  grid-row-gap: 16px;
  background-color: #1c1c1c;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 280px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.founder-adil-latheef {
  background-image: linear-gradient(120.34deg, #7f3aa1, #0f083b);
  border-radius: 12px 12px 8px 8px;
  width: 100%;
  min-height: 297px;
  position: relative;
  overflow: hidden;
}

.founder_title {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 183px;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.founder_name {
  color: #fff;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  text-decoration: none;
}

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

.text-12 {
  color: #ffffff9e;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.image {
  z-index: 0;
  position: absolute;
  transform: scale(.95)translate(-7px, 8px);
}

.founder_about {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.founder_content {
  color: #fff;
  max-width: 468px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.code {
  color: var(--brand-sidillow);
  font-family: Inter, Arial, sans-serif;
}

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

.sibin_image {
  position: relative;
  transform: translate(4px, 32px)scale(1.2);
}

.ctaf_section.u-sectipn {
  background-image: url('../images/Frame-80.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 40vh;
}

.ctaf_section.u-section {
  background-image: url('../images/Frame-80.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
}

.cta_content {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.cta_heading {
  color: #fff;
  letter-spacing: -.06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.button-style {
  grid-column-gap: 10px;
  background-color: #fbd826;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 7px 13.8px #00000040;
}

.text-14 {
  color: #000;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.ctaf_wrap {
  justify-content: space-between;
  display: flex;
}

.cta_image {
  width: 20rem;
  height: 14rem;
  position: relative;
  overflow: visible;
}

.image-2 {
  width: 90%;
  position: absolute;
  top: -71px;
  right: 2px;
}

.navbar {
  background-color: #0000;
  width: 100vw;
  padding-left: 3rem;
  padding-right: 3rem;
  position: absolute;
  top: 0;
}

.navbar.u-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav_contain {
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav_link, .nav_link.w--current {
  color: #fff;
}

.brand_logo {
  color: #f8f8f8;
  width: 10rem;
}

.brand {
  padding-top: 16px;
}

.main {
  background-image: url('../images/Frame-82.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero-section.u-section {
    padding-top: 0;
  }

  .tabs_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .whos_card {
    max-width: none;
    height: auto;
  }

  .whos_wrap {
    justify-content: center;
    align-items: center;
  }

  .founder_card {
    order: -9999;
  }

  .founder_about {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ctaf_section.u-section {
    overflow: hidden;
  }

  .image-2 {
    width: 120%;
    max-width: none;
    top: -45px;
    right: -100px;
  }

  .navbar {
    padding-top: 1rem;
    position: relative;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-image: linear-gradient(#441e5b, #1e0938);
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }
}

@media screen and (max-width: 767px) {
  .u-heading-2 {
    font-size: 2.5rem;
  }

  .feature_accordion_content {
    flex-flow: column;
  }

  .feature_problem_wrap {
    order: -9999;
  }

  .courses_content {
    justify-content: flex-start;
    align-items: center;
  }

  .tabs_content_wrap {
    justify-content: center;
    align-items: center;
  }

  .booster-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .tabs_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tab_link_wrap {
    padding-right: 0;
  }

  .tab_heading {
    display: none;
  }

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

  .trans_heading {
    max-width: 19rem;
  }

  .trans_heading---h2 {
    font-size: 2rem;
  }

  .about_content_wrap {
    flex-flow: column;
    display: flex;
  }

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

  .image-2 {
    top: 0;
    right: -43px;
  }
}

@media screen and (max-width: 479px) {
  .u-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading_1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .u-paragraph {
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero_btn_grp {
    flex-flow: column;
  }

  .hero_content_wrap {
    margin-top: 2.5rem;
  }

  .text-tagline {
    padding-left: 6px;
    font-size: .7rem;
  }

  .accordion__plus-wrapper {
    margin-top: 15px;
    margin-left: 20px;
  }

  .u-heading-2 {
    font-size: 1.8rem;
  }

  .feature_accordion_wrap {
    margin-top: 3rem;
  }

  .accordion__heading {
    font-size: 1.2rem;
  }

  .accordion_text {
    font-size: .9rem;
  }

  .feature_accordion_content, .feature_problem_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .problem_content.mdeg5 {
    min-width: auto;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .problem_content.deg5 {
    transform: rotate(2deg);
  }

  .problem_text {
    font-size: 14px;
  }

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

  .u-heading-3 {
    width: 14.8rem;
    font-size: 2rem;
  }

  .tabs_section.u-section {
    background-color: var(--bg-offwhite);
  }

  .tabs_content_wrap {
    margin-top: 4rem;
  }

  .booster-tab-menu {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .whos_card {
    max-width: 327px;
  }

  .whos_wrap {
    margin-top: 4rem;
  }

  .trans_paragraph {
    font-size: 14px;
  }

  .trans_text {
    font-size: 18px;
  }

  .about_content_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .about_card {
    height: 360px;
  }

  .founder_section {
    grid-row-gap: 4rem;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
  }

  .text-10 {
    text-align: center;
    font-size: 2.5rem;
  }

  .founder_about {
    justify-content: space-between;
    align-items: center;
  }

  .founder_content {
    padding-left: 8px;
  }

  .founder_about_wrap, .cta_content {
    justify-content: center;
    align-items: center;
  }

  .ctaf_wrap {
    flex-flow: column;
  }

  .image-2 {
    width: 80%;
    right: 59px;
  }

  .navbar {
    width: auto;
    padding-bottom: 2rem;
    padding-left: 1.9rem;
    padding-right: 1rem;
    transform: translate(-13px);
  }

  .brand_logo {
    width: 8rem;
  }

  .nav-menu {
    margin-left: 1.5rem;
  }
}

#w-node-_56eea45c-010e-7e75-d075-ee31d02b7f4f-ec8a2078 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}