@font-face {
  font-family: Pinar Vf Dsty Kshd Wght;
  src: url('../fonts/Pinar-VFDSTYKSHDwght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-900: #212e48;
  --primary-500: #0270d6;
  --bg-light: #f7f7f7;
  --border: #8080803d;
  --text-500: gray;
  --transparent: #fff0;
  --text-100: #efefef;
  --white: #fff;
  --second-color-500: #ffbf00;
  --color-2: #ffe18761;
  --bg-card: #fcfcfc;
  --border-1: 1.2rem;
  --nav-bg-light: #ffffff75;
  --black: #000;
  --blue: #1f57ff;
  --primary-400: #0069e6;
  --gap: .6rem;
  --m-1: #56aeff2e;
  --text-p-500: #0e77f3;
  --border-2: 1rem;
  --text-p-900: #014595;
  --bg-dark: #000;
  --grey-100: #e6e6e6;
  --t-a-white: #efefef;
  --t-a-black: #131313;
}

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

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

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

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

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

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

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

body {
  color: var(--text-900);
  font-family: Pinar Vf Dsty Kshd Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}

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

p {
  direction: rtl;
  margin-bottom: 10px;
}

a {
  color: var(--primary-500);
  text-decoration: none;
}

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

.header {
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-brand {
  z-index: 999;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: var(--text-900);
  letter-spacing: .05rem;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.section {
  border-top: .5px solid var(--border);
  position: relative;
}

.container {
  z-index: 1;
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  width: 100%;
  min-width: 90vw;
  max-width: 86rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.small {
  border-left-width: 0;
  border-right-width: 0;
  min-width: auto;
  max-width: 64rem;
  padding-left: 0;
  padding-right: 0;
}

.hero-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 9rem;
  display: flex;
  position: relative;
}

.hero-illustration {
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 24rem;
  display: flex;
  position: relative;
}

.text-small {
  direction: rtl;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}

.text-small.headline {
  color: var(--text-500);
  font-size: 1rem;
  font-weight: 500;
}

.text-small.c-5-copy, .text-small.c-6 {
  opacity: .74;
  text-align: right;
  font-size: 1rem;
}

.img-wrap-hero {
  position: absolute;
}

.img-wrap-hero._01 {
  background-color: var(--transparent);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 11.6rem;
  height: 3rem;
  display: flex;
  top: 88%;
  left: 48%;
  box-shadow: 0 .24rem .8rem -1rem #f003;
}

.img-wrap-hero._02 {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 5rem;
  display: flex;
  top: 76%;
  left: 30%;
}

.img-wrap-hero._03 {
  color: var(--text-100);
  background-color: #3b6bf8;
  border-radius: 9rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  display: flex;
  top: 75%;
  left: 2%;
}

.img-wrap-hero._04 {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 4.7rem;
  height: 4.8rem;
  display: flex;
  top: 73%;
  right: 14%;
  overflow: hidden;
}

.img-wrap-hero._05 {
  color: #e30a3f;
  background-color: #e30a3f26;
  border: 1px solid #ffffff30;
  border-radius: 1.3rem;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 10rem;
  padding: .7rem;
  display: flex;
  top: 55%;
  left: 12%;
  box-shadow: 0 9px 13px #ec0c420d;
}

.img-wrap-hero._06 {
  background-color: var(--white);
  color: #ff002d;
  border: 2px solid #ff002d;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 3rem;
  padding-top: .3rem;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  top: 70%;
  right: 39%;
  overflow: hidden;
}

.img-wrap-hero._05 {
  justify-content: center;
  align-items: center;
  width: 4.7rem;
  height: 4.8rem;
  display: flex;
  top: 23%;
  right: 14%;
  overflow: hidden;
}

.button {
  border: 1px solid var(--second-color-500);
  direction: rtl;
  color: #222f4a;
  background-color: #ffd557;
  border-radius: 9rem;
  padding: .8rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  background-color: var(--color-2);
  transform: translate(0, -.125rem);
  box-shadow: 0 2px 5px #ffe087;
}

.button.c-12 {
  background-color: var(--bg-card);
  color: var(--text-900);
  border-width: 2px;
  border-color: #80808024;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button.c-12:hover {
  box-shadow: 0 .3rem 1rem -.5rem var(--border);
  border-color: #81b7f6;
}

.button.c-12.hero {
  display: none;
}

.button.nav {
  border-width: 2px;
  border-color: var(--second-color-500);
  border-radius: var(--border-1);
  background-color: var(--nav-bg-light);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--text-900);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .8rem 2rem .6rem;
  font-size: 1rem;
  display: flex;
}

.button.nav:hover {
  background-color: var(--color-2);
  box-shadow: 0 2px 5px #ffe08773;
}

.button.nav.w--current {
  background-color: var(--nav-bg-light);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-width: 1.5px;
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.heading-1 {
  text-align: center;
  margin-top: .5rem;
  font-size: 4.7rem;
  font-weight: 600;
  line-height: 1.6;
}

.heading-1.hero {
  font-size: 4.4rem;
  line-height: 1.5;
}

.icon-embed-xxsmall-2 {
  color: #ff002d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-animation {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-item-icon-circle {
  border-radius: 999rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 48rem;
  display: flex;
  position: relative;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-9 {
  background-color: var(--transparent);
}

.progressive-blur_panel {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur_panel.is-3 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
  mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
}

.progressive-blur_panel.is-9 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
  mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
}

.progressive-blur_panel.is-4 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
}

.progressive-blur_panel.is-8 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
  mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
}

.progressive-blur_panel.is-7 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
  mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
}

