:root {
  --all-color--background: #04050e;
  --_typography---body: Poppins, sans-serif;
  --all-color--white: white;
  --_typography---h6--all-paragraph--p-16: 16px;
  --_typography---all-line-height--line-height-160: 160%;
  --_typography---all-font-weight--font-weight-400: 400;
  --_typography---h1--font-size: 56px;
  --_typography---all-line-height--line-height-130: 130%;
  --_typography---all-font-weight--font-weight-600: 600;
  --_typography---h2--font-size: 48px;
  --_typography---h3--font-size: 40px;
  --_typography---all-line-height--line-height-140: 140%;
  --_typography---h4--font-size: 32px;
  --_typography---all-line-height--line-height-137: 137%;
  --_typography---h5--font-size: 24px;
  --_typography---all-line-height--line-height-150: 150%;
  --_typography---h6--font-size: 20px;
  --_typography---all-line-height--line-height-100: 100%;
  --_typography---all-font-weight--font-weight-500: 500;
  --_typography---all-font-weight--all-border--border-32: 32px;
  --all-color--transparent: transparent;
  --all-color--sea-green-20: #03f7b533;
  --_typography---all-font-weight--all-border--border-40: 40px;
  --all-color--black: black;
  --all-color--primary: #ff751f;
  --fire: #ff751f;
  --all-color--primary-black: #080911;
  --all-color--sea-green-8: #03f7b514;
  --red: #ff3332;
  --_typography---all-font-weight--all-border--border-999: 999px;
  --_typography---all-font-weight--all-border--border-24: 24px;
  --_typography---h6--all-paragraph--p-14: 14px;
  --all-color--gray-light: #cecfd1;
  --all-color--gray: #85868b;
  --all-color--yellow: #fbbc04;
  --_typography---h6--all-paragraph--p-12: 12px;
  --_typography---all-font-weight--all-border--border-20: 20px;
  --_typography---all-font-weight--all-border--border-12: 12px;
  --_typography---all-font-weight--all-border--border-10: 10px;
  --_typography---all-font-weight--all-border--border-16: 16px;
  --_typography---all-font-weight--all-border--border-80: 80px;
  --_typography---all-font-weight--all-border--border-60: 60px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--all-color--background);
  font-family: var(--_typography---body);
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  text-decoration: none;
}

h1 {
  color: var(--all-color--white);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---all-line-height--line-height-130);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

h2 {
  color: var(--all-color--white);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---all-line-height--line-height-130);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---all-line-height--line-height-140);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  margin-bottom: 0;
}

a {
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  border-radius: var(--_typography---all-font-weight--all-border--border-32);
  margin-bottom: 0;
  overflow: hidden;
}

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

.navbar {
  background-color: var(--all-color--transparent);
  padding-top: 24px;
  padding-bottom: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.brand-logo-link, .brand-logo-link.w--current {
  max-width: 150px;
}

.nav-menu-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-40);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0a;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px;
  display: flex;
}

.nav-single-menu {
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  padding: 0;
  transition: color .3s;
}

.nav-single-menu:hover, .nav-single-menu.w--current {
  color: var(--all-color--primary);
}

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

