.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: #000;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.navbar {
  background-color: #fff;
}

.title {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.title-gradient {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ba00e9, #0500f0 53%, #19007e);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Figtree, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.subtitle {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.subtitle-bold {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle-reg {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6em;
}

.buttons {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.button-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #333;
  background-image: linear-gradient(108.67deg, rgba(0, 0, 0, .2) 0%, rgba(255, 255, 255, .2) 100%);
  border: 1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .2), inset -2px -2px 2px rgba(0, 0, 0, .2), 0 4px 8px rgba(0, 0, 0, .25);
}

.cta {
  color: #fff;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.button-secondary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(128.83deg, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .2), 0 4px 8px rgba(0, 0, 0, .15);
}

.cta-2 {
  color: #333;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

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

.container {
  max-width: 1024px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.motto {
  max-width: 1000px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
  display: flex;
}

.motto-2 {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.text-block {
  font-size: 1.5em;
  font-weight: 400;
}

.features-motto {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 200px;
  display: flex;
}

.features-title {
  color: #000;
  font-family: Figtree, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}

.features-subtitle {
  color: #000;
  flex: 0 auto;
  font-family: Figtree, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25em;
  display: none;
}

.features-display {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.feature-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
}

.vectors-wrapper {
  height: 180px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.text {
  color: #000;
  font-family: Figtree, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.section {
  background-color: #ececec;
  display: block;
}

.pricing {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 200px 60px;
  display: flex;
}

.pricing-title {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}

.pricing-subtitle {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 2em;
}

.pricing-plans {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.pricing-plan {
  width: 100%;
  max-width: 300px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
}

.plan-title {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.plan-price {
  color: #000;
  text-align: center;
  padding-right: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2em;
}

.plan-feature {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-span {
  color: #000;
}

.footer {
  color: #fff;
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 2em;
}

.text-span-2 {
  text-decoration: underline;
}

.section-2 {
  display: none;
}

.price {
  display: flex;
}

.plan-price-strike {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2em;
  text-decoration: line-through;
}

.nav-link {
  display: none;
}

.list-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

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

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

.link-footer {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.columns {
  display: flex;
}

.text-span-3 {
  font-weight: 700;
  text-decoration: underline;
}

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

.price-old-new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan-price-old {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 150%;
  text-decoration: line-through;
}

.plan-price-now {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 2.2em;
  font-weight: 900;
  line-height: 150%;
}

.plan-price-term {
  color: #000;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 150%;
}

.image, .image-2 {
  display: none;
}

.container-img {
  max-width: 100%;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-3 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Figtree, sans-serif;
}

.container-2, .body-2 {
  font-size: 16px;
  line-height: 24px;
}

.rich-text-block {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .subtitle {
    padding-left: 0;
    padding-right: 0;
  }

  .motto {
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-motto, .pricing {
    padding-left: 100px;
    padding-right: 100px;
  }

  .pricing-plan {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 13px;
  }

  .title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block {
    font-size: 1.4em;
  }

  .features-motto {
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-display {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-plans {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-plan {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    text-align: center;
    flex-direction: column;
  }

  .container-img {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .title-gradient, .subtitle-bold {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buttons {
    padding: 20px 10px;
  }

  .container-hero {
    padding-top: 40px;
  }

  .motto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-motto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-display {
    flex-direction: column;
  }

  .pricing {
    padding-left: 10px;
    padding-right: 10px;
  }

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


