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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: #d44dc8;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 20px;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  background-color: #8baee3;
  border-radius: 10px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.pink {
  background-color: #d44dc8;
  margin-top: 20px;
}

.hero-subscribe-left {
  min-height: 100vh;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.qa-container {
  width: 100%;
  max-width: 940px;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-split {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.hero-form {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero-form.toppage {
  margin-bottom: 10px;
}

.hero-form-container {
  max-width: 600px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  height: 50px;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input.small {
  font-size: 16px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  max-width: 450px;
  filter: saturate(43%);
  margin-top: -46px;
}

.body {
  background-color: #f4f5fe;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading {
  font-family: Playfairdisplay, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.heading.main {
  margin-bottom: 20px;
  font-size: 44px;
}

.list {
  text-align: left;
  margin-top: 10px;
  line-height: 30px;
  list-style-type: square;
}

.pricing {
  margin-left: 5px;
  font-size: 12px;
}

.image-two {
  z-index: 100;
  max-width: 400px;
  position: relative;
}

.question-section {
  min-height: 100vh;
  padding: 60px 30px 80px;
  position: relative;
}

.qa-character {
  max-height: 400px;
  max-width: 150px;
  min-height: 400px;
  min-width: 150px;
  background-image: url('../images/Thinking.png');
  background-position: 0 0;
  background-size: cover;
  align-self: flex-end;
  margin-right: 60px;
}

.qa-character.blank {
  background-image: none;
}

.q-a {
  padding-right: 100px;
}

.answer-paragraph {
  text-align: justify;
  margin-bottom: 10px;
}

.link-learn-more {
  padding-left: 10px;
  font-size: 18px;
  display: block;
}

.tippy.underlinedot {
  border-bottom: 1px dashed #000;
}

.qa-block {
  align-self: stretch;
  display: flex;
}

.top-container {
  width: 100%;
  max-width: 1280px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #d44dc8;
  font-weight: 600;
}

.link-features {
  color: #2a446b;
  border-bottom: 1px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.qa-header {
  margin-bottom: 10px;
  font-size: 18px;
}

.qa-link {
  margin-top: 5px;
  display: block;
}

.modal {
  z-index: 1000;
  background-color: #f4f5fe;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-container {
  min-height: 100vh;
  display: flex;
}

.bio {
  max-width: 600px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  margin: 20px auto;
  padding: 40px 60px;
  display: none;
}

.rounded-image {
  border-radius: 200px;
  margin-top: 10px;
}

.bio-paragraph {
  text-align: justify;
  margin-top: 20px;
}

.closelink {
  float: right;
  cursor: pointer;
  display: inline-block;
}

.rule {
  max-width: 500px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  margin: 20px auto;
  padding: 40px 60px;
  display: none;
}

.ruleexplainer {
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 600;
}

.rule-par {
  margin-top: 10px;
}

.app {
  max-width: 760px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  margin: 20px auto;
  padding: 40px 60px;
  display: none;
}

.screenshot {
  border-radius: 10px;
  margin-top: 20px;
}

.ninjaimage {
  cursor: grab;
  margin-top: 20px;
}

.list-features {
  max-width: 600px;
  text-align: left;
  margin-top: 10px;
  line-height: 30px;
  list-style-type: square;
}

.mask {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  min-height: 350px;
  background-color: rgba(221, 221, 221, 0);
}

.left-arrow {
  display: flex;
}

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

.ruleinline {
  text-decoration: underline;
}

.appinline {
  cursor: pointer;
  text-decoration: underline;
}

.bold-text {
  cursor: pointer;
}

.gouplink {
  align-self: flex-end;
}

.headersection {
  background-color: #fff;
  background-image: url('../images/circlesbg.png'), linear-gradient(#fff, #f1f1fe);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  padding-left: 10px;
  padding-right: 10px;
}

.maincontainer {
  padding-top: 40px;
}

.mainlink {
  margin-bottom: 40px;
}

.tabheader {
  background-color: rgba(221, 221, 221, .27);
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabheader.w--current {
  background-color: #fff;
}

.tabrichcontent {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.mainfootercontainer {
  padding-top: 20px;
  padding-bottom: 40px;
}

.footerrightcol {
  text-align: right;
}

.footerlink {
  color: #000;
  margin-left: 10px;
  font-weight: 400;
  display: inline-block;
}

.footersection {
  font-size: 12px;
}

.notificationbadge {
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 85%;
  right: auto;
}

.heading-2 {
  margin-top: 10px;
}

.content-section {
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-subscribe-left-copy {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.content-container {
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-content-left {
  float: left;
  margin-top: 0;
  margin-right: 20px;
}

.roadmap-heading {
  margin-top: 60px;
}

.lessons-list {
  margin: 40px 40px 60px 20px;
}

.lesson-item {
  margin-top: 40px;
  margin-bottom: 20px;
}

.image-content-right {
  float: right;
  margin-top: 0;
  margin-left: 20px;
}

.headercontent {
  margin-top: 0;
}

.link-learn-more-2 {
  margin-top: 40px;
  padding-left: 10px;
  font-size: 18px;
  display: block;
}

.image-confirm {
  z-index: 100;
  max-width: 400px;
  margin-left: 40px;
  position: relative;
}

.text-success {
  color: #00b400;
}

.top-container-2 {
  max-width: 900px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-message {
  background-color: rgba(255, 222, 222, 0);
  padding-left: 0;
}

.hero-subscribe-left-2 {
  min-height: 800px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.text-error {
  color: red;
  font-weight: 600;
}

.hero-form-container-2 {
  max-width: 600px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

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

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-2.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  max-width: 1280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.screenshot-2 {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  margin-right: 20px;
  box-shadow: 0 -1px 20px 20px rgba(255, 255, 255, .24);
}

.screenshot-2.mobile {
  max-width: 300px;
  margin-left: 20px;
  padding: 10px;
}

.div-block-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid {
  grid-template-areas: "Area";
  margin-bottom: 60px;
  display: flex;
}

.div-block-3 {
  width: 50%;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.image-3 {
  margin-bottom: 10px;
}

.heading-3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.heading-4 {
  font-weight: 300;
}

.form {
  display: inline-block;
}

.section {
  background-color: rgba(124, 51, 151, .32);
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.explainer {
  background-image: linear-gradient(#150e18, #281031);
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.explainer.bottom {
  height: 300px;
  background-color: rgba(124, 51, 151, 0);
  background-image: url('../images/bubble-el-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 512px;
  margin-top: 40px;
}

.container {
  max-width: 900px;
}

@media screen and (min-width: 1280px) {
  .heading.main {
    font-size: 44px;
  }

  .modal {
    background-color: #f4f5fe;
  }

  .headersection {
    background-color: #796dcb;
  }

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

@media screen and (max-width: 991px) {
  p, li {
    font-size: 14px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .qa-container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.right {
    display: none;
  }

  .heading.main {
    font-size: 40px;
  }

  .paragraph {
    font-size: 14px;
  }

  .question-section {
    margin-top: 0;
  }

  .top-container, .content-container {
    max-width: 728px;
  }

  .content-block-left {
    display: none;
  }

  .top-container-2 {
    max-width: 728px;
  }

  .hero-subscribe-left-2 {
    min-height: 0;
    box-shadow: none;
    background-image: none;
  }

  .screenshot-2.mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-subscribe-left {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .question-section {
    padding-bottom: 60px;
  }

  .qa-character {
    min-width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
  }

  .q-a {
    padding-right: 0;
  }

  .ruleexplainer {
    font-size: 18px;
  }

  .fottertext, .footerrightcol {
    text-align: center;
  }

  .hero-subscribe-left-copy {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .content-container {
    flex-direction: column;
  }

  .image-content-right {
    float: none;
  }

  .hero-subscribe-left-2 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .screenshot-2 {
    display: none;
  }

  .screenshot-2.mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 14px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    width: 100%;
  }

  .hero-subscribe-left {
    padding-top: 20px;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

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

  .list {
    padding-left: 20px;
  }

  .pricing {
    margin-left: 0;
  }

  .link-learn-more {
    padding-left: 0;
  }

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

  .list-features {
    padding-left: 20px;
  }

  .hero-subscribe-left-copy {
    padding-top: 20px;
  }

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

  .lessons-list {
    margin-left: 0;
    margin-right: 0;
  }

  .link-learn-more-2 {
    padding-left: 0;
  }

  .top-container-2 {
    max-width: none;
  }

  .hero-subscribe-left-2 {
    padding-top: 20px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .section {
    padding-top: 100px;
  }

  .section.explainer.bottom {
    height: 150px;
    background-position: 50% 0;
    background-size: 300px;
  }
}

#w-node-_28635ff3-b3d0-5b0e-1b48-7a5d46703787-3e48b6dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}