.primary-button {
  border-radius: var(--_typography---h3--font-size);
  background-color: var(--fire);
  color: var(--all-color--primary-black);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.white {
  border: 1px solid var(--all-color--white);
  background-color: var(--all-color--transparent);
  color: var(--all-color--white);
}

.primary-button.primary {
  border: 1px solid var(--all-color--sea-green-8);
  background-color: var(--all-color--primary-black);
  color: var(--all-color--primary);
  transition: color .4s;
}

.primary-button.primary:hover {
  color: var(--all-color--primary-black);
}

.primary-button.colored {
  background-image: linear-gradient(180deg, var(--fire), var(--red));
}

.primary-btn-wrap {
  z-index: 1;
  height: 16px;
  position: relative;
  overflow: hidden;
}

.primary-button-dot {
  border-radius: var(--_typography---all-font-weight--all-border--border-999);
  background-color: var(--all-color--white);
  width: 0;
  height: 0;
  position: absolute;
}

.primary-button-dot.primary {
  background-color: var(--all-color--primary);
}

.mobile-on {
  display: none;
}

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

.section.style {
  background-image: url('../images/Section-BG_1Section BG.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 168px;
}

.section.footer {
  background-image: url('../images/Footer-BG_1Footer BG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 72px;
  padding-bottom: 40px;
}

.section.changelog {
  padding-top: 168px;
}

.section.privacy, .section.document, .section.contact {
  background-image: url('../images/Section-BG_1Section BG.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 168px;
}

.section._404 {
  padding-top: 168px;
}

.section.blog {
  background-image: url('../images/Section-BG_1Section BG.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 168px;
  padding-bottom: 0;
}

.section.blog-single {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.pricing {
  background-image: url('../images/Section-BG_1Section BG.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 168px;
  padding-bottom: 0;
}

.section.faq {
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
}

.section.about {
  background-image: url('../images/Section-BG_1Section BG.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 168px;
  padding-bottom: 0;
}

.section.built {
  background-image: url('../images/Number-BG.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.team {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero {
  background-image: url('../images/Hero-Bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 168px;
  padding-bottom: 0;
}

.section.tricker {
  display: none;
}

.section.about-v1 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-v1 {
  padding-bottom: 0;
}

.section.feature {
  background-image: url('../images/Section-BG_1Section BG.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 168px;
  padding-bottom: 0;
}

.section.hero-v2 {
  background-image: url('../images/Hero-V2-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 184px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.cta-v2, .section.testimonial-v2 {
  padding-top: 0;
  padding-bottom: 0;
}

.style-guide-top-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-guide-wrap {
  margin-top: 112px;
}

.section-sub-title {
  color: var(--all-color--primary);
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  text-align: center;
}

.style-title {
  color: var(--all-color--white);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---all-line-height--line-height-130);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  text-align: center;
  max-width: 704px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.style-details {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  text-align: center;
  max-width: 608px;
}

.style-flex-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.style-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-32);
  background-color: var(--all-color--primary-black);
  padding: 32px 48px 48px;
}

.style-single-title {
  color: var(--all-color--white);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.style-single-line {
  background-color: var(--all-color--sea-green-8);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.color-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

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

.color-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.color-single-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.color-item-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.color-wrap {
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-color: var(--all-color--primary);
  height: 200px;
}

.color-wrap._02 {
  border: 1px solid var(--all-color--sea-green-8);
  background-color: var(--all-color--primary-black);
}

.color-wrap._03 {
  border: 1px solid var(--all-color--sea-green-8);
  background-color: var(--all-color--background);
}

.color-wrap._04 {
  background-color: var(--all-color--white);
}

.color-wrap._05 {
  background-color: var(--all-color--gray-light);
}

.color-wrap._06 {
  background-color: var(--all-color--gray);
}

.color-wrap._07 {
  background-color: var(--all-color--sea-green-20);
}

.color-wrap._08 {
  background-color: var(--all-color--sea-green-8);
}

.color-wrap._09 {
  background-color: var(--all-color--yellow);
}

.color-details-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.color-name {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.typography-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.typography-single-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.typography-single-title {
  color: var(--all-color--gray);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.typography-flex-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.typography-item-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.typography-item-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.paragraph---1 {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.paragraph---1._02 {
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.paragraph---2 {
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.paragraph---2._02 {
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.paragraph---3 {
  font-size: var(--_typography---h6--all-paragraph--p-12);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.paragraph---3._02 {
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.all-button-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.button-single-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.button-single-title {
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

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

.footer-wrapper {
  overflow: hidden;
}

.footer-top-wrap {
  grid-column-gap: 358px;
  grid-row-gap: 358px;
  grid-template-rows: auto;
  grid-template-columns: 1.16fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 80px;
  display: grid;
}

.footer-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}

.footer-top-right-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-sub-title-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---h3--font-size);
  justify-content: flex-start;
  align-items: center;
  padding: 7px 11px;
  display: inline-flex;
}

.footer-sub-title {
  font-size: var(--_typography---h6--all-paragraph--p-12);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.footer-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer-details {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-form {
  display: flex;
  position: relative;
}

.footer-email-filed {
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---h3--font-size);
  background-color: var(--all-color--primary-black);
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  height: auto;
  margin-bottom: 0;
  padding: 13px 100px 13px 24px;
}

.footer-email-filed:focus {
  border-color: var(--all-color--primary);
}

.footer-email-filed::placeholder {
  color: var(--all-color--gray);
}

.footer-submit-button {
  border-radius: var(--_typography---h3--font-size);
  background-color: var(--all-color--primary);
  background-image: linear-gradient(180deg, var(--fire), var(--red));
  color: var(--all-color--primary-black);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  padding: 10px 16px;
  transition: all .3s;
  position: absolute;
  inset: 6px 6px 6px auto;
}

.footer-submit-button:hover {
  background-color: var(--all-color--white);
}

.footer-email-details {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-single-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-single-title {
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
}

.footer-grid-wrap {
  grid-column-gap: 108px;
  grid-row-gap: 108px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-right-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand-link {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.footer-brand-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.footer-single-menu-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-single-tilte {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.footer-all-menu-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-single-link {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.footer-single-link-wrap {
  height: 26px;
  overflow: hidden;
}

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

.copyright-text {
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.all-social-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license-wrap {
  margin-top: 32px;
}

.license-date {
  color: var(--all-color--gray);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  margin-top: 10px;
  margin-bottom: 24px;
}

.license-details {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  max-width: 850px;
}

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

.license-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-color: var(--all-color--primary-black);
  padding: 24px 32px 32px;
}

.license-single-tilte {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.license-single-line {
  background-color: var(--all-color--sea-green-8);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.license-image-details {
  color: var(--all-color--gray-light);
}

.license-image-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.gray-color {
  color: var(--all-color--gray-light);
}

.license-image-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-single-image {
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
}

.license-icon-grid-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-single-icon-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
  background-color: var(--all-color--primary-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 266px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.license-font-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
  background-color: var(--all-color--primary-black);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 48px;
  display: flex;
}

.license-font {
  font-size: 120px;
  line-height: 80%;
}

.license-font-flex-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license-font-mood {
  border-radius: var(--_typography---all-font-weight--all-border--border-40);
  background-color: var(--all-color--sea-green-8);
  color: var(--all-color--primary);
  padding: 7px 24px;
  display: inline-block;
}

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

.changelog-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 1060px;
  margin-top: 112px;
  display: flex;
}

.changelog-title {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 24px;
}

.changelog-details {
  text-align: center;
  max-width: 570px;
}

.changelog-grid-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.08fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.chagnelog-single-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.chagnelog-single-details {
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  margin-top: 16px;
  margin-bottom: 24px;
}

.changelog-list-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-bottom: 20px;
}

.changelog-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.chagnelog-image {
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  margin-top: 32px;
  margin-bottom: 32px;
}

.changelog-date-wrap {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.changelog-date {
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.changelog-line {
  border-radius: var(--_typography---all-font-weight--all-border--border-12);
  background-color: var(--all-color--sea-green-8);
  width: 5px;
  height: 100%;
}

.chagnelog-color {
  border-radius: var(--_typography---all-font-weight--all-border--border-12);
  background-color: var(--all-color--primary);
  width: 5px;
  height: 10%;
  overflow: hidden;
}

.privacy-wrapper {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-wrap {
  margin-top: 112px;
}

.privacy-title {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 24px;
}

.privacy-date {
  color: var(--all-color--gray-light);
  text-align: center;
}

.privacy-flex-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 48px;
  display: flex;
}

.privacy-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.privacy-single-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.privacy-single-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.privacy-single-list-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.privacy-single-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--all-color--white);
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.privacy-single-list-text {
  color: var(--all-color--gray-light);
}

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

.document-wrap {
  margin-top: 112px;
}

.document-title {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 24px;
}

.document-details {
  text-align: center;
  max-width: 536px;
}

.document-tabs {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.document-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
  background-color: var(--all-color--background);
  flex-flow: column;
  width: 100%;
  max-width: 260px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 140px;
}

.document-tabs-content {
  width: 100%;
  max-width: 828px;
  margin-left: 48px;
}

.document-tab-link {
  background-color: var(--all-color--transparent);
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  padding: 8px 16px;
}

.document-tab-link.w--current {
  border-radius: var(--_typography---all-font-weight--all-border--border-12);
  background-color: var(--all-color--sea-green-8);
  color: var(--all-color--primary);
}

.document-single-sub-title {
  color: var(--all-color--gray);
}

.document-single-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 12px;
  margin-bottom: 16px;
}

.document-single-details {
  color: var(--all-color--gray);
}

.document-single-image {
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
  margin-top: 32px;
}

.document-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--all-color--gray);
  line-height: var(--_typography---all-line-height--line-height-160);
  flex-flow: column;
  margin-top: 12px;
  padding-left: 20px;
  display: flex;
}

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

.contact-wrap {
  margin-top: 112px;
}

.contact-title {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 24px;
}

.contact-details {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  text-align: center;
  max-width: 570px;
}

.contact-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.78fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.contact-left-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-color: var(--all-color--primary-black);
  padding: 54px 32px;
  overflow: hidden;
}

.contact-right-wrap {
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-color: var(--all-color--sea-green-8);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.contact-text-field {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-10);
  background-color: var(--all-color--primary-black);
  color: var(--all-color--black);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
}

.contact-text-field:focus {
  border-color: var(--all-color--primary);
}

.contact-text-field::placeholder {
  color: var(--all-color--gray);
}

.contact-filed-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.success-message {
  border-radius: var(--_typography---all-font-weight--all-border--border-10);
  background-color: var(--all-color--primary);
  color: var(--all-color--black);
  width: 100%;
  padding: 20px;
}

.contact-massage-box {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-16);
  background-color: var(--all-color--primary-black);
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 92px;
  min-height: 92px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.contact-massage-box:focus {
  border-color: var(--all-color--primary);
}

.contact-massage-box::placeholder {
  color: var(--all-color--gray);
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 7px;
  width: 100%;
  margin-top: 15px;
  padding: 15px;
}

.contact-submit-button {
  border-radius: var(--_typography---all-font-weight--all-border--border-80);
  background-color: var(--all-color--primary);
  color: var(--all-color--black);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  margin-top: 48px;
  padding: 16px 32px;
  transition: all .3s;
}

.contact-submit-button:hover {
  background-color: var(--all-color--white);
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.contact-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-filed-label {
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  margin-bottom: 0;
}

.contact-filed-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-all-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-single-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-130);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.contact-single-details {
  color: var(--all-color--gray-light);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  margin-top: 28px;
}

.contact-all-details-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.contact-single-icon-wrap {
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  background-color: var(--all-color--sea-green-8);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.contact-single-link {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.contact-single-link._01 {
  max-width: 145px;
}

.contact-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-social-link {
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  background-color: var(--all-color--primary);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-social-image {
  z-index: 1;
  position: relative;
}

.contact-social-bg {
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  background-color: var(--all-color--white);
  width: 40px;
  height: 40px;
  position: absolute;
}

._404-wrapper {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  padding-bottom: 80px;
}

._404-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

._404-single-title {
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

._404-line {
  background-color: var(--all-color--sea-green-8);
  width: 100%;
  height: 1px;
}

._404-title {
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---all-line-height--line-height-130);
  margin-top: 32px;
  margin-bottom: 12px;
}

._404-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  text-align: center;
  max-width: 400px;
}

._404-button-wrap {
  margin-top: 32px;
}

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

.blog-wrap {
  margin-top: 112px;
}

.blog-title {
  text-align: center;
  max-width: 704px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.blog-details {
  text-align: center;
  max-width: 536px;
}

.blog-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-wrap {
  justify-content: flex-start;
  align-items: flex-start;
}

.blog-image-wrap {
  border-radius: var(--_typography---all-font-weight--all-border--border-16);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.blog-author-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 20px;
  display: flex;
}

.blog-author-wrapper._01 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-author-wrapper._02 {
  margin-bottom: 16px;
}

.blog-author-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-author-name {
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.blog-calender-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-card-link {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  transition: all .3s;
}

.blog-card-link:hover {
  color: var(--all-color--primary);
}

.cta-wrapper {
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/CTA_1CTA.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #03f7b51f;
  padding: 65px 56px 56px;
}

.cta-wrap {
  grid-column-gap: 118px;
  grid-row-gap: 118px;
  grid-template-rows: auto;
  grid-template-columns: 1.18fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.cta-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
}

.cta-details {
  margin-top: 24px;
  margin-bottom: 48px;
}

.cta-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-image-top-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.cta-image-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.cta-image {
  border-radius: var(--_typography---all-font-weight--all-border--border-16);
}

.cta-image._02 {
  margin-top: 50px;
  margin-left: -40px;
}

.cta-image-desktop {
  display: none;
}

.blog-single-page-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-page-link {
  color: var(--all-color--gray);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.blog-page-link.w--current {
  color: var(--all-color--white);
}

.blog-single-title {
  margin-top: 16px;
  margin-bottom: 16px;
}

.blog-thimble-image {
  border-radius: var(--_typography---h4--font-size);
  object-fit: cover;
  width: 100%;
  height: 556px;
  margin-top: 40px;
}

.blog-single-grid-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 2.86fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.blog-single-right-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
  position: sticky;
  top: 140px;
}

.blog-rich-text h4 {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 32px;
}

.blog-rich-text p {
  margin-top: 16px;
}

.blog-rich-text ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 16px;
  padding-left: 20px;
  display: flex;
}

.blog-rich-text figure {
  margin-top: 32px;
}

.content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
  background-color: var(--all-color--background);
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.content-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.content-item-warp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.content-item-link {
  border-radius: var(--_typography---all-font-weight--all-border--border-12);
  background-color: var(--all-color--transparent);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  padding: 8px 16px;
  transition: all .3s;
}

.content-item-link:hover {
  background-color: var(--all-color--sea-green-8);
  color: var(--all-color--primary);
}

.blog-form-wrapper {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-16);
  background-color: var(--all-color--sea-green-8);
  padding: 24px;
}

.blog-form-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.blog-form-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  margin-top: 16px;
  margin-bottom: 24px;
}

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

.blog-email-field {
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-40);
  background-color: var(--all-color--transparent);
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  background-image: url('../images/Email-Icon.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px 12px 37px;
}

.blog-email-field:focus {
  border-color: var(--all-color--primary);
}

.blog-email-field::placeholder {
  color: var(--all-color--gray);
}

.blog-submit-btn {
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  background-color: var(--all-color--primary);
  color: var(--all-color--primary-black);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  padding-top: 13px;
  padding-bottom: 13px;
  transition: all .3s;
}

.blog-submit-btn:hover {
  background-color: var(--all-color--white);
}

.more-blog-wrap {
  margin-top: 60px;
}

.more-blog-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.pricing-wrap {
  margin-top: 112px;
  margin-bottom: 140px;
}

.pricing-title {
  text-align: center;
  max-width: 590px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.pricing-details {
  text-align: center;
  max-width: 542px;
}

.pricing-tabs {
  text-align: center;
  margin-top: 24px;
}

.pricing-tab-menu {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-40);
  background-color: var(--all-color--primary-black);
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: inline-flex;
}

.pricing-tab-link {
  border-radius: var(--_typography---all-font-weight--all-border--border-40);
  background-color: var(--all-color--transparent);
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  padding: 8px 16px;
}

.pricing-tab-link.w--current {
  background-color: var(--all-color--sea-green-20);
  color: var(--all-color--primary);
}

.pricing-tab-content {
  text-align: left;
  margin-top: 56px;
}

.pricing-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-color: var(--all-color--primary-black);
  padding: 32px;
}

.pricing-single-wrap.popular {
  border-color: var(--all-color--sea-green-20);
  background-color: var(--all-color--sea-green-8);
}

.price-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-single-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.price-single-title._01 {
  font-size: var(--_typography---h6--font-size);
}

.pricing-single-details {
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
  margin-top: 16px;
}

.pricing-price-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 47px;
  margin-bottom: 47px;
  display: flex;
}

.pricing-price-wrap._01 {
  margin-top: 12px;
  margin-bottom: 24px;
}

.pricing-price-month {
  color: var(--all-color--gray);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  letter-spacing: -.2px;
}

.pricing-list-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 23px;
  margin-bottom: 47px;
  display: flex;
}

.pricing-list-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-list-text {
  color: var(--all-color--gray-light);
}

.popular-text {
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  background-color: var(--all-color--sea-green-20);
  background-image: linear-gradient(180deg, var(--all-color--sea-green-20), #0fd153);
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-12);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  padding: 6px 12px;
}

.compare-wrap {
  margin-top: 56px;
}

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

.compar-top-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.compare-details-wrap {
  border-radius: var(--_typography---all-font-weight--all-border--border-16);
  margin-top: 56px;
  overflow: hidden;
}

.compare-details {
  background-color: var(--all-color--primary-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.compare-details._02 {
  background-color: var(--all-color--background);
}

.compare-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  padding: 15px 32px;
}

.compare-single-wrap.right {
  border-left-style: none;
}

.compare-single-wrap.right.top._02 {
  border-bottom-right-radius: 16px;
}

.compare-single-wrap.right._03 {
  border-top-right-radius: 16px;
}

.compare-single-wrap.top {
  border-top-style: none;
}

.compare-single-wrap.top._01 {
  border-bottom-left-radius: 16px;
}

.compare-single-wrap._04 {
  border-top-left-radius: 16px;
}

.compare-single-title {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.compare-single-details {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
}

.faq-grid-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.faq-left-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-color: var(--all-color--primary-black);
  overflow: hidden;
  box-shadow: 0 2px 4px 2px #0000000f;
}

.faq-right-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.faq-btm-wrap {
  padding: 24px 32px 32px;
}

.faq-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.faq-details {
  font-size: var(--_typography---h6--all-paragraph--p-16);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  margin-top: 20px;
  margin-bottom: 32px;
}

.faq-btn-wrap {
  display: flex;
}

.faq-left-top-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-tabs {
  margin-top: 24px;
}

.faq-tabs-menu {
  flex-flow: column;
  display: flex;
}

.display-none {
  display: none;
}

.faq-single-link {
  background-color: var(--all-color--transparent);
  padding: 0;
}

.faq-single-link.w--current {
  background-color: var(--all-color--transparent);
}

.faq-single-wrap {
  border-bottom: 1px solid var(--all-color--sea-green-8);
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer-wrap {
  overflow: hidden;
}

.faq-answer {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  margin-top: 20px;
}

.faq-question {
  color: var(--all-color--white);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.faq-arrow-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  background-color: var(--all-color--primary-black);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.about-wrap {
  margin-top: 140px;
}

.about-title {
  text-align: center;
  max-width: 704px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.about-details {
  text-align: center;
  max-width: 608px;
}

.about-image-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 108px;
  margin-bottom: 48px;
  display: grid;
}

.about-image {
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
}

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

.story-wrap {
  margin-top: 48px;
}

.story-details {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  text-align: left;
  display: none;
}

.dark-gray {
  color: var(--all-color--gray);
}

.story-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---h5--font-size);
  background-color: var(--all-color--primary-black);
  padding: 32px;
  transition: all .3s;
}

.story-single-wrap:hover {
  border-color: var(--all-color--primary);
}

.story-icon-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-12);
  background-color: var(--all-color--sea-green-8);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.story-single-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-130);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 32px;
  margin-bottom: 16px;
}

.story-single-details {
  color: var(--all-color--gray-light);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.about-content-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---h5--font-size);
  background-image: url('../images/About-BG_1About BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 90px;
}

.about-content-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  text-align: center;
  display: none;
}

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

.about-stat-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-ctg-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-80);
  background-color: var(--all-color--primary-black);
  justify-content: flex-start;
  align-items: center;
  padding: 6px 16px 6px 6px;
  display: inline-flex;
}

.star-icon-wrap {
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  background-color: #0c0e17;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.star-icon-text {
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
}

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

.why-wrap {
  margin-top: 56px;
  margin-bottom: 56px;
}

.why-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 16px;
}

.why-details {
  color: var(--all-color--gray-light);
  text-align: center;
  max-width: 578px;
}

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

.why-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
  background-color: var(--all-color--primary-black);
  padding: 32px;
  transition: all .3s;
}

.why-single-wrap:hover {
  border-color: var(--all-color--primary);
}

.why-icon-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-12);
  background-color: var(--all-color--sea-green-20);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 10px;
  display: flex;
}

.why-single-icon {
  width: 30px;
}

.why-single-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 56px;
  margin-bottom: 16px;
}

.why-btm-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.why-btm-text {
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.built-grid-wrap {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1.06fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.built-left-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.built-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 16px;
  margin-bottom: 32px;
}

.built-user-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.built-use-image {
  width: 100%;
  max-width: 130px;
}

.built-right-grid-wrap {
  grid-column-gap: 84px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.built-single-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.built-single-item-wrap {
  color: var(--all-color--primary);
}

.built-single-item-wrap.white {
  color: var(--all-color--white);
}

.built-single-overflow-wrap {
  height: 56px;
  overflow: hidden;
}

.built-single-all-wrap {
  display: flex;
}

.number {
  text-transform: uppercase;
}

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

.team-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 56px;
  display: flex;
}

.team-title {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 16px;
}

.team-details {
  color: var(--all-color--gray-light);
  text-align: center;
  max-width: 578px;
}

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

.team-top-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
  background-color: var(--all-color--primary-black);
  overflow: hidden;
}

.team-top-single-image {
  transition: all .3s;
}

.team-top-single-image:hover {
  filter: grayscale();
}

.team-top-btm-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
}

.team-member-name {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  text-align: center;
}

.team-single-details {
  color: var(--all-color--gray-light);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 24px;
}

.team-all-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-social-link {
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  background-color: var(--all-color--sea-green-8);
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.taem-btm-grid-wrap {
  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;
}

.team-single-details-btm {
  color: var(--all-color--gray-light);
  text-align: center;
  margin-top: 4px;
  margin-bottom: 16px;
}

.team-top-btm-wrap-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

.testimonial-wrap {
  margin-top: 56px;
}

.testimonial-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 16px;
}

.testimonial-details {
  text-align: center;
  max-width: 440px;
}

.testimonial-all-wrap {
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
  background-image: url('../images/About-V2-BG_1About V2 BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 118px 72px;
}

.testimonial-tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.testimonial-single-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-single-title {
  color: #fffc;
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-130);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  text-align: center;
}

.testimonial-star {
  margin-top: 32px;
  margin-bottom: 16px;
}

.testimonial-tabs-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-999);
  background-color: var(--all-color--transparent);
  justify-content: flex-start;
  align-items: center;
  padding: 4px 24px 4px 4px;
}

.testimonial-tabs-link.w--current {
  border-color: var(--all-color--primary);
  background-color: var(--all-color--transparent);
}

.testimonial-author-details {
  color: var(--all-color--white);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
}

.testimonial-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-top-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-wrap {
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
  position: relative;
}

.hero-sub-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-40);
  background-color: #ffffff0a;
  justify-content: center;
  align-items: center;
  padding: 2px 16px 2px 2px;
  display: inline-flex;
}

.hero-sub-title {
  font-size: var(--_typography---h6--all-paragraph--p-14);
}

.hero-sub-new {
  border-radius: var(--_typography---all-font-weight--all-border--border-40);
  background-color: var(--all-color--primary);
  background-image: linear-gradient(180deg, var(--fire), var(--red));
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-12);
  line-height: var(--_typography---all-line-height--line-height-100);
  padding: 6px 10px;
}

.hero-title {
  text-align: center;
  max-width: 704px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.hero-details {
  text-align: center;
  max-width: 440px;
}

.hero-btn-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.hero-dashboar-image {
  z-index: 1;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  width: 100%;
  position: relative;
}

.hero-dashboard-bg {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  inset: -20% 0% auto 50%;
  transform: translate(-50%);
}

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

.tricker-wrap {
  margin-top: 16px;
  overflow: hidden;
}

.tricker-flex-wrap {
  display: flex;
}

.tricker-single-wrap {
  flex: none;
  display: flex;
}

.tricker-single-image {
  flex: none;
}

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

.feature-v1-top-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-v1-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 56px;
  display: flex;
}

.feature-v1-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  text-align: center;
  letter-spacing: -.32px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.feature-v2-details {
  color: var(--all-color--gray-light);
  text-align: center;
  max-width: 440px;
}

.feature-v2-details._01 {
  color: var(--all-color--white);
  text-align: left;
}

.feature-v1-grid-wrap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.71fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-v1-grid-wrap._02 {
  grid-template-columns: 1fr 1.71fr;
}

.feature-v1-left-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/Feature-Bg-04_1Feature Bg 04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.feature-v1-left-wrap._02 {
  background-image: url('../images/Feature-Bg-03_1Feature Bg 03.webp');
}

.feature-v1-left-wrap.v2 {
  background-image: url('../images/Feature-Bg-04_1Feature Bg 04.webp');
}

.feature-v1-right-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/Feature-Bg-02_1Feature Bg 02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.feature-v1-right-wrap._02 {
  background-image: url('../images/Feature-Bg-04_1Feature Bg 04.webp');
}

.feature-v1-single-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-v1-details-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.feature-v1-single-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.feature-v1-single-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
}

.work-v1-wrap {
  margin-top: 56px;
}

.work-v1-grid {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.44fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.work-v1-left-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 140px;
}

.work-v1-right-flex-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.work-v1-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/Feature-Bg-04_1Feature Bg 04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  height: 480px;
  padding: 48px 32px 32px;
  display: flex;
  position: sticky;
  top: 140px;
}

.work-left-line-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 12px;
  display: flex;
}

