@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--100: #f3f5f8;
  --text--200: #e1e3e6;
  --background--900: #000;
  --border-200: #807f7b1f;
  --bg-card-900: #141414;
  --corner-medium: 1.6rem;
  --border-500: #80808052;
  --bg-card-100: #fff;
  --primary--100: #f1f5fd;
  --primary--400: #1664ff;
  --border-400: #80808030;
  --text--600: #5e6166;
  --_size-spacing-radius---size--redius-52: 52px;
  --primary--500: #0352ef;
  --black: #000;
  --border-100: #8080801a;
  --text--900: #222b3e;
  --m-color-600-blur: #0346cce6;
  --background--800: #1c1c1c;
  --white: white;
  --text--800: #353942;
  --_size-spacing-radius---heading-1-vi-2: 64px;
  --_size-spacing-radius---heading-1-vi: 64px;
  --_size-spacing-radius---radius-12: 12px;
  --m-color-100: #e1e1e11a;
  --m-primary-100: #008cff29;
  --bg-story: #000;
  --m-color-50: #e1e1e10a;
  --bg-nav-blur: #ffffffab;
  --bg-nav-blur-dark: #252525cc;
  --m-color-500-blur: #0352efdb;
  --m-color-800-blur: #0137a3e3;
  --text--300: #a0a4ad;
  --text--500: #73777f;
  --text--700: #484b52;
  --background--100: #f7f7f7;
  --background--200: #dbe6ff;
  --background--300: #ced3db;
  --background--700: #292929;
  --primary--200: #dae6ff;
  --primary--600: #0346cc;
  --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--100);
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  direction: rtl;
  text-align: right;
  letter-spacing: -.15625rem;
  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;
  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;
  text-align: right;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

p {
  direction: rtl;
  color: var(--text--200);
  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--100);
  text-align: right;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

img {
  display: inline-block;
}

strong {
  font-weight: 600;
}

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

.body.no-scroll {
  overflow: hidden;
}

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

.container.min {
  max-width: 60rem;
}

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

.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;
}

.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;
}

.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;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

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

.paragraph.txt-900 {
  font-weight: 400;
}

.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;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.faq-sec: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 {
  opacity: 1;
  background-color: #000;
  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: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.accordionitem {
  border: .0625rem solid var(--border-200);
  background-color: var(--bg-card-900);
  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);
  border-radius: var(--corner-medium);
  box-shadow: none;
  direction: rtl;
  height: auto;
  margin-bottom: .4rem;
  padding: .7rem 1.75rem .7rem .7rem;
  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;
}

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section.bg-2 {
  background-color: #676767;
}

.accordion-text {
  column-count: 1;
  margin-top: .5rem;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.7;
}

.archetype {
  border: .0625rem solid var(--border-500);
  background-color: var(--bg-card-100);
  direction: ltr;
  border-radius: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 25rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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--100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.title-feature {
  font-size: 1rem;
  line-height: 1.5;
}

.title-feature.blu {
  color: #1664ff;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: .3;
}

.title-feature.green {
  color: #0ac88f;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: .3;
}

.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;
}

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

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

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

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

.wrapper-brand-2 {
  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;
  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;
}

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

.wrap-content-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.content-horizontsl-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 3rem;
  display: flex;
}

.wrap-text {
  width: 50%;
  position: relative;
}

.feature-lba-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.div-block-355 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.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: #9e9e9e52;
}

.div-block-360 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.wrap-f-lba {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 1rem;
  display: flex;
}

.wrapper-f-lba {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .4s;
  display: flex;
}

.icon-lba {
  width: 3rem;
}

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

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

.hero-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.title-more {
  font-size: 1.2rem;
  font-weight: 700;
}

.wrap-hero-scroll {
  z-index: 2;
  padding: .5rem;
  position: absolute;
  inset: auto auto 4%;
}

.heading-1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.link-3 {
  background-color: var(--black);
  border-radius: 9rem;
  padding: .8rem 1rem;
}

