@font-face {
  font-family: Yekanbakh Vf;
  src: url('../fonts/YekanBakh-VF.ttf') format("truetype");
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --text--900: #222b3e;
  --text--600: #5e6166;
  --background--100: #f7f7f7;
  --text--700: #484b52;
  --primary--500: #0352ef;
  --white: white;
  --primary--600: #0346cc;
  --bg-card-100: #fff;
  --border-200: #80808029;
  --black: #000;
  --border-400: #80808030;
  --primary--400: #1664ff;
  --m-primary-100: #6dbdff1f;
  --_size-spacing-radius---radius-12: 12px;
  --text--100: #f3f5f8;
  --_size-spacing-radius---size--redius-52: 52px;
  --border-500: #80808052;
  --text--500: #73777f;
  --bg-nav-blur: #ffffffab;
  --_size-spacing-radius---heading-1-vi-2: 64px;
  --_size-spacing-radius---heading-1-vi: 64px;
  --border-100: #8080801a;
  --bg-card-900: #000;
  --m-color-100: #e1e1e11a;
  --bg-story: #000;
  --m-color-50: #e1e1e10a;
  --corner-medium: 1.6rem;
  --bg-nav-blur-dark: #252525cc;
  --m-color-500-blur: #0352efdb;
  --m-color-600-blur: #0346cce6;
  --m-color-800-blur: #0137a3e3;
  --text--200: #e1e3e6;
  --text--300: #a0a4ad;
  --text--800: #353942;
  --background--200: #f2f2f2;
  --background--300: #ced3db;
  --background--700: #292929;
  --background--800: #1c1c1c;
  --background--900: #0f0f0f;
  --primary--100: #f1f5fd;
  --primary--200: #dae6ff;
  --primary--800: #0137a3;
  --primary--secondary-500: #fa008e;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  direction: rtl;
  color: var(--text--900);
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  text-align: right;
  letter-spacing: -.16rem;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  text-align: right;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}