.work-line-dots {
  border-radius: var(--_typography---all-font-weight--all-border--border-80);
  background-color: var(--all-color--primary);
  width: 12px;
  height: 12px;
}

.work-single-line {
  border-radius: var(--_typography---all-font-weight--all-border--border-12);
  background-color: var(--all-color--sea-green-8);
  width: 2px;
  height: 540px;
  overflow: hidden;
}

.work-all-item-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.work-v1-single-item-title {
  color: var(--all-color--gray);
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.colro-bg {
  background-color: var(--all-color--primary);
  width: 2px;
  height: 10%;
}

.advantage-grid-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.advantage-left-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---h5--font-size);
  background-image: url('../images/Advantage-Bg_1Advantage Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.advantage-top-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.advantage-list-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  margin-top: 48px;
  margin-bottom: 56px;
  display: flex;
}

.advantage-list-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.advantage-list-details-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.advantage-list-details {
  color: var(--all-color--gray-light);
}

.advantage-list-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.advantage-btn-wrap {
  display: flex;
}

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

.advantage-left-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.advantage-left-details {
  max-width: 476px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.advantage-btm-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-v1-wrap {
  margin-top: 56px;
}

.blog-v1-grid-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.05fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-v1-cl-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-v1-author-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.blog-v1-right-cl-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog-v1-card-link {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  transition: all .3s;
}

.blog-v1-card-link:hover {
  color: var(--all-color--primary);
}

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

.feature-title {
  text-align: center;
  max-width: 704px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.feature-details {
  text-align: center;
  max-width: 608px;
}

.feature-btn-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.feature-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 112px;
  display: flex;
}

.feature-bottom-wrap {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/Feature-Btm-Bg_1Feature Btm Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 58px 54px 98px 32px;
  display: grid;
}

.feature-btm-image {
  width: 100%;
}

.featuer-review-wrap {
  border-left: 1px solid var(--all-color--sea-green-8);
  margin-top: 47px;
  padding-left: 24px;
}

.feature-review {
  color: var(--all-color--gray-light);
  max-width: 377px;
}

.feature-author-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.feature-author-details-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.feature-author-name {
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.feature-author-pst {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-12);
  line-height: var(--_typography---all-line-height--line-height-100);
}

.process-grid-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.09fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.process-image {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
}

.process-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 12px;
  margin-bottom: 16px;
}

