:root {
  --midnight-blue: #320d6e;
  --primary--purple-400: #722df5;
  --primary--grey-200: #f3efff;
  --medium-slate-blue: #5d5fef;
  --grey-500: #a6a0ae;
  --white: white;
  --blue-violet: #722df5;
  --ghost-white: #faf9ff;
  --light-coral: #e47f7f;
  --burntsienna: #df6f4e;
  --black: #0b0b0b;
}

.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;
  }
}

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

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 96px;
  font-weight: 700;
  line-height: 104px;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary--purple-400);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 24px;
  line-height: 32px;
}

li {
  margin-top: 12px;
  margin-bottom: 12px;
}

em {
  font-style: italic;
}

.body {
  color: #320d6e;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section {
  padding-top: 78px;
  padding-bottom: 78px;
  position: relative;
}

.section.is-grey {
  background-color: var(--primary--grey-200);
  position: relative;
}

.section.is-dark {
  background-color: #0b0a1b;
}

.section.is-dark.footer {
  background-image: url("../images/Cercle.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 464px;
  padding-bottom: 48px;
}

.section.resources {
  background-color: #f3efff;
  border-bottom-right-radius: 120px;
  padding-top: 196px;
}

.section._48-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.resources-cms {
  padding-top: 184px;
}

.section._0-top {
  padding-top: 0;
}

.section.is-light {
  background-color: #faf9ff;
}

.section.free-trial {
  height: auto;
  background-color: var(--primary--purple-400);
  background-image: url("../images/Texture.png"), url("../images/Ellipse-9.svg"),
    url("../images/Ellipse-12.svg"), url("../images/Ellipse-12.png");
  background-position: 0 0, 24% 5%, 0 100%, 100% 0;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100px, auto, auto, 369px;
  border-bottom-right-radius: 120px;
}

.section.cta {
  background-color: var(--primary--purple-400);
  background-image: url("../images/Texture.png"),
    url("../images/Ellipse-12.png");
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: 100px, 369px;
}

.section.cta._2nd {
  background-image: url("../images/Texture.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100px;
}

.section.hidden {
  display: block;
}

.section._0-bot {
  padding-bottom: 0;
}

.small {
  font-size: 14px;
  line-height: 20px;
}

.small.is-grey {
  color: #a6a0ae;
  text-decoration: none;
}

.small.is-grey.link:hover {
  color: var(--primary--grey-200);
}

.small.is-middle.is-purple._8-bot {
  margin-bottom: 8px;
}

.small.is-blue {
  color: var(--medium-slate-blue);
}

.small.is-blue._20-bot {
  margin-bottom: 20px;
}

.small.is-blue._8-bot {
  margin-bottom: 8px;
}

.small._4-left {
  color: var(--primary--purple-400);
  margin-left: 8px;
}

.medium {
  font-weight: 500;
}

.medium.is-middle {
  text-align: center;
}

.medium.is-white._604-width {
  max-width: 604px;
}

.medium.is-white._36-bot._600-width {
  max-width: 600px;
}

.medium.is-white.shorter {
  max-width: 90%;
}

.medium.is-purple {
  font-family: Satoshi, sans-serif;
}

.medium.is-purple._16px {
  font-size: 16px;
  line-height: 24px;
}

.medium.is-purple._16px._24-bot {
  margin-bottom: 24px;
  padding-left: 0;
}

.medium.is-purple._16px._600-width {
  max-width: 600px;
}

.medium.is-purple._16px.left-32 {
  padding-left: 32px;
}

.medium.is-purple._16px._10-bot {
  margin-bottom: 10px;
}

.medium.is-violet {
  color: var(--primary--purple-400);
}

.medium.is-violet.is-middle._24-bot {
  margin-bottom: 24px;
}

.medium.is-grey {
  color: var(--grey-500);
}

.medium.is-grey._8-top {
  margin-top: 8px;
}

.medium.is-bold._8-bot {
  margin-bottom: 8px;
}

.medium.is-bold.is-pink {
  color: var(--primary--purple-400);
}

.medium._24-bot._0-left {
  padding-left: 0;
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: all 0.2s;
}

.button:hover {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.button.is-white {
  background-color: var(--white);
  color: var(--midnight-blue);
  transition: all 0.2s;
}

.button.is-white:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-white._24-top {
  margin-top: 24px;
}

.button.is-white.black-text {
  color: #000;
}

.button.is-white.black-text:hover {
  color: var(--white);
}

.button.is-white.black-text._36-top {
  margin-top: 50px;
}

.button.is-white.resources {
  color: #722df5;
  border-color: #722df5;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

.button.is-white.resources:hover {
  box-shadow: none;
  color: var(--white);
  background-color: #722df5;
}

.button.is-white.no-side-radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 4px 8px rgba(114, 45, 245, 0.02),
    0 0 2px 4px rgba(114, 45, 245, 0.06);
}

.button.is-white._32-top {
  margin-top: 32px;
}

.button.is-purple {
  border-color: var(--primary--purple-400);
  background-color: var(--primary--purple-400);
  color: var(--white);
  border-radius: 3px;
  margin-top: auto;
  display: block;
}

.button.is-purple:hover {
  background-color: var(--medium-slate-blue);
}

.button.is-purple.on-form {
  margin-top: 36px;
  transition: background-color 0.2s;
}

.button.is-purple.on-form:hover {
  background-color: var(--medium-slate-blue);
}

.button._24-left {
  margin-left: 24px;
  transition: all 0.2s;
}

.button._24-left:hover {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.container {
  height: 100%;
  max-width: 1212px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container.nav {
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

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

.container.vertical {
  flex-direction: column;
  display: flex;
}

.container.flex {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.middle {
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container.middle.for-hero {
  padding-top: 128px;
}

.small-capital {
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.small-capital.is-medium {
  letter-spacing: 1px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.small-capital.is-medium._24-bot {
  margin-bottom: 24px;
  padding-left: 0;
}

.small-capital.is-medium._24-bot.is-purple {
  color: #722df5;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.small-capital.is-medium._24-bot.is-bold {
  font-weight: 700;
}

.small-capital.is-medium._24-bot.is-white {
  padding-left: 0;
}

.small-capital.is-medium.is-grey {
  color: #a6a0ae;
}

.small-capital.is-white {
  letter-spacing: 1px;
}

.small-capital.is-white.is-medium.is-card {
  background-color: var(--primary--purple-400);
  border-radius: 5px;
  padding: 6px 12px;
}

.small-capital.is-white.is-medium.is-card._8-bot {
  padding: 9px 20px;
}

.small-capital.is-bold.is-violet {
  color: #722df5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-capital.is-bold.is-pink,
.small-capital.is-pink {
  color: #d5c7fd;
}

.hero {
  height: 932px;
  background-color: var(--primary--purple-400);
  border-bottom-right-radius: 120px;
  position: relative;
}

.hero.resources {
  height: auto;
  background-color: var(--midnight-blue);
  background-image: url("../images/Texture.png");
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100px;
  padding-top: 140px;
  padding-bottom: 48px;
}

.hero.hidden {
  display: none;
}

.hero._800-height {
  height: 800px;
}

.hero.main {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/Texture.png"),
    linear-gradient(
      225deg,
      var(--primary--purple-400),
      var(--medium-slate-blue)
    );
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 232px, auto;
  border-bottom-right-radius: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-middle-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 280px;
  display: flex;
}

.hero-middle-div.resources {
  margin-top: 88px;
}

.is-white {
  color: var(--white);
  margin-bottom: 0;
}

.is-white.is-middle {
  text-align: center;
  margin-top: 16px;
}

.is-white.is-middle._48-bot {
  margin-top: -86px;
  margin-bottom: 48px;
  font-size: 65px;
}

.is-white._24-bot {
  margin-bottom: 24px;
  padding-left: 0;
}

.is-white._24-bot.is-middle {
  margin-top: 0;
}

.is-white._48-bot {
  margin-bottom: 48px;
}

.is-white._8-bot {
  margin-bottom: 8px;
}

.is-white._36-bot {
  margin-bottom: 36px;
}

.is-white.is-bold._600-width {
  max-width: 600px;
  font-style: italic;
}

.is-white.is-bold._400-width {
  max-width: 400px;
  font-style: italic;
}

.is-white.is-bold._400-width.is-relative {
  position: relative;
}

.is-white._50-bot {
  margin-bottom: 50px;
}

.is-white._24-top {
  margin-top: 24px;
}

.worksans {
  font-family: Worksans, sans-serif;
}

.worksans.is-white._74-bot {
  margin-bottom: 74px;
}

.worksans.is-white._36-bot {
  margin-bottom: 36px;
}

.middle-text-wrapper {
  max-width: 594px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.middle-text-wrapper._0-bot {
  max-width: 695px;
  margin-bottom: 0;
}

.horizontal-wrapper-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
  margin-bottom: 72px;
  display: flex;
}

.horizontal-wrapper-div.is-reverse {
  flex-direction: row-reverse;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
}

.horizontal-wrapper-div.start {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.horizontal-wrapper-div.start.mid {
  justify-content: center;
}

.horizontal-wrapper-div.full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.horizontal-wrapper-div.no-bot-margin {
  margin-bottom: 0;
}

.horizontal-wrapper-div.is-hero {
  width: 100%;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 0;
}

.horizontal-wrapper-div.no-margin {
  grid-column-gap: 48px;
  margin-top: 0;
  margin-bottom: 0;
}

.vertical-text-wrapper {
  max-width: 488px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-text-wrapper.is-middle {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.vertical-text-wrapper.is-middle._800-width {
  max-width: 800px;
}

.vertical-text-wrapper.is-middle._600-width {
  max-width: 600px;
}

.vertical-text-wrapper.is-middle.full-width {
  max-width: 100%;
}

.vertical-text-wrapper._400-width {
  max-width: 400px;
}

.vertical-text-wrapper._400-width.no-margin {
  max-width: 329px;
}

.vertical-text-wrapper.resources {
  max-width: 700px;
}

.vertical-text-wrapper._24-top {
  margin-top: 24px;
}

.vertical-text-wrapper.full-width {
  max-width: none;
}

.vertical-text-wrapper._540-width {
  max-width: 540px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 24px;
}

.vertical-text-wrapper._540-width.with-interaction {
  height: auto;
  perspective-origin: 50% 100%;
  transform-origin: 50% 0;
  cursor: pointer;
  padding-bottom: 30px;
  position: relative;
}

.content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.content-wrapper._20-padding-mobile {
  position: relative;
}

.switch-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.switch-div {
  width: 94px;
  height: 42px;
  border: 2px solid var(--midnight-blue);
  border-radius: 22px;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.switch-circle {
  width: 34px;
  height: 34px;
  background-color: #722df5;
  border-radius: 50%;
  position: absolute;
  left: 3px;
}

.plans-wrapper {
  justify-content: space-between;
  margin-top: 91px;
  display: flex;
  position: relative;
}

.plan {
  width: 380px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 96px 24px 24px;
  display: flex;
  position: relative;
}

.is-bold {
  font-weight: 700;
}

.is-bold.is-middle {
  text-align: center;
}

.is-bold.is-middle._16-bot {
  color: var(--primary--purple-400);
  margin-bottom: 16px;
  font-weight: 900;
}

.is-bold._7-sides {
  margin-left: 7px;
  margin-right: 7px;
}

.is-bold.is-violet {
  color: var(--blue-violet);
}

.is-bold.is-violet._8-bot {
  text-align: center;
  margin-bottom: 8px;
}

.is-medium.is-grey {
  color: #a6a0ae;
  text-align: center;
}

.is-medium.is-grey._80-height {
  min-height: 80px;
}

.price-wrapper {
  height: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moving-div {
  width: 100%;
  height: 102px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-div {
  height: 50px;
  align-items: center;
  display: flex;
  position: relative;
}

.is-large.is-grey {
  color: var(--grey-500);
  font-size: 24px;
  line-height: 32px;
  position: relative;
  top: -10px;
}

.is-large.is-card {
  width: 100%;
  color: var(--white);
  background-color: #011627;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
}

.price-illustration {
  background-color: var(--primary--purple-400);
  border-radius: 50%;
  position: absolute;
  top: -75px;
  bottom: auto;
  left: 117px;
  right: auto;
}

.check-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.check-div {
  margin-bottom: 16px;
  padding-left: 48px;
  position: relative;
}

.check {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.check-white {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.per-month-link {
  width: 53%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.per-year-link {
  width: 47%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.switch-click {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card {
  background-color: #722df5;
  background-image: url("../images/Frame.svg"), url("../images/Texture.png"),
    url("../images/Ellipse-12-1.png");
  background-position: 85%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, 50px, 336px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 92px;
  padding-bottom: 92px;
  padding-left: 92px;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(50, 13, 110, 0.3);
}

.gery-background-div {
  width: 100%;
  height: 50%;
  background-color: #0b0a1b;
  border-top-right-radius: 120px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.footer-div {
  width: 300px;
  flex-direction: column;
  flex: 0 auto;
  margin-right: 0;
  display: flex;
}

.link-block {
  margin-bottom: 64px;
}

.text-link.is-white {
  text-transform: uppercase;
}

.text-link.is-white._24-bot {
  text-transform: uppercase;
  margin-bottom: 24px;
  text-decoration: none;
}

.text-link.is-white._24-bot:hover {
  color: var(--primary--grey-200);
}

.social-wrapper {
  width: 120px;
  justify-content: space-between;
  display: flex;
}

.subscribe-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.subscribe-wrapper.full-width {
  flex: 1;
  align-items: stretch;
}

.subscribe-div {
  border-top: 1px rgba(255, 255, 255, 0.2);
  border-bottom: 1px rgba(255, 255, 255, 0.2);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.legal-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.separator {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 20px;
  margin-right: 20px;
}

.navigation {
  height: 96px;
  background-image: linear-gradient(260deg, #320d6e, #0b0a1b);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-home-link {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  height: 100%;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-menu {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-indicator {
  width: 100%;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-absolute {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  position: relative;
}

.video-link-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: auto;
  right: 32px;
}

.video-image {
  width: 90px;
  height: 90px;
  border: 1px solid var(--white);
  background-image: url("../images/ezgif-1_1ezgif 1.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-left: 24px;
}

.is-purple {
  color: #320d6e;
}

.is-purple.is-middle {
  text-align: center;
}

.is-purple.is-middle.larger-h3 {
  font-size: 40px;
  line-height: 48px;
}

.is-purple.is-middle.larger-h3._8-bot {
  margin-bottom: 8px;
}

.is-purple.is-middle.larger-h3._24-bot {
  margin-bottom: 24px;
  padding-left: 0;
}

.is-purple.is-bold._6-bot {
  margin-bottom: 6px;
}

.is-purple.is-bold._24-bot {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.is-purple._48-top {
  margin-top: 48px;
  margin-bottom: 0;
}

.is-purple._36-bot {
  margin-bottom: 36px;
}

.is-purple.is-faq-heading {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 10px;
  padding: 12px 24px;
}

.resources-illustration {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.resources-illustration.about {
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.resources-item {
  width: 100%;
  background-color: var(--ghost-white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 86px 16px 16px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 8px rgba(50, 13, 110, 0.06),
    2px 0 4px rgba(50, 13, 110, 0.04);
}

.resources-item.highlighted {
  max-width: 370px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--ghost-white);
  border-radius: 20px;
  margin-top: 96px;
  margin-bottom: 48px;
  padding: 148px 24px 24px;
  position: relative;
}

.resources-list {
  grid-column-gap: 32px;
  grid-row-gap: 112px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(370px, 370px));
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: center;
  display: flex;
}

.resources-list.highlighted {
  grid-row-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(370px, 370px));
  margin-top: -96px;
}

.resources-wrapper {
  margin-top: 140px;
}

.thumbnail-image {
  width: 323px;
  height: 184px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: absolute;
  top: -92px;
  bottom: auto;
  left: auto;
  right: auto;
}

.thumbnail-image.small {
  width: 248px;
  height: 160px;
  top: -80px;
}

.resources-horizontal-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.chevron-right {
  margin-top: -2px;
  margin-left: 10px;
  margin-right: 10px;
}

.large {
  color: var(--midnight-blue);
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.large.is-white {
  color: var(--white);
}

.large.is-grey {
  color: var(--grey-500);
}

.large.is-grey._8-top {
  margin-top: 8px;
}

.rich-text-element a {
  color: var(--primary--purple-400);
}

.rich-text-element a:hover {
  text-decoration: none;
}

.video {
  width: 800px;
  height: auto;
  margin-bottom: 18px;
}

.video-wrapper {
  width: 800px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.video-wrapper.is-yt {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.pop-up {
  z-index: 1000;
  background-color: rgba(7, 2, 15, 0.93);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-video {
  border-radius: 10px;
}

.pop-up-video-wrapper {
  width: 800px;
  max-width: 800px;
  position: relative;
}

.x-div {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
  display: flex;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: -60px;
}

.x-div:hover {
  transform: rotate(180deg);
}

.x-icon {
  width: 30px;
  height: 30px;
}

.typed-words {
  width: 470px;
  border: 2px solid var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 8px 12px;
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.team-cms-wrapper {
  margin-top: 120px;
}

.team-cms-list {
  grid-column-gap: 16px;
  grid-row-gap: 131px;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.team-cms-div {
  height: 100%;
  background-color: var(--ghost-white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 93px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px rgba(114, 45, 245, 0.06),
    0 -2px 4px rgba(114, 45, 245, 0.04);
}

.team-cms-div.is-white {
  background-color: var(--white);
}

.team-cms-div.is-solo {
  width: 390px;
}

.team-cms-image {
  width: 139px;
  height: 139px;
  background-color: var(--white);
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: -69px;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 2px 4px rgba(50, 13, 110, 0.12),
    0 -1px 2px rgba(50, 13, 110, 0.08);
}

.team-cms-image.is-solo {
  background-image: url("../images/nn.svg"),
    url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

.linkedin-block {
  margin-top: auto;
}

.logo-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.logo-placeholder {
  max-height: 200px;
  max-width: 200px;
}

.form-block {
  width: 400px;
  background-color: #f2eeff;
  border-radius: 20px;
  padding: 48px;
  display: none;
}

.form-field {
  border: 1px solid var(--primary--purple-400);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

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

.link-box {
  text-decoration: none;
}

.illustration {
  position: absolute;
  top: -91px;
  bottom: auto;
  left: 77px;
  right: auto;
}

.price-mini-wrapper {
  width: 200px;
  align-items: center;
  display: flex;
}

.price-mini-wrapper.right {
  justify-content: flex-end;
}

.link {
  padding-left: 0;
  text-decoration: none;
}

._404-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 94px;
  display: flex;
}

.cms-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.vertical-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-wrapper.left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 24px;
}

.horizontal-form {
  display: flex;
}

.field {
  height: 100%;
  min-width: 400px;
  border: 1px solid var(--white);
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.field.no-width {
  min-width: 0;
  flex: 1;
}

.horizontal-form-wrapper {
  margin-top: 48px;
  margin-bottom: 0;
  display: none;
}

.horizontal-form-wrapper.full-width {
  width: 100%;
  display: none;
}

.success-message {
  background-color: var(--white);
  color: var(--primary--purple-400);
  border-radius: 7px;
  padding: 16px 24px;
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: rgba(255, 222, 222, 0.52);
  border-radius: 7px;
}

.error-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-image {
  filter: hue-rotate(308deg);
  margin-right: 12px;
}

.typer {
  color: var(--white);
  font-size: 30px;
}

.typed {
  color: var(--white);
}

.quote-wrapper {
  position: relative;
}

.quote-mark {
  color: var(--primary--purple-400);
  font-family: Satoshi, sans-serif;
  font-size: 90px;
  display: inline-block;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 13px;
}

.middle-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 131px;
  display: flex;
}

.application-text {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url("../images/404.png");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.next {
  border-color: var(--primary--purple-400);
  background-color: var(--primary--purple-400);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 7px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.next:hover {
  background-color: var(--white);
  color: var(--primary--purple-400);
}

.previous {
  display: none;
}

.pagination {
  margin-top: 0;
}

.text-block {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

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

.tabs-content {
  padding-top: 24px;
}

.tab-bar {
  color: var(--primary--purple-400);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
}

.tab-bar.w--current {
  background-color: var(--primary--purple-400);
  color: var(--white);
  border-radius: 5px;
}

.tabs {
  margin-top: 48px;
}

.tabs-container {
  margin-bottom: 48px;
}

.tab-pane {
  border-radius: 5px;
  overflow: hidden;
}

.new-hero {
  background-color: var(--white);
  position: relative;
}

.hero-scroll-container {
  height: 400vh;
  background-image: linear-gradient(
    to bottom,
    #0b0a1b,
    var(--midnight-blue) 50%,
    var(--primary--purple-400)
  );
  border-bottom-right-radius: 100px;
  position: relative;
}

.sticky-container {
  z-index: 2;
  height: 100vh;
  max-width: 1212px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-bullet-point {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.scroll-sequence {
  z-index: 1;
  width: 100%;
  height: 400vh;
  position: absolute;
  top: 0;
}

.sequence-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.animation-sequence {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.lottie-container {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.lottie-hero-animation {
  width: 100%;
  max-width: 600px;
}

.karma-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.karmites {
  max-width: 1212px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bottom-wrapper {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.girl-image {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.white-bottom-cover {
  height: 50vh;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-container {
  background-color: #0b0a1b;
}

.is-h2.is-smaller {
  font-size: 42px;
  line-height: 50px;
}

.button-wrapper {
  max-width: 70%;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 24px;
  display: flex;
}

.is-small {
  font-size: 12px;
  line-height: 16px;
}

.is-small.is-white._12-top {
  max-width: 80%;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

._24-bot {
  margin-bottom: 24px;
  padding-left: 60px;
}

.landing-rich-text-block {
  color: var(--white);
}

.landing-rich-text-block li {
  font-size: 18px;
  line-height: 24px;
}

.middle-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.middle-text.with-image {
  z-index: 1;
  color: var(--midnight-blue);
  text-transform: none;
  background-image: url("../images/Woman-holding.png");
  background-position: 32% 100%;
  background-repeat: no-repeat;
  background-size: auto 315px;
  margin-bottom: 0;
  padding-bottom: 300px;
  position: relative;
}

.numerical-wrapper {
  background-color: var(--primary--grey-200);
  border-radius: 10px 10px 0 0;
  padding-top: 12px;
  padding-left: 0;
  padding-right: 12px;
  position: relative;
  box-shadow: 0 2px 4px rgba(50, 13, 110, 0.12);
}

.absolute-numerical-heading {
  z-index: 0;
  background-color: var(--primary--purple-400);
  background-image: linear-gradient(
    225deg,
    var(--primary--purple-400),
    var(--medium-slate-blue)
  );
  color: var(--white);
  border-radius: 10px;
  padding: 12px;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  position: absolute;
  top: -18px;
  bottom: auto;
  left: -24px;
  right: auto;
  box-shadow: 0 2px 4px rgba(50, 13, 110, 0.08);
}

.bold-text {
  position: relative;
}

.invisible-div {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    225deg,
    var(--primary--purple-400),
    var(--medium-slate-blue)
  );
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 8px 12px 16px 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(50, 13, 110, 0.12);
}

.slider {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
}

.slider-div {
  width: 85%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.slide-nav {
  top: auto;
  bottom: -50px;
  left: 0%;
  right: 0%;
}

.slide-nav.hidden {
  display: none;
}

.slide-content-wrapper {
  max-width: 50%;
  background-color: var(--white);
  border-radius: 10px;
  padding: 12px 24px;
}

.content-client-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.client-image {
  width: 60px;
  height: 60px;
  border: 4px solid var(--primary--purple-400);
  background-image: url("../images/Picture1.png-4-281x300.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.client-video {
  width: 100%;
}

.client-video-wrapper {
  width: 48%;
  border: 4px solid var(--ghost-white);
  border-radius: 10px;
  overflow: hidden;
}

.content-text-wrapper {
  border-left: 4px solid var(--primary--purple-400);
  padding-left: 12px;
}

.plus-sign-div {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0% 0% 2px 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5px;
  box-shadow: 0 1px 4px rgba(50, 13, 110, 0.12);
}

.horizontal-line {
  width: 16px;
  height: 4px;
  background-color: var(--white);
  border-radius: 1px;
}

.vertical-line {
  width: 4px;
  height: 16px;
  background-color: var(--white);
  perspective-origin: 50%;
  transform-origin: 50%;
  border-radius: 1px;
  position: absolute;
}

.left-arrow.hidden,
.right-arrow.hidden {
  display: none;
}

.list-wrapper {
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.star {
  position: absolute;
  top: 4px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.schema-wrapper {
  border: 1px solid var(--grey-500);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 24px;
  display: flex;
}

.horizontal-schema-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.horizontal-schema-wrapper._24-left {
  margin-left: 24px;
}

.horizontal-schema-wrapper._116-left {
  justify-content: flex-start;
  margin-left: 116px;
}

.horizontal-schema-wrapper._132-left {
  margin-left: 132px;
}

.vertical-schema-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
  position: relative;
}

.vertical-schema-wrapper._116-left {
  margin-left: 116px;
}

.itallic {
  font-style: italic;
  font-weight: 500;
}

.left-schema-wrapper {
  width: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4px;
  margin-right: 12px;
  display: flex;
}

.left-schema-wrapper._120px {
  width: 120px;
  min-width: 120px;
}

._24-space {
  width: 0;
  margin-left: 24px;
}

.enum {
  border: 1px solid var(--grey-500);
  background-color: var(--ghost-white);
  color: var(--light-coral);
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px 8px;
  font-weight: 400;
  display: inline-block;
}

._48px {
  margin-left: 48px;
}

.parameters-wrapper {
  border: 1px solid var(--grey-500);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.name-wrapper {
  min-width: 200px;
  flex-direction: column;
  display: flex;
}

.name {
  border-right: 1px solid var(--grey-500);
  border-bottom: 1px solid var(--grey-500);
  background-color: var(--ghost-white);
  align-items: flex-start;
  padding: 4px 8px;
  display: flex;
}

.name.white {
  background-color: var(--white);
  border-bottom-style: none;
  flex: 1;
}

.name.white.description {
  border-bottom-style: none;
  border-right-style: none;
}

.name.white.description.vertical {
  flex-direction: column;
}

.name.description {
  border-bottom-style: solid;
  border-right-style: none;
}

.description-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.red-span {
  color: var(--light-coral);
}

.yt-video {
  z-index: 2;
  border-radius: 15px;
}

.backdrop-div {
  width: 100%;
  height: 100%;
  background-color: var(--burntsienna);
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-6deg);
}

.video-container {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(50, 13, 110, 0.2);
}

.space-between-wrapper {
  grid-column-gap: 48px;
  background-image: url("../images/Texture.png"),
    url("../images/Ellipse-12.svg"),
    linear-gradient(
      135deg,
      var(--primary--purple-400),
      var(--medium-slate-blue)
    );
  color: var(--white);
  background-position: 0 0, 0 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: contain, auto, auto;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 42px 48px 48px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px rgba(50, 13, 110, 0.3);
}

._45 {
  max-width: 45%;
  color: var(--white);
  margin-bottom: 0;
  font-size: 33px;
}

.stars {
  position: absolute;
  top: -30px;
  bottom: auto;
  left: -40px;
  right: auto;
}

.star-illu {
  position: absolute;
  top: auto;
  bottom: -50px;
  left: auto;
  right: -20px;
}

.outline-heading {
  color: rgba(255, 255, 255, 0.01);
  letter-spacing: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}

.qa-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  margin-top: 90px;
  display: flex;
}

.qa-wrapper.is-inside {
  width: 100%;
  margin-top: 0;
  padding-left: 56px;
}

.qa-text-div {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.q-wrapper {
  width: 100%;
  height: auto;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  cursor: pointer;
  border-bottom: 1.5px solid rgba(114, 45, 245, 0.1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.q-div {
  margin-bottom: 12px;
}

.a-div {
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.arrow-wrapper {
  width: 125px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.qa-div {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.feature-wrap {
  margin-bottom: 80px;
  padding-top: 20px;
}

.plan-name {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.feature {
  background-image: url("../images/checkwhite.svg");
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-bottom: 10px;
  padding-left: 22px;
}

.plan-price {
  font-size: 31px;
  font-weight: 600;
  line-height: 40px;
}

.pricing-button {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f00064;
  border-radius: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: transform 0.2s;
  display: block;
  transform: translate(0);
  box-shadow: 0 20px 35px -10px rgba(80, 106, 121, 0.5);
}

.pricing-button:hover {
  background-color: #ff398b;
  transform: translate3d(0, 0, 20px);
}

.pricing-table-container {
  max-width: 1000px;
  perspective: 1000px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.pricing-image {
  z-index: 0;
  min-width: 220px;
  position: absolute;
  top: -102px;
  bottom: auto;
  left: -19%;
  right: auto;
}

.plan-price-wrapper {
  z-index: 2;
  width: 50%;
  margin-left: auto;
  position: relative;
}

.plan-duration {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 45px;
  font-size: 11px;
  font-weight: 400;
}

.pricing-plan {
  z-index: 1;
  width: 33.3333%;
  min-height: 400px;
  perspective: 1000px;
  perspective-origin: 50%;
  background-color: #fff;
  border-width: 1px;
  border-color: #dddeeb;
  border-radius: 9px;
  padding: 35px 61px 40px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 100px -25px rgba(93, 95, 239, 0.2);
}

.pricing-plan.middle-pricing-plan {
  z-index: 2;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 100px);
  box-shadow: 0 0 50px 5px rgba(50, 13, 110, 0.1),
    0 85px 100px -35px rgba(93, 95, 239, 0.2);
}

.swapping-image-wrapper {
  width: 500px;
  height: 500px;
  max-width: 500px;
  min-height: 500px;
  border-radius: 3%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.stepps-wrapper {
  max-width: 50%;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.step-div {
  grid-column-gap: 24px;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.out-cirlce-div {
  z-index: 2;
  width: 24px;
  height: 24px;
  background-color: var(--grey-500);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 2px;
}

.out-cirlce-div.is-first {
  background-color: var(--blue-violet);
}

.inner-circle {
  width: 8px;
  height: 8px;
  background-color: var(--black);
  border-radius: 50%;
}

.inner-circle.is-first {
  background-color: var(--white);
}

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

.step-text-wrapper.is-second,
.step-text-wrapper.is-third {
  opacity: 0.2;
}

.line-div {
  width: 2px;
  height: 100%;
  background-color: var(--grey-500);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: 11px;
  right: auto;
}

.line-div.is-first,
.line-div.is-second {
  height: 0%;
  background-color: var(--blue-violet);
}

.changing-image {
  max-height: 80%;
  max-width: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swapping-image {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swapping-image.is-third,
.swapping-image.is-second {
  opacity: 0;
}

.swapping-image.is-first {
  opacity: 1;
}

.hero-image {
  max-width: 50%;
}

.violet-span {
  color: #9f6dff;
}

.background-card {
  width: 700px;
  height: 200px;
  background-color: var(--primary--grey-200);
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 25px 100px -25px rgba(50, 13, 110, 0.2);
}

.nav-logo {
  min-width: 300px;
  height: 35px;
}

.iframe-wrapper {
  position: absolute;
  top: 80px; /* Adjust this value to match the height of your header */
  bottom: 0;
  left: 0;
  right: 0;
}

#iframe-wrapper {
  width: 100%;
  height: 100%;
  border: none;
}

.html-embed {
  width: auto;
  height: 86vh;
  object-fit: none;
  display: block;
  overflow: visible;
}

.global_cta {
  background-color: #f3f1fe;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.container-2 {
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.horizontal_wrapper.is-space-between {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.social_wrapper {
  grid-column-gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 2em;
  height: 2em;
  filter: invert();
}

.txt_large {
  font-size: 1em;
}

.txt_large.is-white {
  color: #320d6e;
}

.separator-section {
  height: 96px;
}

@media screen and (min-width: 1440px) {
  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section.is-dark.footer {
    border-top-color: rgba(255, 255, 255, 0.02);
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }

  .section.is-light {
    background-color: #faf9ff;
  }

  .small.is-middle {
    text-align: center;
  }

  .medium.is-white.shorter {
    max-width: 81%;
  }

  .medium.is-purple._16px._24-bot {
    padding-left: 0;
  }

  .button {
    border-radius: 4px;
  }

  .container {
    max-width: 1212px;
  }

  .container.navigation {
    max-width: 1392px;
  }

  .container.nav {
    max-width: 100%;
  }

  .small-capital {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
  }

  .hero {
    background-image: url("../images/illustration.png.png"),
      url("../images/Texture.png"), url("../images/Ellipse-12.png");
    background-position: 30% 100%, 50%, 100% 94px;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 1313px, 100px, 369px;
  }

  .hero._800-height {
    background-image: none;
  }

  .hero.main {
    border-bottom-right-radius: 120px;
  }

  .is-white {
    margin-bottom: 0;
  }

  .is-white.is-middle._48-bot,
  .is-white._24-bot.is-middle {
    margin-bottom: 24px;
  }

  .is-white._48-bot {
    margin-bottom: 64px;
  }

  .worksans.is-white._74-bot {
    margin-bottom: 74px;
    font-weight: 400;
  }

  .horizontal-wrapper-div.is-reverse {
    width: 100%;
  }

  .horizontal-wrapper-div.is-hero {
    align-items: center;
  }

  .vertical-text-wrapper.is-middle.full-width {
    max-width: 100%;
  }

  .is-bold.is-violet {
    color: var(--blue-violet);
  }

  .footer-wrapper {
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .footer-div {
    width: 280px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block {
    height: 50px;
    margin-bottom: 64px;
  }

  .text-link.is-white {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
  }

  .text-link.is-white._24-bot {
    margin-bottom: 36px;
    text-decoration: none;
  }

  .social-wrapper {
    width: 120px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .social {
    color: var(--white);
  }

  .social:hover {
    color: var(--midnight-blue);
  }

  .subscribe-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .subscribe-div {
    width: 100%;
    border-top: 1px none var(--white);
    border-bottom: 1px none var(--white);
    padding-right: 0;
  }

  .link-absolute {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .resources-illustration {
    position: static;
  }

  .thumbnail-image {
    width: 323px;
  }

  .team-cms-wrapper {
    margin-top: 200px;
  }

  .team-cms-list {
    grid-column-gap: 16px;
    grid-row-gap: 131px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .team-cms-div {
    min-height: 223px;
    background-color: #faf9ff;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 93px 30px 30px;
    display: flex;
    position: relative;
  }

  .team-cms-image {
    width: 138px;
    height: 138px;
    background-color: var(--grey-500);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -69px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-wrapper {
    max-width: 60%;
  }

  ._24-bot {
    justify-content: flex-end;
    padding-left: 60px;
    display: flex;
  }

  .absolute-numerical-heading {
    margin-bottom: 0;
    font-size: 80px;
    line-height: 80px;
  }

  .invisible-div {
    padding-left: 60px;
    overflow: hidden;
  }

  .background-card {
    box-shadow: 0 15px 100px -15px rgba(50, 13, 110, 0.2);
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-image: url("../images/illustration.png.png"),
      url("../images/Texture.png"), url("../images/Ellipse-12.png");
    background-position: 35% 100%, 50%, 100% 94px;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 1313px, 100px, 369px;
  }

  .is-white.is-middle {
    margin-bottom: 0;
  }

  .is-white._24-bot {
    margin-bottom: 24px;
  }

  .switch-wrapper {
    padding-right: 24px;
  }

  .typer {
    color: var(--white);
  }

  .container-2 {
    max-width: 1460px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 76px;
    line-height: 84px;
  }

  h2 {
    font-size: 42px;
    line-height: 50px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  li {
    font-weight: 700;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.free-trial {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.cta {
    background-size: 100px, 250px, 218px;
  }

  .button._24-left {
    margin-left: 0;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .hero {
    background-position: -30px 100%, 50%, 100% 94px;
  }

  .hero.resources {
    height: 700px;
  }

  .hero._800-height {
    height: auto;
    padding-top: 124px;
    padding-bottom: 48px;
  }

  .horizontal-wrapper-div {
    flex-direction: column-reverse;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .horizontal-wrapper-div.is-reverse {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .horizontal-wrapper-div.start {
    flex-direction: column;
  }

  .horizontal-wrapper-div.full-height {
    justify-content: center;
  }

  .horizontal-wrapper-div.is-hero {
    grid-row-gap: 72px;
    flex-direction: column;
  }

  .horizontal-wrapper-div.no-margin {
    grid-row-gap: 48px;
  }

  .horizontal-wrapper-div.no-margin.is-reverse {
    padding-top: 0;
  }

  .vertical-text-wrapper {
    max-width: 80%;
  }

  .vertical-text-wrapper._24-top {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .content-wrapper._20-padding-mobile {
    grid-row-gap: 48px;
  }

  .plans-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .plan {
    margin-bottom: 118px;
  }

  .card {
    background-position: 90%, 0 0, 0 0;
    background-size: 200px, 50px, 336px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-div {
    flex: 0 auto;
    margin-right: 48px;
  }

  .footer-div.no-margin {
    margin-right: 0;
  }

  .subscribe-wrapper {
    padding-left: 0;
  }

  .subscribe-wrapper.full-width {
    margin-top: 24px;
  }

  .navigation {
    background-image: linear-gradient(260deg, #320d6e, #0b0a1b);
  }

  .nav-link {
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .nav-menu {
    height: auto;
    background-image: linear-gradient(to right, #0b0a1b, var(--midnight-blue));
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 24px;
    display: flex;
  }

  .bottom-indicator {
    display: none;
  }

  .resources-illustration {
    display: block;
  }

  .resources-item {
    width: 100%;
    padding-top: 111px;
  }

  .resources-item.highlighted {
    width: 100%;
    margin-bottom: 48px;
  }

  .resources-list {
    grid-template-columns: repeat(auto-fit, minmax(48%, 280px));
  }

  .resources-list.highlighted {
    grid-column-gap: 16px;
    grid-row-gap: 84px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 384px));
  }

  .thumbnail-image {
    height: 184px;
  }

  .thumbnail-image.small {
    width: 90%;
    height: 192px;
  }

  .video,
  .video-wrapper {
    width: 100%;
  }

  .heading {
    font-size: 76px;
    line-height: 83px;
  }

  .menu-button {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 23px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
  }

  .pop-up {
    display: none;
  }

  .pop-up-video-wrapper {
    max-width: 700px;
  }

  .x-div {
    top: -75px;
    right: 0;
  }

  .x-div:hover {
    transform: none;
  }

  .typed-words {
    font-size: 24px;
    line-height: 32px;
  }

  .form-block {
    width: 100%;
    margin-top: 72px;
  }

  .home-illustration {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .quote-mark {
    top: 17px;
  }

  .absolute-numerical-heading {
    margin-bottom: 0;
    font-size: 92px;
    line-height: 102px;
  }

  .slider {
    height: auto;
  }

  .slider-div {
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: stretch;
  }

  .slide-content-wrapper {
    max-width: 100%;
  }

  .client-video-wrapper {
    width: 100%;
  }

  .feature-wrap {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .plan-name {
    margin-bottom: 20px;
  }

  .pricing-table-container {
    padding-top: 50px;
  }

  .pricing-image {
    padding-bottom: 1px;
    left: -10%;
  }

  .plan-price-wrapper {
    width: 150px;
    margin-left: 130px;
  }

  .pricing-plan {
    width: 100%;
    max-width: 600px;
    min-height: auto;
    flex-direction: column;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing-plan.middle-pricing-plan {
    transform: none;
  }

  .pricing-row {
    display: flex;
  }

  .swapping-image-wrapper {
    height: auto;
    min-height: 0;
  }

  .stepps-wrapper {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h4 {
    font-size: 16px;
  }

  .section.resources {
    padding-top: 122px;
  }

  .section.free-trial {
    background-position: 0 0, 10% 2%, 0 100%, 100% 0;
    background-size: 100px, auto, auto, 300px;
  }

  .small.is-grey {
    font-size: 11px;
  }

  .hero {
    background-image: url("../images/Illu-1.png"), url("../images/Texture.png"),
      url("../images/Ellipse-12.png");
    background-position: 0 100%, 0 0, 100% 94px;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 375px, 50px, 369px;
  }

  .hero.resources {
    height: 700px;
  }

  .hero._800-height {
    background-image: none;
  }

  .hero.main {
    padding-bottom: 0;
  }

  .horizontal-wrapper-div {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .horizontal-wrapper-div.is-reverse {
    grid-row-gap: 48px;
    flex-direction: column-reverse;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .horizontal-wrapper-div.no-bot-margin {
    grid-row-gap: 24px;
  }

  .horizontal-wrapper-div.is-hero {
    grid-row-gap: 48px;
  }

  .horizontal-wrapper-div.no-margin {
    grid-row-gap: 24px;
  }

  .horizontal-wrapper-div.no-margin.is-reverse {
    padding-top: 0;
  }

  .vertical-text-wrapper {
    max-width: 100%;
    margin-top: 32px;
  }

  .vertical-text-wrapper._400-width.no-margin {
    margin-top: 0;
  }

  .content-wrapper._20-padding-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan {
    margin-bottom: 118px;
  }

  .card {
    background-image: url("../images/Texture.png"),
      url("../images/Ellipse-12-1.png");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: 50px, 200px;
  }

  .footer-wrapper {
    flex-flow: column wrap;
    align-content: stretch;
  }

  .footer-div {
    width: 48%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .footer-div.bot-margin-36 {
    width: 48%;
    flex: 0 auto;
    margin-right: 0;
  }

  .subscribe-wrapper.full-width {
    flex: 1;
    margin-top: 48px;
  }

  .resources-illustration {
    display: block;
  }

  .resources-item {
    padding-top: 74px;
  }

  .resources-item.highlighted {
    margin-bottom: 48px;
    padding-top: 136px;
  }

  .resources-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
  }

  .resources-list.highlighted {
    grid-template-columns: repeat(auto-fit, minmax(100%, 384px));
  }

  .thumbnail-image {
    height: 194px;
  }

  .thumbnail-image.small {
    width: 90%;
    height: 156px;
  }

  .pop-up-video-wrapper {
    width: 90%;
    max-width: 90%;
  }

  .team-cms-div.is-solo {
    width: 100%;
  }

  .field {
    min-width: 250px;
  }

  .image {
    max-width: 300px;
  }

  .quote-mark {
    top: 28px;
  }

  .landing-rich-text-block li {
    font-weight: 400;
  }

  .middle-text.with-image {
    background-size: auto 200px;
    padding-bottom: 190px;
  }

  .slider {
    height: auto;
  }

  .slider-div {
    height: auto;
    flex-direction: column;
  }

  .slider-page {
    height: auto;
  }

  .slide-content-wrapper {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .client-video-wrapper {
    width: 100%;
    height: 100%;
  }

  .mask {
    height: auto;
  }

  .horizontal-schema-wrapper {
    flex-direction: column;
  }

  .horizontal-schema-wrapper._24-left {
    margin-left: 0;
  }

  .horizontal-schema-wrapper._116-left,
  .horizontal-schema-wrapper._132-left {
    margin-left: 24px;
  }

  .qa-wrapper.is-inside {
    padding-left: 0;
  }

  .q-wrapper {
    padding-right: 75px;
  }

  .arrow-wrapper {
    width: 75px;
  }

  .pricing-button {
    z-index: 2;
    position: relative;
  }

  .pricing-image {
    width: 160px;
    min-width: 0;
    top: -13%;
    right: -80px;
  }

  .plan-price-wrapper {
    width: 33%;
    margin-left: 20%;
  }

  .pricing-plan {
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .pricing-row {
    padding-left: 0%;
  }

  .swapping-image-wrapper {
    width: 100%;
    min-height: 0;
  }

  .stepps-wrapper {
    max-width: 100%;
    margin-left: 0;
  }

  .swapping-image.is-first {
    position: relative;
  }

  .hero-image {
    max-width: 100%;
  }

  .background-card {
    width: 100%;
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 14px;
    line-height: 22px;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.is-dark.footer {
    background-size: 300px;
  }

  .section.resources {
    border-bottom-right-radius: 50px;
    padding-top: 97px;
    padding-bottom: 48px;
  }

  .section.free-trial {
    background-position: 0 0, 10% 5%, 0 100%, 100% 0;
    background-size: 100px, 61px, 218px, 150px;
  }

  .small.is-grey {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .small._4-left {
    text-align: center;
    margin-left: 0;
    font-size: 10px;
  }

  .medium.is-purple._16px.left-32 {
    padding-left: 0;
  }

  .button {
    font-size: 10px;
    line-height: 14px;
  }

  .button.is-white.black-text {
    margin-top: 16px;
  }

  .button.is-white.no-side-radius {
    border-radius: 7px;
  }

  .small-capital.is-medium {
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
  }

  .small-capital.is-medium._24-bot {
    text-align: left;
  }

  .hero {
    background-position: 0 110%, 0 0, 150% 94px;
    background-size: 375px, 50px, 200px;
    border-bottom-right-radius: 50px;
  }

  .hero._800-height {
    padding-top: 96px;
    padding-bottom: 0;
  }

  .hero.main {
    padding-bottom: 0;
  }

  .hero-middle-div {
    margin-top: 160px;
  }

  .hero-middle-div.resources {
    margin-top: 122px;
  }

  .is-white.is-middle {
    margin-top: -25px;
  }

  .is-white.is-middle._48-bot {
    margin-top: -54px;
    font-size: 50px;
    line-height: 55px;
  }

  .is-white._24-bot {
    font-size: 14px;
    line-height: 22px;
  }

  .worksans.is-white._74-bot {
    margin-bottom: 24px;
  }

  .worksans.is-white._36-bot {
    margin-bottom: 16px;
  }

  .horizontal-wrapper-div {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .horizontal-wrapper-div.is-reverse {
    grid-row-gap: 24px;
  }

  .horizontal-wrapper-div.is-hero {
    margin-top: 0;
  }

  .vertical-text-wrapper._400-width.no-margin {
    align-items: stretch;
    margin-top: 0;
  }

  .vertical-text-wrapper._540-width {
    margin-top: 0;
    margin-right: 0;
  }

  .content-wrapper._20-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .switch-wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .switch-div {
    margin-left: 8px;
    margin-right: 8px;
  }

  .plan {
    width: 300px;
    margin-bottom: 115px;
  }

  .plan.no-margin {
    margin-bottom: 0;
  }

  .price-illustration {
    left: 75px;
  }

  .card {
    background-image: url("../images/Texture.png"),
      url("../images/Ellipse-12-1.png");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: 50px, 150px;
    padding: 24px;
  }

  .gery-background-div {
    border-top-right-radius: 50px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-div {
    width: 100%;
    margin-right: 0;
  }

  .footer-div.bot-margin-36 {
    width: 100%;
    margin-bottom: 36px;
  }

  .link-block.w--current {
    margin-bottom: 0;
  }

  .subscribe-wrapper.full-width {
    margin-top: 24px;
  }

  .subscribe-div {
    flex-direction: column;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .legal-wrapper {
    flex-flow: wrap;
  }

  .separator {
    margin-left: 6px;
    margin-right: 6px;
  }

  .video-link-wrapper {
    bottom: 16px;
    right: 16px;
  }

  .resources-item {
    width: 100%;
  }

  .resources-item.highlighted {
    padding: 78px 16px 16px;
  }

  .resources-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
  }

  .resources-list.highlighted {
    grid-template-columns: repeat(auto-fit, minmax(282px, 384px));
  }

  .resources-wrapper {
    margin-top: 132px;
  }

  .thumbnail-image {
    width: 252px;
    height: 156px;
  }

  .menu-button {
    padding-right: 0;
  }

  .menu-button.w--open {
    justify-content: flex-end;
    padding-right: 0;
  }

  .typed-words {
    width: auto;
    min-width: 300px;
    margin-top: 38px;
  }

  .team-cms-list {
    grid-column-gap: 16px;
    grid-row-gap: 92px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .team-cms-div {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-wrapper {
    flex-direction: column;
    margin-top: 48px;
  }

  .logo-placeholder {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .form-block {
    margin-top: 48px;
    padding: 24px;
  }

  .illustration {
    top: -92px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .illustration.middle {
    top: -92px;
    bottom: auto;
    left: auto;
    right: 35px;
  }

  .price-mini-wrapper {
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .price-mini-wrapper.right {
    width: auto;
    margin-top: 0;
  }

  .horizontal-form {
    flex-direction: column;
  }

  .field {
    border-radius: 7px;
    margin-bottom: 24px;
  }

  .typer {
    font-size: 20px;
  }

  .image {
    max-width: 100%;
  }

  .is-middle {
    text-align: center;
  }

  .quote-mark {
    top: 42px;
    right: 0;
  }

  .is-h2.is-smaller {
    font-size: 32px;
    line-height: 40px;
  }

  .button-wrapper {
    max-width: 100%;
  }

  .is-small.is-white._12-top {
    font-size: 12px;
    line-height: 16px;
  }

  ._24-bot {
    padding-left: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  .landing-rich-text-block li {
    font-size: 14px;
    line-height: 20px;
  }

  .middle-text.with-image {
    background-position: 29% 100%;
    font-size: 26px;
  }

  .absolute-numerical-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .invisible-div {
    padding-left: 24px;
  }

  .slider-div {
    width: 100%;
  }

  .parameters-wrapper {
    flex-direction: column;
  }

  .name,
  .name.white {
    border-right-style: none;
  }

  .name.white.description {
    border-top-style: none;
  }

  .name.description {
    border-top: 1px solid var(--grey-500);
  }

  .space-between-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px;
  }

  ._45 {
    max-width: 100%;
  }

  .q-wrapper {
    padding-right: 35px;
  }

  .arrow-wrapper {
    width: 25px;
    height: 25px;
  }

  .pricing-button {
    margin-right: 5%;
  }

  .pricing-image {
    width: 52%;
    top: 0;
    left: auto;
    right: -10%;
  }

  .pricing-image.starter-image {
    top: -51px;
  }

  .plan-price-wrapper {
    margin-left: 0%;
  }

  .pricing-plan {
    padding-right: 5%;
  }

  .pricing-row {
    flex-direction: column;
  }

  .swapping-image-wrapper {
    max-width: 300px;
  }

  .hero-image {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_5d15dc5e-3f7a-719c-bd4f-2698977ba315-2a54242d {
  align-self: auto;
  justify-self: auto;
}

#w-node-_47d66ea1-ed43-5e5c-28bc-a8e689c7b721-2a542436,
#w-node-_7f91171d-3ed6-2c6d-4123-1d35a5878c66-2a542436,
#w-node-_6e9a4376-cc09-3420-f7ef-720c30f4994c-2a542436,
#w-node-_175bc91c-1a80-3c61-b28f-aa2f62ab80c2-2a542436 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_5d15dc5e-3f7a-719c-bd4f-2698977ba315-2a54242d,
  #w-node-_0a3b85be-4156-5f33-8a01-90714d154975-2a54242d {
    justify-self: auto;
  }
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Italic.ttf") format("truetype"),
    url("../fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi variable";
  src: url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Worksans";
  src: url("../fonts/WorkSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Worksans";
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype"),
    url("../fonts/WorkSans-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Worksans";
  src: url("../fonts/WorkSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Worksans";
  src: url("../fonts/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Worksans";
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Worksans";
  src: url("../fonts/WorkSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Worksans";
  src: url("../fonts/WorkSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