.popup-wrapper {
  z-index: 9999;
  aspect-ratio: auto;
  border: 2px solid var(--border-200);
  background-color: #000;
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 4% 20% 2%;
  overflow: scroll;
}

.popup-wrapper._01 {
  display: none;
  box-shadow: 0 20px 40px 10px #0003;
}

.popup-wrapper._02, .popup-wrapper._03, .popup-wrapper._04, .popup-wrapper._05 {
  display: none;
}

.popup-header {
  z-index: 99;
  border-bottom: 2px solid var(--border-100);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #272727d9;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 2rem .5rem 1rem;
  font-size: .8rem;
  display: flex;
  position: sticky;
  top: 0;
}

.popup-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  direction: rtl;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.popup-body {
  width: 100%;
}

.card-feature-lba {
  border: 2px solid var(--border-100);
  background-color: var(--bg-card-900);
  cursor: pointer;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-bottom: .4rem;
  padding: .5rem 1rem;
  font-weight: 400;
  transition: all .4s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-feature-lba.brief {
  height: 3.625rem;
}

.card-feature-lba.expand {
  border-color: var(--primary--400);
  width: 104%;
  height: 11.4rem;
  transform: translate(1rem);
  box-shadow: 0 0 2rem 1rem #054cff33;
}

.wrapper-cards {
  direction: rtl;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

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

.bg-popup-close {
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #051b49f2;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.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-mockup {
  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-mockup.height-40 {
  background-color: #000;
  border-radius: 1.875rem;
  height: 36.2rem;
  overflow: visible;
}

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

.client-logo-slider {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--text--900);
  mix-blend-mode: exclusion;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  opacity: .78;
  direction: ltr;
  background-image: linear-gradient(#fff0, #fff0 51%, #fff0);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.item {
  width: 7rem;
}

.div-block-427 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.div-block-445 {
  background-image: linear-gradient(90deg, var(--background--900), #05050500);
  width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.wrapper-987 {
  position: relative;
}

.div-block-445-copy {
  background-image: linear-gradient(270deg, var(--background--900), #f7f7f700);
  width: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.phone-shape-3 {
  opacity: 1;
  background-color: #2f2f2f;
  border-radius: .5625rem;
  width: 6.25rem;
  height: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: translate(0, -8px);
}

.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-in-phone {
  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: #515151;
  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-mockup {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.description-hero {
  letter-spacing: .01rem;
  font-family: Vazirmatn, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.wrapper-f {
  display: flex;
}

.right-side-lba-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: rtl;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.wrapper-phone {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  top: 4rem;
  transform: scale(.9);
}

.title-overline-lba {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.title-card-lba {
  letter-spacing: -.3px;
  white-space: nowrap;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Yekanbakh Vf, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}

.header-card-lba {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  transition: padding-right .2s, padding-left .2s;
  display: flex;
}

.header-card-lba:hover {
  padding-left: .5rem;
  padding-right: .5rem;
}

.ex-des-card-lba {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  display: flex;
  overflow: hidden;
}

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

.btn-popup {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: 1px solid var(--border-200);
  background-color: var(--m-color-600-blur);
  color: #fff;
  border-radius: .7rem;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: .6rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.btn-popup:hover {
  background-color: #006aff17;
}

.wrap-screen-lba {
  position: absolute;
  inset: 0%;
}

.wrap-screen-lba._01 {
  display: flex;
}

.wrap-screen-lba._02, .wrap-screen-lba._03, .wrap-screen-lba._04, .wrap-screen-lba._04, .wrap-screen-lba._05, .mobile-only-wrapper {
  display: none;
}

.bt-pad {
  width: 70%;
}

.div-block-464 {
  padding: 6rem;
}

.description-card-lba {
  z-index: 0;
  opacity: .8;
  direction: rtl;
  text-align: right;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: .5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.image-mockup {
  opacity: .9;
  border-radius: 1.8rem;
}

.wrap-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.title-popup {
  padding-top: 1rem;
  padding-bottom: .7rem;
  font-size: 1rem;
  font-weight: 500;
}

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

.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.3rem;
  height: 2.3rem;
}

.title-en-popup-lba {
  opacity: .67;
  margin-right: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

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

.wrap-3d {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-2 {
  z-index: 1;
  border-radius: 1rem;
  position: absolute;
  top: 1.8rem;
  overflow: hidden;
  transform: scale(1.2);
  box-shadow: 0 1rem 2rem -.2rem #0040ffb5;
}

._3d-bg {
  z-index: 1;
  border-radius: 2rem;
  height: 95vh;
  display: flex;
  position: absolute;
  inset: 2%;
  overflow: hidden;
}

.banner-1 {
  z-index: 1;
  border-style: solid;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .8rem;
  overflow: hidden;
  transform: scale(1.2);
  box-shadow: 0 1rem 1rem -.3rem #0040ff8c;
}

.banner-3 {
  z-index: 1;
  border-radius: .4rem;
  position: absolute;
  bottom: .3rem;
  overflow: hidden;
  transform: scale(1.2);
  box-shadow: 0 0 1.4rem 0 #0040ffb0;
}

.banner-4 {
  z-index: 1;
  border-radius: .4rem;
  position: absolute;
  bottom: 21rem;
  overflow: hidden;
  transform: scale(1.2);
  box-shadow: 0 1rem 1rem -.4rem #0040ff8c;
}

.banner-5 {
  z-index: 1;
  border-radius: .4rem;
  width: 4.3rem;
  position: absolute;
  bottom: 16rem;
  right: 5rem;
  overflow: hidden;
  transform: scale(1.2);
}

.shadow-blue-pin-ads {
  background-color: var(--primary--400);
  opacity: .71;
  filter: blur(20px);
  border-radius: 99rem;
  width: 6.8rem;
  height: 7.1rem;
  position: absolute;
  top: 14.7rem;
  right: 3.8rem;
}

.heading-popup-1 {
  font-size: 1.3rem;
}

.light-blue {
  opacity: .6;
  filter: blur(3.4rem);
  background-color: #fff;
  border-radius: 99rem;
  width: 6rem;
  height: 24rem;
  position: absolute;
  right: -20rem;
  transform: rotate(-23deg);
}

.light-move-wrapper {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.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;
}

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

.c-footer {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  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;
}

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

.logo-fa-2 {
  text-align: left;
  height: 2.2rem;
  padding-top: 2px;
}

.link-footer-2 {
  direction: rtl;
  text-align: right;
  letter-spacing: -.00625rem;
  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-2:hover {
  background-color: #8080802b;
}

.footer-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;
}

.button-2 {
  color: #fff;
  white-space: nowrap;
  background-color: #0352ef;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  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-2:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px #0346cc, 0 .75rem 1.125rem -.375rem #095fff4a, inset 0 -.5625rem 1.25rem -.6rem #001c5c3d;
}

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

.button-2.nav {
  padding: .4rem .5rem;
}

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

.text-field {
  background-color: var(--black);
  color: var(--text--100);
  border: 1px solid #4b4b4b;
  border-radius: 8px;
  height: 2.8rem;
  font-size: 1.2rem;
  font-weight: 400;
}

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

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

.card-form-sub {
  background-color: var(--background--800);
  border-radius: 1rem;
  overflow: hidden;
}

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

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

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

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

.button-outline {
  white-space: nowrap;
  border: 2px solid #0352efb8;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  padding: .4rem 2rem;
  font-family: Vazirmatn, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  display: flex;
}

.button-outline:hover {
  color: #f3f5f8;
  background-color: #1664ff;
  transform: translate(0, -2px);
  box-shadow: 0 2px #0346cc, 0 .75rem 1.125rem -.375rem #095fff4a, inset 0 -.5625rem 1.25rem -.6rem #001c5c3d;
}

.heading-sub {
  background-color: #313131;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

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

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

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

.wrap-54 {
  width: 100%;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-482 {
  z-index: 1;
  opacity: .8;
  background-image: linear-gradient(#000, #0000);
  height: 31rem;
  position: absolute;
  inset: 0% 0% auto;
}

.popup-close-2 {
  background-color: #80808030;
  border-radius: 52px;
  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-2:hover {
  background-color: #9e9e9e52;
}

.archive-div {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #000;
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.bg-image-mobile {
  display: none;
}

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

.divider {
  background-color: var(--text--800);
  width: 100%;
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fieldlabel {
  margin-top: .4rem;
  margin-bottom: .2rem;
  padding-right: .5rem;
  font-weight: 300;
}

.wrap-heading-page {
  display: none;
}

.button-2-copy {
  color: #fff;
  white-space: nowrap;
  background-color: #0352ef;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  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-2-copy:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px #0346cc, 0 .75rem 1.125rem -.375rem #095fff4a, inset 0 -.5625rem 1.25rem -.6rem #001c5c3d;
}

.button-2-copy.c-65 {
  box-shadow: none;
  color: #222b3e;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.image7 {
  border-radius: 1.8rem;
  height: 36.2rem;
}

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

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

  .footer-block {
    width: 100%;
  }

  .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;
  }

  .content-horizontsl-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .wrap-text {
    width: 59%;
  }

  .feature-lba-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-355 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-360 {
    width: 40%;
    padding-right: 0;
  }

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

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

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

  .popup-wrapper._05 {
    left: 0%;
    right: 0%;
  }

  .card-feature-lba.expand {
    height: 14rem;
    padding-bottom: 0;
    transform: translate(.5rem);
  }

  .wrapper-cards {
    padding-left: 0;
  }

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

  .item {
    width: 125px;
  }

  .wrapper-f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .right-side-lba-col {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .archive-div {
    max-width: none;
  }
}

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

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

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

  .header {
    padding-top: 0;
  }

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

  .accordion-item-wrapper.preview-page {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

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

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

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

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

  .menu {
    display: none;
  }

  .wrapper-nav {
    background-color: #17171700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .navbar {
    background-color: #14141400;
    border-width: 0;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .wrap-content-center {
    position: static;
  }

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

  .content-horizontsl-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
  }

  .wrap-text {
    width: auto;
  }

  .div-block-355 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-360 {
    width: 100%;
    padding: 0 0 1rem;
  }

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

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

  .hero-wrap {
    border-radius: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .popup-wrapper {
    width: 100%;
    left: 0%;
    right: 0%;
  }

  .popup-wrapper._05 {
    top: 0%;
    bottom: 0%;
  }

  .card-feature-lba {
    transition: none;
  }

  .card-feature-lba.brief {
    flex-flow: column;
    padding-left: 1.5rem;
    transition: none;
  }

  .card-feature-lba.expand {
    width: 100%;
    height: 11.4rem;
    padding-bottom: .3rem;
    transform: none;
  }

  .wrapper-cards {
    padding: 0 1rem;
  }

  .wrapper-cards._02 {
    z-index: 1;
    background-color: var(--background--900);
    position: relative;
  }

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

  .item {
    width: 100px;
  }

  .div-block-427 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .description-hero {
    text-align: center;
    line-height: 1.9;
  }

  .wrapper-f {
    flex-flow: column;
    width: 100%;
  }

  .right-side-lba-col {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    height: 24rem;
    position: sticky;
    top: 0;
  }

  .wrapper-phone {
    transform: scale(.6);
  }

  .title-overline-lba {
    font-weight: 300;
  }

  .ex-des-card-lba {
    padding-right: 0;
  }

  .div-block-464 {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  ._3d-bg {
    display: none;
  }

  .footer {
    padding: 1.5rem;
  }

  .c-footer {
    font-family: Vazirmatn, sans-serif;
    font-size: .7rem;
    font-weight: 300;
  }

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

  .button-2.nav {
    width: 100%;
    display: flex;
  }

  .form-content {
    width: 360px;
  }

  .div-block-482 {
    z-index: 1;
  }

  .archive-div {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-image-mobile {
    object-fit: cover;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .image-6 {
    height: 18rem;
  }

  .title-center-mobile {
    text-align: center;
    font-size: 1.7rem;
  }

  .wrap-heading-page {
    padding-left: 1rem;
    font-size: .9rem;
    line-height: 1.4;
    display: flex;
  }

  .div-block-483 {
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    background-color: #0000009e;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 2rem;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }
}

@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;
  }

  .centered-heading {
    margin-bottom: 1.5rem;
  }

  .centered-heading.move-up {
    text-align: right;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
  }

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

  .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%;
  }

  .header {
    z-index: 999;
  }

  .faq-sec {
    z-index: 0;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .accordion-trigger {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 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: 1rem;
    padding: .5rem;
  }

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

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

  .wrap-title.center.pad {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .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;
  }

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

  .archetype {
    flex-flow: column;
    height: auto;
  }

  .wrap-text-faq {
    padding-left: 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;
    display: flex;
  }

  .wrapper-nav {
    justify-content: space-between;
    align-items: flex-start;
    padding: .5rem .4rem .5rem 0;
  }

  .navbar {
    border-color: #80808030;
    border-radius: .7rem;
    width: 96%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-top: .5rem;
    padding: .5rem 0 .5rem .5rem;
    top: 4px;
    overflow: hidden;
  }

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

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

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

  .title-overline.center {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-content-center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .content-horizontsl-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-355 {
    grid-template-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .popup-close {
    z-index: 99;
    background-color: #000;
  }

  .div-block-360 {
    padding: 1rem 1rem 2rem;
  }

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

  .wrapper-f-lba {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: .5rem .2rem;
    font-size: .9rem;
    line-height: 1.4;
  }

  .icon-lba {
    width: 2.4rem;
  }

  .wrap-content-hero {
    z-index: 99;
    margin-top: 6rem;
    padding-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
  }

  .hero-wrap {
    height: 100svh;
    min-height: auto;
    padding: 0 1rem 5rem;
    overflow: hidden;
  }

  .wrap-hero-scroll {
    font-size: 1.2rem;
    bottom: 1.5rem;
  }

  .heading-1 {
    text-align: center;
    order: -1;
    font-size: 2.3rem;
  }

  .popup-wrapper._01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .popup-wrapper._02 {
    display: none;
  }

  .popup-wrapper._05 {
    border-radius: 0;
    display: none;
  }

  .popup-header {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
  }

  .popup-content {
    padding: 2rem 1rem;
  }

  .popup-body {
    position: relative;
  }

  .card-feature-lba {
    flex-flow: column;
  }

  .card-feature-lba.brief {
    border-radius: .7rem;
    height: 3.1rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .card-feature-lba.expand {
    height: 9rem;
    padding-left: 1rem;
    overflow: visible;
  }

  .wrapper-cards {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .wrapper-cards._02 {
    background-color: var(--background--900);
    position: relative;
  }

  .wrap-cta-hero-2 {
    z-index: 999;
  }

  .bg-popup-close {
    z-index: 999;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .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-mockup {
    width: 18rem;
  }

  .wrapper-phone-mockup.height-40 {
    border-radius: 1.6rem;
  }

  .items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .item {
    width: 5rem;
  }

  .div-block-445, .div-block-445-copy {
    width: 50px;
  }

  .phone-shape-3 {
    width: 4.6rem;
  }

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

  .phone-mockup.shadow-2 {
    box-shadow: 0 1rem 3.2rem -.5rem #1664ffa3, inset .125rem .125rem 1rem #6a6a6a;
  }

  .phone-mockup._01 {
    transform: translate(0);
  }

  .content-phone-mockup {
    border-radius: 20px;
  }

  .description-hero {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .right-side-lba-col {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-radius: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
    height: 22rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    top: 1rem;
  }

  .wrapper-phone {
    transform: scale(.6);
  }

  .title-overline-lba {
    font-size: .9rem;
  }

  .title-card-lba {
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 400;
  }

  .header-card-lba {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: .2rem;
  }

  .ex-des-card-lba {
    padding-top: 0;
    overflow: visible;
  }

  .btn-popup {
    box-shadow: 7px -6px 1rem 1rem var(--bg-card-900);
    margin-top: -1rem;
    margin-right: auto;
    position: relative;
  }

  .mobile-only-wrapper {
    flex-flow: column;
    width: 100%;
    height: 290px;
    margin: 20px auto 0;
    display: none;
    position: relative;
  }

  .bt-pad {
    display: none;
    position: absolute;
  }

  .div-block-464 {
    padding: 3rem 1.5rem 0;
  }

  .description-card-lba {
    padding-bottom: 0;
    font-size: .8rem;
    font-weight: 300;
    position: relative;
  }

  .logo-wrapper.w--current {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    padding-right: 0;
  }

  .title-en-popup-lba {
    letter-spacing: 0;
    margin-top: .2rem;
    font-size: .9rem;
  }

  ._3d-bg {
    border-radius: 1rem;
    display: none;
  }

  .heading-popup-1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
  }

  .image-3 {
    position: absolute;
    inset: 0%;
  }

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

  .c-footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #ffffffd1;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
    padding-left: 0;
    line-height: 1.7;
    display: flex;
  }

  .light-footer {
    height: 20rem;
  }

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

  .button-2 {
    order: 1;
  }

  .button-2.nav {
    display: flex;
  }

  .text-field {
    height: 48px;
  }

  .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;
  }

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

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

  .button-outline {
    order: 1;
  }

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

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

  .form-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #0352ef;
  }

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

  .wrap-54 {
    padding: 2rem 1rem;
  }

  .div-block-482 {
    background-image: linear-gradient(#000 47%, #0000);
  }

  .popup-close-2 {
    z-index: 99;
    background-color: #000;
  }

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

  .bg-image-mobile {
    z-index: -3;
    object-fit: cover;
    height: 100%;
    display: block;
    position: absolute;
    inset: 6% 0% 0%;
  }

  .image-6 {
    object-fit: contain;
    height: 15rem;
  }

  .title-center-mobile {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .wrap-heading-page {
    color: var(--text--200);
    padding-top: .2rem;
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .button-2-copy {
    order: 1;
  }

  .button-2-copy.c-65 {
    box-shadow: none;
    color: #222b3e;
    background-color: #fff;
    margin-top: 3rem;
  }

  .div-block-483 {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }
}

#card-lba-1.w-node-_60826686-6ef2-2652-d211-cf9309dfd136-c093ff6b, #card-lba-2.w-node-_60826686-6ef2-2652-d211-cf9309dfd13f-c093ff6b, #card-lba-3.w-node-_60826686-6ef2-2652-d211-cf9309dfd14e-c093ff6b, #card-lba-4.w-node-_60826686-6ef2-2652-d211-cf9309dfd15f-c093ff6b, #card-lba-5.w-node-_60826686-6ef2-2652-d211-cf9309dfd16c-c093ff6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_96d536e1-f031-865e-acf1-eb11a965caef-c093ff6b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_96d536e1-f031-865e-acf1-eb11a965caf2-c093ff6b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a665eba-1c3f-d588-fb6d-b3f98473430d-c093ff6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9a665eba-1c3f-d588-fb6d-b3f98473430f-c093ff6b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9a665eba-1c3f-d588-fb6d-b3f984734311-c093ff6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9a665eba-1c3f-d588-fb6d-b3f984734315-c093ff6b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9a665eba-1c3f-d588-fb6d-b3f984734317-c093ff6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96d536e1-f031-865e-acf1-eb11a965caef-c093ff6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_96d536e1-f031-865e-acf1-eb11a965caf3-c093ff6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96d536e1-f031-865e-acf1-eb11a965cb00-c093ff6b {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_96d536e1-f031-865e-acf1-eb11a965cb0a-c093ff6b {
    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;
}