.process-details {
  color: var(--all-color--gray-light);
  text-align: left;
}

.process-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 32px;
  margin-bottom: 48px;
  display: flex;
}

.process-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-list-text {
  color: var(--all-color--gray-light);
}

.process-btn-wrap {
  display: flex;
}

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

.complex-image {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
}

.complex-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.complex-right-grid-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
}

.complex-single-title {
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  margin-top: 24px;
  margin-bottom: 16px;
}

.complex-single-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-14);
}

.integration-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/Intergration-BG_1Intergration BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 56px;
  padding-top: 70px;
  display: flex;
}

.code-wrap {
  margin-top: 56px;
  margin-bottom: 48px;
}

.code-all-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/No-Code-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding-top: 32px;
  padding-bottom: 56px;
  padding-left: 48px;
  display: flex;
}

.need-code-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 846px;
  display: flex;
}

.nedd-single-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
}

.code-single-image {
  width: 100%;
}

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

.code-item-icon-wrap {
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-80);
  background-color: var(--all-color--sea-green-8);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.code-item-title {
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  margin-top: 24px;
  margin-bottom: 16px;
}

.code-item-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-14);
}

.benefit-wrap {
  margin-top: 56px;
}

.benefit-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-color: var(--all-color--primary-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 4px 2px #0003;
}

.benefits-icon-wrap {
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-80);
  background-color: var(--all-color--sea-green-8);
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.benefits-single-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 16px;
}

.benefits-single-details {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  text-align: center;
}

.hero-v2-top-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 548px;
  display: flex;
}

.hero-v2-title {
  font-size: var(--_typography---h3--font-size);
  margin-top: 16px;
  margin-bottom: 20px;
}

.hero-v2-details {
  max-width: 440px;
}

.hero-v2-btn-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.hero-v2-image {
  border-top: 1px solid #fff3;
  border-left: 1px solid #fff3;
  border-top-left-radius: 24px;
  width: 100%;
  height: 680px;
}

.about-v2-wrapper {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/About-V2-BG_1About V2 BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px;
}

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

.about-v2-wrap {
  margin-top: 64px;
}

.about-v2-details {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  text-align: left;
  display: none;
}

.about-v2-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-v2-single-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-16);
  background-color: var(--all-color--primary-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.about-v2-single-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.about-v2-counter-details {
  color: var(--all-color--gray-light);
}

.feature-v2-wrap {
  margin-top: 56px;
}

.feature-v2-grid-wrap, .feature-v2-grid-wraps {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-v2-left-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/Feature-V2-04-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.feature-v-right-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/Feature-Bg-04_1Feature Bg 04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.work-v2-wrap {
  margin-top: 58px;
  position: sticky;
  top: 140px;
}

.work-v2-number-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
}

.work-v2-nb-grid-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-v2-nb-single-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-v2-nb-single-wrap._01.disply, .work-v2-nb-single-wrap._02.display, .work-v2-nb-single-wrap._03.display {
  display: none;
}

.work-v2-nb-icon-wrap {
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  background-color: #042222;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.work-v2-single-number {
  line-height: var(--_typography---all-line-height--line-height-100);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.work-v2-number-title {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.work-numbe-line-wrap {
  z-index: -1;
  border-top: 1px dashed var(--all-color--sea-green-20);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 20% 0% auto;
}

.work-numbe-color-line {
  background-color: var(--all-color--primary);
  width: 10%;
  height: 1px;
  margin-top: -1px;
}

.work-v2-grid-warp {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
  overflow: hidden;
}

.work-v2-single-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.work-v2-single-image {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
}

.work-v2-single-details {
  font-size: var(--_typography---h6--all-paragraph--p-14);
  line-height: var(--_typography---all-line-height--line-height-160);
  text-align: center;
}

.work-height-wrap {
  height: 200vh;
}

.advantage-v2-wrap {
  margin-top: 56px;
}

.advantage-v2-details {
  color: var(--all-color--gray-light);
  text-align: center;
  max-width: 512px;
}

.advantage-v2-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.advantage-v2-single-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---h5--font-size);
  background-color: var(--all-color--primary-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  transition: border-color .3s;
}

.advantage-v2-single-wrap:hover {
  border-color: var(--all-color--primary);
}

.advantage-v2-icon-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-12);
  background-color: var(--all-color--primary-black);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.advantage-v2-single-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
  margin-top: 32px;
  margin-bottom: 16px;
}

