:root {
  --body: #333;
  --title: black;
  --secondary: #ede6dd;
  --desktop: 150px;
  --tablet: 100px;
  --landscape-mobile: 80px;
  --portrait-mobile: 80px;
  --primary: #bbb7e2;
  --bg: white;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  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: var(--body);
  background-color: #f4efe9;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 76px;
  font-weight: 600;
  line-height: 130%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 600;
  line-height: 130%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  background-color: var(--secondary);
  color: #000;
  text-align: center;
  border-left: 0 #e2e2e2;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 20px;
  line-height: 170%;
}

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

.container.hide {
  display: none;
}

.top-line {
  background-color: #000;
  width: 26px;
  height: 1px;
  margin-left: auto;
}

.center-line {
  background-color: #000;
  width: 40px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.bottom-line {
  background-color: #000;
  width: 27px;
  height: 1px;
  margin-left: auto;
}

.navbar {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.brand {
  padding-left: 0;
}

.navbar-wrap {
  z-index: 11;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.button-text {
  position: relative;
  overflow: hidden;
}

.btn-text {
  grid-column-gap: 4px;
  display: flex;
}

.btn-text.hover {
  position: absolute;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-title._2 {
  padding-top: 0;
}

.main-title {
  margin-bottom: 0;
}

.page-data {
  margin-bottom: var(--desktop);
}

.footer {
  background-color: #000;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft-bottom {
  grid-column-gap: 60px;
  color: #999;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.ft-social {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ft-dot {
  background-color: #d9d9d980;
  border-radius: 50%;
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.ft-bottom-link {
  color: #999;
  text-decoration: none;
  transition: color .3s;
}

.ft-bottom-link:hover {
  color: var(--primary);
}

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

.ft-info {
  background-color: #1d1d1d;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding: 25px 30px;
  display: flex;
}

.ft-right {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.ft-line {
  background-color: #ffffff1a;
  width: 1px;
  height: auto;
}

.ft-heading {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
}

.ft-block {
  flex-flow: column;
  display: flex;
}

.ft-mail {
  color: #999;
  text-decoration: none;
  transition: color .3s;
}

.ft-mail:hover {
  color: var(--primary);
}

.footer-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-bottom: 18px;
}

.ft-left {
  width: 100%;
  max-width: 40%;
}

.form {
  grid-column-gap: 8px;
  display: flex;
}

.footer-input {
  color: #fff;
  background-color: #1d1d1d;
  background-image: url('../images/ic-mailid.svg');
  background-position: 22px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 20px 10px 46px;
  font-size: 14px;
  line-height: 150%;
}

.footer-input::placeholder {
  color: #666;
  font-size: 14px;
  line-height: 150%;
}

.submit-button {
  background-color: var(--primary);
  color: #000;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: var(--secondary);
}

.contact-form {
  margin-bottom: 0;
}

.success-message {
  background-color: var(--secondary);
  color: #000;
  text-align: center;
  border-radius: 8px;
}

.error-message {
  color: #000;
  text-align: center;
  border-radius: 8px;
}

.ft-menu-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 38%;
  display: flex;
}

.footer-label {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
}

.ft-menu {
  flex-flow: column;
  display: flex;
}

.ft-link {
  color: #999;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.ft-link:hover {
  color: var(--secondary);
}

.ft-link.w--current {
  color: #fff;
}

.ft-link.hide {
  display: none;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.sg-section {
  margin-bottom: var(--desktop);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-font {
  margin-top: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.body-large {
  font-size: 20px;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-main {
  background-color: var(--primary);
  border-radius: 8px;
  width: 120px;
  height: 120px;
}

.color-main.title-color {
  background-color: var(--title);
}

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

.color-main.bg {
  background-color: var(--bg);
}

.color-main.secondary {
  background-color: var(--secondary);
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.button-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.primary-button {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-width: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--primary);
  color: #000;
}

.primary-button.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.primary-button.white {
  color: #000;
  background-color: #fff;
}

.button-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  display: flex;
}

.secondary-button {
  grid-column-gap: 8px;
  color: #000;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.info-inner {
  padding-bottom: 30px;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.single-text {
  margin-bottom: 0;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.licensing-title {
  margin-bottom: 0;
}

.disclaimer {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 60px;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.license-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  margin-bottom: 0;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

.policy-block {
  padding-top: 60px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  width: 100%;
  max-width: 52%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

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

.plain-link:hover {
  text-decoration: underline;
}

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

.utility-page-content {
  background-color: var(--bg);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 498px;
  margin-bottom: 0;
  padding: 60px 50px;
  display: flex;
}

.error-data {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 572px;
  display: flex;
}

.error-info {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

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

.pass-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.field-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.pass-input {
  color: #000;
  border: 0 #000;
  border-bottom: 1px solid #0000001a;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 6px;
  font-size: 16px;
  line-height: 150%;
}

.pass-input:focus {
  border-bottom-color: #000;
}

.pass-input::placeholder {
  color: var(--body);
  font-size: 14px;
  line-height: 150%;
}

.sub-title {
  background-color: var(--bg);
  color: var(--title);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
}

.faq {
  margin-bottom: var(--desktop);
}

.section-title {
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.faq-wrap {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-img {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

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

.faq-right {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans-box {
  padding-top: 12px;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 170%;
}

.que {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.horizontal-line {
  background-color: #000;
  width: 13px;
  height: 1px;
  position: absolute;
}

.que-icon {
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.ans-text {
  margin-bottom: 0;
}

.verticle-line {
  background-color: #000;
  width: 1px;
  height: 13px;
}

.faq-info {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  padding: 20px;
}

.faq-title {
  margin-bottom: 0;
}

.facts {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.facts-wrapper {
  grid-row-gap: 40px;
  background-color: var(--secondary);
  border-radius: 8px;
  flex-flow: column;
  padding: 60px;
  display: flex;
  overflow: hidden;
}

.facts-top {
  grid-column-gap: 60px;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.facts-heading {
  margin-bottom: 8px;
}

.facts-left {
  width: 100%;
  max-width: 56%;
}

.facts-bottom {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facts-info {
  color: #000;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}

.contact {
  margin-bottom: var(--desktop);
}

.contact-wrapper {
  grid-column-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-wrapper._2 {
  justify-content: center;
  align-items: center;
}

.contact-right {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 54%;
  display: flex;
}

.contact-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 46%;
  display: flex;
}

.contact-img {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.form-wrap {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.form-field {
  grid-column-gap: 60px;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input {
  color: #000;
  background-color: #0000;
  border: 0 #000;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 150%;
}

.input::placeholder {
  color: #666;
  font-size: 14px;
  line-height: 150%;
}

.field-left {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 118px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.field-dot {
  border: 1px solid #00000080;
  border-radius: 50%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.textarea {
  color: #000;
  background-color: #0000;
  border: 0 #000;
  height: auto;
  min-height: 90px;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 150%;
}

.textarea::placeholder {
  color: #666;
  font-size: 14px;
  line-height: 150%;
}

.form-bottom {
  margin-top: 40px;
  display: flex;
}

.contact-button {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  background-image: url('../images/ic-submit.svg');
  background-position: 124px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 50px 14px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.contact-button:hover {
  background-color: var(--primary);
  color: #000;
  background-image: url('../images/ic-arrow-black.svg');
}

.contact-heading {
  margin-bottom: 25px;
}

.contact-wrap {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-sub-title {
  min-width: 68px;
  margin-bottom: 0;
}

.contact-info {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.contact-link {
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.contact-link:hover {
  color: #000;
  text-decoration: underline;
}

.empty-state {
  background-color: var(--bg);
  color: #000;
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 8px;
}

.pagination {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
}

.review-info {
  grid-column-gap: 10px;
  display: flex;
}

.review-line {
  background-color: #fff3;
  width: 1px;
  height: auto;
}

.review-name {
  color: #000;
}

.review-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 436px;
  max-height: 436px;
  display: flex;
  overflow: hidden;
}

.testimonial-quote {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.testimonial-text {
  margin-bottom: 0;
}

.d-none {
  display: none;
}

.review-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 58%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 134px;
}

.testimonial-block {
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.review-left {
  grid-column-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 42%;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.left-arrow {
  background-color: var(--bg);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  transition: background-color .3s;
  display: flex;
  inset: auto auto 60px 0;
}

.left-arrow:hover {
  background-color: var(--secondary);
}

.right-arrow {
  background-color: var(--bg);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  transition: background-color .3s;
  display: flex;
  inset: auto auto 60px 44px;
}

.right-arrow:hover {
  background-color: var(--secondary);
}

.review-data {
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.review-data.bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.review-scroll {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.testimonial-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  min-height: 225px;
  max-height: 255px;
}

.testimonial-overlay {
  color: #fff;
  background-image: linear-gradient(#0000, #0006);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.review-linear {
  background-image: linear-gradient(180deg, var(--primary), #bbb7e200);
  width: 100%;
  min-height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.review-linear.bottom {
  background-image: linear-gradient(180deg, #bbb7e200, var(--primary));
  inset: auto 0% 0%;
}

.blogs {
  margin-bottom: var(--desktop);
}

.post-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-item {
  display: flex;
}

.post-block {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  transition: background-color .3s;
  overflow: hidden;
}

.post-block:hover {
  background-color: var(--secondary);
}

.post-img {
  background-color: var(--secondary);
  width: 100%;
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 360px;
  max-height: 360px;
}

.post-data {
  grid-row-gap: 15px;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.post-title {
  margin-bottom: 0;
}

.post-info {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.post-line {
  background-color: #0000001a;
  width: 10px;
  height: 1px;
}

.section-heading {
  margin-bottom: 0;
}

.post-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-main-title {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
}

.post-date {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-main {
  margin-bottom: var(--desktop);
}

.post-main-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.post-details {
  width: 100%;
  max-width: 900px;
}

.post-info-wrap {
  grid-column-gap: 15px;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 30px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.post-divider {
  background-color: #0000001a;
  width: 1px;
  height: auto;
}

.post-time {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pa-img {
  background-color: var(--secondary);
  border-radius: 50%;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  overflow: hidden;
}

.post-author {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.pa-name {
  grid-column-gap: 4px;
  color: #000;
  display: flex;
}

.post-social {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.social-link {
  background-color: var(--secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--bg);
}

.pricing {
  margin-bottom: var(--desktop);
}

.pricing-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-block {
  grid-row-gap: 40px;
  background-color: var(--secondary);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.pricing-block.bg {
  background-color: var(--primary);
}

.pricing-title {
  margin-bottom: 25px;
}

.pricing-price {
  margin-bottom: 4px;
}

.pricing-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  overflow: hidden;
}

.pricing-image {
  object-fit: cover;
  width: 100%;
  min-height: 180px;
  max-height: 180px;
}

.pricing-sub-title {
  margin-bottom: 12px;
  font-size: 20px;
}

.pricing-features {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-list {
  background-image: url('../images/ic-check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 26px;
}

.pricing-button {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.plan-table {
  margin-bottom: var(--desktop);
}

.plan-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.plan-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.plan-block {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 22px;
  display: flex;
}

.plan-block.overview {
  margin-bottom: 20px;
  padding-top: 0;
}

.plan-block.divider {
  margin-top: 8px;
  padding-top: 0;
}

.plan-block.monthly {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 22px;
}

.table-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.plan-right {
  grid-column-gap: 12px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80%;
  display: grid;
}

.plan-head {
  font-size: 14px;
  line-height: 150%;
}

.plan-price {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.line-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan-data {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.gradient.mobile {
  display: none;
}

.plan-check-icon {
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
}

.integrations {
  margin-bottom: var(--desktop);
  display: none;
}

.ig-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.ig-item {
  border: 2px solid var(--secondary);
  border-radius: 1rem;
  display: flex;
}

.ig-block {
  grid-row-gap: 100px;
  background-color: #f3efe9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 25px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.ig-block:hover {
  background-color: var(--bg);
}

.ig-inner-icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.ig-title {
  margin-bottom: 8px;
  font-weight: 500;
}

.ig-main {
  margin-bottom: var(--desktop);
}

.ig-details {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  display: flex;
}

.ig-about ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.ig-about li {
  background-image: url('../images/check-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 34px;
}

.ig-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.ig-left {
  background-color: var(--secondary);
  border-radius: 8px;
  min-width: 900px;
  padding: 35px;
  overflow: hidden;
}

.ig-main-img {
  width: 100%;
  height: 100%;
}

.ig-right {
  grid-row-gap: 40px;
  background-color: var(--primary);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 35px;
  display: flex;
}

.ig-text {
  margin-bottom: 0;
}

.ig-text._2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ig-data {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.plus-icon {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.app-icon {
  background-color: var(--bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.app-inner-icon {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.ig-line {
  background-color: #0000001a;
  width: auto;
  height: 1px;
}

.ig-info-wrap {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.ig-info {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.ig-sub-title {
  margin-bottom: 0;
}

.author-data {
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-img {
  background-color: var(--secondary);
  border-radius: 50%;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}

.author-image {
  object-fit: cover;
  width: 100%;
  min-height: 80px;
  max-height: 80px;
}

.features {
  margin-bottom: var(--desktop);
}

.features-wrapper {
  grid-column-gap: 25px;
  display: flex;
}

.features-left {
  grid-row-gap: 60px;
  background-color: var(--bg);
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 38%;
  height: 100%;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.features-right {
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 62%;
  display: flex;
}

.features-graph {
  width: 100%;
}

.features-top {
  grid-row-gap: 25px;
  background-color: var(--bg);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.features-bottom {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.features-block {
  grid-row-gap: 25px;
  background-color: var(--bg);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 25px 30px;
  display: flex;
  overflow: hidden;
}

.features-box {
  background-color: var(--bg);
  border-radius: 8px;
  padding: 25px;
  overflow: hidden;
}

.security {
  margin-bottom: var(--desktop);
}

.security-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.security-img {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.security-left {
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.security-list {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.security-list-item {
  background-image: url('../images/list-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 26px;
}

.pf-wrapper {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.pf-bottom {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pf-top {
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.pf-block {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.pf-icon {
  background-color: #f4efe9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.pf-inner-icon {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.pf-img {
  background-color: var(--secondary);
  width: 100%;
  max-width: 50%;
  position: relative;
}

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

.pf-right {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  padding: 40px;
  display: flex;
}

.pf-data {
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.pf-line {
  background-color: #0000001a;
  width: auto;
  height: 1px;
}

.pf-info {
  width: 100%;
}

.pf-box {
  padding-top: 10px;
}

.our-story {
  margin-bottom: var(--desktop);
}

.story-title {
  width: 100%;
  max-width: 68%;
  margin-bottom: 40px;
}

.story-img {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.story-image {
  object-fit: cover;
  width: 100%;
  min-height: 580px;
  max-height: 580px;
}

.story-box {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 24%;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: -112px 15px auto auto;
}

.story-bottom {
  position: relative;
}

.story-heading {
  margin-bottom: 5px;
}

.story-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.story-line {
  background-color: #0000001a;
  width: auto;
  height: 1px;
}

.story-facts {
  font-size: 14px;
  line-height: 160%;
}

.story-data {
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.story-info {
  color: #000;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.excellence {
  margin-bottom: var(--desktop);
}

.excellence-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.excellence-left {
  grid-row-gap: 52px;
  flex-flow: column;
  width: 100%;
  max-width: 42%;
  display: flex;
}

.excellence-right {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 58%;
  display: flex;
}

.excellence-title {
  margin-bottom: 8px;
}

.excellence-bottom {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.excellence-block {
  grid-column-gap: 20px;
  background-color: var(--bg);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.excellence-icon {
  background-color: #f4efe9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.excellence-inner {
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
}

.excellence-heading {
  margin-bottom: 4px;
}

.excellence-img {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  max-width: 64%;
  position: relative;
  overflow: hidden;
}

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

.excellence-thumb {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  max-width: 36%;
  position: relative;
  overflow: hidden;
}

.clients {
  margin-bottom: var(--desktop);
}

.clients.hide {
  display: none;
}

.clients-title {
  margin-bottom: 40px;
}

.clients-heading {
  margin-bottom: 0;
}

.clients-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clients-block {
  border: 1px solid #0000001a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.clients-logo {
  width: 100%;
  max-width: 164px;
}

.vision {
  margin-bottom: var(--desktop);
}

.vision-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vision-img {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  max-width: 64%;
  position: relative;
  overflow: hidden;
}

.vision-right {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 36%;
  display: flex;
}

.vision-data {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.vision-line {
  background-color: #0000001a;
  width: auto;
  height: 1px;
}

.vision-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.testimonials {
  background-color: var(--primary);
  margin-bottom: 0;
  overflow: hidden;
}

.blog-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 42%;
}

.blog-right {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 58%;
  display: flex;
}

.blogs-img {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blogs-list {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.blog-block {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 25px;
  text-decoration: none;
  transition: border-color .3s;
}

.blog-block:hover {
  border-bottom-color: #000;
}

.blog-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

.blog-info {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-info.mobile {
  display: none;
}

.blog-info.desktop {
  width: 100%;
  max-width: 84%;
}

.team {
  margin-bottom: var(--desktop);
}

.team-wrapper {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-block {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

.team-img {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 356px;
  max-height: 356px;
}

.team-name {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.about-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-heading {
  margin-top: 12px;
  margin-bottom: 18px;
}

.about-wrapper {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.about-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-right {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 56%;
  display: flex;
}

.about-img {
  border-radius: 8px;
  width: 100%;
  max-width: 44%;
  position: relative;
  overflow: hidden;
}

.about-block {
  border-right: 1px solid #0000001a;
  padding-right: 40px;
}

.about-block.last {
  border-right-width: 0;
  padding-right: 0;
}

.about-bottom {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.innovation-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.innovation-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding-top: 20px;
  display: flex;
}

.innovation-bottom {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.innovation-img {
  border-radius: 8px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.innovation-thumb {
  background-color: var(--bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 36%;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.innovation-top {
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fe-wrapper {
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fe-text {
  margin-bottom: 0;
}

.fe-block {
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 50%;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.fe-graph {
  width: 100%;
}

.fe-title {
  margin-bottom: 6px;
  font-size: 20px;
}

.fe-top {
  grid-column-gap: 25px;
  display: flex;
}

.fe-bottom {
  grid-column-gap: 30px;
  display: flex;
}

.scroll-left {
  grid-column-gap: 25px;
  display: flex;
}

.integration-icon {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.integration-wrap {
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integrations-name {
  color: #000;
  margin-bottom: 2px;
}

.scroll-right {
  grid-column-gap: 25px;
  flex-flow: row;
  display: flex;
}

.integration-block {
  grid-row-gap: 15px;
  text-align: center;
  background-color: #f4efe9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 138px;
  max-width: 138px;
  min-height: 138px;
  max-height: 138px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  overflow: hidden;
}

.features-explored {
  margin-bottom: var(--desktop);
}

.fe-box {
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 32%;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.fe-box._02 {
  max-width: 26%;
}

.fe-box._03 {
  max-width: 42%;
}

.integration-section {
  margin-bottom: var(--desktop);
  background-color: var(--secondary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.ig-top {
  display: flex;
}

.ig-bottom {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.ig-gradient {
  background-image: linear-gradient(90deg, #ede6dd, #ede6dd00);
  min-width: 150px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ig-gradient.right {
  background-image: linear-gradient(90deg, #ede6dd00, #ede6dd);
  inset: 0% 0% 0% auto;
}

.innovation {
  margin-bottom: var(--desktop);
}

.innovation-title {
  margin-bottom: 15px;
}

.innovation-data {
  width: 100%;
  max-width: 64%;
}

.about {
  margin-bottom: var(--desktop);
}

.hero {
  margin-bottom: var(--desktop);
  background-color: var(--secondary);
}

.hero-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.hero-wrapper {
  grid-column-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-right {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 34%;
  display: flex;
}

.hero-left {
  grid-row-gap: 160px;
  flex-flow: column;
  width: 100%;
  max-width: 66%;
  display: flex;
}

.hero-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

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

.hero-facts {
  grid-row-gap: 24px;
  background-color: #fffaf3;
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.hf-top {
  grid-column-gap: 60px;
  color: #000;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 38px;
  line-height: 130%;
  display: flex;
}

.hf-icon {
  min-width: 38px;
  max-width: 38px;
  min-height: 38px;
  max-height: 38px;
}

.hf-bottom {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 16px;
  display: flex;
}

.client-wrap {
  margin-left: 8px;
  display: flex;
}

.client-img {
  background-color: var(--secondary);
  border: 1px solid #fff;
  border-radius: 50%;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  margin-left: -8px;
  overflow: hidden;
}

.client-image {
  object-fit: cover;
  width: 100%;
  min-height: 35px;
  max-height: 35px;
}

.hf-text {
  margin-bottom: 0;
}

.hero-sub-title {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.hero-icon {
  background-color: var(--bg);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.hero-title {
  margin-bottom: 0;
  font-size: 64px;
  line-height: 120%;
}

.hero-top {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-buttons {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-bottom {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-graph {
  background-color: #f4efe9;
  border-radius: 8px;
  padding: 15px;
}

.hero-inner {
  width: 100%;
}

.hero-data {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-block {
  grid-row-gap: 10px;
  background-color: var(--bg);
  border-radius: 8px;
  flex-flow: column;
  padding: 10px;
  font-size: 16px;
  display: flex;
}

.hero-data-icon {
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
}

.amazing-features {
  margin-bottom: var(--desktop);
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
}

.af-title {
  margin-bottom: 0;
}

.af-top {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.af-wrapper {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.af-block {
  grid-row-gap: 20px;
  background-color: #f4efe9;
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.af-img {
  background-color: var(--bg);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  overflow: hidden;
}

.af-graph {
  width: 100%;
  height: 100%;
}

.af-heading {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}

.on-scroll {
  background-color: var(--secondary);
  width: 102%;
  height: 102%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link.hide {
  display: none;
}

.cs-text-title {
  margin-bottom: 4px;
}

.page-inner {
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.page-inner._2 {
  justify-content: center;
  align-items: center;
}

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

.integration-arrow {
  opacity: 0;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  display: flex;
}

.mask {
  height: auto;
}

.footer-left {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pf-ans-text {
  margin-bottom: 0;
}

.price-button-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  display: flex;
}

.price-button-icon.black {
  border-color: #000;
}

.secondary-icon, .ig-button-icon {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  display: flex;
}

.security-info, .pf-text {
  margin-bottom: 0;
}

.nav-button {
  cursor: pointer;
}

.nav-top {
  grid-row-gap: 18px;
  background-color: var(--bg);
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 75px 30px 25px;
  display: flex;
}

.nav-open {
  z-index: 1111;
  grid-row-gap: 25px;
  background-color: var(--bg);
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 380px;
  display: flex;
  position: absolute;
  inset: -15px -18px auto auto;
  overflow: hidden;
}

.nav-center {
  grid-column-gap: 25px;
  border-bottom: 1px solid #0000001a;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.nav-bottom {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.close-icon {
  cursor: pointer;
  position: absolute;
  inset: 12px 12px auto auto;
}

.backgroung-overly {
  z-index: 111;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
  position: fixed;
  inset: 0%;
}

.link-text.hover {
  position: absolute;
  top: auto;
}

.nav-social-link {
  grid-column-gap: 8px;
  color: #000;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  display: none;
}

.image {
  width: 150px;
}

.h-flex-1rem {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.image-negative {
  filter: invert();
  width: 200px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  blockquote {
    padding: 30px;
  }

  .container {
    max-width: 100%;
  }

  .top-line, .center-line, .bottom-line {
    width: 24px;
  }

  .navbar {
    border-bottom: 1px solid #0000001a;
  }

  .menu-button {
    padding: 0;
    display: block;
  }

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

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data {
    margin-bottom: var(--tablet);
  }

  .footer-top {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .ft-info {
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .ft-left {
    max-width: 75%;
  }

  .ft-menu-wrap {
    max-width: none;
  }

  .sg-section {
    margin-bottom: var(--tablet);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .rich-text {
    max-width: 100%;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .checklist {
    max-width: 100%;
  }

  .utility-page-content {
    padding: 50px 40px;
  }

  .faq {
    margin-bottom: var(--tablet);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .faq-img, .faq-right {
    max-width: none;
  }

  .ans-box {
    padding-top: 10px;
  }

  .facts {
    margin-bottom: var(--tablet);
  }

  .facts-wrapper {
    grid-row-gap: 40px;
    padding: 40px 30px;
  }

  .facts-top {
    grid-column-gap: 40px;
    padding-bottom: 30px;
  }

  .facts-heading {
    font-size: 26px;
  }

  .facts-left {
    max-width: 62%;
    font-size: 16px;
    line-height: 170%;
  }

  .facts-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .facts-block {
    font-size: 14px;
    line-height: 150%;
  }

  .facts-info {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .contact-right, .contact-left {
    grid-row-gap: 30px;
    max-width: none;
  }

  .form-bottom {
    margin-top: 30px;
  }

  .contact-heading {
    margin-bottom: 20px;
  }

  .review-wrapper {
    grid-column-gap: 30px;
    min-height: 450px;
    max-height: 450px;
  }

  .review-slider {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .testimonial-block {
    grid-row-gap: 40px;
  }

  .review-left {
    grid-column-gap: 10px;
    padding-left: 0;
  }

  .review-scroll {
    grid-row-gap: 10px;
  }

  .testimonial-image {
    min-height: auto;
    max-height: none;
  }

  .testimonial-overlay {
    padding: 8px;
    font-size: 12px;
  }

  .review-linear {
    min-height: 60px;
  }

  .blogs {
    margin-bottom: var(--tablet);
  }

  .post-list {
    grid-column-gap: 25px;
  }

  .post-image {
    min-height: 220px;
    max-height: 220px;
  }

  .post-data {
    padding: 20px;
  }

  .post-title {
    font-size: 20px;
  }

  .post-main-title {
    font-size: 36px;
  }

  .post-main {
    margin-bottom: var(--tablet);
  }

  .post-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .post-details {
    max-width: none;
  }

  .post-info-wrap {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .post-social {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-bottom: 0;
    position: static;
  }

  .pricing {
    margin-bottom: var(--tablet);
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-block {
    grid-row-gap: 30px;
    font-size: 16px;
    line-height: 150%;
  }

  .pricing-title {
    margin-bottom: 20px;
  }

  .pricing-price {
    font-size: 20px;
  }

  .pricing-image {
    min-height: 150px;
    max-height: 150px;
  }

  .pricing-sub-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .plan-table {
    margin-bottom: var(--tablet);
  }

  .plan-title {
    font-size: 18px;
  }

  .plan-left {
    max-width: 30%;
  }

  .plan-block {
    grid-column-gap: 40px;
  }

  .plan-right {
    grid-column-gap: 10px;
    max-width: 70%;
  }

  .plan-price {
    font-size: 16px;
    line-height: 170%;
  }

  .plan-data {
    grid-column-gap: 40px;
  }

  .plan-check-icon {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .integrations {
    margin-bottom: var(--tablet);
  }

  .ig-list {
    grid-template-columns: 1fr 1fr;
  }

  .ig-block {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 150%;
  }

  .ig-inner-icon {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
  }

  .ig-title {
    margin-bottom: 8px;
  }

  .ig-main {
    margin-bottom: var(--tablet);
  }

  .ig-details {
    max-width: none;
    margin-top: 40px;
  }

  .ig-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .ig-left {
    min-width: auto;
  }

  .ig-right {
    grid-row-gap: 30px;
  }

  .ig-text {
    text-align: center;
  }

  .ig-data {
    margin-bottom: 40px;
  }

  .features {
    margin-bottom: var(--tablet);
  }

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .features-left {
    grid-row-gap: 30px;
    max-width: none;
  }

  .features-right {
    max-width: none;
  }

  .security {
    margin-bottom: var(--tablet);
  }

  .security-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
  }

  .security-img {
    max-width: none;
  }

  .security-left {
    grid-row-gap: 40px;
    max-width: none;
  }

  .security-list {
    margin-top: 25px;
  }

  .pf-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .pf-top {
    flex-flow: column;
  }

  .pf-block {
    grid-row-gap: 25px;
  }

  .pf-heading {
    margin-bottom: 8px;
  }

  .pf-img {
    max-width: none;
  }

  .pf-right {
    grid-row-gap: 30px;
    max-width: none;
    padding: 30px;
  }

  .pf-box {
    padding-top: 10px;
  }

  .our-story {
    margin-bottom: var(--tablet);
  }

  .story-title {
    max-width: none;
    margin-bottom: 30px;
  }

  .story-image {
    min-height: auto;
    max-height: none;
  }

  .story-box {
    max-width: none;
    position: static;
  }

  .story-bottom {
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .story-text {
    font-size: 16px;
  }

  .story-line {
    width: 1px;
    height: auto;
  }

  .story-data {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .excellence {
    margin-bottom: var(--tablet);
  }

  .excellence-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
  }

  .excellence-left {
    grid-row-gap: 40px;
    max-width: none;
  }

  .excellence-right {
    max-width: none;
  }

  .excellence-title {
    margin-bottom: 10px;
  }

  .clients {
    margin-bottom: var(--tablet);
  }

  .clients-title {
    margin-bottom: 30px;
  }

  .clients-heading {
    max-width: none;
  }

  .clients-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .clients-block {
    padding: 30px 20px;
  }

  .clients-logo {
    max-width: 130px;
  }

  .vision {
    margin-bottom: var(--tablet);
  }

  .vision-wrap {
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .vision-img, .vision-right {
    max-width: none;
  }

  .vision-data {
    grid-row-gap: 20px;
  }

  .vision-title {
    margin-bottom: 8px;
  }

  .testimonials {
    margin-bottom: var(--tablet);
  }

  .blog-wrapper {
    grid-column-gap: 0px;
    flex-flow: column;
  }

  .blog-left, .blog-right {
    grid-row-gap: 30px;
    max-width: none;
  }

  .blog-info.mobile {
    grid-row-gap: 30px;
    margin-top: 40px;
    display: flex;
  }

  .blog-info.desktop {
    display: none;
  }

  .team {
    margin-bottom: var(--tablet);
  }

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

  .team-block {
    grid-row-gap: 8px;
    font-size: 14px;
    line-height: 150%;
  }

  .team-image {
    min-height: 400px;
    max-height: 400px;
  }

  .team-name {
    font-size: 18px;
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-heading {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .about-title {
    margin-bottom: 6px;
  }

  .about-wrapper {
    grid-row-gap: 60px;
  }

  .about-top {
    grid-row-gap: 10px;
  }

  .about-right {
    grid-row-gap: 30px;
    max-width: none;
  }

  .about-img {
    max-width: none;
  }

  .about-block {
    padding-right: 20px;
    font-size: 16px;
    line-height: 150%;
  }

  .about-block.last {
    border-right-width: 1px;
    padding-right: 20px;
  }

  .about-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .innovation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .innovation-right {
    grid-row-gap: 20px;
    max-width: none;
    padding-top: 0;
  }

  .innovation-bottom {
    display: none;
  }

  .innovation-img {
    max-width: none;
  }

  .innovation-top {
    grid-row-gap: 30px;
  }

  .fe-wrapper {
    grid-row-gap: 20px;
  }

  .fe-text {
    font-size: 16px;
    line-height: 170%;
  }

  .fe-block {
    grid-row-gap: 20px;
    padding: 25px;
  }

  .fe-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fe-bottom {
    grid-column-gap: 20px;
  }

  .integration-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .features-explored {
    margin-bottom: var(--tablet);
  }

  .fe-box {
    grid-row-gap: 20px;
    max-width: none;
    padding: 25px;
  }

  .fe-box._02, .fe-box._03 {
    max-width: none;
  }

  .integration-section {
    margin-bottom: var(--tablet);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ig-gradient {
    min-width: 100px;
  }

  .innovation {
    margin-bottom: var(--tablet);
  }

  .innovation-title {
    margin-bottom: 10px;
  }

  .about, .hero {
    margin-bottom: var(--tablet);
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-right {
    max-width: none;
  }

  .hero-left {
    grid-row-gap: 40px;
    max-width: none;
  }

  .hero-image {
    height: auto;
    min-height: 650px;
    max-height: 650px;
  }

  .hero-facts {
    display: none;
  }

  .hero-sub-title {
    margin-bottom: 16px;
  }

  .hero-title {
    font-size: 56px;
  }

  .hero-top {
    grid-row-gap: 30px;
  }

  .amazing-features {
    margin-bottom: var(--tablet);
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .af-top {
    max-width: none;
    margin-bottom: 30px;
  }

  .af-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    display: flex;
  }

  .nav-link.last {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .integration-arrow {
    display: none;
  }

  .author-info {
    grid-column-gap: 20px;
    border-bottom: 1px solid #0000001a;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 14px;
    display: flex;
  }

  .nav-button {
    display: none;
  }

  .nav-top {
    padding-top: 0;
  }

  .nav-open {
    display: none;
  }

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

  .link-text.hover {
    top: 100%;
  }

  .nav-menu {
    background-color: #f4efe9;
    border-bottom: 1px solid #0000001a;
    padding: 30px;
  }

  .nav-utility-link {
    grid-column-gap: 25px;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    display: flex;
  }

  .nav-social {
    grid-column-gap: 25px;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
  }

  .container {
    max-width: 100%;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-title {
    text-align: center;
  }

  .page-data {
    margin-bottom: var(--landscape-mobile);
  }

  .ft-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    flex-flow: column-reverse;
  }

  .footer-top {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .ft-info {
    padding: 20px;
  }

  .ft-right {
    grid-column-gap: 12px;
  }

  .ft-mail {
    font-size: 14px;
    line-height: 150%;
  }

  .ft-left {
    max-width: none;
  }

  .sg-section {
    margin-bottom: var(--landscape-mobile);
  }

  .font-inner {
    flex-wrap: wrap;
  }

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

  .text-heading, .body-font {
    font-size: 60px;
  }

  .font-title {
    font-size: 16px;
  }

  .table-text {
    font-size: 14px;
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .secondary-button.desktop {
    display: none;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .disclaimer {
    font-size: 16px;
    line-height: 170%;
  }

  .license-field {
    font-size: 16px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 18px;
  }

  .changelog-text, .policy-data {
    font-size: 16px;
    line-height: 170%;
  }

  .policy-block {
    padding-top: 40px;
  }

  .cs-title {
    font-size: 56px;
  }

  .cs-text {
    font-size: 16px;
    line-height: 170%;
  }

  .utility-page-content {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .error-data {
    max-width: 90%;
  }

  .error-info {
    margin-top: 40px;
  }

  .faq {
    margin-bottom: var(--landscape-mobile);
  }

  .section-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .faq-right {
    grid-row-gap: 16px;
  }

  .que-text {
    font-size: 18px;
    line-height: 170%;
  }

  .ans-text {
    font-size: 16px;
    line-height: 150%;
  }

  .faq-info {
    padding: 16px;
  }

  .faq-title {
    text-align: center;
  }

  .facts {
    margin-bottom: var(--landscape-mobile);
  }

  .facts-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .facts-top {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .facts-heading {
    margin-bottom: 6px;
  }

  .facts-left {
    max-width: none;
  }

  .facts-info {
    font-size: 34px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

  .form-field {
    grid-column-gap: 50px;
  }

  .review-wrapper {
    min-height: auto;
    max-height: none;
  }

  .testimonial-quote {
    margin-bottom: 10px;
  }

  .review-slider {
    max-width: none;
    padding-bottom: 110px;
  }

  .testimonial-block {
    grid-row-gap: 30px;
  }

  .review-left {
    display: none;
  }

  .left-arrow, .right-arrow {
    bottom: 40px;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-block, .post-block:hover {
    background-color: #0000;
  }

  .post-image {
    min-height: 300px;
    max-height: 300px;
  }

  .post-data {
    padding: 12px 0 0;
  }

  .section-heading {
    text-align: center;
  }

  .post-main-title {
    font-size: 30px;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile);
  }

  .post-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .pricing {
    margin-bottom: var(--landscape-mobile);
  }

  .pricing-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .pricing-image {
    min-height: 240px;
    max-height: 240px;
  }

  .plan-table {
    margin-bottom: var(--landscape-mobile);
    position: relative;
  }

  .plan-left {
    min-width: 45%;
    max-width: 50%;
    font-size: 16px;
    line-height: 150%;
  }

  .plan-block.monthly {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-wrap {
    position: relative;
    overflow: scroll;
  }

  .plan-right {
    min-width: 420px;
    max-width: 420px;
  }

  .gradient {
    background-image: linear-gradient(270deg, #f4f4ee, #f4f4ee00);
    width: 100%;
    max-width: 22%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .gradient.mobile {
    background-image: linear-gradient(270deg, #f4efe9, #f4efe900);
    display: block;
  }

  .integrations {
    margin-bottom: var(--landscape-mobile);
  }

  .ig-block {
    padding: 20px;
  }

  .ig-title {
    margin-bottom: 6px;
  }

  .ig-main {
    margin-bottom: var(--landscape-mobile);
  }

  .ig-details {
    font-size: 16px;
    line-height: 170%;
  }

  .ig-left, .ig-right {
    padding: 25px;
  }

  .ig-text {
    font-size: 16px;
  }

  .features {
    margin-bottom: var(--landscape-mobile);
  }

  .features-wrapper {
    grid-row-gap: 20px;
  }

  .features-left {
    padding: 25px;
    font-size: 16px;
    line-height: 170%;
  }

  .features-right {
    grid-row-gap: 20px;
  }

  .features-title {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .features-top {
    padding: 25px;
    font-size: 16px;
    line-height: 170%;
  }

  .features-bottom {
    grid-column-gap: 20px;
  }

  .features-block {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 170%;
  }

  .features-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .security {
    margin-bottom: var(--landscape-mobile);
  }

  .security-wrapper {
    grid-row-gap: 25px;
  }

  .security-left {
    grid-row-gap: 30px;
  }

  .security-list {
    margin-top: 20px;
  }

  .pf-bottom {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .pf-right {
    padding: 25px;
  }

  .pf-title {
    margin-bottom: 8px;
  }

  .pf-data {
    grid-row-gap: 18px;
  }

  .our-story {
    margin-bottom: var(--landscape-mobile);
  }

  .story-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .story-box {
    grid-row-gap: 30px;
  }

  .story-data {
    grid-row-gap: 18px;
    font-size: 16px;
  }

  .story-info {
    font-size: 28px;
  }

  .excellence {
    margin-bottom: var(--landscape-mobile);
  }

  .excellence-left {
    grid-row-gap: 30px;
  }

  .excellence-right {
    grid-column-gap: 20px;
  }

  .clients {
    margin-bottom: var(--landscape-mobile);
  }

  .clients-title {
    text-align: center;
  }

  .clients-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients-logo {
    max-width: 116px;
  }

  .vision {
    margin-bottom: var(--landscape-mobile);
  }

  .vision-data {
    grid-row-gap: 16px;
  }

  .vision-title {
    margin-bottom: 6px;
  }

  .testimonials {
    margin-bottom: var(--landscape-mobile);
  }

  .blogs-list {
    grid-row-gap: 20px;
  }

  .blog-block {
    padding-bottom: 20px;
  }

  .blog-info.mobile {
    grid-row-gap: 25px;
    margin-top: 30px;
  }

  .team {
    margin-bottom: var(--landscape-mobile);
  }

  .team-image {
    min-height: 280px;
    max-height: 280px;
  }

  .about-wrap {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-wrapper {
    grid-row-gap: 40px;
  }

  .about-right, .about-img, .about-block {
    max-width: 100%;
  }

  .about-block.last {
    border-right-width: 1px;
  }

  .about-bottom {
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .innovation-wrap {
    grid-row-gap: 25px;
  }

  .innovation-bottom {
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .innovation-thumb {
    max-width: 50%;
  }

  .fe-block {
    max-width: none;
  }

  .fe-top {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .fe-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .integration-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .features-explored {
    margin-bottom: var(--landscape-mobile);
  }

  .fe-box {
    max-width: 100%;
  }

  .integration-section {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ig-gradient {
    min-width: 60px;
  }

  .innovation {
    margin-bottom: var(--landscape-mobile);
  }

  .innovation-title {
    margin-bottom: 6px;
  }

  .about, .hero {
    margin-bottom: var(--landscape-mobile);
  }

  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-image {
    min-height: 550px;
    max-height: 550px;
  }

  .hero-sub-title {
    margin-bottom: 10px;
    display: none;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .amazing-features {
    margin-bottom: var(--landscape-mobile);
  }

  .af-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .af-block {
    font-size: 16px;
    line-height: 170%;
  }

  .page-inner {
    justify-content: center;
    align-items: center;
  }

  .pf-ans-text {
    font-size: 16px;
    line-height: 150%;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile);
  }

  .footer-bottom {
    text-align: center;
  }

  .ft-info {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ft-right {
    justify-content: space-between;
    width: 100%;
  }

  .footer-title {
    font-size: 18px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer-input {
    background-position: 15px;
    padding-left: 38px;
  }

  .submit-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ft-menu-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .primary-button {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.white {
    justify-content: center;
    align-items: center;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    font-size: 14px;
  }

  .license-field {
    margin-bottom: 0;
  }

  .version-info {
    align-items: start;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cs-text {
    margin-bottom: 40px;
  }

  .utility-page-content {
    padding: 25px 20px;
  }

  .error-info {
    grid-row-gap: 30px;
  }

  .pass-field {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .sub-title {
    font-size: 12px;
  }

  .faq {
    margin-bottom: var(--portrait-mobile);
  }

  .que-text {
    font-size: 16px;
    font-weight: 400;
  }

  .que {
    grid-column-gap: 15px;
  }

  .ans-text {
    font-size: 14px;
  }

  .facts {
    margin-bottom: var(--portrait-mobile);
  }

  .facts-wrapper {
    grid-row-gap: 30px;
    padding: 20px;
  }

  .facts-top {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .facts-heading {
    font-size: 22px;
  }

  .facts-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .facts-info {
    font-size: 28px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-wrapper {
    grid-row-gap: 25px;
  }

  .contact-right {
    font-size: 16px;
    line-height: 170%;
  }

  .form-field {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .input {
    padding-bottom: 6px;
  }

  .field-left {
    grid-column-gap: 6px;
    min-width: 112px;
  }

  .contact-heading {
    margin-bottom: 16px;
  }

  .contact-sub-title {
    min-width: 62px;
    font-size: 14px;
  }

  .contact-info {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 150%;
  }

  .contact-link {
    font-size: 14px;
  }

  .pagination {
    flex-flow: column;
  }

  .review-info {
    font-size: 16px;
    line-height: 170%;
  }

  .testimonial-quote {
    font-size: 18px;
    font-weight: 400;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 170%;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-image {
    min-height: 220px;
    max-height: 220px;
  }

  .post-title {
    font-size: 18px;
  }

  .post-main-title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile);
  }

  .post-main-image {
    min-height: 240px;
    max-height: 240px;
  }

  .post-wrapper {
    margin-top: 20px;
  }

  .post-details {
    font-size: 16px;
  }

  .post-info-wrap {
    grid-column-gap: 8px;
    border-bottom-width: 0;
    justify-content: center;
    align-items: stretch;
  }

  .post-time {
    font-size: 14px;
    line-height: 150%;
  }

  .pa-img {
    display: none;
  }

  .post-author {
    grid-column-gap: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .post-social {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .pricing {
    margin-bottom: var(--portrait-mobile);
  }

  .pricing-block {
    grid-row-gap: 25px;
    padding: 25px 20px;
  }

  .pricing-image {
    min-height: 165px;
    max-height: none;
  }

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

  .plan-table {
    margin-bottom: var(--portrait-mobile);
  }

  .plan-title {
    font-size: 16px;
  }

  .plan-left {
    min-width: 46%;
    max-width: 45%;
  }

  .plan-block {
    grid-column-gap: 20px;
  }

  .plan-block.monthly {
    grid-column-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .plan-head {
    text-align: center;
    font-size: 12px;
  }

  .plan-data {
    grid-column-gap: 20px;
  }

  .gradient {
    background-image: linear-gradient(270deg, #f4f4ee 38%, #f4f4ee00);
  }

  .integrations {
    margin-bottom: var(--portrait-mobile);
  }

  .ig-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .ig-block {
    grid-row-gap: 25px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .ig-main {
    margin-bottom: var(--portrait-mobile);
  }

  .ig-details {
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .ig-left {
    padding: 16px;
  }

  .ig-right {
    padding: 20px;
  }

  .ig-data {
    grid-column-gap: 20px;
  }

  .plus-icon {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
  }

  .app-icon {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .app-inner-icon {
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
  }

  .author-data {
    grid-row-gap: 10px;
  }

  .author-img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .author-image {
    min-height: 60px;
    max-height: 60px;
  }

  .features {
    margin-bottom: var(--portrait-mobile);
  }

  .features-left, .features-top {
    grid-row-gap: 25px;
    padding: 20px;
  }

  .features-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .features-block, .features-box {
    padding: 20px;
  }

  .security {
    margin-bottom: var(--portrait-mobile);
  }

  .security-wrapper {
    grid-row-gap: 20px;
  }

  .security-left {
    font-size: 16px;
    line-height: 170%;
  }

  .security-title {
    text-align: center;
  }

  .pf-heading {
    font-size: 18px;
    font-weight: 400;
  }

  .pf-right {
    grid-row-gap: 25px;
    padding: 20px;
    font-size: 16px;
    line-height: 170%;
  }

  .pf-title {
    text-align: center;
  }

  .pf-box {
    padding-top: 8px;
  }

  .our-story {
    margin-bottom: var(--portrait-mobile);
  }

  .story-title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
  }

  .story-image {
    min-height: 230px;
    max-height: 30px;
  }

  .story-box {
    text-align: center;
    padding: 20px;
  }

  .story-line {
    width: auto;
    height: 1px;
  }

  .story-data {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .excellence {
    margin-bottom: var(--portrait-mobile);
  }

  .excellence-wrapper {
    grid-row-gap: 25px;
  }

  .excellence-left {
    grid-row-gap: 20px;
    font-size: 16px;
    line-height: 170%;
  }

  .excellence-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .excellence-heading {
    margin-bottom: 6px;
  }

  .excellence-img {
    max-width: none;
  }

  .excellence-thumb {
    display: none;
  }

  .clients {
    margin-bottom: var(--portrait-mobile);
  }

  .clients-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .clients-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .clients-block {
    padding: 16px;
  }

  .clients-logo {
    max-width: 100px;
  }

  .vision {
    margin-bottom: var(--portrait-mobile);
  }

  .vision-wrap {
    grid-column-gap: 0px;
  }

  .vision-block {
    font-size: 16px;
    line-height: 170%;
  }

  .vision-title {
    font-size: 18px;
  }

  .testimonials {
    margin-bottom: var(--portrait-mobile);
  }

  .blogs-list {
    grid-row-gap: 18px;
  }

  .blog-block {
    padding-bottom: 18px;
  }

  .blog-title {
    font-size: 18px;
  }

  .blog-info.mobile {
    font-size: 16px;
    line-height: 170%;
  }

  .team {
    margin-bottom: var(--portrait-mobile);
  }

  .team-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .team-image {
    min-height: auto;
    max-height: none;
  }

  .about-wrap {
    flex-flow: column-reverse;
  }

  .about-right {
    font-size: 16px;
    line-height: 170%;
  }

  .about-block {
    border-bottom: 1px solid #0000001a;
    border-right-width: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .about-block.last {
    border-right-width: 0;
    padding-right: 0;
  }

  .about-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .innovation-wrap {
    grid-row-gap: 20px;
  }

  .innovation-thumb {
    max-width: 100%;
  }

  .innovation-top {
    font-size: 16px;
    line-height: 170%;
  }

  .fe-block {
    grid-row-gap: 16px;
    padding: 20px;
  }

  .fe-title {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .fe-top {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .scroll-left {
    grid-column-gap: 10px;
  }

  .integration-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .integration-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .integrations-name {
    font-size: 14px;
  }

  .scroll-right {
    grid-column-gap: 10px;
  }

  .integration-block {
    grid-row-gap: 10px;
    min-width: 130px;
    max-width: 130px;
    min-height: 120px;
    max-height: 120px;
    font-size: 12px;
  }

  .features-explored {
    margin-bottom: var(--portrait-mobile);
  }

  .fe-box {
    grid-row-gap: 16px;
    padding: 20px;
  }

  .integration-section {
    margin-bottom: var(--portrait-mobile);
  }

  .ig-gradient {
    min-width: 30px;
  }

  .innovation {
    margin-bottom: var(--portrait-mobile);
  }

  .innovation-title {
    font-size: 20px;
  }

  .about, .hero {
    margin-bottom: var(--portrait-mobile);
  }

  .hero-wrapper {
    grid-row-gap: 40px;
  }

  .hero-image {
    min-height: 360px;
    max-height: 360px;
  }

  .hero-sub-title {
    justify-content: center;
    align-items: center;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-top {
    grid-row-gap: 25px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 160%;
  }

  .amazing-features {
    margin-bottom: var(--portrait-mobile);
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .af-top {
    margin-bottom: 25px;
  }

  .af-block {
    grid-row-gap: 16px;
  }

  .af-heading {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 400;
  }

  .integration-arrow {
    display: none;
  }

  .footer-left {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .pf-ans-text {
    font-size: 16px;
  }

  .ig-button-icon {
    display: none;
  }

  .author-info {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .excellence-top, .security-info, .pf-text {
    text-align: center;
  }

  .nav-open {
    max-width: 90%;
  }

  .nav-bottom {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }
}

#w-node-_31d0f1eb-9b9b-a271-cfa6-606e3c38590b-1dc3b753, #w-node-_31d0f1eb-9b9b-a271-cfa6-606e3c385910-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc4654f-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46551-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46554-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46559-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc4655e-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46561-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46565-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc4656a-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc4656d-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46571-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46576-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46579-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc4657d-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46582-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46585-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46589-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc4658e-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46591-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc46595-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc4659a-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc4659d-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc465a1-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc465a6-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc465a9-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc465ad-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc465b2-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc465b5-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc465b9-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc465be-1dc3b753, #w-node-d56dbe8e-baf3-3c35-8ed9-2c995bc465c1-1dc3b753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a05b3aac-8e94-ca93-a58e-449e39704907-1dc3b775, #w-node-a05b3aac-8e94-ca93-a58e-449e3970491c-1dc3b775 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