.progressive-blur_panel.is-6 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
  mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
}

.progressive-blur_panel.is-5 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
  mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
}

.progressive-blur_panel.is-2 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
  mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
}

.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
  mask: linear-gradient(#000 0% 10%, #0000 30%);
}

.progressive-blur_panel.is-10 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
  mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
}

.progressive-blur_wrap {
  z-index: 9;
  height: 8rem;
  position: fixed;
  inset: 0% 0% auto;
}

.bg-color {
  z-index: -1;
  background-color: var(--bg-light);
  position: absolute;
  inset: 0%;
}

.wrap-corner {
  z-index: 99;
  color: var(--black);
  display: none;
  position: fixed;
  inset: 0%;
}

.c-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.c-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img-span-txt {
  color: #3e3e3e00;
  background-image: url('../images/iScreen-Shoter---Google-Chrome---040716141022_2.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 9rem;
  font-size: 2.1rem;
  position: relative;
  top: .25rem;
}

.brand-nav {
  width: 2.3rem;
  height: 2.5rem;
}

.div-block-84 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-top: 13rem;
  padding-bottom: 14rem;
  display: flex;
}

.wrap-content-who {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-81 {
  border-radius: var(--border-1);
  border: 1px solid #8080803d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 20%;
}

.paragraph {
  direction: rtl;
  color: var(--text-500);
  text-align: right;
  letter-spacing: -.2px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
}

.paragraph.center {
  color: var(--text-900);
  text-align: center;
}

.paragraph.footer {
  color: #ffffffd4;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.button-b {
  direction: rtl;
  color: var(--text-900);
  background-color: #0000;
  border: 2px solid #73737329;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-b:hover {
  background-color: var(--blue);
  color: #fff;
  border-color: #1f57ff;
  transform: translate(0, -2px);
  box-shadow: 0 18px 16px -7px #0073ff4a;
}

.button-b:active {
  background-color: #3020ef;
}

.wrap-4 {
  direction: rtl;
  justify-content: center;
  align-items: stretch;
  height: 160rem;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.wrap-how {
  justify-content: space-between;
  align-items: stretch;
  width: 22rem;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.txt-fa-number {
  opacity: .28;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.2;
  display: none;
  position: relative;
  top: -1rem;
}

.div-block-74 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 2rem;
  padding-bottom: 10rem;
  display: flex;
}

.wrap-number-who {
  padding-top: .5rem;
  padding-left: .5rem;
}

.card {
  border: 1px solid var(--border);
  border-radius: var(--border-1);
  background-color: var(--bg-card);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.card:hover {
  background-color: var(--white);
}

.card.style-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--bg-card);
  color: #212e48;
  text-align: center;
  border-width: 1px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 1rem;
  transition: all .2s;
}

.card.style-4:hover {
  grid-row-gap: .5rem;
  padding: .5rem 1.5rem 1.5rem;
}

.card.style-4._01 {
  background-color: #b6d7fc;
}

.card.style-4._02 {
  background-color: #ffecb0;
}

.card.style-4._03 {
  background-color: #ffcece;
  transition: all .12s;
}

.card.style-4._03:hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.card.style-4._04 {
  background-color: #daefff;
}

.card.v-1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--transparent);
  border-width: 0;
}