.advantage-v2-single-details {
  color: var(--all-color--gray-light);
}

.blog-v2-wrap {
  margin-top: 56px;
}

.blog-v2-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-v2-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.blog-v2-ctg {
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-60);
  font-size: var(--_typography---h6--all-paragraph--p-12);
  line-height: var(--_typography---all-line-height--line-height-100);
  padding: 8px 12px;
}

.cta-v2-wrapper {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/CTA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 54px;
  padding-left: 50px;
  padding-right: 48px;
  overflow: hidden;
}

.cta-v2-grid-wrap {
  grid-column-gap: 132px;
  grid-row-gap: 132px;
  grid-template-rows: auto;
  grid-template-columns: 1.08fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.cta-v2-right-title {
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---all-line-height--line-height-137);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.cta-v2-right-details {
  margin-top: 24px;
  margin-bottom: 48px;
}

.cta-v2-btn-wap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-v2-wrap {
  margin-top: 72px;
}

.faq-v2-details {
  color: var(--all-color--gray-light);
  text-align: center;
  max-width: 480px;
}

.faq-v2-grid-wap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-v2-single-wrap {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---h6--font-size);
  background-color: var(--all-color--primary-black);
  padding: 20px 24px;
}

.faq-v2-answer {
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  margin-top: 12px;
}

.faq-v2-tab-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.faq-v2-arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-v2-wrapper {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-24);
  background-image: url('../images/Testimonial-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 100px;
}

.testimonial-v2-wrap {
  margin-top: 80px;
  overflow: hidden;
}

.hero-v2-grid-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.home-v2-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.home-hero-image-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-details-block {
  position: absolute;
  inset: auto 0% 10%;
}

.testimonial-v2-slider {
  background-color: var(--all-color--transparent);
  height: auto;
  padding-bottom: 50px;
}

.slider-nav {
  height: 18px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
}

.testimonial-v2-slider-mask {
  max-width: 362px;
  overflow: visible;
}

.testimonial-v2-slide {
  margin-right: 20px;
}

.testimonial-v2-single-slide {
  border: 1px solid var(--all-color--sea-green-8);
  border-radius: var(--_typography---all-font-weight--all-border--border-20);
  background-color: var(--all-color--primary-black);
  flex-flow: column;
  justify-content: space-between;
  height: 412px;
  padding: 32px 24px;
  display: flex;
}

.testimonial-v2-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-v2-btm {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-v2-single-title {
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.author-details-name {
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.author-details-pst {
  color: var(--all-color--gray);
  font-size: var(--_typography---h6--all-paragraph--p-12);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
}

.dropdown-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--all-color--white);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-160);
  font-weight: var(--_typography---all-font-weight--font-weight-400);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  width: 650px;
  overflow: hidden;
  transform: translate(-80%);
}

.dropdown-singel-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--all-color--gray-light);
  font-size: var(--_typography---h6--all-paragraph--p-16);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.dropdown-singel-link:hover {
  color: var(--all-color--primary);
  transform: translate(5px);
}

.dropdown-padding-wrap {
  padding-top: 20px;
}

.dropdown-padding {
  border: 1px solid var(--all-color--sea-green-20);
  border-radius: var(--_typography---all-font-weight--all-border--border-12);
  background-color: var(--all-color--primary-black);
  padding: 35px 40px;
}

.dropdown-singel-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.dropdown-icon._02 {
  position: absolute;
}

.dropdown-title {
  font-family: var(--_typography---body);
  color: var(--all-color--white);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-600);
}

.dropdown-menu-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-flex-wrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-content-title-wrapper {
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---all-line-height--line-height-150);
  font-weight: var(--_typography---all-font-weight--font-weight-500);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
}

.about-content-title-wrapper._01 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 40px;
}

.about-content-title-wrapper._02 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 0;
}

.about-content-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-content-text {
  color: var(--all-color--gray);
  line-height: var(--_typography---all-line-height--line-height-150);
}

.about-content-text.gray {
  color: var(--all-color--white);
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}

.section-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.about-pillar {
  padding: 24px;
}

.testimonial-grid-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 3.09fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.pricing-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.floating-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.background-video {
  border-radius: 20px;
}

@media screen and (min-width: 1440px) {
  .hero-v2-title {
    font-size: var(--_typography---h2--font-size);
    margin-bottom: 24px;
  }

  .hero-v2-details {
    font-size: var(--_typography---h6--all-paragraph--p-16);
  }

  .hero-v2-btn-wrap {
    margin-top: 48px;
    margin-bottom: 96px;
  }

  .hero-v2-image {
    height: auto;
  }

  .advantage-v2-single-wrap:hover {
    border-color: var(--all-color--primary);
  }
}

