:root {
  --primary: #bcf870;
  --black: #0d0d0d;
  --light-black: #1b1b1b;
  --green: #56d37d;
  --secondary: #8061f9;
  --text-color: #383e47;
  --border-black: #212121;
  --demo-box-color: #282828;
}

body {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hauora, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hauora, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hauora, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: #000;
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--primary);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

li {
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  z-index: 1;
  position: relative;
}

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

.section.gray {
  background-color: #f9f9f9;
  margin-top: 100px;
  padding-bottom: 40px;
}

.section.trusted-by {
  margin-top: 4em;
}

.section.black {
  background-color: #0d0d0d;
}

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

.container.big-container {
  max-width: none;
}

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

.container.small-container {
  max-width: 900px;
}

.container.with-section-id {
  padding-top: 6em;
}

.container.nav-container {
  border-radius: 8px;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container.hero-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.nav-menu-container {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 6px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 60px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 2% 0% auto;
  box-shadow: 0 1px 3px #00000026;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  padding-left: 0;
  display: flex;
  position: static;
}

.no-margins {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-link {
  z-index: 1;
  color: #fff9;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover, .footer-link.w--current {
  color: #c3f782;
}

.link-block-underline {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  z-index: 2;
  background-color: #111;
  align-items: flex-start;
  padding-top: 3em;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.footer-heading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.grey-text {
  color: #2f363d99;
  font-weight: 500;
}

.success-message {
  border: 1px solid var(--primary);
  background-color: var(--black);
  color: var(--primary);
  border-radius: 8px;
  padding: 1em;
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  text-align: center;
  background-color: #ffb5b566;
  border: 1px solid #ff707080;
  border-radius: 12px;
  margin-top: 10px;
  padding: 12px 10px;
}

.menu-button {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 5px;
  display: none;
}

.copyright-text {
  color: #818181;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-text {
  color: #000;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}

.subscribe-button {
  background-color: var(--primary);
  color: #000;
  border: 0 solid #000;
  border-radius: 12px;
  flex: none;
  height: 48px;
  padding: 5px 48px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .35s, color .35s, background-color .35s;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.subscribe-form-holder {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #bcf870;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .35s, color .35s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  color: var(--primary);
  background-color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.w--current {
  border-radius: 6px;
  transition: box-shadow .35s, background-color .35s;
  box-shadow: 0 2px 24px #bcf870cc;
}

.button.w--current:hover {
  background-color: #bcf870cc;
  box-shadow: 0 2px 50px #bcf870cc;
}

.button.outline {
  color: #000;
  background-color: #0000;
  border: 1.5px solid #c7c7c7;
  transition: box-shadow .35s, letter-spacing .35s, border-color .35s;
}

.button.outline:hover {
  border-color: #bcf870;
  transform: none;
  box-shadow: 0 2px 5px #bcf870cc;
}

.button.transparent {
  color: #fff;
  background-color: #0000;
  transition: background-color .35s, color .35s;
}

.button.transparent:hover {
  color: var(--primary);
  transform: none;
}

.button.with-shadow {
  transition: background-color .35s, box-shadow .35s, color .35s;
}

.button.with-shadow:hover {
  color: var(--primary);
  background-color: #000;
  box-shadow: 0 2px 24px #bcf870cc;
}

.button.password {
  height: 50px;
  transition: box-shadow .2s, background-color .35s;
  box-shadow: 0 2px 24px #bcf870cc;
}

.button.password:hover {
  background-color: #bcf870cc;
  box-shadow: 0 2px 50px #bcf870cc;
}

.button.white {
  background-color: #fff;
  border-radius: 6px;
}

.button.nav {
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1;
  transition: background-color .35s, color .35s;
  display: flex;
  box-shadow: 0 2px 24px #bcf870cc;
}

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

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.subscribe-email {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  border-color: var(--primary);
}

.subscribe-email::placeholder {
  color: #ffffff4d;
}

.subscribe-email.sg {
  border-color: #000;
}

.subscribe-email.sg::placeholder {
  color: #00000096;
}

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 60px;
  padding-left: 10px;
  overflow: visible;
}

.brand-link {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #222;
  letter-spacing: -.36px;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  color: #c3f782;
}

.nav-link.cart-nav-link {
  transition: opacity .35s, color .35s;
}

.nav-link.cart-nav-link:hover {
  opacity: .55;
}

.nav-link.dropdown-nav-link {
  padding-right: 25px;
  transition-property: color;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-description {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

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

.nav-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 10px;
  display: flex;
  position: static;
}

.trusted-by-grid {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.logo-holder, .logo-image {
  width: 100%;
}

.gradient-text {
  color: #bcf870;
}

.app-features {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.app-title {
  grid-column-gap: 10px;
  color: #d0d5db;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.hero-circles-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-circles-holder.abpit {
  justify-content: center;
  left: 32%;
}

.hero-circles-holder.feature-page {
  opacity: 1;
}

.hero-circles-holder.checkout {
  z-index: -1;
}

.circle {
  background-image: linear-gradient(#56d364, #2ea043 55%, #0d1117);
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 1000px;
  display: flex;
}

.circle._02 {
  opacity: .9;
  background-image: linear-gradient(#bcf870, #bcf870 55%, #fff);
  width: 1430px;
  height: 1430px;
  position: absolute;
}

.circle._02._3 {
  width: 800px;
  height: 800px;
}

.circle._01 {
  z-index: 1;
  background-image: linear-gradient(#bcf870, #bcf870 55%, #fff);
  position: absolute;
}

.circle._01.s {
  background-image: linear-gradient(#bcf870, #bcf870 55%, #bcf870);
  width: 525px;
  height: 525px;
}

.circle-stroke {
  background-color: #fff;
  border-radius: 2000px;
  width: 100%;
  height: 100%;
  margin: 4px 2px 2px;
}

.hero-wrapper-features {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.hero-wrapper-features.contact {
  grid-column-gap: 40px;
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 70px;
}

.cta-holder {
  margin-top: 10px;
  margin-bottom: 60px;
}

.cta-container {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #778383;
  border-radius: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding: 30px 0 0 62px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.cta-heading {
  font-family: Hauora, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.checkbox {
  border-style: solid;
  border-color: var(--primary);
  background-image: url("https://cdn.prod.website-files.com/689ba310dfacef0f5265cb01/689ba310dfacef0f5265cb99_Check%20Black.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  transition: background-position .375s, background-color .425s, border-color .425s;
}

.checkbox:hover {
  border-color: var(--green);
  background-color: #756f6f;
}

.checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  background-image: url("https://cdn.prod.website-files.com/689ba310dfacef0f5265cb01/689ba310dfacef0f5265cb99_Check%20Black.svg");
  background-size: 14px;
}

.checkbox-label {
  color: #d0d5db;
  margin-bottom: 0;
  font-weight: 500;
}

.checkbox-field {
  grid-column-gap: 6px;
  align-items: center;
  margin-top: 21px;
  margin-left: -4px;
  padding-left: 0;
  display: flex;
}

.checkbox-field.no-margins {
  margin-top: 0;
}

.form-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.simple-link {
  color: var(--black);
  text-decoration: none;
}

.simple-link:hover {
  color: var(--primary);
  text-decoration: underline;
}

.contact-features {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

.contact-form {
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  box-shadow: 0 1px 3px #00000026;
}

.contant-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.text-field {
  color: #303030;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow .35s, border-color .35s;
  box-shadow: 0 1px 3px #00000026;
}

.text-field:hover {
  border-color: var(--primary);
  box-shadow: 0 1px 24px #bcf8705e;
}

.text-field:focus {
  border-color: #fff;
}

.text-field::placeholder {
  color: #303030;
}

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

.text-area {
  color: #000;
  background-color: #0000;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 160px;
  min-height: 160px;
  max-height: 320px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow .35s, border-color .35s;
  box-shadow: 0 1px 3px #00000026;
}

.text-area:hover {
  border-color: var(--primary);
  box-shadow: 0 1px 24px #bcf8705c;
}

.text-area:focus {
  border-color: #fff;
}

.text-area::placeholder {
  color: #303030;
}

.form {
  width: 100%;
}

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

.animate-on-load-03.z-index, .animate-on-load-04.z-index {
  z-index: 19;
  position: relative;
}

.nav-menu-holder {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-mockup-holder {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 3%;
}

.cta-mockup-holder.grid {
  top: 12%;
  bottom: 0%;
}

.cta-content {
  z-index: 260;
  padding-top: 30px;
  padding-bottom: 60px;
}

.cta-image-content {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.cta-ipad {
  z-index: 1;
  width: 100%;
  position: relative;
}

.cta-image-wrapper {
  z-index: 1;
  position: relative;
}

.cta-dashboard {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-dashboard-holder {
  z-index: -1;
  position: absolute;
  inset: 3% 0% 35% 29%;
}

.circle-image {
  z-index: -1;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: -7% 0% 0%;
}

.location-text {
  color: #2f363d;
  font-family: Hauora, sans-serif;
  font-weight: 700;
}

.nav-link-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.logo-component {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.logo-carousel {
  width: 100%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.code-embed-2 {
  display: none;
}

.logo-carousel-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.logo-section {
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.logo-carousel-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-carousel-gradient.right {
  inset: 0% 0% 0% auto;
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.contact-icon {
  color: var(--green);
  width: 30px;
  height: 30px;
}

.respond {
  color: var(--green);
}

@media screen and (min-width: 1440px) {
  .section.gray {
    background-color: #f9f9f9;
  }

  .section.black {
    background-color: #0d0d0d;
  }

  .container {
    max-width: 1350px;
    overflow: hidden;
  }

  .footer-link.w--current {
    color: var(--primary);
  }

  .link-block-underline {
    background-color: var(--primary);
  }

  .content {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-brand-content {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .hero-app-holder {
    width: 100%;
    min-height: 700px;
  }

  .hero-app-container {
    margin-top: 5em;
    margin-bottom: 0;
  }

  .trusted-by-wrapper {
    background-position: 29% 0;
  }

  .circle._01.s {
    width: 550px;
    height: 550px;
  }

  .hero-wrapper-features {
    grid-template-columns: 1.5fr 1fr;
  }

  .hero-wrapper-features.contact {
    grid-column-gap: 80px;
    grid-column-gap: 80px;
    place-items: start stretch;
    margin-top: 70px;
  }

  .feature-quality-holder {
    grid-column-gap: 30px;
  }

  .cta-heading {
    max-width: 980px;
  }

  .contact-form {
    padding: 49px;
  }

  .contant-title {
    font-size: 25px;
  }

  .product-tittle {
    width: 60%;
  }

  .product-image {
    width: 600px;
  }

  .default-state {
    justify-content: flex-start;
  }

  .add-to-cart-button {
    width: 60%;
  }

  .tab-link {
    color: #fff;
  }

  .link-background-green.link-bg-on-dark {
    background-color: #bcf870b3;
  }

  .main-demo-page-text.white {
    color: #fff;
  }

  .white-paragraph.large {
    color: #ffffffb3;
    font-size: 20px;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-overlay.grey-overlay-box {
    background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #f5f5f700);
  }

  .gray-box-holder {
    background-color: #f5f5f7;
  }

  .inside-box-text {
    color: #000;
    font-family: Hauora, sans-serif;
    font-weight: 700;
  }

  .name-of-pages-text {
    color: #0d0d0d;
  }

  .figma-component-library-holder {
    background-color: #181818;
    border-color: #505050;
  }

  .figma-file-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .quic-stack-box.blue {
    padding-top: 60px;
  }

  .quic-stack-box.dark-gray {
    background-image: url("https://cdn.prod.website-files.com/689ba310dfacef0f5265cb01/689ba310dfacef0f5265ccd2_BG%20Image.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
  }

  .figma-design-image {
    height: 90%;
    margin-top: 0;
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-image.top-image {
    width: 60%;
    top: 1%;
  }

  .demo-blur-bg-effect {
    background-color: var(--primary);
    filter: blur(70px);
  }

  .cta-mockup-holder {
    top: 21%;
    bottom: -6%;
  }

  .cta-mockup-holder.grid {
    top: 24%;
    bottom: 0%;
  }

  .circle-image {
    top: -7%;
  }

  .inside-tab-image-holder {
    width: 630px;
  }

  .inside-tab-image-holder._2 {
    width: 600px;
    top: 26%;
    bottom: 0%;
    right: 3%;
  }

  .features-hero-image {
    width: 85%;
  }

  .trusted-by---margins {
    margin-top: 8em;
    padding-left: 10em;
    padding-right: 10em;
  }

  .logo-section {
    z-index: 10;
    position: relative;
  }

  .icon-x-large {
    color: var(--green);
  }

  .paragraph-large-bg.text-weight-bold {
    color: var(--border-black);
  }
}

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

  .container {
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .navbar {
    margin-top: 10px;
  }

  .nav-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-bottom: 1px solid var(--black);
    background-color: #0000;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 100vh;
    padding: 2em;
    position: absolute;
    overflow: auto;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button {
    background-color: var(--light-black);
    background-image: linear-gradient(to bottom, var(--primary), var(--green));
    border-radius: 6px;
    height: auto;
    margin-left: 10px;
    padding: 5px 10px;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--light-black);
    border-radius: 10px;
    padding: 5px 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 60px;
  }

  .paragraph-m {
    font-size: 18px;
    font-weight: 400;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .subscribe-button {
    font-size: 14px;
  }

  .link-block-2 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-size: 14px;
  }

  .button.nav {
    display: none;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link.dropdown-nav-link {
    margin-left: 0;
  }

  .link-with-line, .footer-link-2, .footer-link-3 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .nav-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-text-holder {
    max-width: 630px;
  }

  .hero-app-holder {
    min-height: auto;
  }

  .trusted-by-wrapper {
    background-image: none;
    padding-left: 2em;
    padding-right: 2em;
  }

  .trusted-by-grid {
    grid-column-gap: 24px;
  }

  .grid-section {
    grid-template-columns: 40px 1fr;
  }

  .grid-content.xl-spacing {
    grid-row-gap: 50px;
    grid-row-gap: 50px;
  }

  .white-card-title-holder {
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .testominal-holder {
    column-count: 2;
  }

  .gradient-grid {
    width: 40px;
  }

  .pricing-table {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .price {
    font-size: 35px;
  }

  .blog-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .circle._02 {
    width: 1100px;
    height: 1100px;
  }

  .circle._01 {
    width: 800px;
    height: 800px;
  }

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

  .feature-quality-holder {
    grid-template-columns: 1fr;
  }

  .review-text {
    font-size: 28px;
  }

  .extra-features-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .cta-form-holder {
    flex-direction: column;
    display: flex;
  }

  .blog-name {
    font-size: 36px;
  }

  .shop-list._3-col {
    grid-template-columns: 1fr 1fr;
  }

  .description-product-name, .product-details-price {
    font-size: 40px;
  }

  .default-state {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .order-item {
    flex-direction: column;
  }

  .sticky-order-summary-holder.animate-on-load-02 {
    width: 100%;
  }

  .tab-link {
    text-align: center;
  }

  .nav-menu-holder {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list.w--open {
    top: 10px;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    bottom: -16px;
  }

  .link-background-green.link-bg-on-dark {
    display: none;
  }

  .nav-link-holder-with-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5px 0;
    display: flex;
  }

  .main-demo-page-text {
    text-align: center;
    font-size: 50px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-hover-state {
    display: none;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .integration-heading {
    font-size: 32px;
  }

  .button-sales {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .button-sales.template {
    padding: 13px;
    font-size: 14px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-section {
    border-radius: 20px;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .feature-text {
    max-width: 440px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .white-text-paragraph-holder {
    width: 40%;
  }

  .open-cource-image {
    top: 9%;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .template-included-image-holder {
    height: auto;
  }

  .demo-pages-grid, .template-more-things-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-what-is-included, .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .cta-dashboard-holder {
    top: 2.5%;
  }

  .tab {
    width: 100%;
  }

  .tabs-content-feature {
    margin-top: 10em;
  }

  .tab-pane-2 {
    padding: 29px;
  }

  .tab-pane-feature {
    padding: 1.5em;
  }

  .tab-menu-container {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .inside-tab-image-holder._2 {
    width: 300px;
    height: 300px;
    top: 9%;
    right: 3%;
  }

  .inside-tab-image-holder._1 {
    width: 350px;
    height: 300px;
  }

  .inside-tab-image {
    object-position: 0% 0%;
  }

  .person-image-holder._1 {
    width: 70px;
    height: 70px;
  }

  .person-image-holder._2 {
    width: 100px;
    height: 100px;
  }

  .person-image-holder._3 {
    width: 130px;
    height: 130px;
  }

  .person-image-holder._4 {
    width: 100px;
    height: 100px;
  }

  .person-image-holder._5 {
    width: 70px;
    height: 70px;
    left: 79%;
  }

  .gray-text-span {
    font-size: 42px;
  }

  .black-tittle {
    font-size: 40px;
  }

  .features-hero-image {
    width: 90%;
  }

  .document-dynamics-image._1, .document-dynamics-image._2, .document-dynamics-image._3, .document-dynamics-image._1, .document-dynamics-image._2, .document-dynamics-image._3 {
    width: 100px;
    height: 100px;
  }

  .large-image {
    width: 300px;
    left: 19%;
  }

  .tittle {
    font-size: 40px;
  }

  .blog-heading {
    font-size: 48px;
  }

  .shipping-address {
    width: 100%;
  }

  .order-summary-holder {
    width: 100%;
    margin-top: 4em;
  }

  .trusted-by---margins {
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-button {
    font-size: 14px;
  }

  .feature-grid-large {
    grid-template-columns: 1fr;
  }

  .feature-card-large {
    max-width: none;
  }

  .feature-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(418px, 1fr);
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 2em;
  }

  .footer-content {
    margin-bottom: 0;
  }

  .footer-image {
    object-fit: contain;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text {
    font-size: 48px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .subscribe-form-holder {
    width: 90%;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .notification-link {
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 20px;
  }

  .trusted-by-wrapper {
    background-position: 71% 0;
  }

  .trusted-by-grid {
    padding-top: 0;
  }

  .logo-holder {
    width: 100px;
    max-width: 200px;
  }

  .grid-section {
    margin-top: 2em;
  }

  .grid-content.xl-spacing {
    flex-direction: column;
  }

  .grid-title-holder {
    margin-bottom: 32px;
  }

  .simple-app-grid {
    flex-direction: column;
    display: flex;
  }

  .white-cart {
    height: auto;
  }

  .white-cart.first {
    height: 300px;
  }

  .white-card-title-holder {
    padding: 30px;
  }

  .testominal-holder {
    column-gap: 12px;
  }

  .pricing-table {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .blog-collection-grid {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .feature-quality-holder {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-illustation-holder.second {
    min-height: 60%;
  }

  .review-holder {
    margin-top: 0;
    padding-top: 0;
  }

  .review-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .review-text {
    font-size: 18px;
  }

  .review-person-title {
    font-size: 14px;
    font-weight: 500;
  }

  .extra-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .extra-feature-content.smaller {
    max-width: 100%;
  }

  .cta-container {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-image {
    width: 100%;
    position: static;
  }

  .about-stats-holder {
    grid-template-columns: 1fr 1fr;
  }

  .hero-wrapper-about {
    flex-direction: column;
    display: flex;
  }

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

  .carrer-container {
    grid-column-gap: 20px;
    grid-template-columns: 2.25fr .75fr;
    padding: 24px;
  }

  .career-content {
    grid-row-gap: 6px;
    flex-direction: column;
    display: flex;
  }

  ._404 {
    font-size: 100px;
  }

  .bliz {
    width: 130px;
  }

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

  .product-description-holder {
    align-items: flex-start;
    margin-left: 0;
  }

  .description-product-name, .product-details-price {
    font-size: 36px;
  }

  .quantity {
    font-size: 17px;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-card-holder {
    height: 210px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .medium-size-paragrapg {
    width: 540px;
  }

  .white-text-paragraph-holder {
    width: 190px;
  }

  .open-cource-image {
    width: 260px;
    height: 200px;
    top: 38%;
  }

  .template-more-things-grid, .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .cta-mockup-holder {
    position: relative;
  }

  .cta-mockup-holder.grid {
    width: 100%;
  }

  .tab-icon-holder {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .tab {
    padding: 0;
    font-size: 20px;
  }

  .tab.w--current {
    height: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-icon {
    margin-top: 10px;
  }

  .inside-tab-image-holder._2 {
    width: 240px;
    height: 200px;
    top: 16%;
    right: 3%;
  }

  .inside-tab-image-holder._1 {
    width: 240px;
    height: 200px;
  }

  .full-circle-features.second {
    width: 100%;
    height: 570px;
  }

  .tittle {
    font-size: 42px;
  }

  .main-blog-holder {
    padding: 30px;
  }

  .blog-heading {
    font-size: 46px;
  }

  .number-0 {
    font-size: 100px;
  }

  .trusted-by---margins {
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-regular {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-2 {
    max-width: 300px;
  }

  .logo-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2-heading {
    font-size: 30px;
  }

  .feature-cards {
    display: flex;
  }

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

  .div-block-12 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
    font-weight: 600;
  }

  h4 {
    font-size: 24px;
    font-weight: 600;
  }

  h5 {
    font-size: 20px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  .container {
    width: 100%;
    padding: 1em 1em 2em;
  }

  .container.nav-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.hero-container {
    padding: 1em 1em 0;
  }

  .container.small {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-container {
    justify-content: center;
    padding-right: 9px;
  }

  .navbar {
    width: 95vw;
    margin-top: 2.5vw;
  }

  .nav-menu {
    border: 1px solid var(--primary);
    background-color: #fff;
    background-image: none;
    border-radius: 8px;
    margin-top: 2px;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    height: 80vh;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    grid-row-gap: 40px;
    border-radius: 20px;
    justify-content: space-between;
    max-width: 100%;
    padding: 21px;
  }

  .footer-link {
    font-size: 16px;
    font-weight: 400;
  }

  .footer {
    text-align: left;
    padding-top: 0;
  }

  .footer-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .footer-image {
    max-width: 150px;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1em;
  }

  .instructions-image {
    border-radius: 12px;
  }

  .menu-button {
    background-image: linear-gradient(to bottom, var(--primary), var(--green));
    border-radius: 6px;
    height: auto;
    padding: 2px 10px 5px;
  }

  .menu-button.w--open {
    border-radius: 6px;
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .copyright-text {
    font-size: 18px;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    background-color: #eef0f3;
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text blockquote {
    background-position: -5% -6%;
    margin: 2em -20px;
    padding: 40px 0 40px 32px;
    font-size: 20px;
  }

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

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

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

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    font-size: 30px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .paragraph-m.no-margins._70-width-desktop {
    width: 100%;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .subscribe-button {
    position: relative;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .subscribe-form-holder {
    z-index: 98;
    position: relative;
  }

  .paragraph-container {
    width: 100%;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .aa-font {
    font-size: 80px;
  }

  .style-guide-box-holder, .headings-holder {
    padding: 1em;
  }

  ._404-content {
    max-width: 100%;
  }

  .brand-logo {
    max-width: 100px;
  }

  .nav-link.cart-nav-link {
    outline-offset: 0px;
    outline-offset: 0px;
    outline: 3px #e2fd70;
  }

  .menu-icon {
    filter: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .hero-section-secondary {
    min-height: auto;
  }

  .footer-description {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-grid-content {
    flex-flow: wrap;
  }

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .hero-wrapper {
    margin-top: 40px;
  }

  .arrow-icon {
    min-width: 8px;
    position: relative;
  }

  .notification-link {
    grid-column-gap: 12px;
    text-align: left;
    flex-flow: column;
    align-items: center;
    padding: 10px;
    font-size: 14px;
  }

  .hero-text-holder {
    grid-row-gap: 15px;
  }

  .hero-app-holder {
    grid-column-gap: 12px;
    width: 100%;
    min-width: 80%;
  }

  .hero-app-container {
    padding-top: 12px;
  }

  .trusted-by-wrapper {
    background-image: linear-gradient(#0000, #0000);
    margin-top: -2em;
    padding-left: 0;
    padding-right: 0;
  }

  .trusted-by-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-section {
    grid-column-gap: 3px;
    grid-template-columns: 15px 1fr;
    margin-top: 0;
  }

  .title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .simple-app-grid {
    flex-direction: column;
    display: flex;
  }

  .white-card-title-holder {
    padding: 20px;
  }

  .testominal-holder {
    column-count: 1;
  }

  .testimonial {
    border-radius: 11px;
  }

  .gradient-grid {
    width: 50px;
    bottom: 0%;
  }

  .gradient-grid.right {
    width: 50px;
  }

  .pricing-content {
    padding-bottom: 10px;
  }

  .center-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .title---paragraph-holder {
    margin-top: 0;
  }

  .pricing-table-holder.middle {
    padding: 20px;
  }

  .price {
    font-size: 25px;
  }

  .hero-circles-holder.abpit {
    top: 12%;
    bottom: -4%;
    left: -17%;
  }

  .circle._02 {
    width: 800px;
    height: 800px;
  }

  .circle._02._3 {
    width: 500px;
    height: 510px;
  }

  .circle._01 {
    width: 500px;
    height: 500px;
  }

  .circle._01.s {
    width: 340px;
    height: 340px;
  }

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

  .feature-quality {
    padding-top: 0;
  }

  .feature-illustation-holder {
    min-height: 100%;
  }

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

  .review-holder {
    padding-top: 0;
    padding-bottom: 28px;
  }

  .review-grid {
    flex-direction: column;
    display: flex;
  }

  .review {
    padding-top: 0;
  }

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

  .extra-feature-image.paddings {
    height: 70px;
  }

  .extra-feature-content {
    grid-row-gap: 12px;
    flex-direction: column;
    padding: 15px;
    display: flex;
  }

  .extra-feature-title {
    font-size: 18px;
  }

  .extra-feature-summery {
    font-size: 14px;
  }

  .cta-holder {
    margin-bottom: 20px;
  }

  .cta-container {
    border-radius: 20px;
    padding-top: 0;
    padding-left: 10px;
  }

  .cta-heading {
    font-size: 18px;
    font-weight: 400;
  }

  .form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .about-image {
    position: static;
  }

  .about-stats-holder {
    grid-row-gap: 32px;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px;
    display: flex;
  }

  .about-hero {
    grid-column-gap: 7px;
    grid-row-gap: 0px;
    padding-bottom: 42px;
    display: flex;
  }

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

  .carrer-container {
    border-radius: 7px;
    padding: 17px;
    display: flex;
  }

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

  .career-description {
    font-size: 13px;
  }

  .blog-name {
    font-size: 24px;
  }

  .blog-summery {
    font-size: 18px;
    font-weight: 400;
  }

  .blog-image-big {
    height: 360px;
  }

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

  .contact-form {
    margin-top: 3em;
    padding: 20px;
  }

  .contant-title {
    font-size: 25px;
  }

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

  .blog-hero, .blog-page-holder {
    max-width: 90%;
  }

  ._404 {
    font-size: 100px;
  }

  .bliz {
    width: 100px;
    bottom: -3%;
  }

  .shop-list._3-col {
    grid-row-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
  }

  .product-details-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .checkout-form-black-color {
    overflow: hidden;
  }

  .block-header {
    padding: 1em;
  }

  .block-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .field-label.shipping {
    font-size: 18px;
  }

  .shipping-method-list {
    width: 100%;
  }

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

  .payment-text {
    font-size: 17px;
  }

  .product-description-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: 0;
  }

  .product-image {
    width: 100%;
    height: 100%;
  }

  .description-product-name, .product-details-price {
    font-size: 32px;
  }

  .add-to-cart-button {
    height: 100%;
  }

  .quantity {
    width: 40%;
    padding-left: 20px;
  }

  .quantity-holder {
    flex-direction: column;
    height: 100%;
  }

  .quantity-field-label {
    left: -5px;
  }

  .tab-link {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .tab-link.w--current {
    border-radius: 8px;
  }

  .collection-item, .product-categories-holder {
    flex-direction: column;
  }

  .cart-header {
    border-radius: 28px;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .cart-list {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cart-container {
    border-radius: 20px;
    width: 80%;
    max-height: 80vh;
    margin-top: 22px;
    overflow: visible;
  }

  .cart-footer-black-color.gray {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    padding-top: 36px;
  }

  .nav-menu-holder {
    flex: 1;
    justify-content: flex-end;
  }

  .order-item-full-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .checkout-block-title {
    font-size: 22px;
    font-weight: 700;
  }

  .cart-item-title-and-price {
    font-size: 16px;
    font-weight: 500;
  }

  .close-icon {
    width: 20px;
  }

  .nav-link-dropdown-item.white-nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-left: 0;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-list-content {
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .cart-form-wrapper {
    max-height: 560px;
  }

  .close-button {
    width: 25px;
    height: 25px;
  }

  .main-demo-page-text {
    font-size: 30px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .inside-box-text {
    text-align: center;
  }

  .main-hero-image-of-pages {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .figma-component-library-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .figma-component-library-text {
    font-size: 25px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .text-gray-paragraph-holder {
    padding-right: 20px;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .medium-size-paragrapg {
    color: #fff;
    width: 300px;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.blue {
    flex-direction: column;
    padding-bottom: 200px;
    display: flex;
  }

  .quic-stack-box.dark-gray {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 200px;
    display: flex;
  }

  .figma-design-image {
    height: 70%;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .open-cource-image {
    width: 90%;
    height: 170px;
    top: auto;
  }

  .open-cource-image.top-image {
    object-fit: cover;
    object-fit: cover;
    inset: auto 0% 0%;
    width: 100%;
    height: 47%;
    inset: auto 0% 0%;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .demo-pages-grid, .template-more-things-grid, .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .buy-template-holder {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .white-gradient-color-holder {
    height: 140px;
  }

  .cta-mockup-holder.grid {
    top: 11%;
    bottom: 0%;
  }

  .cta-content {
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .circle-image {
    z-index: -2;
    width: 100%;
    height: 100%;
    inset: -120% 0% auto;
  }

  .tab-icon-holder, .tab-icon-holder._01, .tab-icon-holder._01 {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  .tab {
    justify-content: flex-start;
  }

  .tab-icon-container {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .tab-menu-container {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .tab-text {
    margin-top: 30px;
  }

  .inside-tab-image-holder._2 {
    width: 200px;
    height: 150px;
    top: 9%;
    right: -27%;
  }

  .inside-tab-image-holder._1 {
    width: 200px;
    height: 150px;
    bottom: 9%;
  }

  .inside-tab-image {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .person-image-holder._1 {
    width: 50px;
    height: 50px;
    bottom: 24%;
  }

  .person-image-holder._2 {
    width: 70px;
    height: 70px;
    bottom: 21%;
    left: 17%;
  }

  .person-image-holder._3 {
    width: 100px;
    height: 100px;
    bottom: 17%;
    left: 35%;
  }

  .person-image-holder._4 {
    width: 70px;
    height: 70px;
    bottom: 21%;
    left: 63%;
  }

  .person-image-holder._5 {
    width: 50px;
    height: 50px;
    bottom: 21%;
    left: 82%;
  }

  .gray-text-span {
    font-size: 24px;
  }

  .black-tittle {
    font-size: 30px;
  }

  .features-hero-image {
    border-width: 1px;
    border-radius: 11px;
    width: 95%;
  }

  .medium-features-text {
    font-size: 24px;
  }

  .full-circle-features.second {
    height: 300px;
  }

  .gradient-line {
    height: 40px;
  }

  .large-image {
    width: 200px;
    height: 200px;
    bottom: -12%;
    left: 38%;
  }

  .tittle {
    font-size: 30px;
  }

  .main-blog-holder {
    padding: 20px;
  }

  .folders-parent {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .filter-holder.no-margin-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .blog-heading {
    font-size: 36px;
  }

  .add-to-cart-button-shop {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .trusted-by-holder {
    margin-top: 3em;
  }

  .trusted-by-holder-401 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .number-0 {
    box-shadow: none;
    text-shadow: 0 5px 8px var(--primary);
    font-size: 100px;
    transform: none;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .trusted-by---margins {
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-trusted-by-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .black-tittle-holder {
    margin-top: 0;
  }

  .buy-template-panel {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .feature-slider-image {
    width: auto;
  }

  .feature-slider-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-regular {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
  }

  .service--title, .text-block-2 {
    text-align: center;
  }

  .logo {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-section {
    padding-top: 0;
    padding-bottom: 10px;
  }

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

  .feature-card-large {
    padding: 20px;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .section-small.services {
    padding-top: 20px;
  }

  .div-block-12 {
    grid-template-columns: 1fr;
  }
}

#w-node-_97acb2d9-6690-f5f4-7e2a-1f489e90c57d-5265cb5d, #w-node-_646c5df3-78a3-441d-ec8c-f99dff8d6685-ff8d6682, #w-node-_11270218-42f0-b830-2315-8960f5696dc7-ced9049a, #w-node-_936af576-1bb7-d519-55ec-fc4a521e5a2a-521e5a21, #w-node-_936af576-1bb7-d519-55ec-fc4a521e5a2c-521e5a21, #w-node-_936af576-1bb7-d519-55ec-fc4a521e5a2e-521e5a21, #w-node-_936af576-1bb7-d519-55ec-fc4a521e5a30-521e5a21, #w-node-_936af576-1bb7-d519-55ec-fc4a521e5a32-521e5a21, #w-node-_936af576-1bb7-d519-55ec-fc4a521e5a34-521e5a21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_646c5df3-78a3-441d-ec8c-f99dff8d6685-ff8d6682 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_646c5df3-78a3-441d-ec8c-f99dff8d6685-ff8d6682 {
    grid-column: span 1 / span 1;
  }
}