.frame-horizontal {
  direction: rtl;
  height: 200vh;
}

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

.move-300 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 200vw;
  height: 100vh;
  padding-right: 15%;
  display: flex;
  position: relative;
}

.sticky-frame {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-27 {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.1;
}

.image-45 {
  width: 9rem;
}

.div-block-88 {
  width: 23rem;
}

.div-block-90 {
  z-index: -1;
  opacity: .75;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line {
  background-color: var(--primary-400);
  opacity: .86;
  border-radius: 99%;
  width: 10rem;
  height: .3rem;
  display: flex;
  position: absolute;
}

.line._01 {
  bottom: 24.7vh;
  right: 17.7vw;
}

.line._03 {
  background-color: var(--second-color-500);
  top: 80vh;
  left: 12vw;
}

.line._04 {
  background-color: var(--second-color-500);
  border-radius: 99%;
  width: 16rem;
  height: .3rem;
  top: 35.5vh;
  right: 54vw;
}

.line._05 {
  width: 8rem;
  bottom: 20vh;
  right: 83.7vw;
}

.line._06 {
  width: 8rem;
  top: 12vh;
  bottom: 25vh;
  right: 108.8vw;
}

.line._07 {
  top: 30vh;
  right: 139vw;
}

.blank-4 {
  width: 32rem;
  height: 17rem;
}

.heading-section {
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text-block-4 {
  z-index: 99;
  color: var(--text-900);
  border-radius: .6rem;
  padding: .5rem 1rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.text-block-4:hover {
  background-color: var(--bg-card);
}

.div-block-99 {
  width: 60%;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
}

.footer-homepage {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  direction: ltr;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.copy-right-wrap {
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 2rem;
  font-size: .8rem;
  display: flex;
}

.footer {
  direction: rtl;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--border-1);
  background-color: var(--bg-card);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  box-shadow: 0 10px 20px -11px #00000012;
}

.text-field {
  border: 1px solid var(--border);
  background-color: var(--bg-light);
  text-align: right;
  border-radius: .7rem;
  height: 49px;
}

.form {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block {
  direction: rtl;
  width: 100%;
}

.wrap-cta-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  direction: rtl;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-102 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 2rem 1rem 2rem 3rem;
  display: flex;
}

.bold-text-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(184deg, #2998ff, #005aad);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-46 {
  width: 4.3125rem;
}

.wrap-video-sec {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 9rem;
  display: flex;
}

.video-trigger {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-1);
  cursor: pointer;
  object-fit: fill;
  width: 100%;
  min-width: 35rem;
  max-width: 40vw;
  position: relative;
  overflow: hidden;
}

.text-h5 {
  direction: rtl;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}

.text-h5.c-12 {
  color: var(--text-900);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-h5.style-2 {
  color: var(--text-500);
  text-align: right;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-h5.about {
  color: var(--text-500);
  font-size: 1.8rem;
  font-weight: 400;
}

.text-h4 {
  direction: rtl;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
}

.text-h4.c-22 {
  color: var(--text-900);
  text-align: right;
  font-size: 1.2rem;
}

.text-h4.why {
  color: #212e48;
  font-size: 1.8rem;
  font-weight: 700;
}

.wrap-ui-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  direction: ltr;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-display {
  direction: rtl;
  font-size: 3.5rem;
}

.text-h1 {
  direction: rtl;
  font-size: 2.8rem;
}

.text-body-large {
  direction: rtl;
  font-size: 1.25rem;
  line-height: 2;
}

.text-body-large.c-12 {
  font-weight: 500;
}

.text-h3 {
  direction: rtl;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.text-h3.hero {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.text-h3.c-11 {
  font-size: 1.7rem;
  font-weight: 700;
}

.space {
  height: 4rem;
}

.wrap-50w {
  width: 50%;
}

.text-body-small {
  direction: rtl;
  color: var(--text-500);
  font-size: .9rem;
  line-height: 2;
}

.wrap-ui {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  direction: rtl;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.text-h2 {
  direction: rtl;
  color: var(--text-900);
  font-size: 1.7rem;
  line-height: 1.8;
}

.text-h2.home {
  color: var(--text-900);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.text-h2.c-76 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}

.text-h2.f-3 {
  color: var(--white);
  text-align: right;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.div-block-105 {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--m-1);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15%;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 2;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-embed-xxsmall-4 {
  color: var(--text-900);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.play-video-wrap {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--nav-bg-light);
  opacity: 1;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #fff;
  background-image: none;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 2rem .5rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1.7rem;
  box-shadow: 0 .5rem 1rem #0003;
}

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

.wrap-751 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem 4rem;
  display: flex;
}

.link {
  color: var(--primary-500);
  cursor: pointer;
  font-weight: 600;
}

.navbar-2 {
  z-index: 99;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu-wrapper {
  z-index: 99;
  border: 1px solid var(--border);
  border-radius: var(--border-1);
  background-color: var(--nav-bg-light);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .3rem 1.5rem .3rem .5rem;
  display: flex;
  position: relative;
}

.menu-wrapper._02 {
  border-width: 1.5px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 4.1rem;
  padding: 0;
}

.menu-wrapper._02:hover {
  border-color: var(--text-p-500);
}

.bold-text-7 {
  letter-spacing: .05rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.div-block-115 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph-regular-bg.text-weight-bold {
  direction: rtl;
  color: var(--text-900);
  font-size: 1.2rem;
  font-weight: 600;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-color-gray-600 {
  text-align: right;
  font-size: 1.2rem;
  line-height: 2.1;
}

.faq {
  border: 1.5px solid var(--border);
  border-radius: var(--border-1);
  background-color: var(--bg-card);
  direction: rtl;
  width: 100%;
  overflow: hidden;
}

.faq:hover {
  border-color: var(--primary-500);
}

.faq-border {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .5rem 4rem;
  display: flex;
}

.faq-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 1rem 2rem 1.5rem 3rem;
  display: flex;
}

.faq-title {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 1.5rem 2rem 1.2rem 1.5rem;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.global-section-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.wrap-70 {
  width: 70%;
}

.fs-table_instance {
  display: block;
}

.div-block-116 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  padding-top: 2rem;
  display: flex;
}

.div-block-118 {
  padding-top: var(--gap);
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: grid;
}

.div-block-119 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--border-1);
  background-color: var(--bg-card);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.checkbox-field {
  direction: rtl;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.div-block-125 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
}

.checkbox {
  margin-left: .7rem;
}

.menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border);
  background-color: var(--bg-light);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 15rem;
  padding: 1.5rem;
  display: none;
  position: absolute;
  top: 4.6rem;
  left: auto;
  right: 0%;
}

.text-block-12 {
  direction: rtl;
  font-weight: 500;
}

.iteam-table {
  border: 1px solid var(--border);
  border-radius: var(--border-2);
  background-color: var(--bg-card);
  direction: rtl;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.iteam-table.head {
  color: var(--text-p-900);
  border-width: 2px;
  border-color: #0e77f37d;
  width: 100%;
  font-weight: 600;
}

.iteam-table.head-2 {
  background-color: var(--bg-card);
  color: #ee4b4b;
  width: 100%;
  font-weight: 500;
}

.iteam-table.card-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--border-1);
  color: var(--text-p-900);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 600;
  overflow: hidden;
}

.col-table {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  width: 100%;
  padding-bottom: .5rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.grid-table {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.close-frame {
  z-index: 9;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-130 {
  border-radius: var(--border-2);
  background-color: #8080800d;
  border: 1px solid #24478836;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.wrap09 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.wrap09.lo {
  padding-bottom: 40px;
}

.wrap-3d {
  opacity: .7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20rem;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
  overflow: hidden;
}

._3d-hero-bg {
  z-index: -1;
  height: 97rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-135 {
  margin-left: auto;
  margin-right: auto;
}

.wrap-751-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 6rem;
  display: flex;
}

.div-block-139 {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: 18rem 4rem 4rem 20rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 4rem;
  display: grid;
}

.div-block-140 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-141 {
  width: 50%;
  padding-top: 2rem;
}

.text-block-14 {
  color: var(--text-900);
  letter-spacing: -1px;
  font-family: Pinar Vf Dsty Kshd Wght, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.video-home {
  width: 100%;
  height: 100%;
}

.text-h6 {
  direction: rtl;
  width: 90%;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
}

.text-h6.c-253 {
  color: var(--text-500);
  text-align: center;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.div-block-142 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.div-block-143 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  font-weight: 300;
  display: flex;
}

.wrap-752 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--border-1);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.circle-c {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 99rem;
  width: 4rem;
  height: 4rem;
  position: absolute;
}

.circle-c._01 {
  width: 4.3rem;
  height: 4.3rem;
  display: none;
  bottom: 32.6vh;
  right: 63.6vw;
}

.circle-c._02 {
  width: 4.3rem;
  height: 4.3rem;
  display: none;
  bottom: 46.9vh;
  right: 70.5vw;
}

.div-block-145 {
  width: 100%;
}

.div-block-116-copy {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  padding-top: 2rem;
  display: flex;
}

.scroll-to-top {
  z-index: 99;
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--white);
  border-radius: .7rem;
  padding: .5rem;
}

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

.div-block-147 {
  display: none;
}

.div-block-148 {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bold-text-8 {
  color: #41bc7f;
}

.div-block-150 {
  border: 1px solid var(--border);
  border-radius: var(--border-2);
  width: 100%;
  height: 16rem;
  position: relative;
  overflow: hidden;
}

.wrap-icon-menu {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  position: relative;
}

.dark-mode {
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
}

.div-block-151 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.bold-text-9 {
  color: var(--text-900);
  font-size: 1.3rem;
}

.spline-scene-6 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-51 {
  width: 5rem;
  margin-left: 20rem;
  margin-right: 20rem;
}

.wrap-menu-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 16rem;
  height: 100%;
  display: flex;
}

.div-block-156 {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  background-color: #222b34;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem 3rem;
  display: grid;
}

.div-block-157 {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  color: var(--text-100);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1rem;
  padding-bottom: 4rem;
  font-weight: 600;
  display: flex;
}

.div-block-158 {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  display: flex;
}

.nav-brand-copy {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  letter-spacing: .1rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.div-block-159 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  direction: rtl;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.div-block-161 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-right: 1rem;
  display: flex;
}

.div-block-162 {
  color: var(--text-900);
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.brand-footer {
  width: 2.4rem;
  height: 2.4rem;
}

.div-block-163 {
  direction: ltr;
  color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem .5rem;
  display: flex;
}

.link-footer-2 {
  color: var(--white);
  text-align: right;
  border-radius: 99rem;
  margin-bottom: .2rem;
  padding: .6rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.link-footer-2:hover {
  background-color: #3973aa2e;
}

.div-block-164 {
  grid-column-gap: var(--border-2);
  grid-row-gap: var(--border-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-footer-3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  text-align: right;
  background-color: #0000;
  border-radius: 99rem;
  justify-content: flex-end;
  align-items: center;
  padding: .6rem 1rem .6rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.link-footer-3:hover {
  background-color: #3973aa2e;
}

.div-block-165 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: .5rem;
  display: flex;
}

.lottie-animation-3 {
  width: 2rem;
  height: 2rem;
}

.lottie-animation-3.telegram {
  width: 1.7rem;
}

.lottie-animation-4 {
  width: 2rem;
  height: 2rem;
}

.div-block-166 {
  padding-right: .5rem;
}

.text-block-15, .text-block-16 {
  direction: ltr;
}

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

.icon-embed-xxsmall {
  color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xxsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.icon-embed-xxsmall-6, .icon-embed-xxsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

  ._3d-hero-bg {
    height: 118rem;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    min-width: auto;
    max-width: 100rem;
  }

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

  ._3d-hero-bg {
    height: 130rem;
  }
}

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

  .hero-content {
    padding-top: 8rem;
  }

  .div-block {
    padding-bottom: 3rem;
  }

  .wrap-content-who {
    padding-bottom: 12rem;
  }

  .button-b {
    justify-content: center;
  }

  .wrap-how, .div-block-74 {
    padding-left: 1rem;
  }

  .frame-horizontal {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .frame-100vh {
    margin-bottom: 12rem;
  }

  .move-300 {
    flex-flow: column;
    width: auto;
    height: auto;
    padding-right: 0%;
  }

  .blank-4 {
    height: 4rem;
  }

  .heading-section {
    padding-left: 0;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .div-block-99 {
    width: 80%;
  }

  .footer-content {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .div-block-103 {
    padding-left: 1rem;
  }

  .text-h4.c-22 {
    font-size: 1.1rem;
  }

  .text-h4.why {
    font-size: 1.6rem;
  }

  .wrap-751 {
    width: 100%;
  }

  .div-block-119 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .text-block-12 {
    display: none;
  }

  .iteam-table {
    text-align: center;
    white-space: normal;
    padding: .8rem;
  }

  .iteam-table.head, .iteam-table.card-3 {
    padding: .8rem;
  }

  .div-block-130 {
    object-fit: cover;
    flex: none;
    min-height: 11rem;
    position: relative;
  }

  ._3d-hero-bg {
    height: 60rem;
  }

  .wrap-752 {
    grid-row-gap: 4rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-50 {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .div-block-156 {
    grid-template-columns: 1.5fr .5fr;
  }

  .div-block-161 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }

  .div-block-162 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: .5rem .4rem;
  }

  .nav-brand {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

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

  .hero-content {
    min-height: auto;
    padding-top: 0;
  }

  .text-small.c-6 {
    display: none;
  }

  .heading-1 {
    font-size: 3.1rem;
  }

  .heading-1.hero {
    font-size: 9vw;
  }

  .wrap-corner {
    bottom: 4rem;
  }

  .img-span-txt {
    font-size: 1.9rem;
    line-height: 2;
    display: none;
  }

  .div-block-84 {
    width: 100%;
  }

  .wrap-content-who {
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-right: 1.3rem;
  }

  .div-block-81 {
    border-width: 0;
  }

  .paragraph {
    text-align: right;
  }

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

  .wrap-4 {
    flex-flow: column;
    padding-top: 4rem;
  }

  .wrap-how {
    padding-top: 2rem;
  }

  .txt-fa-number {
    display: flex;
  }

  .div-block-74 {
    z-index: 1;
    border-bottom: 1px solid var(--border);
    background-image: linear-gradient(180deg, var(--bg-light), var(--transparent));
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }

  .wrap-number-who {
    padding-top: 2.2rem;
    padding-left: 0;
  }

  .card.style-4 {
    height: 28rem;
  }

  .card.style-4:hover {
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .card.style-4._03 {
    max-width: 80vw;
  }

  .frame-horizontal {
    display: none;
  }

  .frame-100vh {
    margin-bottom: 4rem;
  }

  .div-block-90 {
    display: none;
  }

  .blank-4 {
    height: 7rem;
  }

  .heading-section {
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-section.mobile-right {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 1rem;
    padding-left: 4rem;
  }

  .div-block-99 {
    width: 100%;
    min-height: auto;
  }

  .copy-right-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-101 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-102 {
    flex-flow: column;
  }

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

  .wrap-video-sec {
    width: 100%;
    padding: 1rem 1rem 4rem;
  }

  .video-trigger {
    min-width: 100%;
  }

  .text-h5.about {
    font-size: 1.4rem;
  }

  .text-h4.why {
    font-size: 1.5rem;
  }

  .text-body-large.f-54 {
    display: none;
  }

  .text-h3 {
    line-height: 1.8;
  }

  .text-h3.hero {
    font-size: 4vw;
  }

  .text-h2.home {
    font-size: 1.7rem;
  }

  .text-h2.c-76 {
    font-size: 1.8rem;
  }

  .menu-wrapper {
    background-color: var(--transparent);
    border-width: 0;
    border-radius: 1rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: .9rem;
  }

  .menu-wrapper._02 {
    border-width: 1px;
    min-width: 3.9rem;
  }

  .paragraph-regular-bg.text-weight-bold {
    line-height: 2;
  }

  .faq-tab {
    padding: 1.2rem 1.6rem 1.2rem 2rem;
  }

  .faq-title {
    text-align: right;
    padding: 1.2rem 1.6rem 1.2rem 2rem;
  }

  .text-block-11 {
    font-size: 1.2rem;
  }

  .global-section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .div-block-130 {
    min-height: 13rem;
    position: relative;
  }

  .wrap09 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: .7rem;
  }

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

  .div-block-139 {
    direction: rtl;
    scrollbar-width: none;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    overflow: scroll;
  }

  .div-block-141 {
    width: 100%;
  }

  .text-block-14 {
    font-size: 1rem;
  }

  .div-block-142 {
    padding-bottom: 1rem;
  }

  .wrap-752 {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .scroll-to-top {
    bottom: 4.6rem;
  }

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

  .div-block-147 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17rem;
    display: flex;
    overflow: hidden;
  }

  .spline-scene-4 {
    width: 100%;
    height: 33rem;
  }

  .div-block-148 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .div-block-150 {
    display: none;
  }

  .wrap-icon-menu {
    width: 1.3rem;
    height: 1.3rem;
  }

  .dark-mode {
    width: 5.4rem;
    height: 5.4rem;
  }

  .div-block-156 {
    grid-template-columns: 1fr 1fr;
    padding: 3rem 2rem 2rem;
  }

  .div-block-157 {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 0;
  }

  .div-block-158 {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-brand-copy {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .div-block-161 {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .div-block-163 {
    padding: 0;
  }

  .text-block-17 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: .7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-section {
    justify-content: space-between;
    align-items: center;
    min-height: auto;
  }

  .hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .text-small {
    font-size: .9rem;
  }

  .text-small.headline {
    text-align: right;
    font-size: 1rem;
  }

  .text-small.c-5-copy, .text-small.c-6 {
    font-size: 1rem;
  }

  .button {
    white-space: nowrap;
    font-size: .9rem;
  }

  .button.c-12.hero {
    border-width: 1px;
  }

  .button.hero {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1rem;
  }

  .button.nav {
    border-radius: .8rem;
    min-height: 3.2rem;
    padding: .7rem 1rem;
    font-size: .9rem;
  }

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

  .heading-1 {
    min-height: 7rem;
    font-size: 2.3rem;
  }

  .heading-1.hero {
    font-size: 10vw;
  }

  .progressive-blur_panel.is-10 {
    display: none;
  }

  .progressive-blur_wrap {
    height: 6rem;
  }

  .wrap-corner {
    pointer-events: none;
  }

  .img-span-txt {
    font-size: 1.6rem;
    display: none;
  }

  .brand-nav {
    width: 1.7rem;
    height: auto;
  }

  .div-block-84 {
    padding-top: 1rem;
  }

  .wrap-content-who {
    padding-top: 1rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
  }

  .paragraph {
    line-height: 1.6;
  }

  .paragraph.footer {
    font-weight: 400;
    line-height: 1.8;
  }

  .button-b {
    width: 70%;
    font-size: .9rem;
  }

  .wrap-4 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .wrap-how {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .txt-fa-number {
    font-size: 24px;
  }

  .div-block-74 {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 1rem;
  }

  .card.v-1 {
    padding: 0;
  }

  .frame-100vh {
    width: 100%;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-27 {
    font-size: 1.8rem;
  }

  .image-45 {
    margin-bottom: 1rem;
  }

  .div-block-88 {
    padding: 1rem;
  }

  .heading-section {
    grid-row-gap: .3rem;
    padding: 1rem;
  }

  .heading-section.mobile-right {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .div-block-99 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .footer-content {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .copy-right-wrap {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 3rem 1.5rem 2rem 1rem;
  }

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

  .wrap-cta-section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-102 {
    flex-flow: column;
    margin-top: 3rem;
  }

  .div-block-103 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0;
  }

  .wrap-video-sec {
    padding: 0 1rem;
  }

  .text-h5 {
    font-size: 1.1rem;
  }

  .text-h5.c-12, .text-h5.style-2 {
    font-size: 1rem;
  }

  .text-h5.about {
    text-align: center;
    font-size: 1.1rem;
  }

  .text-h4 {
    font-size: 1.1rem;
  }

  .text-h4.c-22 {
    font-size: 1rem;
  }

  .text-h4.why {
    font-size: 1.5rem;
  }

  .text-body-large {
    font-size: 1.2rem;
  }

  .text-h3 {
    font-size: 1.3rem;
  }

  .text-h3.hero {
    margin-top: .3rem;
    line-height: 1.8;
  }

  .text-h2 {
    font-size: 1.4rem;
  }

  .text-h2.home {
    font-size: 1.3rem;
    line-height: 1.9;
  }

  .text-h2.c-76 {
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .text-h2.f-3 {
    font-size: 1rem;
    display: none;
  }

  .play-video-wrap {
    padding-right: .5rem;
    bottom: .8rem;
    left: .8rem;
  }

  .wrap-751 {
    width: 100%;
    padding-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .menu-wrapper {
    border-radius: .8rem;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .menu-wrapper._02 {
    border-radius: .8rem;
    min-width: 3.4rem;
    min-height: 3.2rem;
  }

  .bold-text-7 {
    letter-spacing: .09rem;
    font-size: 1.1rem;
  }

  .div-block-115 {
    justify-content: flex-end;
    align-items: center;
  }

  .paragraph-regular-bg.text-weight-bold {
    text-align: right;
    font-size: 1rem;
  }

  .paragraph-small-2.text-color-gray-600 {
    font-size: 1rem;
  }

  .faq-border {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-tab {
    padding: 1.5rem 1.6rem 1.5rem 1.5rem;
  }

  .text-block-11 {
    font-size: 1.1rem;
  }

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

  .wrap-836 {
    overflow: hidden;
  }

  .div-block-116 {
    padding-top: 2rem;
  }

  .div-block-119 {
    border-radius: .5rem;
    padding: 1rem;
    font-size: .9rem;
  }

  .text-block-12 {
    display: none;
  }

  .iteam-table {
    border-radius: .5rem;
    min-height: 5.7rem;
    padding: .3rem;
    font-size: .8rem;
  }

  .iteam-table.head {
    border-radius: .5rem;
    min-height: 4rem;
    max-height: 4rem;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .iteam-table.head-2 {
    min-height: auto;
    padding: 1rem 1.5rem;
  }

  .col-table {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .div-block-130 {
    border-width: 0;
  }

  .wrap09 {
    width: auto;
    padding: .5rem;
  }

  .wrap-3d {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: none;
  }

  .wrap-751-copy {
    width: 100%;
    padding: 3rem;
  }

  .div-block-139 {
    direction: rtl;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-14 {
    display: none;
  }

  .wrap-752 {
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: .5rem;
  }

  .div-block-116-copy {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    padding-top: 2rem;
  }

  .scroll-to-top {
    position: absolute;
    inset: auto auto 2rem 1rem;
  }

  .div-block-147 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 14rem;
    display: flex;
  }

  .spline-scene-4 {
    height: 19rem;
  }

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

  .wrap-icon-menu {
    width: 1.2rem;
    height: 1.2rem;
  }

  .dark-mode {
    width: 5rem;
    height: 5rem;
  }

  .wrap-menu-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
    min-width: auto;
  }

  .div-block-156 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
    display: flex;
  }

  .div-block-157 {
    border-radius: 1rem;
    padding: .5rem;
  }

  .div-block-158 {
    padding-bottom: 3rem;
    display: flex;
  }

  .div-block-159 {
    padding-bottom: 0;
  }

  .icon-xxsmall-copy {
    width: 2rem;
    height: 2rem;
  }

  .div-block-161 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-162 {
    display: none;
  }

  .brand-footer {
    width: 1.7rem;
    height: auto;
  }

  .div-block-163 {
    border-radius: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-footer-2 {
    text-align: right;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1rem;
  }

  .div-block-164 {
    order: 9999;
  }

  .link-footer-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .div-block-166 {
    padding-right: 0;
  }

  .text-block-16 {
    direction: ltr;
  }

  .text-block-17 {
    display: none;
  }
}

#w-node-c7fd42b1-1f21-a52b-28c6-01e42cbc4b65-e504e72e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9374b9ee-427f-246f-0d39-3fbf9bcbe678-e504e72e {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_63e070f1-4c5c-9800-1c81-8e107af2eed5-e504e72e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c7fd42b1-1f21-a52b-28c6-01e42cbc4b4d-e504e72e, #w-node-fdf86a48-c52b-62a2-ebc6-73e439f2b233-e504e72e, #w-node-be0698a9-c551-0894-265e-9b072f283508-e504e72e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fdf86a48-c52b-62a2-ebc6-73e439f2b233-e504e72e {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-be0698a9-c551-0894-265e-9b072f283508-e504e72e {
    grid-area: 1 / -2 / 2 / 3;
  }

  #w-node-_98919c35-188b-b9e7-10df-95e5cb62670d-e504e72e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-be0698a9-c551-0894-265e-9b072f283508-e504e72e {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }

  #w-node-_98919c35-188b-b9e7-10df-95e5cb62670d-e504e72e {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fdf86a48-c52b-62a2-ebc6-73e439f2b233-e504e72e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-be0698a9-c551-0894-265e-9b072f283508-e504e72e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98919c35-188b-b9e7-10df-95e5cb62670d-e504e72e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Pinar Vf Dsty Kshd Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}