h3 {
  direction: rtl;
  color: var(--text--900);
  text-align: right;
  margin-top: .5rem;
  margin-bottom: .25rem;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  direction: rtl;
  text-align: right;
  letter-spacing: -.0625rem;
  margin-top: 0;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  direction: rtl;
  text-align: right;
  letter-spacing: -.04375rem;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  direction: rtl;
  color: var(--text--600);
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

p {
  direction: rtl;
  color: var(--text--900);
  text-align: right;
  letter-spacing: 0;
  margin-bottom: .6rem;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

a {
  direction: rtl;
  color: var(--text--900);
  text-align: right;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

img {
  display: inline-block;
}

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

.container {
  width: 100%;
  max-width: 60rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.description-card {
  direction: rtl;
  color: var(--text--600);
  text-align: right;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.description-card.bold {
  color: var(--text--700);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.light-icon {
  color: var(--text--900);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: none;
}

.dark-icon {
  color: var(--text--900);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.button {
  background-color: var(--primary--500);
  color: var(--white);
  white-space: nowrap;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  padding: .4rem .7rem;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  display: flex;
  box-shadow: inset 0 -.5625rem 1.2rem -.6rem #001c5c3d;
}

.button:hover {
  box-shadow: 0 2px 0 0 var(--primary--600), 0rem .75rem 1.125rem -.375rem #095fff4a, inset 0 -.5625rem 1.25rem -.6rem #001c5c3d;
  transform: translate(0, -2px);
}

.button.lba {
  width: 160px;
}

.button.c-65 {
  background-color: var(--bg-card-100);
  box-shadow: none;
  color: var(--text--900);
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.button.shadow {
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 .5rem 3rem -.375rem #095fffcc, inset 0 -.5625rem 1.2rem -.6rem #001c5c3d;
}

.button.shadow:hover {
  filter: brightness(120%);
  transform: scale(1.05);
  box-shadow: 0 .5rem 4rem 0 #095fff87, inset 0 -.5625rem 1.2rem -.6rem #001c5c3d;
}

.banner-bg {
  z-index: 1;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.03125rem;
  border-radius: 1.25rem;
  flex-flow: column;
  width: 100%;
  height: 18.75rem;
  display: flex;
  position: sticky;
  top: -14.5rem;
}

.btn-dark {
  z-index: 999;
  border: 1px solid var(--border-200);
  background-color: var(--bg-card-100);
  opacity: 1;
  direction: rtl;
  text-align: right;
  letter-spacing: -3px;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: all 40ms linear;
  display: flex;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.btn-dark:hover {
  opacity: 1;
}

.btn-dark.lba-2 {
  z-index: 98;
}

.foooter-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin: 6rem auto 4rem;
  padding: 1.5rem;
  display: grid;
}

.footer-content {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end start;
  width: 100%;
  display: flex;
}

.footer-block {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-footer-2 {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .82rem;
  font-weight: 300;
  display: flex;
}

.link-footer {
  direction: rtl;
  text-align: right;
  letter-spacing: -.00625rem;
  cursor: pointer;
  border-radius: 62.4375rem;
  justify-content: center;
  align-items: center;
  padding: .4rem .875rem;
  font-family: Vazirmatn, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.link-footer:hover {
  color: var(--black);
  background-color: #80808014;
}

.link-footer-title {
  direction: rtl;
  text-align: right;
  letter-spacing: -.00625rem;
  border-radius: 62.4375rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: .5rem .625rem .375rem;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.paragraph {
  opacity: .85;
  direction: rtl;
  color: var(--text--700);
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.paragraph.lba-c {
  text-align: center;
  width: 60%;
}

.center {
  text-align: center;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.header {
  z-index: 9999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.tab-link {
  border: 2px solid var(--border-200);
  background-color: var(--bg-card-100);
  color: var(--text--900);
  border-radius: 62.4375rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  transition: all .1s;
  display: flex;
}

.tab-link:hover {
  box-shadow: 0 2px 0 0 var(--border-200);
  transform: translate(0, -.125rem);
}

.tab-link:active {
  box-shadow: none;
  transform: none;
}

.tab-link.w--current {
  border-width: 2px;
  border-color: var(--primary--500);
  background-color: var(--bg-card-100);
}

.tab-link.lba-tab {
  background-color: var(--background--100);
  color: var(--text--900);
  letter-spacing: -.04rem;
  border-width: 1px;
  border-radius: 2rem 2rem 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding: .7rem .5rem;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.tab-link.lba-tab:hover {
  background-color: var(--bg-card-100);
  box-shadow: none;
  transform: none;
}

.tab-link.lba-tab:active {
  background-color: var(--border-200);
}

.tab-link.lba-tab.w--current {
  border-color: var(--border-400) var(--border-400) var(--bg-card-100);
  background-color: var(--bg-card-100);
  box-shadow: none;
  opacity: 100;
  color: var(--text--900);
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  font-weight: 600;
}

.tab-link.lba-tab.w--current:hover {
  box-shadow: none;
}

.faq-wrapper {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.faq-wrapper:hover {
  opacity: 1;
}

.accordion-trigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-arrow-wrap {
  background-color: var(--m-primary-100);
  box-shadow: none;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-height: 2rem;
  display: flex;
}

.accordion-item-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.accordion-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.accordionitem {
  border: .0625rem solid var(--border-200);
  background-color: var(--bg-card-100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  display: flex;
}

.accordionitem.accordion-1 {
  border-color: var(--border-200);
  box-shadow: none;
  direction: rtl;
  border-radius: 2rem;
  height: auto;
  margin-bottom: .4rem;
  padding: 1rem 1.75rem 1rem 1rem;
  transition: none;
}

.accordionitem.accordion-1:hover {
  box-shadow: 0 2px 0 0 var(--border-200);
  transform: translate(0, -.125rem);
}

.wrap-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-right: .75rem;
  display: flex;
  position: relative;
}

.wrap-title.center {
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-title.style-3 {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
}

.wrap-title.center {
  justify-content: center;
  align-items: center;
}

.footer-brand-2 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  letter-spacing: -.03125rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  display: flex;
}

.section {
  position: relative;
  overflow: visible;
}

.light-footer {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 13.125rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.accordion-text {
  color: var(--text--600);
  column-count: 1;
  margin-top: .5rem;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.7;
}

.heading-2-tv {
  color: #fff;
  text-align: right;
  letter-spacing: -.1875rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
}

.icon-accordion {
  color: var(--primary--400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.wrap-text-faq {
  padding-bottom: .5rem;
  padding-left: 10%;
}

.wrap-btn-content {
  justify-content: center;
  align-items: center;
  padding-left: .7rem;
  padding-right: .7rem;
  display: flex;
}

.wrap-cta-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  padding-top: 1.25rem;
  display: flex;
}

.mobile-menu-transparent {
  display: none;
}

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

.wrap-menu-nav {
  display: none;
}

.wrapper-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .25rem .3rem;
  display: flex;
}

.navbar {
  z-index: 999;
  border: 1px solid var(--border-400);
  background-color: var(--bg-card-100);
  border-radius: 1.5rem;
  min-width: 56.25rem;
  height: 3.125rem;
  margin-top: 1rem;
  overflow: hidden;
}

.wrapper-brand-2 {
  color: var(--text--900);
  letter-spacing: -.7px;
  justify-content: center;
  align-items: center;
  padding-left: .3rem;
  padding-right: .3rem;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

.link-navbar {
  direction: rtl;
  color: var(--text--900);
  text-align: right;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .5rem .875rem;
  font-family: Vazirmatn, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all 40ms linear;
  display: flex;
  position: relative;
}

.link-navbar:hover {
  background-color: #6d99ff1f;
}

.wrapper-link-nav {
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  display: flex;
  position: relative;
}

.image-34 {
  z-index: -1;
  border-radius: var(--_size-spacing-radius---radius-12);
  background-color: var(--m-primary-100);
  object-fit: cover;
  width: 100%;
  height: 29rem;
}

.image-34._02 {
  z-index: 1;
  position: absolute;
}

.title-overline {
  color: var(--text--600);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading-section {
  letter-spacing: -.08rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.section-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8vh;
  display: flex;
}

.sign-logo {
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: 2px;
}

.logo-fa {
  color: var(--text--900);
  text-align: left;
  height: 2.2rem;
  padding-top: 2px;
}

.heading-2 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
}

.heading-2.slowgun {
  z-index: 3;
  font-weight: 700;
  position: relative;
}

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

.button-outline {
  background-color: var(--bg-card-100);
  color: var(--text--900);
  white-space: nowrap;
  border: 2px solid #0352efb8;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  padding: .3rem .7rem .4rem;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  display: flex;
}

.button-outline:hover {
  background-color: var(--primary--400);
  box-shadow: 0 2px 0 0 var(--primary--600), 0rem .75rem 1.125rem -.375rem #095fff4a, inset 0 -.5625rem 1.25rem -.6rem #001c5c3d;
  color: var(--text--100);
  transform: translate(0, -2px);
}

.button-outline.lba {
  width: 100px;
}

.popup-close {
  border-radius: var(--_size-spacing-radius---size--redius-52);
  background-color: var(--border-400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .6rem;
  display: flex;
  position: absolute;
  top: .7rem;
  left: .7rem;
}

.popup-close:hover {
  background-color: var(--border-500);
}

.icon-lba {
  width: 3rem;
}

.wrap-content-hero {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.padding-d-1 {
  padding-bottom: 1rem;
}

.tab {
  direction: rtl;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 32rem;
  display: flex;
  position: relative;
}

.tabs-menu {
  z-index: 3;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var(--background--100);
  width: 100%;
  padding-top: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.wrapper-tab {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.wrap-tab-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 4rem 2rem 1rem;
  display: flex;
  position: relative;
}

.tab-1 {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--border-400);
  background-color: var(--bg-card-100);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-bottom: 2rem;
  position: relative;
}

.tabs-content {
  position: relative;
  overflow: visible;
}

.wrap-expand-tab {
  height: 3rem;
  margin-top: 1rem;
  overflow: hidden;
}

.wrap-expand-tab:hover {
  color: var(--primary--500);
}

.title-2 {
  color: var(--text--900);
  padding-bottom: .7rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.wrap-image-tab-lba {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 2rem 1rem 4rem 3rem;
  display: flex;
  position: sticky;
  top: 15rem;
}

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

.background-video {
  object-fit: cover;
  width: 100%;
  height: 32rem;
}

.testimonial-info {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 1rem;
  padding-top: .5rem;
  display: flex;
}

.testimonia-iimage {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: .8rem;
  margin-left: .8rem;
}

.tagline-testimonial {
  color: var(--text--500);
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.testimonial-card {
  border: .05rem solid var(--border-200);
  background-color: var(--bg-card-100);
  direction: rtl;
  text-align: right;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1.5rem .5rem;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.author-testimonial {
  margin-bottom: .3rem;
}

.wrap-testimonial {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.wrap-cards {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.content-cards {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  display: flex;
}

.card-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border-400) var(--border-200) var(--border-200);
  background-color: var(--bg-nav-blur);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.heading-text-hero-lba {
  color: var(--text--900);
  text-align: center;
  text-shadow: -3px 11px 14px #0055ff17;
  width: 12ch;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

.description-hero-ba {
  z-index: 0;
  opacity: .65;
  direction: rtl;
  color: var(--text--900);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

.wrap-expand-tab-2 {
  border: 1px solid var(--border-500);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-5 {
  flex-flow: column;
  width: 18rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding: .5rem;
  display: flex;
}

.wrapper-phone {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ededed;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 18rem;
  height: 100%;
  min-height: 32rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-phone.height-40 {
  border-radius: 1.875rem;
  height: 37.3rem;
}

.wrapper-phone.white {
  background-color: #f5f6fa;
}

.form-sub-wrap {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #808080b0;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-sub-wrap.show {
  display: flex;
}

.card-form-sub {
  background-color: var(--bg-card-100);
  border-radius: 1rem;
}

.form-content {
  direction: rtl;
  width: 420px;
  padding: 1rem 1rem 0;
}

.wrap-form-item {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.heading-card {
  letter-spacing: -.08rem;
  justify-content: center;
  align-items: flex-start;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.form-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1rem;
  display: flex;
}

.text-field {
  background-color: var(--bg-card-100);
  color: var(--text--900);
  border-radius: 8px;
  height: 52px;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-field.t {
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-weight: 500;
}

.txt-6 {
  color: #ff2727;
  margin-right: 2px;
}

.client-logo-slider-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-logo-slider {
  opacity: .75;
  mix-blend-mode: exclusion;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.items-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  opacity: 1;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem 1.5rem;
  display: flex;
  position: relative;
}

.logo-client {
  width: 7rem;
}

.wrapper-f {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.item-f {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  direction: rtl;
  text-align: center;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.title-4 {
  color: var(--text--900);
  text-align: right;
  letter-spacing: -.06rem;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.title-4.video {
  color: var(--white);
  text-align: center;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.accordion-title-2 {
  direction: rtl;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.bold-text-4 {
  color: var(--primary--400);
}

.wrapper-67 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-5 {
  border: 1px solid var(--border-400);
  background-color: var(--bg-card-100);
  border-radius: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 28.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3d-tick {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 200px;
  display: flex;
  position: relative;
}

.img-54 {
  object-position: 0% 50%;
  width: 42.5rem;
  position: absolute;
  top: -3.5rem;
  left: -10rem;
}

.wrap-90 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 2rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrap-88 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.shd-3d {
  filter: blur(20px);
  background-color: #6767674f;
  border-radius: 999px;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: -4px;
  right: -6px;
}

._3d-hero {
  filter: drop-shadow(-10px 17px 6px #0055ff2e);
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 7.5rem;
  display: flex;
}

.wrap-text-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-45 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.wrapper-blue-tick {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.wrap-65 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2rem 4rem 2rem 2rem;
  display: flex;
}

.video-wrapper-lba {
  background-color: #0055ff1c;
  border-radius: 1.2rem;
  justify-content: center;
  align-items: flex-end;
  width: 16rem;
  height: 28rem;
  transition: opacity 1s linear;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -14px 20px 38px 2px #3746643d;
}

.link {
  color: var(--primary--400);
}

.wrap-t {
  flex-flow: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.grid-testimonial {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-end;
  place-items: end center;
  width: 100%;
  display: grid;
}

.close-form {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.wrapper-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-wrapper-banner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 22.5rem;
  display: flex;
  position: relative;
}

.gra-left {
  background-image: linear-gradient(90deg, var(--background--100), #f7f7f700);
  width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.wrapper-987 {
  position: relative;
}

.gra-right {
  background-image: linear-gradient(270deg, var(--background--100), #f7f7f700);
  width: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-sub {
  background-color: var(--m-primary-100);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.select-form-sub {
  background-color: var(--bg-card-100);
  color: var(--text--900);
  border-radius: .5rem;
  height: 48px;
  font-size: 1rem;
  font-weight: 500;
}

.blue-light {
  background-color: var(--primary--500);
  filter: blur(7.5rem);
  background-image: linear-gradient(90deg, #0000 37%, #1f0);
  border-radius: 100%;
  width: 186rem;
  height: 92rem;
  position: absolute;
  top: 4rem;
}

.wrap-heading-1 {
  z-index: 9999;
}

.loading-bg {
  z-index: 2;
  background-color: var(--background--100);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  display: none;
  position: absolute;
  inset: 0%;
}

.bold-text-7 {
  color: var(--text--900);
}

.tab-2 {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--border-400);
  background-color: var(--bg-card-100);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-bottom: 9rem;
}

.phone-mockup {
  background-color: #1e1e2b;
  border-radius: 2.5rem;
  padding: .5rem .5rem .7rem;
  position: relative;
  box-shadow: -4.2rem -.3rem 2.7rem -.5rem #00000091, inset .125rem .125rem 1rem #6a6a6a;
}

.phone-mockup.shadow-2 {
  box-shadow: -1.7rem .3rem 3.5rem -.5rem #00000045, inset .125rem .125rem 1rem #6a6a6a;
}

.shadow-4 {
  z-index: 1;
  opacity: .09;
  background-image: linear-gradient(133deg, #fff0 1%, #fff 36% 45%, #fff0 48%, #fff0);
  position: absolute;
  inset: 0%;
  box-shadow: inset 12px 12px 20px #0000009c;
}

.hone-shape-2 {
  z-index: 0;
  opacity: .53;
  background-color: #747474;
  border-radius: 12px 0 0 12px;
  width: .2rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 20% auto 0% -3px;
  transform: translate(0, -8px);
}

.phone-shape-1 {
  z-index: 0;
  opacity: .53;
  background-color: #747474;
  border-radius: 12px 0 0 12px;
  width: .2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 36% auto 0% -3px;
  transform: translate(0, -8px);
}

.content-phone {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.image {
  margin-top: 20px;
}

.success-message {
  color: var(--text--900);
  background-color: #21cc2133;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

.error-message {
  text-align: center;
  background-color: #c8040429;
  border-radius: 1rem;
  height: 4.3rem;
  padding-top: 1.5rem;
}

.wrap-list {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .3rem;
  display: flex;
}

.circle-b {
  background-color: var(--primary--400);
  border-radius: 12px;
  width: .4rem;
  height: .4rem;
  margin-left: .5rem;
}

.banner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 24rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-content-6 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.video-embed {
  width: 100%;
  height: 30rem;
  margin-bottom: 0;
}

.bold-5 {
  color: var(--primary--400);
  font-size: 1.2rem;
  font-weight: 800;
}

.wrap-cover-video {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-medium-white {
  color: var(--white);
  width: 3rem;
  height: 3rem;
}

.bg-gradient-video-cover {
  z-index: -1;
  background-image: linear-gradient(180deg, #1664ff00, var(--primary--400) 95%);
  position: absolute;
  inset: 0%;
}

.bg-sec-5 {
  z-index: -1;
  border: 1px solid var(--border-400);
  background-color: var(--bg-card-100);
  border-radius: 1rem;
  width: 100%;
  height: 18.75rem;
  position: absolute;
}

.bg-hero-3d {
  opacity: .6;
  mix-blend-mode: normal;
  width: 152rem;
  height: 62rem;
  overflow: visible;
}

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

.logo-text {
  text-align: right;
  margin-top: .2rem;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.logo-sign {
  width: 2.5rem;
  height: 2.5rem;
}

.wrapper-report {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-1 {
  color: var(--text--700);
  letter-spacing: 0;
  margin-top: 0;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.wrapper-bg-3d {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-hiden {
  display: none;
}

._404page {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 1.2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-35 {
  overflow: clip;
}

.item-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  min-width: 150%;
  display: flex;
  position: relative;
  left: auto;
}

.client-logo-slider2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  mix-blend-mode: exclusion;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100vw;
  }

  .foooter-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr;
    margin-top: 0;
    padding-right: 0;
  }

  .footer-content {
    grid-column-gap: .75rem;
    justify-content: flex-start;
  }

  .footer-block {
    width: 100%;
  }

  .wrapper-footer-2 {
    grid-column-gap: 2.0625rem;
    grid-row-gap: 2.0625rem;
    flex-flow: row;
  }

  .accordion-item-wrapper.preview-page {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .accordion-title {
    max-width: 88%;
  }

  .accordionitem.accordion-1 {
    margin-bottom: 1.25rem;
  }

  .footer-brand-2 {
    width: 40%;
  }

  .navbar {
    min-width: 740px;
    max-width: 740px;
  }

  .hero-wrapper {
    padding-top: 8vh;
  }

  .wrap-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wrap-content-hero {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .wrap-tab-content {
    width: 50%;
    padding-left: 1rem;
  }

  .wrap-image-tab-lba {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    order: 1;
  }

  .wrap-expand-tab-2 {
    width: 100%;
  }

  .wrapper-f {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .accordion-title-2 {
    max-width: 88%;
  }

  .wrapper-5 {
    height: 480px;
  }

  .img-54 {
    left: -14.9375rem;
  }

  .wrap-90 {
    width: 60%;
  }

  .wrap-65 {
    padding: 1rem;
  }

  .bg-hero-3d {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .footer {
    padding: 1.5rem;
  }

  .foooter-wrapper {
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .footer-block {
    align-items: center;
  }

  .paragraph.lba-c {
    width: 100%;
  }

  .tab-link.lba-tab {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .accordion-arrow-wrap {
    width: 2.5rem;
    min-height: 2.5rem;
  }

  .accordion-item-wrapper.preview-page {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .accordion-title {
    max-width: 80%;
    font-size: 1.125rem;
  }

  .accordionitem.accordion-1 {
    margin-bottom: 0;
  }

  .wrap-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap-title.style-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .wrap-title.center {
    padding-left: 2rem;
  }

  .navbar {
    min-width: auto;
    max-width: none;
  }

  .link-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-link-nav {
    padding-left: 0;
  }

  .heading-section {
    font-size: 2rem;
  }

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

  .wrap-faq {
    flex-flow: column;
  }

  .wrap-content-hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab {
    padding-top: 0;
  }

  .tabs-menu {
    z-index: 2;
    width: 100%;
  }

  .wrap-tab-content {
    width: auto;
  }

  .wrap-image-tab-lba {
    order: -1;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .tab-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
  }

  .testimonial-card {
    flex: none;
    width: 280px;
  }

  .wrap-testimonial {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content-cards {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .card-hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 1rem;
    flex-flow: column;
    padding: .5rem;
  }

  .card-hero.c {
    flex-flow: column;
  }

  .heading-text-hero-lba {
    line-height: 1.5;
    inset: 0%;
  }

  .description-hero-ba {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .form-content {
    width: 360px;
  }

  .items-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .logo-client {
    width: 6rem;
  }

  .wrap-55 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .title-4 {
    font-size: 2rem;
  }

  .accordion-title-2 {
    text-align: center;
    max-width: none;
    font-size: 1.125rem;
  }

  .wrapper-5 {
    flex-flow: column;
    height: auto;
  }

  .img-54 {
    object-fit: cover;
    order: 1;
    height: 310px;
    position: static;
  }

  .wrap-90 {
    width: 100%;
    position: static;
  }

  ._3d-hero {
    width: 150px;
  }

  ._3d-hero._02 {
    width: 7.1rem;
    height: 6rem;
    margin-right: .5rem;
    transform: scale(.8);
  }

  .wrap-text-hero {
    justify-content: center;
    align-items: center;
    padding: 0 .5rem;
    display: flex;
  }

  .wrapper-45 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wrapper-blue-tick {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
  }

  .wrap-65 {
    width: 50%;
  }

  .grid-testimonial {
    direction: ltr;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .wrapper-4 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper-banner {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap-testimonial-grid {
    scrollbar-width: none;
    width: 100%;
    overflow-x: scroll;
  }

  .banner-wrapper {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .bg-sec-5, .bg-hero-3d {
    display: none;
  }

  .logo-wrapper.w--current {
    padding-left: 0;
    font-size: 17px;
    line-height: 1.1;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
  }

  h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
  }

  h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: 1rem;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer {
    z-index: 0;
    height: auto;
    padding: 2.5rem .75rem 2rem;
  }

  .description-card {
    font-size: .9rem;
  }

  .button {
    order: 1;
  }

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

  .button.lba {
    width: 100%;
  }

  .button.c-65 {
    background-color: var(--bg-card-100);
    box-shadow: none;
    color: var(--text--900);
    margin-top: 3rem;
  }

  .button.a {
    width: 100%;
  }

  .banner-bg {
    top: -15.6rem;
  }

  .btn-dark {
    width: 3rem;
    height: 3rem;
    display: flex;
    bottom: 3%;
    left: 5%;
  }

  .btn-dark.lba-2 {
    z-index: 99;
    position: absolute;
    inset: auto auto 8.6rem 6%;
  }

  .foooter-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .footer-content {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: end;
    place-items: start end;
    display: grid;
  }

  .footer-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .wrapper-footer-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    padding-left: 0;
    display: flex;
  }

  .paragraph.lba-c {
    text-align: right;
  }

  .header {
    z-index: 999;
  }

  .tab-link.lba-tab {
    opacity: 100;
    color: var(--text--700);
    white-space: nowrap;
    background-image: none;
    border-width: 3px;
    border-radius: 99px;
    min-width: auto;
    height: auto;
    padding: .7rem .5rem;
    font-size: 1rem;
    font-weight: 400;
  }

  .tab-link.lba-tab.w--current {
    border-width: 3px;
    border-color: var(--primary--400);
    font-weight: 500;
  }

  .faq-wrapper {
    z-index: 0;
    padding: 0 1rem;
  }

  .accordion-trigger {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: .5rem;
  }

  .accordion-content {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .accordion-arrow-wrap {
    width: 2rem;
    min-height: 2rem;
  }

  .accordion-item-wrapper.preview-page {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-title {
    max-width: 90%;
    padding-top: .25rem;
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  .accordionitem.accordion-1 {
    border-radius: 1.5rem;
    margin-bottom: .5rem;
    padding: .5rem;
  }

  .wrap-title {
    padding: 1rem 1.5rem 0;
  }

  .wrap-title.center {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
  }

  .wrap-title.style-3 {
    background-image: linear-gradient(180deg, #fff0, var(--bg-card-100));
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap-title.center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-brand-2 {
    white-space: nowrap;
    padding-bottom: 1rem;
  }

  .light-footer {
    height: 20rem;
  }

  .accordion-text {
    font-size: .875rem;
    position: relative;
    bottom: -22px;
  }

  .wrap-text-faq {
    padding-left: 0;
  }

  .wrap-cta-hero {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-top: 1px solid var(--border-200);
    background-color: var(--bg-card-100);
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: .5rem .5rem 1rem;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-menu-transparent {
    z-index: 99;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(3.125rem);
    backdrop-filter: blur(3.125rem);
    background-color: #7777774a;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .menu {
    z-index: -1;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    inset: -16rem 0% auto;
  }

  .wrap-menu-nav {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
  }

  .menu-line-1-2 {
    background-color: var(--text--900);
    border-radius: 16px;
    width: 20px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .wrapper-nav {
    padding: .25rem .5rem;
  }

  .navbar {
    border-color: #80808030;
    width: 96%;
    min-width: auto;
    max-width: none;
    height: auto;
    top: 4px;
    overflow: visible;
  }

  .link-navbar {
    font-size: 16px;
    font-weight: 500;
  }

  .menu-line-2-2 {
    background-color: var(--text--900);
    border-radius: 16px;
    width: 20px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .wrapper-link-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--background--100);
    color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 16rem;
    padding-bottom: 1rem;
  }

  .title-overline {
    font-size: 1rem;
  }

  .heading-section {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .section-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-top: 3rem;
    position: relative;
    overflow: hidden;
  }

  .heading-2 {
    text-align: center;
    letter-spacing: -1px;
    white-space: nowrap;
    order: -1;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .heading-2.slowgun {
    font-size: 2.4rem;
  }

  .wrap-faq {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .button-outline {
    order: 1;
  }

  .button-outline.lba {
    color: var(--primary--500);
    width: 60%;
  }

  .button-outline.lba:hover {
    color: var(--text--100);
  }

  .button-outline.b {
    order: -1;
  }

  .icon-lba {
    width: 2.4rem;
  }

  .wrap-content-hero {
    z-index: 99;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .tab {
    z-index: 0;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    z-index: 2;
    background-color: var(--bg-card-100);
    box-shadow: none;
    border-bottom-width: 0;
    padding: .6rem .5rem .5rem;
    position: sticky;
    top: 0;
  }

  .wrapper-tab {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .wrap-tab-content {
    width: 90%;
    padding: 2rem 0 0;
  }

  .tab-1 {
    padding-bottom: 2rem;
  }

  .title-2.lba {
    display: none;
  }

  .wrap-image-tab-lba {
    padding: 1rem;
  }

  .tab-content {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .testimonial-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-card {
    z-index: -1;
    border-color: var(--border-400);
    width: 260px;
    height: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .wrap-testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap-cards {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .content-cards {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-template-columns: 1fr .7fr;
    grid-auto-flow: row dense;
    place-items: center;
    width: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .card-hero {
    padding-bottom: .2rem;
  }

  .card-hero.c {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: .7rem;
    position: relative;
  }

  .heading-text-hero-lba {
    font-size: 1rem;
  }

  .heading-text-hero-lba.a {
    padding-top: .5rem;
    font-size: 1rem;
    font-weight: 700;
  }

  .description-hero-ba {
    font-size: .9rem;
  }

  .description-hero-ba.a {
    display: none;
  }

  .wrap-expand-tab-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-phone {
    width: 18rem;
  }

  .wrapper-phone.height-40 {
    border-radius: 1.7rem;
    width: auto;
    height: auto;
  }

  .form-sub-wrap {
    padding: .5rem;
    display: none;
  }

  .card-form-sub {
    width: 100%;
    position: relative;
  }

  .form-content {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap-form-item {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    margin-top: 4px;
  }

  .heading-card {
    font-size: 1.2rem;
  }

  .form-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--primary--500);
  }

  .text-field {
    height: 48px;
  }

  .logo-client {
    width: 5rem;
  }

  .wrap-55 {
    border-radius: 1.5rem;
    padding: 0;
  }

  .wrapper-f {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .item-f {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    font-size: .9rem;
    line-height: 1.4;
  }

  .title-4 {
    font-size: 1.5rem;
  }

  .accordion-title-2 {
    max-width: 90%;
    padding-top: .25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
  }

  .wrapper-67 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-5 {
    flex-flow: column;
    height: auto;
    overflow: visible;
  }

  ._3d-tick {
    width: 100px;
  }

  .img-54 {
    object-fit: cover;
    order: 1;
    height: 230px;
    position: static;
  }

  .wrap-90 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .wrap-88 {
    z-index: 0;
    margin-bottom: 10px;
  }

  ._3d-hero {
    padding-bottom: .5rem;
    transform: scale(.7);
  }

  ._3d-hero._02 {
    transform: scale(.55);
  }

  .wrap-text-hero {
    padding: 0 0 .5rem;
  }

  .wrapper-45 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .wrapper-blue-tick {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .wrap-65 {
    width: 100%;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .video-wrapper-lba {
    border-radius: .7rem;
    order: 1;
  }

  .grid-testimonial {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper-banner {
    width: 100%;
    height: auto;
    padding-top: 1rem;
  }

  .gra-left, .gra-right {
    width: 50px;
  }

  .heading-sub {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .select-form-sub {
    background-color: var(--bg-card-100);
    color: #222b3e;
    border-radius: 8px;
    height: 48px;
  }

  .bold-text-7.lba {
    display: none;
  }

  .tab-2 {
    padding-bottom: 3rem;
  }

  .phone-mockup {
    border-radius: 2.3rem;
  }

  .success-message {
    background-color: #37e3763b;
    border-radius: 13px;
    height: 170px;
    padding-top: 46px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .error-message {
    color: #bc0003;
    text-align: center;
    background-color: #ffdede;
    border-radius: 1rem;
    height: 80px;
    padding-top: 30px;
    font-size: 1rem;
    font-weight: 600;
  }

  .banner-wrapper {
    border-radius: 0;
    width: auto;
    height: 20rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bg-gradient-video-cover {
    background-image: linear-gradient(180deg, #1664ff00, var(--primary--400) 62%);
  }

  .bg-sec-5 {
    display: none;
  }

  .wrap-card-hero {
    height: 5rem;
  }

  .heading-1 {
    text-align: center;
    line-height: 1.5;
  }

  .text-block {
    opacity: .83;
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.7;
  }

  ._404page {
    text-align: center;
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e1d5ca1a-2e6c-590c-5a96-6701285e7875-c60b2026 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e1d5ca1a-2e6c-590c-5a96-6701285e7877-c60b2026 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee798a47-45d5-3f43-9459-ce5085458f2c-c60b2026 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-f8bc4833-6ef8-3f16-c832-832b80038a12-c60b2026 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-cfc7bd9c-8fb1-c65b-6bb2-06847587c388-c60b2026 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f53e1da9-2b4c-818f-0c2e-9f6a71c34b95-c60b2026 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee798a47-45d5-3f43-9459-ce5085458f2c-c60b2026 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-f8bc4833-6ef8-3f16-c832-832b80038a12-c60b2026 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e1d5ca1a-2e6c-590c-5a96-6701285e7875-c60b2026 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e1d5ca1a-2e6c-590c-5a96-6701285e7878-c60b2026 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1d5ca1a-2e6c-590c-5a96-6701285e7885-c60b2026 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-e1d5ca1a-2e6c-590c-5a96-6701285e788f-c60b2026 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Yekanbakh Vf';
  src: url('../fonts/YekanBakh-VF.ttf') format('truetype');
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}