@media screen and (min-width: 1920px) {
  .hero-wrap {
    position: relative;
  }

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

  .hero-v2-image {
    box-sizing: border-box;
    object-fit: cover;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---body: Poppins, sans-serif;
    --_typography---h6--all-paragraph--p-16: 16px;
    --_typography---all-line-height--line-height-160: 160%;
    --_typography---all-font-weight--font-weight-400: 400;
    --_typography---h1--font-size: 48px;
    --_typography---all-line-height--line-height-130: 130%;
    --_typography---all-font-weight--font-weight-600: 600;
    --_typography---h2--font-size: 42px;
    --_typography---h3--font-size: 36px;
    --_typography---all-line-height--line-height-140: 140%;
    --_typography---h4--font-size: 28px;
    --_typography---all-line-height--line-height-137: 137%;
    --_typography---h5--font-size: 22px;
    --_typography---all-line-height--line-height-150: 150%;
    --_typography---h6--font-size: 18px;
    --_typography---all-line-height--line-height-100: 100%;
    --_typography---all-font-weight--font-weight-500: 500;
    --_typography---all-font-weight--all-border--border-32: 20px;
    --_typography---all-font-weight--all-border--border-40: 40px;
    --_typography---all-font-weight--all-border--border-999: 999px;
    --_typography---all-font-weight--all-border--border-24: 20px;
    --_typography---h6--all-paragraph--p-14: 14px;
    --_typography---h6--all-paragraph--p-12: 12px;
    --_typography---all-font-weight--all-border--border-20: 20px;
    --_typography---all-font-weight--all-border--border-12: 12px;
    --_typography---all-font-weight--all-border--border-10: 10px;
    --_typography---all-font-weight--all-border--border-16: 16px;
    --_typography---all-font-weight--all-border--border-80: 80px;
    --_typography---all-font-weight--all-border--border-60: 60px;
  }

  .nav-menu-wrap {
    background-color: var(--all-color--black);
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 80px 40px 40px;
    overflow: auto;
  }

  .nav-menu-wrapper {
    background-color: var(--all-color--transparent);
    height: 100vh;
    overflow: auto;
  }

  .nav-single-menu {
    font-size: var(--_typography---h3--font-size);
    margin-left: 0;
    margin-right: 0;
  }

  .primary-button.colored.nav-cta {
    display: none;
  }

  .menu-button {
    background-color: var(--all-color--transparent);
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: var(--all-color--transparent);
  }

  .mobile-on {
    display: block;
  }

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

  .section.style {
    padding-top: 160px;
  }

  .section.footer {
    background-size: cover;
    padding-bottom: 30px;
  }

  .section.changelog, .section.privacy, .section.document {
    padding-top: 160px;
  }

  .section.contact {
    padding-top: 150px;
  }

  .section._404, .section.blog, .section.pricing, .section.about, .section.feature {
    padding-top: 160px;
  }

  .section.hero-v2 {
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .style-guide-wrap {
    margin-top: 80px;
  }

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

  .style-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .style-single-wrap {
    padding: 30px 25px;
  }

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

  .color-grid-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .color-title {
    font-size: var(--_typography---h3--font-size);
  }

  .color-single-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .footer-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .footer-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-left-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-brand-image {
    width: 180px;
  }

  .license-flex-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .license-single-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .license-single-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .license-image-list {
    margin-bottom: 30px;
  }

  .license-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .license-icon-image {
    width: 100px;
  }

  .license-font-wrap {
    padding: 30px 25px;
  }

  .license-font {
    font-size: 100px;
  }

  .license-font-name {
    font-size: var(--_typography---h4--font-size);
  }

  .changelog-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 80px;
  }

  .chagnelog-single-details {
    margin-bottom: 20px;
  }

  .chagnelog-image {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .privacy-wrap {
    margin-top: 80px;
  }

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

  .privacy-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .document-wrap {
    margin-top: 80px;
  }

  .document-tabs-menu {
    max-width: 240px;
    padding: 15px;
  }

  .document-tabs-content {
    margin-left: 30px;
  }

  .document-single-image {
    margin-top: 25px;
  }

  .contact-wrap {
    margin-top: 80px;
  }

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

  .contact-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-left-wrap {
    padding: 30px 20px;
  }

  .contact-right-wrap {
    padding: 30px 25px;
  }

  .contact-submit-button {
    margin-top: 40px;
  }

  .contact-filed-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-single-details {
    margin-top: 35px;
  }

  .contact-all-details-wrap {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  ._404-wrapper {
    padding-bottom: 60px;
  }

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

  ._404-single-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._404-icon {
    width: 160px;
  }

  ._404-title, ._404-button-wrap {
    margin-top: 25px;
  }

  .blog-wrap {
    margin-top: 80px;
  }

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

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

  .blog-card-image {
    object-fit: cover;
    width: 100%;
    height: 350px;
  }

  .blog-author-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .cta-wrapper {
    padding: 40px;
  }

  .cta-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.18fr;
  }

  .cta-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta-image-top-wrap {
    margin-right: 0;
  }

  .cta-image-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-image._01 {
    width: 100%;
  }

  .cta-image._02 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .blog-thimble-image {
    height: 480px;
    margin-top: 30px;
  }

  .blog-single-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2.86fr 1.75fr;
  }

  .blog-rich-text h4 {
    margin-top: 25px;
  }

  .more-blog-wrap {
    margin-top: 50px;
  }

  .more-blog-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }

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

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

  .pricing-single-wrap {
    padding: 25px;
  }

  .pricing-price-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pricing-price-month {
    letter-spacing: -.1px;
  }

  .pricing-list-wrapper {
    margin-bottom: 30px;
  }

  .compare-wrap {
    overflow: auto;
  }

  .compare-all-wrap {
    width: 1000px;
    overflow: auto;
  }

  .faq-grid-wrap, .faq-right-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-btm-wrap {
    padding: 25px;
  }

  .faq-details {
    margin-bottom: 25px;
  }

  .about-wrap {
    margin-top: 80px;
  }

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

  .about-image-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

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

  .story-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .story-single-wrap {
    padding: 25px;
  }

  .story-single-title {
    margin-top: 25px;
  }

  .about-content-wrap {
    padding: 40px 25px;
  }

  .about-stat-wrap {
    margin-top: 40px;
  }

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

  .why-single-wrap {
    padding: 30px 25px;
  }

  .why-single-title, .why-btm-wrap {
    margin-top: 30px;
  }

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

  .built-right-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .built-single-overflow-wrap {
    height: 48px;
  }

  .team-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 50px;
  }

  .team-top-btm-wrap {
    padding-bottom: 20px;
  }

  .team-single-details {
    margin-bottom: 20px;
  }

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

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

  .testimonial-all-wrap {
    padding: 40px 25px;
  }

  .testimonial-tabs-menu {
    margin-top: 40px;
  }

  .testimonial-star {
    margin-top: 25px;
  }

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

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

  .hero-btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .tricker-single-image {
    width: 160px;
  }

  .feature-v1-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
  }

  .feature-v1-grid-wrap, .feature-v1-grid-wrap._02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-v1-left-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 25px;
  }

  .feature-v1-right-wrap {
    padding: 25px;
  }

  .work-v1-wrap {
    margin-top: 50px;
  }

  .work-v1-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .work-v1-right-flex-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .work-v1-single-wrap {
    height: 400px;
    padding: 30px;
  }

  .work-all-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .advantage-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr;
  }

  .advantage-left-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px;
  }

  .advantage-list-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .advantage-list-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .advantage-list-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .advantage-left-details {
    margin-bottom: 20px;
  }

  .blog-v1-wrap {
    margin-top: 50px;
  }

  .blog-v1-grid-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .blog-v1-cl-list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .blog-v1-author-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .blog-v1-right-cl-list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

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

  .feature-btn-wrap {
    margin-top: 30px;
  }

  .feature-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 80px;
  }

  .feature-bottom-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 40px 25px;
  }

  .featuer-review-wrap {
    margin-top: 30px;
    padding-left: 20px;
  }

  .process-grid-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.09fr;
  }

  .process-image {
    width: 100%;
  }

  .process-list-wrap {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .complex-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .complex-right-grid-wrap {
    margin-top: 50px;
  }

  .complex-single-title {
    margin-top: 20px;
  }

  .integration-wrap {
    padding-top: 50px;
  }

  .code-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .code-all-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

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

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

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

  .benefits-icon-wrap {
    width: 100px;
    height: 100px;
  }

  .benefit-single-icon {
    width: 40px;
  }

  .benefits-single-title {
    margin-top: 30px;
  }

  .hero-v2-top-wrap, .hero-v2-details {
    max-width: none;
  }

  .hero-v2-btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .hero-v2-image {
    border-radius: var(--_typography---all-font-weight--all-border--border-20);
    object-fit: cover;
    border: 1px solid #0003;
    max-width: 100%;
    height: 550px;
    position: static;
  }

  .about-v2-wrapper {
    padding: 30px;
  }

  .about-v2-wrap {
    margin-top: 50px;
  }

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

  .about-v2-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-v2-wrap {
    margin-top: 50px;
  }

  .feature-v2-grid-wrap, .feature-v2-grid-wraps {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .work-v2-wrap {
    margin-top: 50px;
  }

  .work-v2-number-title {
    font-size: var(--_typography---h6--font-size);
  }

  .work-v2-grid-warp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
  }

  .advantage-v2-wrap {
    margin-top: 50px;
  }

  .advantage-v2-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .advantage-v2-single-wrap {
    padding: 30px;
  }

  .advantage-v2-single-title {
    margin-top: 25px;
  }

  .blog-v2-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-v2-author-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .cta-v2-wrapper {
    padding: 40px 20px;
  }

  .cta-v2-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cta-v2-right-title {
    font-size: var(--_typography---h5--font-size);
  }

  .cta-v2-right-details {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .faq-v2-wrap {
    margin-top: 50px;
  }

  .faq-v2-grid-wap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .faq-v2-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-v2-wrapper {
    padding: 50px 30px;
  }

  .testimonial-v2-wrap {
    margin-top: 50px;
  }

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

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

  .home-hero-image-block {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-hero-blank {
    display: none;
  }

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

  .home-hero-details-block {
    order: -1;
    position: static;
  }

  .testimonial-v2-slide {
    margin-right: 15px;
  }

  .testimonial-v2-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dropdown-list {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .dropdown-padding-wrap {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-padding {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

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

  .dropdown-flex-wrap {
    flex-flow: wrap;
    width: 100%;
    max-width: 100%;
  }

  .about-content-title-wrapper {
    margin-bottom: 30px;
  }

  .about-content-title-wrapper._01, .about-content-title-wrapper._02 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .about-content-text {
    font-size: 15px;
  }

  .testimonial-grid-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.09fr;
  }

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

@media screen and (max-width: 767px) {
  body {
    --_typography---body: Poppins, sans-serif;
    --_typography---h6--all-paragraph--p-16: 14px;
    --_typography---all-line-height--line-height-160: 160%;
    --_typography---all-font-weight--font-weight-400: 400;
    --_typography---h1--font-size: 42px;
    --_typography---all-line-height--line-height-130: 130%;
    --_typography---all-font-weight--font-weight-600: 600;
    --_typography---h2--font-size: 36px;
    --_typography---h3--font-size: 32px;
    --_typography---all-line-height--line-height-140: 140%;
    --_typography---h4--font-size: 26px;
    --_typography---all-line-height--line-height-137: 137%;
    --_typography---h5--font-size: 20px;
    --_typography---all-line-height--line-height-150: 150%;
    --_typography---h6--font-size: 16px;
    --_typography---all-line-height--line-height-100: 100%;
    --_typography---all-font-weight--font-weight-500: 500;
    --_typography---all-font-weight--all-border--border-32: 15px;
    --_typography---all-font-weight--all-border--border-40: 40px;
    --_typography---all-font-weight--all-border--border-999: 999px;
    --_typography---all-font-weight--all-border--border-24: 15px;
    --_typography---h6--all-paragraph--p-14: 14px;
    --_typography---h6--all-paragraph--p-12: 12px;
    --_typography---all-font-weight--all-border--border-20: 15px;
    --_typography---all-font-weight--all-border--border-12: 12px;
    --_typography---all-font-weight--all-border--border-10: 10px;
    --_typography---all-font-weight--all-border--border-16: 15px;
    --_typography---all-font-weight--all-border--border-80: 80px;
    --_typography---all-font-weight--all-border--border-60: 60px;
  }

  .nav-menu-wrapper {
    height: 90vh;
  }

  .primary-button.desktop-on {
    display: none;
  }

  .primary-btn-wrap {
    height: 15px;
  }

  .mobile-on {
    display: flex;
  }

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

  .section.style {
    padding-top: 140px;
  }

  .section.footer {
    padding-bottom: 25px;
  }

  .section.changelog, .section.privacy, .section.document, .section.contact, .section._404, .section.blog, .section.pricing, .section.about, .section.hero, .section.feature {
    padding-top: 140px;
  }

  .section.hero-v2 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .style-guide-wrap {
    margin-top: 60px;
  }

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

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

  .style-single-wrap {
    padding: 25px 20px;
  }

  .color-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

  .color-item-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .button-flex-wrap {
    flex-flow: wrap;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .footer-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.16fr;
  }

  .footer-wrap {
    order: -1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-email-filed {
    padding-left: 20px;
    padding-right: 120px;
  }

  .footer-submit-button {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .footer-left-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-right-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-brand-image {
    width: 160px;
  }

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

  .copyright-text {
    order: 1;
  }

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

  .license-single-wrap {
    padding: 25px 20px;
  }

  .license-single-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .license-image-list {
    margin-bottom: 25px;
  }

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

  .license-single-icon-wrap {
    height: 220px;
  }

  .license-icon-image {
    width: 90px;
  }

  .license-font-wrap {
    padding: 25px 20px;
  }

  .license-font {
    font-size: 80px;
  }

  .changelog-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-top: 60px;
  }

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

  .chagnelog-single-details {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .changelog-list-title {
    margin-bottom: 15px;
  }

  .changelog-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .chagnelog-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .changelog-line {
    display: none;
  }

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

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

  .privacy-flex-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 30px;
  }

  .privacy-single-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .document-tabs {
    flex-flow: column;
  }

  .document-tabs-menu {
    max-width: none;
    position: static;
  }

  .document-tabs-content {
    margin-top: 30px;
    margin-left: 0;
  }

  .document-single-title {
    margin-bottom: 15px;
  }

  .document-single-details {
    font-size: 15px;
  }

  .document-single-image {
    margin-top: 20px;
  }

  .document-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    font-size: 15px;
  }

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

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

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

  .contact-left-wrap, .contact-right-wrap {
    padding: 25px 20px;
  }

  .contact-submit-button {
    margin-top: 35px;
  }

  .contact-filed-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .contact-all-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-single-details {
    margin-top: 25px;
  }

  .contact-all-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  ._404-wrapper {
    padding-bottom: 50px;
  }

  ._404-wrap {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-single-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ._404-icon {
    width: 140px;
  }

  ._404-title, ._404-button-wrap {
    margin-top: 20px;
  }

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

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

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

  .blog-card-image {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .blog-author-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-card-link {
    font-size: var(--_typography---h5--font-size);
  }

  .cta-wrapper {
    background-size: cover;
    padding: 30px;
  }

  .cta-details {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .cta-button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cta-top-image {
    width: 100%;
  }

  .cta-image-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .cta-mobile-image {
    display: none;
  }

  .cta-image-desktop {
    display: block;
  }

  .blog-single-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-thimble-image {
    height: 420px;
    margin-top: 25px;
  }

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

  .blog-single-right-wrap {
    margin-top: 0;
    position: static;
  }

  .blog-rich-text h4 {
    margin-top: 20px;
  }

  .blog-rich-text p, .blog-rich-text ul {
    margin-top: 15px;
  }

  .content-wrap, .blog-form-wrapper {
    padding: 20px;
  }

  .more-blog-wrap {
    margin-top: 40px;
  }

  .more-blog-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .pricing-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .pricing-tab-content {
    margin-top: 40px;
  }

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

  .pricing-single-details {
    margin-top: 15px;
  }

  .pricing-price-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .pricing-price-month {
    letter-spacing: 0;
  }

  .pricing-list-wrapper {
    margin-bottom: 25px;
  }

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

  .faq-right-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .faq-btm-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-details {
    margin-top: 15px;
    margin-bottom: 20px;
  }

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

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

  .about-image-grid-wrap {
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .story-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .story-details {
    display: block;
  }

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

  .story-single-wrap {
    padding: 20px;
  }

  .story-single-title {
    margin-top: 20px;
  }

  .about-content-wrap {
    padding: 30px 20px;
  }

  .about-content-title {
    display: block;
  }

  .about-stat-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 30px;
  }

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

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

  .why-single-wrap {
    padding: 25px 20px;
  }

  .why-single-title {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .why-btm-wrap {
    margin-top: 25px;
  }

  .built-grid-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.06fr;
  }

  .built-right-grid-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .built-single-overflow-wrap {
    height: 42px;
  }

  .team-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

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

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

  .team-top-btm-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .team-single-details {
    margin-bottom: 15px;
  }

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

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

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

  .testimonial-all-wrap {
    padding: 30px 20px;
  }

  .testimonial-tabs-menu {
    margin-top: 30px;
  }

  .testimonial-star {
    margin-top: 20px;
    margin-bottom: 15px;
  }

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

  .hero-title {
    font-size: var(--_typography---h2--font-size);
    margin-bottom: 15px;
  }

  .hero-btn-wrap {
    margin-top: 30px;
  }

  .tricker-single-image {
    width: 150px;
  }

  .feature-v1-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 40px;
  }

  .feature-v1-title {
    margin-bottom: 15px;
  }

  .feature-v1-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.71fr;
  }

  .feature-v1-grid-wrap._02 {
    grid-template-columns: 1fr;
  }

  .feature-v1-left-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 20px;
  }

  .feature-v1-right-wrap {
    padding: 20px;
  }

  .feature-v1-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .work-v1-wrap {
    margin-top: 40px;
  }

  .work-v1-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .work-v1-left-wrap {
    position: static;
  }

  .work-v1-right-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-v1-single-wrap {
    height: 380px;
    padding: 25px;
  }

  .work-left-line-wrap {
    display: none;
  }

  .work-all-item-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .advantage-left-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 25px;
  }

  .advantage-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .advantage-list-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .advantage-list-details-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .advantage-left-details {
    margin-bottom: 15px;
  }

  .blog-v1-wrap {
    margin-top: 40px;
  }

  .blog-v1-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-v1-cl-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blog-v1-author-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-v1-right-cl-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .feature-btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 25px;
  }

  .feature-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 60px;
  }

  .feature-bottom-wrap {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .featuer-review-wrap {
    margin-top: 25px;
    padding-left: 15px;
  }

  .process-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .process-list-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

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

  .complex-right-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .complex-single-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .integration-wrap {
    margin-top: 40px;
    padding-top: 40px;
  }

  .code-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .code-all-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .code-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .benefit-single-wrap {
    padding: 25px 20px;
  }

  .benefits-icon-wrap {
    width: 90px;
    height: 90px;
  }

  .benefit-single-icon {
    width: 36px;
  }

  .benefits-single-title {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .hero-v2-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hero-v2-btn-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .hero-v2-image {
    height: 400px;
  }

  .about-v2-wrapper {
    padding: 25px 20px;
  }

  .about-v2-wrap {
    margin-top: 40px;
  }

  .about-v2-details {
    display: block;
  }

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

  .about-v2-single-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 20px;
  }

  .about-v2-single-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .feature-v2-wrap {
    margin-top: 40px;
  }

  .feature-v2-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.71fr;
    align-items: stretch;
  }

  .feature-v2-grid-wraps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.71fr;
  }

  .work-v2-wrap {
    margin-top: 40px;
    position: static;
  }

  .work-v2-nb-grid-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    display: none;
  }

  .work-v2-nb-single-wrap._01.disply, .work-v2-nb-single-wrap._02.display, .work-v2-nb-single-wrap._03.display {
    display: flex;
  }

  .work-v2-number-title {
    font-size: var(--_typography---h5--font-size);
  }

  .work-numbe-line-wrap {
    display: none;
  }

  .work-v2-grid-warp {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .work-height-wrap {
    height: auto;
  }

  .advantage-v2-wrap {
    margin-top: 40px;
  }

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

  .advantage-v2-single-wrap {
    padding: 25px;
  }

  .advantage-v2-single-title {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .blog-v2-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blog-v2-author-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cta-v2-wrapper {
    padding-bottom: 0;
  }

  .cta-v2-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.08fr;
  }

  .cta-v2-right-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cta-v2-right-details {
    margin-bottom: 20px;
  }

  .faq-v2-wrap {
    margin-top: 40px;
  }

  .faq-v2-grid-wap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .faq-v2-single-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-v2-tab-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-v2-wrapper {
    padding: 40px 20px;
  }

  .testimonial-v2-wrap {
    margin-top: 40px;
  }

  .home-v2-hero-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .testimonial-v2-single-slide {
    height: 350px;
    padding: 30px 20px;
  }

  .testimonial-v2-top, .dropdown-singel-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

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

  .about-content-title-wrapper, .about-content-title-wrapper._01, .about-content-title-wrapper._02 {
    margin-bottom: 25px;
  }

  .about-content-title-wrap {
    display: none;
  }

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

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

@media screen and (max-width: 479px) {
  body {
    --_typography---body: Poppins, sans-serif;
    --_typography---h6--all-paragraph--p-16: 14px;
    --_typography---all-line-height--line-height-160: 160%;
    --_typography---all-font-weight--font-weight-400: 400;
    --_typography---h1--font-size: 36px;
    --_typography---all-line-height--line-height-130: 130%;
    --_typography---all-font-weight--font-weight-600: 600;
    --_typography---h2--font-size: 32px;
    --_typography---h3--font-size: 28px;
    --_typography---all-line-height--line-height-140: 140%;
    --_typography---h4--font-size: 24px;
    --_typography---all-line-height--line-height-137: 137%;
    --_typography---h5--font-size: 18px;
    --_typography---all-line-height--line-height-150: 150%;
    --_typography---h6--font-size: 14px;
    --_typography---all-line-height--line-height-100: 100%;
    --_typography---all-font-weight--font-weight-500: 500;
    --_typography---all-font-weight--all-border--border-32: 10px;
    --_typography---all-font-weight--all-border--border-40: 40px;
    --_typography---all-font-weight--all-border--border-999: 999px;
    --_typography---all-font-weight--all-border--border-24: 10px;
    --_typography---h6--all-paragraph--p-14: 14px;
    --_typography---h6--all-paragraph--p-12: 12px;
    --_typography---all-font-weight--all-border--border-20: 10px;
    --_typography---all-font-weight--all-border--border-12: 10px;
    --_typography---all-font-weight--all-border--border-10: 10px;
    --_typography---all-font-weight--all-border--border-16: 10px;
    --_typography---all-font-weight--all-border--border-80: 80px;
    --_typography---all-font-weight--all-border--border-60: 60px;
  }

  .nav-menu-wrapper {
    height: 85vh;
  }

  .menu-button {
    width: 35px;
    height: 35px;
  }

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

  .section.style {
    padding-top: 120px;
  }

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

  .section.changelog, .section.privacy, .section.document, .section.contact, .section._404, .section.blog, .section.blog-single, .section.pricing, .section.about, .section.hero, .section.feature {
    padding-top: 120px;
  }

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

  .style-guide-wrap {
    margin-top: 40px;
  }

  .style-flex-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .style-single-wrap {
    padding: 20px 15px;
  }

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

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-top-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-top-left-wrap {
    margin-bottom: 40px;
  }

  .footer-email-filed {
    padding-left: 15px;
    padding-right: 110px;
  }

  .footer-submit-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-email-details {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .footer-left-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .footer-brand-image {
    width: 140px;
  }

  .footer-single-menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-all-menu-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .copyright-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .all-social-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

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

  .license-single-wrap {
    padding: 20px 15px;
  }

  .license-image-list {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .license-image-grid {
    grid-template-columns: 1fr;
  }

  .license-single-icon-wrap {
    height: 240px;
  }

  .license-icon-image {
    width: 80px;
  }

  .license-font-wrap {
    padding: 20px 15px;
  }

  .license-font {
    font-size: 64px;
  }

  .changelog-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

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

  .changelog-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .chagnelog-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .privacy-flex-wrap {
    margin-top: 20px;
  }

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

  .document-tabs-content {
    margin-top: 25px;
  }

  .document-single-title {
    margin-bottom: 12px;
  }

  .document-single-details {
    font-size: 14px;
  }

  .document-single-image {
    margin-top: 15px;
  }

  .document-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 14px;
  }

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

  .contact-left-wrap, .contact-right-wrap {
    padding: 20px 15px;
  }

  .contact-filed-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-submit-button {
    margin-top: 30px;
  }

  .contact-single-details {
    margin-top: 20px;
  }

  .contact-all-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._404-wrapper {
    padding-bottom: 40px;
  }

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

  ._404-icon {
    width: 120px;
  }

  ._404-title, ._404-button-wrap {
    margin-top: 15px;
  }

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

  .blog-card-image {
    height: 300px;
  }

  .blog-author-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .blog-card-link {
    font-size: var(--_typography---h5--font-size);
  }

  .cta-wrapper {
    padding: 20px;
  }

  .cta-details {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .cta-button-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .blog-single-page-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .blog-single-title {
    font-size: var(--_typography---h4--font-size);
  }

  .blog-thimble-image {
    height: 300px;
    margin-top: 20px;
  }

  .blog-rich-text h4 {
    margin-top: 15px;
  }

  .blog-rich-text p, .blog-rich-text ul {
    margin-top: 12px;
  }

  .content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-item-warp {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .content-item-link {
    padding: 6px 12px;
  }

  .blog-form-wrapper {
    padding: 15px;
  }

  .more-blog-wrap {
    margin-top: 30px;
  }

  .pricing-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pricing-tab-content {
    margin-top: 30px;
  }

  .pricing-single-wrap {
    padding: 20px;
  }

  .pricing-price-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-list-wrapper {
    margin-bottom: 20px;
  }

  .pricing-list-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .faq-grid-wrap, .faq-right-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-btm-wrap {
    padding: 20px 15px;
  }

  .faq-details {
    margin-bottom: 15px;
  }

  .faq-single-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .about-title {
    font-size: var(--_typography---h3--font-size);
  }

  .about-image-grid-wrap {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .story-wrap {
    margin-top: 25px;
  }

  .story-single-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .story-single-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about-content-wrap {
    padding: 30px 15px;
  }

  .about-content-title {
    font-size: var(--_typography---h6--all-paragraph--p-16);
  }

  .about-stat-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 25px;
  }

  .why-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .why-single-wrap {
    padding: 20px 15px;
  }

  .why-single-title, .why-btm-wrap {
    margin-top: 20px;
  }

  .built-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .built-user-wrap {
    flex-flow: wrap;
  }

  .built-right-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .built-single-overflow-wrap {
    height: 38px;
  }

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

  .team-single-details {
    margin-bottom: 12px;
  }

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

  .testimonial-all-wrap {
    padding: 25px 15px;
  }

  .testimonial-tabs-menu {
    margin-top: 20px;
  }

  .testimonial-star {
    margin-top: 15px;
    margin-bottom: 12px;
  }

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

  .hero-sub-title {
    font-size: 12px;
  }

  .hero-title {
    font-size: var(--_typography---h2--font-size);
  }

  .hero-btn-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    margin-top: 20px;
  }

  .tricker-single-image {
    width: 140px;
  }

  .feature-v1-wrap {
    margin-top: 30px;
  }

  .feature-v1-left-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 15px;
  }

  .feature-v1-right-wrap {
    padding: 15px;
  }

  .feature-v1-details-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .work-v1-wrap {
    margin-top: 30px;
  }

  .work-v1-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-v1-single-wrap {
    height: 350px;
    padding: 20px;
  }

  .work-all-item-wrap {
    display: none;
  }

  .advantage-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .advantage-left-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding: 20px;
  }

  .advantage-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .advantage-list-details-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .advantage-btm-wrap {
    flex-flow: wrap;
  }

  .blog-v1-wrap {
    margin-top: 30px;
  }

  .blog-v1-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-v1-author-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .feature-title {
    font-size: var(--_typography---h3--font-size);
  }

  .feature-btn-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

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

  .feature-bottom-wrap {
    padding: 25px 15px;
  }

  .featuer-review-wrap {
    margin-top: 20px;
  }

  .process-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .process-list-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .process-btn-wrap {
    justify-content: center;
    align-items: center;
  }

  .complex-right-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .integration-wrap {
    margin-top: 30px;
    padding-top: 30px;
  }

  .code-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .code-all-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 20px;
  }

  .code-single-image {
    height: 160px;
  }

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

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

  .benefit-single-wrap {
    padding: 20px 15px;
  }

  .benefits-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .benefit-single-icon {
    width: 32px;
  }

  .benefits-single-title {
    margin-top: 20px;
  }

  .hero-v2-btn-wrap {
    flex-flow: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-v2-image {
    height: 300px;
  }

  .about-v2-wrapper {
    padding: 20px 15px;
  }

  .about-v2-wrap {
    margin-top: 30px;
  }

  .about-v2-single-wrap {
    padding: 15px;
  }

  .feature-v2-wrap {
    margin-top: 30px;
  }

  .feature-v2-grid-wrap, .feature-v2-grid-wraps {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .work-v2-wrap {
    margin-top: 30px;
  }

  .work-v2-nb-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-v2-grid-warp, .advantage-v2-wrap {
    margin-top: 30px;
  }

  .advantage-v2-single-wrap {
    padding: 20px;
  }

  .advantage-v2-single-title {
    margin-top: 15px;
  }

  .blog-v2-author-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .cta-v2-wrapper {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-v2-right-details {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .faq-v2-wrap {
    margin-top: 30px;
  }

  .faq-v2-single-wrap {
    padding: 15px;
  }

  .testimonial-v2-wrapper {
    padding: 30px 15px;
  }

  .testimonial-v2-wrap {
    margin-top: 30px;
  }

  .home-v2-hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-v2-single-slide {
    height: 420px;
    padding: 25px 15px;
  }

  .testimonial-v2-btm {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-singel-text {
    font-size: 15px;
  }

  .dropdown-title {
    font-size: 17px;
  }

  .dropdown-menu-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

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

  .about-content-title-wrapper {
    font-size: var(--_typography---h6--all-paragraph--p-16);
    margin-bottom: 20px;
  }

  .about-content-title-wrapper._01, .about-content-title-wrapper._02 {
    margin-bottom: 20px;
  }

  .about-content-title-wrap {
    display: block;
  }

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

  .pricing-grid-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e64162fe-e502-b4e1-2119-249b9e38d75c-172141c2, #w-node-abaf87c3-01a0-ebd0-58ab-96a51577f4c8-172141c4 {
    order: -9999;
  }

  #w-node-deca4871-ce32-d41e-a17d-46da0a0c4998-172141ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


