:root {
  --medium-slate-blue: #8257f0;
}

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

body {
  color: #2b2a35;
  font-family: Mark pro, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 95px;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 2;
}

a {
  color: #2b2a35;
  font-size: 18px;
  text-decoration: none;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
}

.container.nav-container {
  z-index: 1;
  width: 100%;
  max-width: none;
  padding: 0 24px;
}

.container.team-grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -285px;
  display: none;
}

.container._4ems {
  padding-top: 4em;
  padding-bottom: 4em;
}

.container.cta-footer {
  z-index: 1;
  flex-flow: column;
  padding-bottom: 0;
  position: relative;
}

.container._2 {
  width: 100%;
}

.container._3 {
  flex-flow: column;
}

.container._3._4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.container._2-copy, .container._2-copy-copy {
  flex-flow: row-reverse;
}

.container._2-copy-rtl {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
}

.navbar {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-image {
  width: 100%;
}

.brand {
  width: 68px;
}

.brand.w--current {
  width: 100px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.button-holder {
  grid-column-gap: 15px;
  justify-content: center;
  display: flex;
}

.nav-link {
  padding: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: color .4s;
}
.nav-link:focus,
.nav-link.w--current,
.nav-link:hover {
  color: #8257f0;
}

.nav-menu {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-left: -28px;
  padding-left: 52px;
  display: block;
}

.button {
  background-color: var(--medium-slate-blue);
  border-radius: 6px;
  padding: 12px 24px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button.w--current {
  background-color: var(--medium-slate-blue);
}

.button.outline {
  color: var(--medium-slate-blue);
  background-color: #8257f000;
  border: 1px solid #0000;
  transition: all .4s;
}

.button.outline:hover {
  border-width: 1px;
  border-color: var(--medium-slate-blue);
  outline-width: 1px;
}

.button.orage {
  color: #331388;
  background-color: #ffd137;
  background-image: linear-gradient(to right, #ffd137, #ffa235);
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 700;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-color: #ffffffa8;
  border: 1px #000;
  border-bottom: 1px solid #ffffffa8;
  position: sticky;
  top: 0;
}

.section {
  border-top: 2px #3f2e734d;
  position: relative;
}

.section.relative {
  position: relative;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.wedoflow-section {
  background-color: #000;
}

.section._2.spacing {
  background-color: #f7f7f7;
  margin-top: 100px;
}

.section.hero {
  margin-bottom: -20em;
}

.section._2-copy.spacing {
  margin-top: 100px;
}

.hero-section-container {
  align-items: flex-start;
  width: 100%;
  height: 240vh;
  margin-top: 90px;
  display: flex;
}

.hero-section-sticky-container {
  width: 100%;
  position: sticky;
  top: 195px;
}

.hero-section-text-holder {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-text-holder {
  z-index: 2;
  position: relative;
}

.hero-text-01 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 85px;
}

.hero-text-02 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 49px;
  font-weight: 100;
}

.paragraph-holder {
  width: 55%;
  margin-top: 30px;
  margin-bottom: 80px;
}

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

.hero-app {
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 80%;
  box-shadow: 0 0 40px 2px #85858552;
}

.live-cursor-holder {
  position: absolute;
  inset: 98px auto auto 0%;
}

.live-cursor-holder._02 {
  inset: 218px -109px auto auto;
}

.live-cursor-holder._03 {
  position: relative;
  inset: 0;
}

.live-cursor-image-holder {
  z-index: 1;
  border: 7px solid #aab6fe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.live-cursor-image-holder.yellow {
  border-color: var(--medium-slate-blue);
}

.curosor-background-video {
  width: 100%;
  height: 100%;
}

.curosor-background-video._2 {
  transform: scale(1.5);
}

.cursor-holder {
  position: absolute;
  inset: -29% auto auto -23%;
}

.cursor-holder._01 {
  top: -17%;
  left: -13%;
}

.pulse-purple {
  opacity: .3;
  background-color: #aab6fe;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.pulse-yellow {
  opacity: .3;
  background-color: #8257f0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.center-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 50%;
  display: flex;
}

.center-text._3 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 66px;
  display: flex;
}

.team-logo-holder {
  opacity: .7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-logo {
  object-fit: contain;
  width: 190px;
}

.team-logo.notion {
  width: 100px;
}

.lightbox-holder {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.3em;
  display: flex;
}

.hide {
  display: none;
}

.play-button-holder {
  border: 1px solid var(--medium-slate-blue);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  padding-left: 2px;
  display: flex;
}

.play-button-container {
  grid-column-gap: 10px;
  color: var(--medium-slate-blue);
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.play-icon {
  width: 13px;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.content {
  width: 70%;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
  position: relative;
  overflow: visible;
}

.tab-link {
  color: #818181;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0 15px 18px;
  font-size: 15px;
  font-weight: 700;
  transition: color .425s;
}

.tab-link:hover {
  color: #161616;
}

.tab-link.w--current {
  border-bottom: 4px solid var(--medium-slate-blue);
  color: var(--medium-slate-blue);
  background-color: #0000;
}

.tabs-menu {
  z-index: 1;
  position: relative;
}

.tabs-holder {
  position: relative;
}

.tabs-holder.padding {
  padding-bottom: 83px;
}

.tabs-line {
  background-color: #e9e9e9;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 37px 0% auto;
}

.left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 150px;
  height: 80px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-gradient {
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 150px;
  height: 80px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tabs-content {
  width: 100%;
  margin-top: 50px;
  overflow: visible;
}

.tab-app-holder {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px -1px #cfcfcf;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tab-tool-tip {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  font-size: 18px;
  display: flex;
}

.blue-link {
  color: var(--medium-slate-blue);
  font-weight: 700;
}

.cta-purple-card {
  background-color: #8257f0;
  border-radius: 26px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 50px 75px;
}

.cta-content-holder {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.cta-text-content {
  order: 0;
}

.white-text {
  color: #fff;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.white-text.no-margin {
  direction: rtl;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.white-text._2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.text-block {
  margin-top: 0;
  margin-bottom: 0;
}

.cta-curosr-holder {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-name-holder {
  grid-row-gap: 15px;
  color: #fff;
  white-space: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.cta-company-logo-holder {
  opacity: .7;
}

.curosor-image {
  width: 40px;
}

.cta-company-logo {
  filter: invert() contrast(200%);
}

.tabs-2 {
  align-items: center;
  padding: 11px 12px;
  display: flex;
  overflow: hidden;
}

.tabs-2._3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.tabs-menu-2 {
  flex-direction: column;
  width: 350px;
  display: flex;
}

.tabs-content-2 {
  border-radius: 4px;
  width: 80%;
  margin-left: 40px;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  transform: translate(0);
  box-shadow: 0 2px 10px #00000045;
}

.tabs-content-2:hover {
  transform: none;
}

.second-tab-link {
  background-color: #0000;
  padding: 0;
}

.second-tab-link.w--current {
  background-color: #0000;
}

.tab-holder-content {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tab-circle-holder {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 12px;
  min-width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.tab-circle {
  z-index: 1;
  background-color: var(--medium-slate-blue);
  border-radius: 30px;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  position: relative;
}

.tab-stroke-holder {
  border: 1px solid var(--medium-slate-blue);
  opacity: 1;
  background-color: #fff;
  border-radius: 30px;
  width: 5px;
  height: 5px;
  position: absolute;
}

.tab-title {
  text-align: right;
  margin-top: -7px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.tab-text-content {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-bottom: 30px;
  display: flex;
}

.tab-description {
  direction: rtl;
  text-align: justify;
  height: auto;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

.dotted-lines {
  border: 1px dashed #cfd7fb;
  position: absolute;
  inset: 0% auto 0% 5px;
}

.purple-line-fill {
  z-index: 1;
  border: 1px solid var(--medium-slate-blue);
  width: 1px;
  height: 300%;
  position: absolute;
  inset: auto 0% -1% 5px;
}

.white-border-absolute {
  z-index: 20;
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -20px 0% auto;
}

.white-border-last {
  z-index: 1;
  background-color: #fff;
  width: 12px;
  height: 99%;
  position: absolute;
  inset: 12px auto 0% 0%;
}

.tab-pane-video {
  width: 100%;
}

.background-video {
  width: 100%;
  height: 420px;
}

.tab-floating-items-holder {
  background-color: #4d4ffe;
  border-radius: 20px;
}

.tab-floating-items-holder.black {
  background-color: #0c0c0c;
}

.tab-floating-items {
  justify-content: center;
  align-items: center;
  height: 660px;
  display: flex;
  position: relative;
}

.tab-text-holder {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 59px;
  position: relative;
}

.tab-text-container {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.top-image {
  width: 100%;
}

.brand-tool-kit-image {
  width: 530px;
}

.tab-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tab-bg-holder {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-bg-holder._01 {
  justify-content: center;
  align-items: flex-start;
}

.tab-bg-image {
  height: 100%;
}

.tab-outside-holder {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.tab-txt-image {
  width: 250px;
  position: relative;
  top: 65px;
  left: -86px;
}

.tab-typo-image-copy {
  width: 250px;
  position: absolute;
  inset: 32% -11% auto auto;
}

.blue-link-holder {
  margin-top: 24px;
}

.template-title {
  font-size: 28px;
}

.template-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 14px;
  margin-bottom: 14px;
}

.template-card-image-holder {
  border-radius: 12px;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

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

.template-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.template-detail-holder {
  margin-top: 11px;
  margin-bottom: 11px;
}

.template-link {
  color: #545465;
  background-image: url('../images/arrow_1arrow.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 32px;
  font-size: 16px;
}

.templates {
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.slider-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide, .mask {
  height: auto;
  overflow: visible;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 101px;
  overflow: visible;
}

.slider-image-holder {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.slider-text-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.new-in-pitch {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
}

.slider-title {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.slider-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 24px #00000042;
}

.left-arrow {
  border: 1px solid #adadad;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: all .375s;
  display: none;
  inset: auto auto -32% 21%;
}

.left-arrow:hover {
  background-color: #e9e9e9;
}

.arrow-image {
  width: 24px;
}

.right-arrow {
  border: 1px solid #adadad;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: all .375s;
  display: none;
  inset: auto auto -32% 29%;
}

.right-arrow:hover {
  background-color: #e9e9e9;
}

.cta-holder {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.background-holder {
  position: absolute;
  inset: 0%;
}

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

._3-col-gird {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.checked-text {
  color: #fff;
  background-image: url('../images/checkmark-white_1checkmark-white.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 7px 7px 7px 27px;
  font-size: 16px;
  font-weight: 500;
}

.cta-image {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  width: 100%;
  overflow: clip;
}

.footer-wrapper-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-block-two {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link-two {
  direction: rtl;
  color: #1a1b1f;
  text-align: right;
  white-space: nowrap;
  margin-top: 20px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-two:hover {
  text-decoration: underline;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.dropshadow {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 14px #0000001c;
}

.nav-link-holder {
  grid-column-gap: 40px;
  flex-direction: row;
  display: flex;
}

.hero-paragraph {
  z-index: 999;
  direction: rtl;
  text-align: center;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  position: relative;
}

.white-text-2 {
  color: #fff;
}

.container-2 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container-2._4ems {
  z-index: 1;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.container-2._4ems-hero {
  z-index: 20;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.cta-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.defualt-success-message {
  background-color: #0d0e10;
  border: 1px solid #ff0013;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
}

.hero-text-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  width: 100%;
  height: 51px;
  padding-right: 128px;
  font-size: 16px;
  font-weight: 400;
  transition: all .325s;
}

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

.hero-text-field::placeholder {
  color: #fff;
}

.cta-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.button-2 {
  background-color: #0000;
  border: 1px solid #fff;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
}

.button-2:hover {
  color: #fff;
  border-color: #6d6d6d;
}

.button-2.template {
  color: #363636;
  background-color: #fff;
  padding-left: 41px;
  padding-right: 41px;
  font-weight: 600;
  transition: box-shadow .325s, border-color .5s;
  box-shadow: 0 0 25px #0000004d;
}

.button-2.template:hover {
  border-color: #e9e9e9;
  box-shadow: 0 0 50px #0000004d;
}

.button-2.cta-button {
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #fbbe00, #ff0013 50%, #ff0063);
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition-property: all;
  display: flex;
}

.button-2.cta-button:hover {
  transform: scale3d(1.05, 1, 1);
}

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

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

.cta-form-holder {
  width: 100%;
  margin-top: 50px;
}

.cta-website-container {
  border-radius: 0;
  flex: none;
  width: 270px;
  height: 170px;
  overflow: hidden;
  box-shadow: -4px 3px 28px #00000040;
}

.cta-container {
  background-color: #141414;
  margin-top: 103px;
  margin-bottom: 50px;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}

.cta-slider-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% -3% 0% auto;
}

.hero-submit-button {
  color: #000;
  background-color: #fff;
  height: 51px;
  font-size: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.template-hover-state {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-text {
  font-size: 115px;
  font-weight: 600;
  line-height: .9;
}

.regular-text {
  font-weight: 400;
}

.webflow-logo-holder {
  justify-content: center;
  align-items: center;
  width: 108px;
  min-width: 108px;
  height: 108px;
  min-height: 108px;
  display: flex;
}

.hero-text-logo-container {
  grid-column-gap: 30px;
  display: flex;
}

.words---lottie-file {
  filter: invert();
  width: 550px;
  position: absolute;
  top: -30px;
  left: -23px;
}

.hero-text-container {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.hero-paragraph-container {
  z-index: 30;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-section-container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 330px;
  grid-auto-columns: 1fr;
  display: grid;
}

.grey-text {
  color: #b4b4b4;
}

._100-width {
  width: 100%;
}

.website---lottie-file-container {
  width: 100%;
  height: 108px;
  position: relative;
}

.hero-text-holder-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.cloneable-wedoflow {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
}

.free-template-div {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: -14% auto auto 0%;
}

.template-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-button-inside {
  z-index: 1;
  grid-column-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.template-button-gradient {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
}

.top-margin {
  margin-top: 36px;
}

.text-content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #141414;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  padding: 31px 50px;
  display: grid;
}

.normal-paragraph {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.template-name {
  color: #fff;
  font-weight: 500;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 240px;
  display: flex;
}

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

.lock-image {
  width: 50px;
}

.lock-file-image-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.file-image {
  width: 50px;
}

.image {
  filter: hue-rotate(189deg);
}

.lottie-animation {
  z-index: 9999;
  width: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lottie-animation-2 {
  width: 100%;
  display: none;
  position: static;
  inset: 6% auto auto -5%;
}

.heading {
  color: #373646;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 24px;
}

.heading-2, .paragraph {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.text-block-3 {
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.heading-3 {
  direction: rtl;
  text-align: center;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 42px;
}

.paragraph-2 {
  text-align: center;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.image-2 {
  border-radius: 0;
}

.text-block-4 {
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 14px;
}

.paragraph-3 {
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.bold-text {
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.link {
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}

.section-2.hp-hero {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  padding-top: 155px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-2.contact {
  margin-bottom: 0;
  padding-bottom: 65px;
}

.section-2.contact-copy {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.section-2.hp-hero-copy {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  padding-top: 155px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.container-3 {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.hp-hero__wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.hp-heading {
  font-size: 60px;
  font-weight: 600;
}

.hp-heading.mb-24 {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  line-height: 1.4;
}

.hp-p {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.background-video-3 {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.p-13 {
  opacity: .7;
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.embed-center {
  margin-bottom: -4px;
}

.link-flex {
  grid-column-gap: 8px;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.contact-card {
  background-color: #1c1f22;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 40px 50px;
  display: flex;
}

.contact-card.first {
  background-color: #e7e7eb;
}

.contact-card.white {
  color: #0e1012;
  background-color: #e7e7eb;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-card.second {
  background-color: #e7e7eb;
}

.h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.h5.mb-7 {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.mb-35 {
  width: 64px;
  max-width: none;
  margin-bottom: 35px;
}

.container-4 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.contact-top {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.contact-cards__wrap {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-4 {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 64px;
}

.faq-container {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 100px;
  display: none;
  position: relative;
}

.faq-section-wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-right: 48px;
  display: flex;
}

.faq-section-wrap.last {
  margin-bottom: 0;
}

.q-icon {
  color: #2002ff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  transition: transform .3s;
  display: flex;
}

.acc-body {
  padding: 24px;
}

.acc-body.active {
  display: block;
}

.acc-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-main-wrap {
  width: 100%;
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.acc-body-2 {
  padding: 24px;
}

.acc-head-2, .acc-head {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.toggle-arrow {
  width: 24px;
  height: 24px;
  font-size: 14px;
  transition: transform .3s;
}

.toggle-arrow.rotate {
  transform: rotate(-180deg);
}

.section-title {
  direction: rtl;
  color: #fff;
  text-align: center;
  margin-top: 62px;
  margin-bottom: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.acc-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
}

.toggle-arrow-2 {
  width: 24px;
  height: 24px;
  font-size: 14px;
  transition: transform .3s;
}

.faq-section-title {
  color: #2002ff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 0;
  margin-bottom: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
}

.faq-section-title.general {
  background-image: url('../images/speech-bubble.svg');
}

.faq-section-title.payment {
  background-image: url('../images/shopping.svg');
}

.faq-section-title.delivery {
  background-image: url('../images/air-freight.svg');
}

.acc-item-2 {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
}

.acc-item-2.mb-0 {
  margin-bottom: 0;
}

.acc-text {
  direction: rtl;
  color: #0009;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.acc-text.mb-12 {
  margin-bottom: 12px;
}

.faq-item-wrap {
  width: 100%;
}

.q-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.faq-question {
  direction: rtl;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 18px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.faq-question.label {
  color: #fff;
  background-color: #7e5ce7;
  border-radius: 20px;
  font-size: 14px;
}

.text-block-5 {
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 1px #000;
  border-top: 1px solid #0006;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.acc-text-copy {
  direction: rtl;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.acc-text-copy.mb-12 {
  margin-bottom: 12px;
}

.svg-icon {
  color: #8257f0;
  width: 28px;
  padding-top: 4px;
  font-size: 0;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon-copy {
  width: 24px;
  height: 2rem;
}

.svg-icon-copy:hover {
  cursor: pointer;
}

.div-block-5 {
  background-color: #fff;
  border: 2px solid #00000036;
  border-radius: 1000px;
  padding: 16px 32px;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: 309.047px;
}

.div-block-5:hover {
  padding-left: 40px;
  padding-right: 40px;
  transform: scale(1.1);
  box-shadow: 0 2px 20px #0000007a;
}

.text-block-6 {
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 16px;
}

.section-copy {
  margin-top: 100px;
  position: relative;
}

.section-copy.aaaa {
  border-top-style: none;
  margin-top: 100px;
}

.roadmap-wrapper {
  text-align: center;
}

.padding-vertical, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.map-dot {
  margin-top: 25.1em;
  margin-left: 46em;
  font-size: 3rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-dot.is-4 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 38%;
  left: 67%;
}

.map-dot.is-8 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 6%;
  left: 41%;
}

.map-dot.is-3 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 50%;
  left: 52%;
}

.map-dot.is-7 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 19%;
  left: 51%;
}

.map-dot.is-6 {
  margin-top: 0;
  margin-left: 0;
  top: 36%;
  left: 22%;
}

.map-dot.is-5 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 35%;
  left: 52%;
}

.map-dot.is-1 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 70%;
  left: 19%;
}

.map-dot.is-2 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 55%;
  left: 32%;
}

.map-dot-mobile {
  margin-top: 25.1em;
  margin-left: 46em;
  font-size: 3rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-dot-mobile.is--3 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 50%;
  left: 52%;
}

.map-dot-mobile.is--1 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 70%;
  left: 19%;
}

.map-dot-mobile.is--6 {
  margin-top: 0;
  margin-left: 0;
  top: 36%;
  left: 22%;
}

.map-dot-mobile.is--5 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 35%;
  left: 52%;
}

.map-dot-mobile.is--8 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 6%;
  left: 41%;
}

.map-dot-mobile.is--4 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 38%;
  left: 67%;
}

.map-dot-mobile.is--7 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 19%;
  left: 51%;
}

.map-dot-mobile.is--2 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 55%;
  left: 32%;
}

.arrow-right {
  width: 100%;
}

.margin-bottom, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.roadmap-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.html-map {
  display: none;
}

.margin-vertical, .margin-vertical.margin-xhuge {
  margin-left: 0;
  margin-right: 0;
}

.roadmap-nav-button {
  cursor: pointer;
  background-color: #fffc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .4s;
  display: flex;
}

.roadmap-nav-button:hover {
  background-color: #348998;
}

.max-width-xlarge {
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

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

.map-number {
  font-family: Yekanbakhfanum Vf, Arial, sans-serif;
  font-weight: 200;
}

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

.pin-description {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.arrow-left {
  width: 100%;
}

.map-pin-popup {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: #0e4c5ecc;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px 16px 2px #0e080e29;
}

.map-pin-popup.dialog-opened {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  margin-top: -13.6em;
  margin-left: -3.8em;
  padding: .75rem 1.5rem 1.5rem;
}

.map-pin-popup.dialog-opened._8-title {
  z-index: 8;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
}

.map-pin-popup.dialog-opened._8-title.popup-bottom {
  width: 30rem;
}

.map-pin-popup.dialog-opened._1-mint {
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._1-mint.popup-bottom {
  width: 30rem;
}

.map-pin-popup.dialog-opened._3-title {
  z-index: 3;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._3-title.popup-bottom {
  justify-content: center;
  align-items: flex-end;
  width: 30rem;
}

.map-pin-popup.dialog-opened._5-title {
  z-index: 5;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._5-title.popup-bottom {
  justify-content: center;
  align-items: flex-end;
  width: 30rem;
}

.map-pin-popup.dialog-opened._6-title {
  z-index: 6;
}

.map-pin-popup.dialog-opened._6-title.popup-bottom {
  justify-content: center;
  align-items: flex-end;
  width: 30rem;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._4-title {
  z-index: 4;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._7-title {
  z-index: 7;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._7-title.popup-bottom {
  justify-content: center;
  align-items: flex-end;
  width: 30rem;
}

.map-pin-popup.dialog-opened._2-title {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
}

.section-roadmap {
  position: relative;
}

.section-roadmap.overflow-hidden {
  background-image: radial-gradient(circle at 50% 100%, #683ca9 12%, #1b434c00 53%), linear-gradient(#7e5ce7, #122633);
}

.map-pin-popup-mobile {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: #0e4c5ecc;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px 16px 2px #0e080e29;
}

.roadmap-navigation {
  grid-column-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  padding-top: 10px;
  display: flex;
}

.map-pin-title {
  direction: rtl;
  color: #fff;
  text-align: right;
  flex: 1;
  font-family: Yekanbakhfanum Vf, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.box-inner {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 92%;
  height: 92%;
  display: flex;
}

.text-size-regular {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.4;
}

.roadmap-popup-title {
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.particles-absolute {
  width: 25rem;
  position: absolute;
}

.particles-absolute.pa-12 {
  width: 20rem;
  top: 11.8rem;
  right: 7.8rem;
}

.particles-absolute.pa-11 {
  width: 20rem;
  top: 7.9rem;
  left: 7rem;
}

.heading-style-h2 {
  letter-spacing: .025rem;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.map-container {
  width: 70%;
  position: relative;
}

.text-color-cyan {
  color: #348998;
}

.map-container-mobile {
  width: 100%;
  position: relative;
}

.map-img {
  width: 100%;
  max-width: none;
  position: relative;
}

.page-wrapper {
  display: none;
}

.credentials {
  z-index: 2;
  justify-content: space-between;
  padding: 29.9rem 2rem 1.5rem;
  display: flex;
}

.credentiala-text {
  color: #ffffffb3;
  font-size: 16px;
}

.box {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #9d50eb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 1em;
  transition: transform .4s;
  display: flex;
}

.box:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.roadmap-component-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.text-size-regular-copy {
  direction: rtl;
  color: #fff;
  text-align: right;
  padding-top: 0;
  font-family: Yekanbakhfanum Vf, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 14px;
  display: flex;
}

.header_image-wrapper {
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #078d84;
  border: 1px solid #078d84;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  transition: opacity .2s, color .35s, border .2s, background-color .35s;
}

.button-3:hover {
  color: #078d84;
  background-color: #fff;
  border: 1px solid #078d84;
}

.button-3.is-secendary {
  border: 1px solid var(--medium-slate-blue);
  color: var(--medium-slate-blue);
  background-color: #0000;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.button-3.is-secendary:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-custom2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.padding-section-header {
  padding-top: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_component {
  z-index: 0;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
  position: relative;
}

.header_graphic-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header_graphic-icon.is-2 {
  width: 1.5rem;
  height: auto;
  position: absolute;
  inset: auto auto 5% -20%;
}

.header_graphic-icon.is-3 {
  width: 1.5rem;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header_graphic-icon.is-4 {
  width: 1.5rem;
  height: auto;
  position: absolute;
  inset: 2% auto auto 30%;
}

.header_graphic-icon.is-1 {
  width: 1.5rem;
  height: auto;
  position: absolute;
  inset: -25% auto auto -10%;
}

.text-style-tag {
  text-align: right;
  margin-bottom: 1.5rem;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.header_content {
  padding-bottom: 5.375rem;
  position: relative;
}

.header_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
}

.heading-5 {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 34px;
}

.bold-text-2 {
  font-weight: 500;
}

.paragraph-4 {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.section-copy {
  border-top: 2px solid #3f2e734d;
  margin-top: 0;
  position: relative;
}

.section-copy.relative {
  position: relative;
}

.section-copy.overflow-hidden {
  overflow: hidden;
}

.section-copy.wedoflow-section {
  background-color: #000;
}

.section-copy.hero {
  margin-bottom: -20em;
}

.video {
  flex: 0 auto;
  align-self: auto;
}

.div-block-7 {
  flex: 1;
  display: block;
}

.lottie-animation-3 {
  transform-style: preserve-3d;
  transform: scale(1.9);
}

.square {
  background-color: var(--medium-slate-blue);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-right: 3px;
  transform: rotate(45deg);
}

.container-5 {
  width: 95%;
  max-width: 1350px;
}

.answer {
  direction: rtl;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.answer.sol {
  color: #00000085;
  padding-top: 17px;
  font-style: italic;
}

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

.row.margin-s {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.no-margin-2 {
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.faq-static {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
  padding-bottom: 20px;
  transform: perspective(1300px);
}

.guide-heading {
  color: #adadad;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.faq-title {
  direction: rtl;
  text-align: right;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 64px;
  position: sticky;
  top: 65px;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: center;
  height: 100vh;
  position: relative;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bold-text-3 {
  font-size: 32px;
  position: sticky;
}

.slider-pararagrap {
  direction: rtl;
  color: #000;
  text-align: right;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.slider-icon {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.slider-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f5f5f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: 0 2.4px 7.2px #122b690a, 0 1.2px 2.4px #122b6914, 0 0 0 1.2px #122b6914;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.left-arrow-hidden {
  display: none;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

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

.testimonial-name {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--medium-slate-blue);
  color: #fff;
  white-space: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.slide-nav-hidden {
  display: none;
}

.slider-image-2 {
  height: 100%;
}

.slider-control-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.image-3 {
  width: 48px;
}

.slider-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 32px;
  display: flex;
}

.slider-nav-active {
  background-color: var(--medium-slate-blue);
  cursor: pointer;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #ff5805;
}

.testimonial-author {
  color: #5a5a60;
  letter-spacing: .08px;
}

.slider-wrpaper {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  display: none;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.right-arrow-hidden {
  display: none;
}

.slide-2 {
  height: auto;
}

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

.tab-title-copy {
  direction: rtl;
  text-align: right;
  margin-top: -25px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.hero-tablet {
  align-items: flex-start;
  width: 100%;
  height: 240vh;
  margin-top: 90px;
  display: none;
}

.div-block-7-copy {
  flex: 1;
  display: block;
}

.div-block-9 {
  height: 100%;
  display: none;
  position: relative;
}

.image-5 {
  z-index: -1;
  opacity: 1;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  opacity: .73;
  background-image: linear-gradient(145deg, #0000, #000 60%);
  position: absolute;
  inset: 0%;
}

.special-heading-wrap {
  color: #203492;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 310px;
  display: flex;
}

.accordion-faq {
  cursor: pointer;
  border-bottom: 1px solid #dee3ff;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.accordion-wrapper {
  border: 1px solid #dee3ff;
  border-radius: 10px;
  overflow: hidden;
}

.answer-wrap {
  display: block;
}

.accordion-answer {
  direction: rtl;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container-6 {
  width: 95%;
  max-width: 1350px;
}

.lottie {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 16px;
  margin-left: 15px;
  margin-right: 0;
}

.special-heading {
  color: #fff;
  text-shadow: 0 1px #203492, -1px 0 #203492, 0 -1px #203492, 1px 0 #203492;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 150px;
  font-weight: 900;
  line-height: 1em;
  transform: rotate(-90deg);
}

.question {
  direction: rtl;
  text-align: right;
  margin-bottom: 0;
  font-family: Yekanbakhfanum Vf, Arial, sans-serif;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.accordion-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  display: flex;
  position: relative;
}

.section-4 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.text-span {
  color: var(--medium-slate-blue);
}

.text-span-2 {
  font-size: 16px;
  font-weight: 300;
}

.accordion-answer-copy {
  direction: rtl;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-top: 1px solid #8257f04a;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 14px;
  padding-top: 14px;
  display: flex;
}

.image-6 {
  max-width: 30%;
  position: sticky;
  top: 100px;
}

.section-2-ssss {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}

.section-2-ssss.hp-hero {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  padding-top: 155px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-2-ssss.contact {
  margin-bottom: 0;
  padding-bottom: 65px;
}

.section-2-ssss.contact-copy {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.section-2-ssss.hp-hero-copy {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  padding-top: 155px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.text-span-3 {
  font-size: 24px;
  font-weight: 300;
}

.text-span-4 {
  font-size: 26px;
  font-weight: 200;
}

.button-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.button-4 {
  text-align: center;
  background-color: #203492;
  border: 1px #000;
  border-radius: 33px;
  min-width: 240px;
  padding: 15px 20px;
  font-size: 16px;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
}

.button-4:hover {
  transform: translate(0, -3px);
}

.button-4.clone-project {
  background-color: var(--medium-slate-blue);
  background-image: url('../images/Whiite-ARrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  padding-right: 30px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  display: flex;
}

.button-4.transparent-button {
  color: #203492;
  background-color: #0000;
  background-image: url('../images/Blue-Arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #203492;
  min-width: 200px;
  padding-right: 30px;
  display: block;
}

.button-5 {
  text-align: center;
  background-color: #203492;
  border: 1px #000;
  border-radius: 33px;
  min-width: 240px;
  padding: 15px 20px;
  font-size: 16px;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
}

.button-5:hover {
  transform: translate(0, -3px);
}

.button-5.small {
  background-color: var(--medium-slate-blue);
  min-width: 145px;
  margin-top: 29px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
}

.paragraph-5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.h2 {
  direction: rtl;
  color: #1d1f45;
  text-align: right;
  margin-top: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.process_line {
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 2px;
  height: 70%;
  position: absolute;
}

.title_text {
  color: #6937ff;
  text-align: center;
  letter-spacing: 0;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-weight: 700;
}

.section_container {
  max-width: 1140px;
}

.title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.process_image_wrap {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 80px;
  display: flex;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.h1 {
  direction: rtl;
  color: #1d1f45;
  text-align: center;
  margin-top: 10px;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.process {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: relative;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: #fff;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #e6cbff24;
}

.centre_step {
  color: #6937ff;
  font-family: Yekanbakhfanum Vf, Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.process_card_02 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process_section {
  justify-content: center;
  align-items: center;
  padding: 120px 25px;
  display: flex;
}

.process_card {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-6 {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh Vf, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-12 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.certificate {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}

.certificate.hp-hero {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  padding-top: 155px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.certificate.contact {
  margin-bottom: 0;
  padding-bottom: 65px;
}

.certificate.contact-copy {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.certificate.hp-hero-copy {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  padding-top: 155px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.certificate.contact-copy-copy {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.bold-text-5 {
  font-weight: 400;
}

.header_component-copy {
  z-index: 0;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
  position: relative;
}

.header_content-copy {
  padding-bottom: 5.375rem;
  position: relative;
}

.header_component-copy-copy {
  z-index: 0;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }

  .navbar-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff8a;
  }

  .hero-section-container {
    position: sticky;
  }

  .hero-section-sticky-container {
    width: 100%;
  }

  .container-2 {
    max-width: 1350px;
  }

  .hero-text-holder-2 {
    width: 80%;
  }

  .template-button-gradient {
    width: 440px;
    min-width: 440px;
    height: 440px;
    min-height: 440px;
  }

  .lottie-animation {
    position: fixed;
  }

  .section-2.contact {
    padding-bottom: 65px;
  }

  .section-2.contact-copy {
    padding-bottom: 0;
  }

  .faq-item-wrap {
    width: 100%;
  }

  .div-block-5 {
    top: 371.047px;
  }

  .section-copy, .section-copy.aaaa {
    border-top-style: none;
  }

  .button-3 {
    background-color: #7e5ce7;
    border-color: #7b60df;
  }

  .button-3:hover {
    color: #7e5ce7;
    -webkit-text-stroke-color: #7e5ce7;
    border-color: #7e5ce7;
  }

  .button-3.is-secendary {
    color: #7b60df;
    -webkit-text-stroke-color: #7b60df;
    border-color: #7b60df;
  }

  .button-3.is-secendary:hover {
    background-color: #7b60df;
  }

  .section-copy {
    border-top-style: solid;
  }

  .hero-tablet {
    position: sticky;
  }

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

  .section-2-ssss.contact {
    padding-bottom: 65px;
  }

  .section-2-ssss.contact-copy {
    padding-bottom: 0;
  }

  .certificate.contact {
    padding-bottom: 65px;
  }

  .certificate.contact-copy, .certificate.contact-copy-copy {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  p {
    line-height: 1.5;
  }

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

  .container.hero-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .container._2 {
    background-color: #f8f8f8;
    flex-flow: column;
  }

  .container._2-copy-copy, .container._2-copy-rtl {
    flex-flow: column;
  }

  .brand.w--current {
    order: -1;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-holder {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
    padding: 20px;
  }

  .section._2.spacing {
    margin-top: 0;
  }

  .section.hero {
    margin-bottom: 11.5em;
  }

  .hero-section-container {
    width: 100%;
    display: none;
  }

  .hero-section-sticky-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .hero-section-text-holder {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 108px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .hero-text-01 {
    color: #2b2a35;
    text-align: center;
    font-size: 4rem;
  }

  .hero-text-02 {
    color: #2b2a35;
    font-size: 1.5rem;
    font-weight: 200;
  }

  .paragraph-holder {
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-app-holder {
    width: 500px;
  }

  .hero-app {
    width: 69%;
    max-width: none;
  }

  .live-cursor-holder._02 {
    inset: auto 0% -75% auto;
  }

  .live-cursor-holder._01 {
    top: 100px;
    left: 0%;
  }

  .live-cursor-image-holder, .live-cursor-image-holder.yellow {
    width: 120px;
    height: 120px;
  }

  .center-text {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: center;
    align-items: center;
    max-width: 70%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 100px;
  }

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

  .tabs {
    overflow: hidden;
  }

  .tabs-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .white-text {
    font-size: 42px;
  }

  .white-text._2 {
    font-size: 16px;
  }

  .cta-curosr-holder {
    grid-row-gap: 50px;
  }

  .template-grid {
    grid-column-gap: 20px;
  }

  .left-arrow {
    bottom: -30%;
    left: 15%;
  }

  .right-arrow {
    bottom: -30%;
    left: 25%;
  }

  .checked-text {
    background-position: 50% 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .menu-button {
    border-radius: 10px;
    order: 1;
    padding: 12px;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: var(--medium-slate-blue);
  }

  .checked-text-top-margin {
    margin-top: 2em;
  }

  .nav-link-holder {
    flex-direction: column;
    padding-right: 0%;
  }

  .hero-paragraph {
    color: #2b2a35;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
  }

  .cta-grid {
    grid-template-columns: 1fr 1fr;
    padding: 38px 38px 47px;
  }

  .cta-slider._01 {
    flex-direction: row;
    width: auto;
  }

  .cta-slider._02 {
    flex-direction: row;
  }

  .template-button-holder {
    display: none;
  }

  .cta-website-container {
    flex: 0 auto;
  }

  .cta-container {
    padding: 0;
  }

  .cta-slider-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: -17px;
    right: 0%;
  }

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

  .hero-section-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .cloneable-wedoflow {
    font-size: 40px;
  }

  .lottie-animation-2 {
    width: 40%;
    display: block;
    position: static;
  }

  .heading-2 {
    text-align: center;
    font-size: 42px;
  }

  .paragraph {
    text-align: center;
  }

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

  .hp-hero__wrap {
    justify-content: center;
    align-items: center;
  }

  .hp-heading.mb-24 {
    text-align: center;
    padding-top: 34px;
    font-size: 42px;
  }

  .p-13 {
    text-align: center;
  }

  .link-flex {
    font-size: 13px;
  }

  .contact-card {
    padding: 20px 20px 30px;
  }

  .h5.mb-7 {
    text-align: center;
  }

  .mb-35 {
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  .contact-top {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-4 {
    text-align: center;
    width: 100%;
    font-size: 48px;
  }

  .faq-main-wrap {
    width: 100%;
  }

  .div-block-5 {
    z-index: 9999;
    color: #fff;
    background-color: #fff;
    transition-property: none;
    position: relative;
    top: auto;
  }

  .div-block-5:hover {
    box-shadow: none;
    transform: none;
  }

  .text-block-6 {
    color: var(--medium-slate-blue);
    font-size: 1rem;
  }

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

  .map-dot {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot.is-6 {
    margin-top: 0;
    margin-left: 0;
  }

  .map-dot-mobile {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .roadmap-wrap {
    margin-bottom: 6rem;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .particles-absolute.pa-12 {
    top: 3.6rem;
    right: -3.7rem;
  }

  .particles-absolute.pa-11 {
    top: 2.8rem;
    left: -3.8rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .header_image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3.is-secendary {
    margin-top: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-header {
    padding-top: 6rem;
  }

  .header_component {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .header_graphic-icon.is-2 {
    left: 0%;
  }

  .header_graphic-icon.is-1 {
    top: -10%;
    left: -3%;
  }

  .header_content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    padding-bottom: 0;
    display: flex;
  }

  .header_image {
    width: 50%;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-4 {
    text-align: center;
    padding-top: 17px;
    font-size: 16px;
  }

  .div-block-7 {
    width: 60%;
    display: none;
  }

  .lottie-animation-3 {
    transform: scale(1.5);
  }

  .faq-title {
    max-width: 100%;
    position: static;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: minmax(auto, 1fr);
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
  }

  .bold-text-3 {
    position: relative;
  }

  .slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-tablet {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: block;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .lottie-animation-4 {
    width: 40%;
  }

  .image-4 {
    max-width: 100%;
    position: absolute;
    inset: -43% 0% 0%;
  }

  .div-block-7-copy {
    width: 60%;
  }

  .div-block-9 {
    width: 100%;
    display: none;
  }

  .special-heading-wrap {
    width: auto;
    height: auto;
  }

  .special-heading {
    transform: none;
  }

  .accordion-grid {
    grid-row-gap: 50px;
  }

  .image-6 {
    position: relative;
    top: 0;
  }

  .section-2-ssss.hp-hero-copy {
    padding-top: 0;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .centre_block {
    width: 150px;
  }

  .process_details {
    padding: 10px;
  }

  .process_section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bold-text-5, .bold-text-6 {
    text-align: center;
  }

  .header_component-copy {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 34px;
    display: flex;
  }

  .header_content-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    padding-bottom: 0;
    display: flex;
  }

  .header_component-copy-copy {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .bold-text-7 {
    text-align: center;
  }
}

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

  .team-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 150px;
  }

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

  .tab-link {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link.w--current {
    padding-bottom: 0;
  }

  .tabs-menu {
    display: flex;
  }

  .cta-purple-card {
    text-align: justify;
    padding: 30px 40px;
  }

  .cta-text-content {
    text-align: left;
    width: 100%;
  }

  .cta-curosr-holder {
    margin-top: 2em;
  }

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

  .template-card-image-holder {
    height: 300px;
  }

  .slider-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .left-arrow {
    bottom: -20%;
    left: 0%;
  }

  .right-arrow {
    bottom: -20%;
    left: 12%;
  }

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

  .footer-block-two {
    width: 100%;
    height: 100%;
    margin-bottom: 3em;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .cta-slider._01 {
    flex-direction: row;
  }

  .cta-website-container {
    flex: none;
    width: 210px;
    height: 130px;
  }

  .cta-slider-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-right: 0;
    right: 0%;
  }

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

  .webflow-logo-holder {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .hero-text-logo-container {
    align-items: center;
  }

  .words---lottie-file {
    width: 370px;
    top: 6px;
  }

  .hero-section-container-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cta-small {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .section-2.hp-hero, .section-2.hp-hero-copy {
    padding-top: 100px;
  }

  .hp-heading.mb-24 {
    font-size: 48px;
  }

  .contact-cards__wrap {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .faq-section-wrap {
    flex-direction: column;
  }

  .faq-item-wrap {
    width: 100%;
  }

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

  .map-dot.is-6, .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .roadmap-component {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical.margin-xhuge {
    margin-top: 8rem;
  }

  .map-number {
    font-size: 1.5rem;
    line-height: 6vw;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom, .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._5-title, .map-pin-popup.dialog-opened._6-title.popup-bottom, .map-pin-popup.dialog-opened._4-title {
    display: none;
  }

  .map-pin-popup.dialog-opened._7-title {
    margin-left: 1em;
    display: none;
  }

  .box-inner {
    color: #0e080e;
  }

  .map-dialog-mobile {
    z-index: 10;
    margin-bottom: 10rem;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }

  .particles-absolute.pa-12 {
    top: -5.3rem;
    right: -7.3rem;
  }

  .particles-absolute.pa-11 {
    top: -1.7rem;
    left: -7.5rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .box {
    width: 1.6em;
    height: 1.6em;
  }

  .roadmap-component-mobile {
    padding-bottom: 3rem;
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-header {
    padding-top: 4rem;
  }

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

  .header_graphic-icon.is-1 {
    left: 0%;
  }

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

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

  .section-2-ssss.hp-hero, .section-2-ssss.hp-hero-copy {
    padding-top: 100px;
  }

  .process_line {
    inset: 0% auto 0% 25px;
  }

  .process_image_wrap {
    display: none;
  }

  .centre_block {
    width: 55px;
  }

  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .certificate {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .certificate.hp-hero, .certificate.hp-hero-copy {
    padding-top: 100px;
  }

  .header_component-copy, .header_component-copy-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

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

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.team-grid {
    margin-top: 0;
  }

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

  .container._2, .container._2-copy-rtl {
    background-color: #f3f3f3;
  }

  .nav-link {
    font-size: 18px;
  }

  .button {
    font-size: 10px;
  }

  .navbar-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .section._2.spacing {
    background-color: #f3f3f3;
    margin-top: 50px;
  }

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

  .section._2-copy.spacing, .hero-section-container {
    margin-top: 0;
  }

  .hero-section-sticky-container {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: center;
    align-items: center;
    padding: 50px 10px;
    top: 154px;
    overflow: hidden;
  }

  .hero-section-text-holder {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-01 {
    color: #2b2a35;
    font-size: 2.5rem;
  }

  .hero-text-02 {
    color: #131313;
    font-size: 16px;
  }

  .paragraph-holder {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero-app-holder {
    width: 100%;
  }

  .hero-app {
    border-radius: 4px;
  }

  .live-cursor-holder._02 {
    bottom: 64%;
  }

  .live-cursor-holder._01 {
    top: -12px;
    left: 4%;
  }

  .live-cursor-image-holder.yellow, .live-cursor-image-holder.hero {
    border-width: 2px;
    width: 52px;
    height: 52px;
  }

  .cursor-holder.hero {
    width: 30px;
    top: -46%;
  }

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

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

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

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .tabs-line {
    display: none;
  }

  .tab-app-holder {
    height: 280px;
  }

  .cta-purple-card {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-content-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .cta-text-content {
    text-align: center;
  }

  .white-text.no-margin {
    font-size: 18px;
  }

  .cta-curosr-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .cta-name-holder {
    text-align: center;
    white-space: normal;
    align-content: center;
    margin-top: 1em;
  }

  .tabs-2 {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-top: 39px;
  }

  .tabs-content-2 {
    z-index: 30;
    height: auto;
    margin-left: 0;
  }

  .white-border-absolute {
    height: 290px;
    top: -288px;
  }

  .background-video {
    height: 200px;
  }

  .tab-floating-items-holder {
    border-radius: 10px;
  }

  .tab-floating-items {
    height: 300px;
  }

  .tab-text-holder {
    padding: 23px;
  }

  .tab-text-container {
    grid-row-gap: 20px;
  }

  .tab-bg-image {
    object-fit: cover;
    height: 100%;
    padding-top: 0;
  }

  .tab-txt-image {
    width: 100px;
    top: -13px;
    left: -18px;
  }

  .tab-typo-image-copy {
    width: 120px;
    top: 44%;
  }

  .template-card-image-holder {
    height: 250px;
  }

  .slider-title {
    font-size: 32px;
  }

  .right-arrow {
    left: 20%;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .hero-paragraph {
    color: #2b2a35;
    margin-bottom: 0;
    padding-top: 13px;
    font-size: 12px;
  }

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

  .container-2 {
    padding: 1em;
  }

  .container-2._4ems, .container-2._4ems-hero {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .cta-grid {
    grid-template-columns: 1fr;
    padding: 17px;
  }

  .hero-text-field {
    padding-right: 12px;
  }

  .cta-slider._02 {
    position: relative;
    left: -86px;
  }

  .cta-form-holder {
    margin-top: 26px;
    padding-bottom: 23px;
  }

  .cta-website-container {
    border-radius: 0;
    width: 180px;
    height: 100px;
  }

  .cta-slider-container {
    margin-top: 27px;
    display: flex;
  }

  .hero-submit-button {
    width: 100%;
    position: static;
  }

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

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

  .webflow-logo-holder {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .hero-text-logo-container {
    grid-column-gap: 10px;
    margin-top: -27px;
  }

  .words---lottie-file {
    width: 85%;
    top: 24px;
    left: -2px;
  }

  .hero-paragraph-container {
    margin-top: -37px;
  }

  .website---lottie-file-container {
    left: -3px;
  }

  .hero-text-holder-2 {
    max-width: 100%;
  }

  .cloneable-wedoflow {
    margin-bottom: 23px;
    font-size: 30px;
  }

  .cta-small {
    padding: 20px;
  }

  .lottie-animation-2 {
    width: 80%;
  }

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

  .paragraph {
    font-size: 12px;
  }

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

  .section-2.hp-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-2.contact-copy {
    background-color: #eee;
  }

  .section-2.hp-hero-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hp-hero__wrap {
    max-width: 90%;
  }

  .hp-heading.mb-24 {
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
  }

  .hp-p {
    text-align: center;
    font-size: 12px;
  }

  .p-13 {
    font-size: 12px;
  }

  .mb-35 {
    padding-bottom: 0;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .q-icon {
    display: none;
  }

  .svg-icon {
    width: 56px;
    display: none;
  }

  .div-block-5 {
    background-color: var(--medium-slate-blue);
  }

  .text-block-6 {
    color: #fff;
    font-size: 14px;
  }

  .roadmap-wrapper {
    padding-bottom: 0;
  }

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

  .map-dot {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot.is-6 {
    margin-top: 0;
    margin-left: 0;
  }

  .map-dot-mobile {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xmedium {
    margin-top: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-wrapper {
    padding-bottom: 0;
  }

  .map-number {
    line-height: 6vw;
  }

  .pin-description {
    font-size: 16px;
    line-height: 20px;
  }

  .map-pin-popup {
    padding-left: 5px;
    padding-right: 5px;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title {
    width: 280px;
    margin-top: 2.8em;
    margin-left: -7.5em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom {
    margin-top: 0;
    margin-left: 0;
  }

  .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._3-title, .map-pin-popup.dialog-opened._5-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._6-title {
    width: 280px;
    margin-top: -12.5em;
    margin-left: -5em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._4-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._7-title {
    width: 280px;
    margin-top: 2.7em;
    margin-left: 1.8em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._2-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-dialog-mobile {
    margin-bottom: 20rem;
  }

  .particles-absolute.pa-12 {
    top: -13rem;
    right: -8.8rem;
  }

  .particles-absolute.pa-11 {
    top: -8.7rem;
    left: -13.6rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .credentials {
    flex-direction: column;
  }

  .box {
    width: 1.4em;
    height: 1.4em;
  }

  .roadmap-component-mobile {
    padding-bottom: 0;
  }

  .button-3.is-secendary {
    margin-top: 22px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_component {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 21px;
    margin-bottom: 29px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header_graphic-icon.is-1 {
    top: -5%;
  }

  .text-style-tag {
    text-align: center;
  }

  .header_content {
    padding-bottom: 0;
  }

  .header_image {
    width: 90%;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    padding-bottom: 1px;
    font-size: 18px;
  }

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

  .paragraph-4 {
    font-size: 12px;
  }

  .div-block-7 {
    width: 100%;
  }

  .lottie-animation-3 {
    transform: scale3d(1none, 1none, 1none);
  }

  .answer {
    font-size: 14px;
  }

  .no-margin-2 {
    text-align: right;
    margin-top: 0;
    font-size: 14px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row dense;
    place-items: center;
    height: auto;
  }

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

  .bold-text-3 {
    font-size: 18px;
  }

  .slider-pararagrap {
    text-align: right;
    font-size: 14px;
  }

  .slider-pararagrap._2 {
    text-align: center;
  }

  .slider-control-row, .hero-tablet {
    margin-top: 0;
  }

  .lottie-animation-4 {
    width: 80%;
  }

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

  .div-block-7-copy {
    width: 100%;
  }

  .image-5 {
    width: auto;
    overflow: visible;
  }

  .div-block-10 {
    overflow: hidden;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-answer {
    font-size: 12px;
  }

  .special-heading {
    font-size: 90px;
  }

  .question {
    font-size: 16px;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

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

  .section-4 {
    padding-top: 0;
    padding-bottom: 75px;
  }

  .accordion-answer-copy {
    font-size: 12px;
  }

  .div-block-11 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-6 {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-2-ssss.hp-hero, .section-2-ssss.hp-hero-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .button-flex {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .h2 {
    font-size: 20px;
  }

  .process_line {
    left: auto;
    right: 25px;
  }

  .title_wrap {
    margin-bottom: 22px;
  }

  .process_details {
    width: 100%;
    padding: 15px 0 15px 5px;
  }

  .h1 {
    font-size: 20px;
  }

  .process_card_02 {
    flex-flow: row-reverse;
  }

  .process_card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    margin-bottom: 0;
  }

  .paragraph-6 {
    text-align: justify;
    font-size: 12px;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .certificate.hp-hero, .certificate.hp-hero-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .certificate.contact-copy-copy {
    padding-top: 0;
  }

  .bold-text-5 {
    font-size: 12px;
  }

  .bold-text-6 {
    font-size: 20px;
  }

  .header_component-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_content-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .header_component-copy-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_51224d45-8762-a391-1af4-04c4ae9e7d1e-4a17086a {
  align-self: start;
}

#w-node-_0d769dcb-fbe5-b11d-a4cd-ffb6136dc144-136dc12f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0006dad7-2ff1-9e3d-e8ab-7b3ee822f52a-e4468363, #w-node-ba0e67f6-8c8d-373c-ab4e-e61fa1e45c6f-e4468363 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_51224d45-8762-a391-1af4-04c4ae9e7d1e-4a17086a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_51224d45-8762-a391-1af4-04c4ae9e7d20-4a17086a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d769dcb-fbe5-b11d-a4cd-ffb6136dc144-136dc12f {
    grid-column: span 2 / span 2;
  }

  #w-node-_6756c466-7012-d33c-27db-2c4bb12d1773-e4468363 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_51224d45-8762-a391-1af4-04c4ae9e7d1e-4a17086a, #w-node-_51224d45-8762-a391-1af4-04c4ae9e7d20-4a17086a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6756c466-7012-d33c-27db-2c4bb12d1773-e4468363 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yekanbakh Vf';
  src: url('../fonts/YekanBakh-VF.ttf') format('truetype');
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yekanbakhfanum Vf';
  src: url('../fonts/YekanBakhFaNum-VF.ttf') format('truetype');
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}