body {
  color: rgba(33, 37, 41, .8);
  letter-spacing: .01em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

h1 {
  color: #6516dc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 54px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.header {
  z-index: 999;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .6);
  padding-top: 30px;
  padding-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.site-container {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.site-container.xl {
  width: 1390px;
}

.site-container.md {
  width: 1180px;
}

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

.btn {
  text-align: center;
  background-color: #6516dc;
  border: 1.6px solid #6516dc;
  border-radius: 8px;
  padding: 15px 20px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .2s, color .2s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.btn:hover {
  color: #6516dc;
  background-color: rgba(0, 0, 0, 0);
}

.hero {
  background-image: url('../images/Mask-group-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero__row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.hero__col.first {
  padding-top: 85px;
  padding-bottom: 112px;
}

.hero__col.last {
  padding-bottom: 36px;
}

.badge {
  color: #6516dc;
  background-color: rgba(255, 255, 255, .6);
  border: 1px solid rgba(101, 22, 220, .3);
  border-radius: 200px;
  margin-bottom: 26px;
  padding: 15px 21px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.badge-wrapper {
  align-items: center;
  display: flex;
}

.font-800 {
  font-weight: 800;
}

.text-block {
  margin-right: 15px;
}

.main-heading {
  font-size: 60px;
  line-height: 70px;
}

.main-heading.dark {
  color: #212529;
}

.hero__desc {
  width: 80%;
  color: rgba(0, 0, 0, .8);
  margin-top: 14px;
  font-family: Manrope, sans-serif;
}

.hero__btn-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.btn-light {
  width: 185px;
  color: #6516dc;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 32px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .2s, color .2s;
  box-shadow: 0 4px 20px rgba(101, 22, 220, .2);
}

.btn-light:hover {
  color: #fff;
  background-color: #6516dc;
}

.btn-light.margin {
  margin-right: 11px;
}

.btn-default {
  width: 185px;
  text-align: center;
  background-color: #6516dc;
  border: 1.6px solid #6516dc;
  border-radius: 8px;
  padding: 24px 32px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .2s, color .2s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.btn-default:hover {
  color: #6516dc;
  background-color: #fff;
}

.btn-default.margin {
  margin-left: 15px;
}

.priority {
  padding-top: 80px;
  padding-bottom: 100px;
}

.priority__row {
  grid-column-gap: 34px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.subtitle {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.subtitle.mb {
  margin-bottom: 10px;
}

.subtitle.font-800 {
  font-weight: 800;
}

.sec-subheading {
  color: #6516dc;
  font-size: 42px;
  line-height: 54px;
}

.sec-subheading.dark-blue {
  color: #411c7a;
  margin-top: 22px;
}

.sec-para {
  margin-top: 22px;
}

.sec-para.wid {
  width: 90%;
}

.sec-para.wid-copy {
  width: 73%;
}

.sec-btn-wrap {
  margin-top: 30px;
  display: flex;
}

.priority__img-wrap {
  position: relative;
}

.image {
  width: 100%;
  opacity: 0;
}

.cultivate {
  padding-top: 100px;
  padding-bottom: 75px;
}

.cultivate__row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.status {
  padding-top: 75px;
  padding-bottom: 100px;
}

.status__row {
  z-index: 3;
  grid-column-gap: 75px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 62px;
  display: grid;
  position: relative;
}

.sec-header {
  z-index: 3;
  text-align: center;
  position: relative;
}

.sec-heading {
  color: #020005;
}

.sec-heading.text-blue {
  color: #6516dc;
}

.status-card {
  width: 100%;
  min-height: 157px;
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  padding: 25px 18px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

.status__num {
  color: #005de8;
  font-size: 57px;
  font-weight: 800;
  line-height: 74px;
}

.text-block-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
}

.div-block {
  padding-top: 46px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.div-block-2 {
  height: 291px;
  border-radius: 26px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.optimize {
  padding-top: 68px;
  padding-bottom: 80px;
}

.optimize__row {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.img-wrap {
  text-align: right;
  position: relative;
}

.image-3 {
  width: 100%;
}

.integration {
  padding-top: 152px;
  padding-bottom: 80px;
}

.integration__row {
  grid-column-gap: 74px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.integration__col.first, .integration__img-wrap {
  position: relative;
}

.img-cover {
  width: 100%;
}

.img-cover.op0 {
  opacity: 0;
}

.support {
  text-align: center;
  padding-top: 60px;
}

.image-4 {
  width: 100%;
  position: relative;
}

.info__card {
  text-align: center;
  background-color: #d7e7ff;
  border-radius: 46px;
  padding: 87px 60px;
}

.info__cap {
  width: 570px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  margin-bottom: 19px;
}

.info__desc {
  margin-top: 32px;
}

.testimonials {
  padding-top: 119px;
  padding-bottom: 161px;
  overflow: hidden;
}

.slider {
  margin-top: 140px;
}

.slide-item {
  text-align: center;
  background-color: #f1e8ff;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 60px 72px 43px;
}

.testimonial__client-name {
  color: #6516dc;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

.feedback {
  margin-top: 33px;
  font-size: 12px;
  line-height: 18px;
}

.footer-cta {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 129px;
}

.footer-cta__cap {
  width: 466px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: #212529;
  margin-top: 15px;
  display: none;
}

.footer-cta__btn-wrap {
  justify-content: center;
  margin-top: 78px;
  display: flex;
}

.image-6 {
  margin-top: 20px;
  display: block;
}

.footer {
  color: rgba(255, 255, 255, .8);
  background-image: linear-gradient(158deg, #170a2b, #28134a);
  padding-top: 55px;
  padding-bottom: 55px;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}

.footer__row {
  border-top: 1px solid rgba(255, 255, 255, .3);
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
  display: flex;
}

.link {
  color: rgba(255, 255, 255, .8);
  display: inline-block;
}

.footer__social-media {
  align-items: center;
  display: flex;
}

.social-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 11px;
  display: flex;
  overflow: hidden;
}

.div-block-3 {
  text-align: center;
  justify-content: center;
  margin-bottom: -114px;
  display: flex;
}

.text-span {
  text-decoration: line-through;
}

.link-2 {
  color: #212529;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}

.div-block-5 {
  background-image: url('../images/Vector-1.png'), url('../images/Vector.png');
  background-position: 0 100%, 100% 86%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 70%;
}

.spec-card__body {
  border-top: 1px solid #fff;
  margin-top: 24px;
  padding-top: 25px;
}

.pricing {
  background-color: #fff;
  background-image: url('../images/Group-17782.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 76px;
  padding-bottom: 137px;
}

.link-3 {
  color: #6516dc;
  font-weight: 700;
  text-decoration: underline;
}

.pricing__desc {
  width: 633px;
  max-width: 100%;
  color: #212529;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.text-block-4 {
  color: #212529;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.card-body__1st {
  border-top: 1px solid #7352aa;
  margin-top: 24px;
  padding-top: 25px;
  padding-right: 51px;
}

.text-block-6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.div-block-6 {
  align-items: flex-end;
  margin-top: 5px;
  display: flex;
}

.tabs__menu {
  width: 466px;
  max-width: 100%;
  background-color: rgba(33, 37, 41, .12);
  border-radius: 8px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

.list-item {
  color: #212529;
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-left: 25px;
  font-size: 18px;
}

.list-item.first {
  margin-top: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #6516dc;
  border-radius: 8px;
  padding: 20px 35px;
  font-weight: 700;
  line-height: 16px;
}

.button.lig {
  color: #6516dc;
  background-color: #fff;
}

.card-btnwrap__1st {
  margin-top: 40px;
}

.tabs {
  margin-top: 64px;
}

.text-block-8 {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.superscript {
  margin-right: 1px;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  top: -18px;
}

.text-block-5 {
  opacity: .69;
  color: #3d0e85;
  white-space: nowrap;
  margin-bottom: 11px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.text-block-5.lig {
  color: #fff;
}

.text-block-5.blue {
  opacity: 1;
  color: #6516de;
}

.tab__btn {
  color: rgba(33, 37, 41, .61);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.tab__btn.w--current, .tab__btn.current {
  color: #fff;
  background-color: #6516dc;
  font-weight: 700;
}

.text-block-7 {
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}

.tabs__body {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.tag-badge {
  color: #6516dc;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin-left: 34px;
  padding: 5px 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 16px;
  display: inline-block;
}

.tab-card--1st {
  background-color: #f2f0ff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 42px 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(113, 113, 113, .2);
}

.pric {
  color: #6516de;
  white-space: nowrap;
  font-size: 60px;
  font-weight: 800;
  line-height: 65px;
}

.pric.lig {
  color: #fff;
}

.spec {
  color: #fff;
  background-color: #6516dc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 85px 242px 48px 48px;
  display: flex;
  position: relative;
}

.div-block-7 {
  align-items: center;
  display: none;
}

.sec-cap {
  width: 787px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  position: absolute;
  top: -2%;
  bottom: auto;
  left: auto;
  right: -1.5%;
}

.image-8 {
  width: 200px;
  margin-bottom: 10px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  position: relative;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-9 {
  width: 44%;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-11 {
  width: 30%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-12 {
  text-align: right;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-12 {
  width: 46%;
}

.image-13 {
  z-index: 2;
  width: 26%;
  margin-left: 45px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-14 {
  z-index: 2;
  width: 30%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-13 {
  position: absolute;
}

.div-block-14 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-15 {
  text-align: center;
  justify-content: center;
  padding-left: 4%;
  display: flex;
  position: absolute;
  top: 3.5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-24 {
  width: 58%;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-2 {
  display: block;
}

.tool-btn {
  min-height: 83px;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-image: url('../images/Group-112_1Group 112.png');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  align-items: center;
  padding: 12px 26px 12px 88px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  box-shadow: 0 4px 30px rgba(59, 13, 131, .2);
}

.tool-btn.asana {
  background-image: url('../images/Group-112.svg');
}

.tool-btn.twitter {
  background-image: url('../images/Group-114-1.svg');
}

.tool-btn.trello {
  background-image: url('../images/Group-113-1.svg');
}

.tool-btn.microsoft_office365_team {
  background-image: url('../images/Group-113.svg');
}

.tool-btn.slack {
  background-image: url('../images/Group-112-1.svg');
}

.tool-btn.notion {
  background-image: url('../images/Group-114.svg');
}

.tool-btn.dropbox {
  background-image: url('../images/Group-113-2.svg');
}

.tool-btn.google_oauth2 {
  background-image: url('../images/Group-114_1Group 114.png');
}

.tool-btn.microsoft_office365 {
  background-image: url('../images/Group-112_1Group 112.png');
}

.account-sec {
  background-image: url('../images/Mask-group-4-min.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 105px;
}

.btn-default-2 {
  width: 185px;
  text-align: center;
  background-color: #430d96;
  border: 1.6px solid #430d96;
  border-radius: 8px;
  padding: 24px 32px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .2s, color .2s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.btn-default-2:hover {
  color: #6516dc;
  background-color: #fff;
}

.btn-default-2.wid {
  width: auto;
  background-color: #6516dc;
  border-color: #6516dc;
}

.btn-default-2.wid:hover {
  background-color: rgba(0, 0, 0, 0);
}

.account__btn-wrap {
  margin-top: 60px;
}

.text-block-10 {
  color: #212529;
  margin-bottom: 15px;
}

.text-block-9 {
  color: #212529;
  margin-top: 7px;
  font-size: 18px;
  font-weight: 500;
}

.account-row {
  width: 800px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 86px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sec-heading-h2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 67px;
}

.account-desc {
  text-align: center;
}

.image-25 {
  width: 45px;
  filter: brightness(20000%);
}

.small-title {
  margin-top: 13px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.text-block-11 {
  color: #212529;
  margin-top: 10px;
}

.image-30 {
  width: 100%;
}

.image-28 {
  position: relative;
  top: 32px;
}

.image-27 {
  z-index: 3;
  width: 25%;
  position: absolute;
  top: auto;
  bottom: -18%;
  left: auto;
  right: 0%;
}

.div-block-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.policy-content h2 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 42px;
}

.policy-content p {
  margin-bottom: 18px;
}

.policy-content h3 {
  margin-top: 37px;
  margin-bottom: 20px;
}

.table-nav {
  height: 75vh;
  background-color: rgba(101, 22, 220, .05);
  border: 1px solid rgba(101, 22, 220, .12);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px 28px;
  display: flex;
  overflow: auto;
  box-shadow: 0 0 20px rgba(101, 22, 220, .1);
}

.table-nav.auto {
  height: auto;
}

.sec-row {
  grid-column-gap: 87px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 71px;
  display: flex;
}

.div-block-19 {
  text-align: center;
}

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

.text-block-13 {
  margin-top: 20px;
}

.table-cap {
  width: 66%;
}

.table-content {
  width: 30%;
  position: -webkit-sticky;
  position: sticky;
  top: 111px;
}

.link-4 {
  color: #212529;
  margin-top: 20px;
  line-height: 22px;
  text-decoration: underline;
}

.link-4.pd {
  margin-top: 14px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 18px;
}

.tab-card--1st-2 {
  background-color: #f2f0ff;
  border-radius: 14px;
  padding: 60px 42px 48px;
  display: none;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(113, 113, 113, .2);
}

.pric-2 {
  color: #6516de;
  font-size: 60px;
  font-weight: 800;
  line-height: 65px;
}

.pric-2.lig {
  color: #fff;
}

.card-body__1st-2 {
  border-top: 1px solid #7352aa;
  margin-top: 24px;
  padding-top: 25px;
  padding-right: 51px;
}

.tabs__body-2 {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 72px;
  display: flex;
}

.tag-badge-2 {
  color: #6516dc;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin-left: 34px;
  padding: 5px 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 16px;
  display: inline-block;
}

.div-block-21 {
  align-items: flex-end;
  margin-top: 5px;
  display: flex;
}

.text-block-14 {
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #6516dc;
  border-radius: 8px;
  padding: 20px 35px;
  font-weight: 700;
  line-height: 16px;
}

.button-2.lig {
  color: #6516dc;
  background-color: #fff;
}

.text-block-15 {
  opacity: .69;
  color: #3d0e85;
  white-space: nowrap;
  margin-bottom: 11px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.text-block-15.lig {
  color: #fff;
  display: none;
}

.text-block-16 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  display: none;
}

.image-31 {
  position: absolute;
  top: auto;
  bottom: -9%;
  left: -22%;
  right: auto;
}

.list-item-2 {
  color: #212529;
  background-image: url('../images/check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-left: 25px;
  font-size: 18px;
}

.list-item-2.first {
  margin-top: 0;
}

.text-block-17 {
  color: #212529;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.superscript-2 {
  margin-right: 1px;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  top: -18px;
}

.spec-card__body-2 {
  border-top: 1px solid #fff;
  margin-top: 24px;
  padding-top: 25px;
}

.spec-card__body-2.p0 {
  margin-top: 13px;
  padding-top: 13px;
}

.spec-2 {
  color: #fff;
  background-color: #6516dc;
  border-radius: 20px;
  padding: 60px 42px 48px 240px;
  position: relative;
}

.spec-2.pd {
  width: 837px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 67px 80px 154px;
}

.div-block-22 {
  align-items: center;
  display: none;
}

.spec-card__body-3 {
  border-top: 1px solid #fff;
  margin-top: 18px;
  padding-top: 25px;
}

.pric-3 {
  color: #6516de;
  white-space: nowrap;
  font-size: 60px;
  font-weight: 800;
  line-height: 65px;
}

.text-block-19 {
  color: #212529;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.tabs__body-3 {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #6516dc;
  border-radius: 8px;
  padding: 20px 35px;
  font-weight: 700;
  line-height: 16px;
}

.button-3.lig {
  color: #6516dc;
  background-color: #fff;
}

.spec-3 {
  width: 740px;
  max-width: 100%;
  color: #fff;
  background-color: #6516dc;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 219px 48px 48px;
  position: relative;
}

.list-item-3 {
  color: #212529;
  background-image: url('../images/check.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-left: 25px;
  font-size: 18px;
}

.list-item-3.first {
  margin-top: 0;
}

.card-btnwrap__1st-2 {
  margin-top: 60px;
}

.text-block-20 {
  opacity: .69;
  color: #3d0e85;
  white-space: nowrap;
  margin-bottom: 11px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.div-block-23 {
  align-items: flex-end;
  margin-top: 5px;
  display: flex;
}

.tab-card--1st-3 {
  background-color: #f2f0ff;
  border-radius: 14px;
  padding: 60px 42px 48px;
  display: none;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(113, 113, 113, .2);
}

.text-block-21 {
  letter-spacing: 0;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.image-15 {
  position: absolute;
  top: -9%;
  bottom: auto;
  left: auto;
  right: -6.5%;
}

.text-block-12 {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}

.tabs-content {
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .div-block-5 {
    background-size: 40%, 70%;
  }

  .pricing {
    min-height: 87vh;
  }

  .account-sec {
    min-height: 100vh;
    padding-top: 208px;
  }

  .tabs__body-2 {
    grid-column-gap: 33px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .55fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .main-heading {
    font-size: 92px;
    line-height: 98px;
  }

  .cultivate__row {
    position: relative;
  }

  .cultivate__img-wrap {
    margin-top: 47px;
  }

  .pricing {
    min-height: 89vh;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .sec-cap {
    width: 1040px;
  }

  .account-sec {
    align-items: center;
    display: flex;
  }

  .pric-2.lig {
    font-size: 68px;
    line-height: 75px;
  }

  .image-31 {
    left: -23%;
  }
}

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

  .hero__row {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .hero__col.first {
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn-light, .btn-default {
    width: auto;
  }

  .hero__img-wrap {
    text-align: center;
  }

  .priority {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .priority__row {
    grid-column-gap: 39px;
    grid-template-columns: .9fr 1fr;
  }

  .sec-subheading {
    font-size: 38px;
    line-height: 48px;
  }

  .cultivate {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .status {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .status__row {
    grid-column-gap: 20px;
    margin-top: 40px;
  }

  .status__num {
    font-size: 40px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .div-block-2 {
    height: 270px;
  }

  .optimize {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .optimize__row {
    grid-column-gap: 42px;
  }

  .integration {
    padding-top: 70px;
  }

  .integration__row {
    grid-column-gap: 42px;
  }

  .testimonials {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .slider {
    margin-top: 110px;
  }

  .slide-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial__client-name {
    font-size: 28px;
    line-height: 35px;
  }

  .feedback {
    margin-top: 26px;
  }

  .footer-cta {
    padding-top: 90px;
  }

  .footer-cta__btn-wrap {
    margin-top: 50px;
  }

  .div-block-3 {
    margin-bottom: -80px;
  }

  .pricing {
    padding-bottom: 100px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .card-body__1st {
    padding-right: 0;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .text-block-5 {
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-7 {
    font-size: 24px;
  }

  .tabs__body {
    grid-template-columns: .9fr 1fr;
    margin-top: 50px;
  }

  .tag-badge {
    margin-left: 25px;
  }

  .tab-card--1st {
    padding: 50px 30px 40px;
  }

  .pric {
    font-size: 40px;
    line-height: 50px;
  }

  .spec {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 50px;
  }

  .image-7 {
    height: 54%;
    top: auto;
    bottom: -6%;
    left: auto;
    right: 0%;
  }

  .image-8 {
    width: 180px;
  }

  .image-13 {
    margin-left: 30px;
  }

  .tool-btn {
    padding-right: 15px;
  }

  .btn-default-2 {
    width: auto;
  }

  .account-row {
    width: 100%;
    margin-top: 50px;
  }

  .sec-heading-h2 {
    font-size: 40px;
    line-height: 57px;
  }

  .sec-row {
    grid-column-gap: 50px;
  }

  .pric-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .tabs__body-2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .tag-badge-2 {
    margin-left: 25px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 23px;
  }

  .text-block-15 {
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-16 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-31 {
    width: 42%;
    bottom: -8.5%;
    left: -22%;
  }

  .text-block-18 {
    font-size: 18px;
    line-height: 25px;
  }

  .superscript-2 {
    font-size: 20px;
    line-height: 20px;
    top: -14px;
  }

  .spec-card__body-2 {
    padding-left: 0;
  }

  .spec-2 {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 40px;
  }

  .pric-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .tabs__body-3 {
    grid-template-columns: .9fr 1fr;
    margin-top: 50px;
  }

  .spec-3 {
    padding-top: 50px;
    padding-left: 30px;
  }

  .text-block-20 {
    font-size: 22px;
    line-height: 26px;
  }

  .tab-card--1st-3 {
    padding: 50px 30px 40px;
  }

  .text-block-21 {
    font-size: 60px;
    line-height: 60px;
  }

  .image-15 {
    height: 100%;
    top: auto;
    bottom: -4%;
    left: auto;
    right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 63px;
  }

  .hero__desc {
    width: 100%;
  }

  .hero__btn-wrap {
    margin-top: 30px;
  }

  .btn-light, .btn-default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .priority {
    padding-top: 50px;
  }

  .priority__row {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .subtitle {
    margin-bottom: 14px;
  }

  .subtitle.font-800 {
    margin-bottom: 10px;
  }

  .sec-subheading {
    font-size: 36px;
    line-height: 46px;
  }

  .sec-para {
    margin-top: 18px;
  }

  .sec-para.wid, .sec-para.wid-copy {
    width: 100%;
  }

  .sec-btn-wrap {
    margin-top: 35px;
  }

  .cultivate__row {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .status__row {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .sec-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .status-card {
    border-radius: 14px;
  }

  .status__num {
    line-height: 50px;
  }

  .div-block {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2 {
    border-radius: 10px;
  }

  .optimize__row {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .integration {
    padding-top: 60px;
  }

  .integration__row {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .support {
    padding-top: 40px;
  }

  .info__card {
    border-radius: 24px;
    padding: 25px 25px 50px;
  }

  .image-5 {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .info__desc {
    margin-top: 20px;
  }

  .testimonials {
    padding-bottom: 80px;
  }

  .slider {
    margin-top: 40px;
  }

  .slide-item {
    margin-left: 5px;
    margin-right: 5px;
    padding: 40px 20px;
  }

  .feedback {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .footer-cta {
    padding-top: 70px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer__row {
    text-align: center;
    border-top-style: none;
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
  }

  .footer__social-media {
    justify-content: center;
    margin-top: 30px;
  }

  .social-link {
    margin-left: 0;
  }

  .social-link.mar {
    margin-left: 11px;
  }

  .div-block-3 {
    margin-bottom: -54px;
  }

  .div-block-4 {
    border-top: 1px solid rgba(255, 255, 255, .3);
    order: 1;
    margin-top: 38px;
    padding-top: 20px;
  }

  .div-block-5 {
    background-position: 0 100%, 100% 75%;
    background-size: 80%, 90%;
  }

  .pricing {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .pricing__desc {
    margin-top: 16px;
    font-size: 16px;
  }

  .card-body__1st {
    margin-top: 17px;
  }

  .list-item {
    background-position: 0 7px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .card-btnwrap__1st.margin, .tabs {
    margin-top: 40px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .tab__btn {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-7 {
    font-size: 22px;
  }

  .tabs__body {
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .tab-card--1st {
    padding-top: 40px;
  }

  .pric {
    font-size: 35px;
  }

  .spec {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 119px;
  }

  .image-7 {
    height: 100%;
    margin-right: 10px;
    bottom: -6%;
  }

  .image-8 {
    width: 130px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-15 {
    top: 4%;
    overflow: hidden;
  }

  .text-span-2 {
    display: inline;
  }

  .account-sec {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .btn-default-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .account__btn-wrap {
    margin-top: 50px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 24px;
  }

  .account-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .sec-heading-h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .image-25 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-28 {
    width: 50%;
  }

  .image-27 {
    bottom: -10%;
  }

  .div-block-16 {
    padding-left: 3%;
    top: 4%;
    overflow: hidden;
  }

  .policy-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .policy-content h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .sec-row {
    margin-top: 40px;
  }

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

  .table-cap {
    width: 100%;
  }

  .table-content {
    display: none;
  }

  .tab-card--1st-2 {
    padding: 40px 30px;
  }

  .pric-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .card-body__1st-2 {
    margin-top: 17px;
  }

  .tabs__body-2 {
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .div-block-20 {
    padding-left: 0;
  }

  .image-31 {
    width: 39%;
    display: none;
    bottom: -6%;
  }

  .list-item-2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .text-block-18 {
    width: 100%;
    font-size: 16px;
  }

  .spec-card__body-2.p0 {
    padding-left: 0;
  }

  .spec-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
  }

  .spec-2.pd {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
  }

  .pric-3 {
    font-size: 35px;
  }

  .tabs__body-3 {
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .spec-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 50px;
  }

  .list-item-3 {
    background-position: 0 7px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .card-btnwrap__1st-2 {
    margin-top: 50px;
  }

  .text-block-20 {
    font-size: 20px;
  }

  .tab-card--1st-3 {
    padding-top: 40px;
  }

  .text-block-21 {
    font-size: 50px;
  }

  .image-15 {
    height: 70%;
    display: none;
    bottom: -10%;
    right: 1%;
  }

  .text-block-12 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .hero__col.last {
    padding-bottom: 20px;
  }

  .badge {
    line-height: 20px;
  }

  .main-heading {
    font-size: 36px;
    line-height: 45px;
  }

  .hero__btn-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-light.margin {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .btn-default.margin {
    margin-top: 15px;
    margin-left: 0;
  }

  .sec-subheading {
    font-size: 30px;
    line-height: 40px;
  }

  .sec-btn-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .sec-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .status-card {
    min-height: auto;
  }

  .status__num {
    font-size: 30px;
  }

  .optimize {
    padding-bottom: 50px;
  }

  .testimonials {
    padding-bottom: 70px;
  }

  .slide-item {
    height: 354px;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .testimonial__client-name {
    font-size: 24px;
    line-height: 34px;
  }

  .feedback {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-cta {
    padding-top: 70px;
  }

  .footer-cta__btn-wrap {
    flex-direction: column;
    align-items: stretch;
    margin-top: 35px;
  }

  .div-block-3 {
    margin-bottom: -27px;
  }

  .spec-card__body {
    margin-top: 17px;
    padding-top: 18px;
  }

  .button {
    display: block;
  }

  .tabs {
    margin-top: 40px;
  }

  .superscript {
    top: -10px;
  }

  .tab__btn {
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-block-7 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .tag-badge {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .tab-card--1st {
    padding: 30px 25px;
  }

  .spec {
    border-radius: 14px;
    padding: 30px 25px;
  }

  .div-block-7 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    width: 90px;
  }

  .image-13 {
    margin-left: 23px;
  }

  .image-24 {
    width: 68%;
  }

  .tool-btn {
    min-height: 76px;
  }

  .account__btn-wrap {
    margin-top: 40px;
  }

  .account-row {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .sec-heading-h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .small-title {
    font-size: 18px;
    line-height: 24px;
  }

  .image-28 {
    top: 0;
  }

  .policy-content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-2 {
    padding-top: 50px;
  }

  .text-block-13 {
    margin-top: 16px;
    font-size: 14px;
  }

  .tab-card--1st-2 {
    padding: 30px 25px;
  }

  .tabs__body-2 {
    display: block;
  }

  .tag-badge-2 {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .text-block-16 {
    font-size: 20px;
  }

  .image-31 {
    display: none;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .spec-2 {
    border-radius: 14px;
    padding: 30px 25px;
  }

  .spec-2.pd {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-22 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spec-card__body-3 {
    margin-top: 17px;
    padding-top: 18px;
  }

  .spec-3 {
    border-radius: 14px;
    padding: 30px 25px;
  }

  .tab-card--1st-3 {
    padding: 30px 25px;
  }

  .text-block-21 {
    font-size: 33px;
    line-height: 40px;
  }

  .image-15 {
    display: none;
  }
}

#w-node-_80b39a66-7a96-4380-aea0-7e8c2c705de3-97067eda, #w-node-_0522bd97-7d41-a7bd-bee3-4bb29090b39e-97067eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1bcd3452-a95c-c76c-056e-67a95009586b-46993f3c, #w-node-_56158127-30ee-5a49-a4d6-6661a78e1612-46993f3c {
    order: 9999;
  }
}


