:root {
  --black: #04010a;
  --light-grey: #f4f4f4;
  --white: white;
  --white-smoke-opacity-20: #ececec33;
  --deep-purple: #965cd3;
  --dark-orchid: #933bd8;
  --blue-violet: #722be6;
  --deep-royal-blue: #3f7bff;
  --white-smoke-opacity-30: #ececec4d;
  --white-smoke: #ececec;
  --light-purple: #8446ce;
  --yellow: #cea346;
  --white-smoke-opacity-8: #ececec14;
  --white-smoke-opacity-2-21: #ececec05;
  --plum-opacity-40: #bd9af866;
  --plum: #bd9af8;
  --purple-v2: #1f1532;
  --gray-v2: #0c0814;
  --tag-radical-color: #5f18d429;
  --light-purple-v2: #9b88be;
  --dim-grey: #626369;
  --thistle: #deccfb;
  --dark-purple: #5f18d4;
  --light-slate-grey: #8a8f98;
  --dark-orchid-2: #a318d4;
  --blue-violet-2: #8a2fd0;
  --dim-grey-2: #5b536a;
  --dim-grey-3: #686b6e;
  --white-smoke-opacity-4: #ececec0a;
  --white-smoke-opacity-40: #ececec;
  --plum-opacity-8: #bd9af814;
  --medium-purple: #ac6fdc;
  --accessible-components--dark-grey: #9b9b9b;
  --whte80: #fffc;
  --black-v2: #030212;
  --gray-v3: #d9e6dc;
  --dark-purple-v2: #0d0420;
  --deep-sky-blue: #2da9e1;
  --royal-blue: #316cff;
  --plum-2: #d7a4ff;
  --white-smoke-opacity-50: #ececec80;
  --accessible-components--white-smoke: whitesmoke;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--black);
  color: var(--light-grey);
  text-wrap: pretty;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.33;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.14;
}

h2 {
  letter-spacing: -1.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ececec 30%, #ececec61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

ul {
  color: #ececec;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.8rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 40px;
}

li {
  margin-bottom: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-weight-bold {
  font-weight: 700;
}

.text-size-regular {
  font-size: 1rem;
}

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

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

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

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small.text-color-white-smoke.opacity-64.is-step {
  margin-right: .25rem;
  display: none;
}

.text-size-small.is-black {
  color: var(--black);
}

.text-size-small.is-golf {
  color: #c5ba28;
  font-weight: 600;
}

.text-size-small.is-hidden {
  display: none;
}

.text-size-small.text-weight-light.text-align-center {
  text-align: center;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 37rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 27.4rem;
}

.page-wrapper.is-hidden {
  display: none;
}

.text-size-tiny {
  font-size: .75rem;
}

.container-large {
  border-radius: 1rem;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 6rem;
  overflow: visible;
}

.container-large.is-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.show-mobile-landscape {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.maargin-up-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.margin-bottom.margin-xsmall {
  text-align: center;
  overflow: visible;
}

.margin-bottom.margin-xsmall.class-target {
  font-family: Plus Jakarta Sans, sans-serif;
}

.margin-bottom.margin-xsmall.class-target.is-fa {
  font-size: 10rem;
}

.margin-bottom.margin-xsmall.is-medium {
  font-size: 2.3rem;
  font-weight: 400;
}

.margin-bottom.margin-xsmall.is-medium.is-propcheck {
  font-size: 3.75rem;
  line-height: 1.2;
}

.margin-bottom.margin-xsmall.is-comptfa {
  font-size: 4rem;
}

.margin-bottom.margin-xsmall.is-compten {
  text-align: left;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall.class-target {
  font-size: 4rem;
}

.margin-bottom.margin-xsmall {
  text-align: center;
  overflow: visible;
}

.margin-bottom.margin-xsmall.is-larg {
  font-size: 4.3rem;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-custom1 {
  padding: 4.5rem 0 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-right.padding-custom1 {
  padding: 0 3rem 0 0;
}

.padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom1 {
  padding: 10rem 0 12rem;
}

.padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: sticky;
  top: 0;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  padding-bottom: 4rem;
}

.stylesystem-spacing-wrapper {
  background-color: var(--light-grey);
}

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 32px;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium.text-color-white.is-comptfa {
  text-align: right;
  margin-bottom: 1rem;
}

.text-size-medium.text-color-white.is-copten {
  text-align: left;
  margin-bottom: 1rem;
}

.text-size-medium.opacity-64 {
  opacity: .64;
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-size-medium.opacity-64.is-fa {
  font-family: Yekanbakh, sans-serif;
}

.text-size-medium.text-color-white-smoke.opacity-64 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-size-medium.text-color-white-smoke.opacity-64.is-fa {
  font-family: Yekanbakh, sans-serif;
}

.text-size-medium.text-weight-xbold {
  font-size: 1rem;
}

.text-size-medium.is-featured {
  direction: ltr;
  text-align: center;
}

.text-size-medium.is-featured.is-fa {
  direction: rtl;
}

.icon-small {
  width: 2rem;
}

.icon-medium {
  width: 3rem;
}

.text-color-white {
  color: var(--white);
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

.stylesystem_color-sample.lightgrey {
  background-color: var(--light-grey);
}

.stylesystem_color-sample.black {
  background-color: #000;
}

.stylesystem_color-sample.white {
  background-color: var(--white);
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.is-bold {
  font-weight: 600;
}

.text-size-large.text-weight-light.text-color-white80 {
  font-style: normal;
}

.text-size-large.text-color-gray-v2 {
  font-weight: 400;
}

.heading-xxlarge {
  font-size: 5rem;
}

.heading-xxlarge.text-align-center.white-default {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.icon-xsmall {
  width: 1.5rem;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-xxsmall {
  width: 1rem;
}

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

.heading-medium.line-height-1 {
  line-height: 1;
}

.heading-medium.line-height-1.is-pricing {
  text-align: right;
  padding-left: 0;
  line-height: 1.2;
}

.heading-medium.gradiant-none {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.heading-medium.text-color-blue {
  color: #5873ff;
}

.heading-medium.text-color-red {
  color: #ec3056;
}

.heading-medium.text-color-purplev2 {
  color: #ae27e7;
}

.icon-xlarge {
  width: 6.5rem;
}

.heading-large {
  font-size: 2.3rem;
}

.heading-large.none-background {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.heading-large.none-background.is-large {
  font-size: 5rem;
  font-weight: 600;
}

.heading-large.none-background.is-large.is-slogan {
  font-size: 4.5rem;
}

.heading-large.linear {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #dccae7);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  color: var(--black);
  text-align: center;
  background-color: #ececec;
  border-radius: 3.125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.71;
  transition: transform .3s;
  display: flex;
}

.button:hover {
  transform: scale(.97);
}

.button:active {
  transform: scale(.94);
}

.button.button-small {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button.is-blur {
  border: 1px solid var(--white-smoke-opacity-20);
  color: var(--white);
  background-color: #ececec0f;
}

.button.is-blur.is-responsive {
  z-index: 0;
  display: block;
  position: static;
}

.button.is-blur.is-responsive.is-freetrial {
  background-color: var(--deep-purple);
  padding: .4rem 1rem;
}

.button.is-gradiant {
  background-image: linear-gradient(148deg, #ae75db, var(--dark-orchid) 20%, var(--blue-violet) 51%, var(--deep-royal-blue) 75%, #316cffcc);
  box-shadow: inset 0 0 0 2px var(--white-smoke-opacity-30);
  color: #ececec;
  display: flex;
}

.button.is-gradiant.discord {
  display: flex;
}

.button.is-gradiant.ibg {
  font-size: 1rem;
}

.button.is-gradiant.is-competition {
  min-width: 20rem;
  font-size: 1rem;
}

.button.is-gradiant.is-form {
  margin-top: 2rem;
}

.button.portrait-gradiant {
  z-index: 1;
  box-shadow: inset 0 0 0 2px var(--white-smoke-opacity-30);
  background-image: none;
  position: relative;
}

.button.is-responsive {
  font-size: .8rem;
}

.button.is-fa {
  font-family: Yekanbakh, sans-serif;
  font-weight: 600;
}

.button.is-fa.w--current {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh, sans-serif;
  font-weight: 400;
}

.button.is-purple {
  background-color: var(--blue-violet);
  color: var(--white-smoke);
}

.button.is-light-purple {
  background-color: var(--light-purple);
  color: var(--white-smoke);
}

.button.is-light-purple.width-large {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.button.is-yellow {
  background-color: var(--yellow);
}

.button.is-white {
  background-color: var(--white);
  color: var(--black);
}

.button.is-light-purple-copy {
  background-color: var(--light-purple);
  color: var(--white-smoke);
}

.button.is-org {
  background-color: #ff8a00;
}

.button.is-blue {
  color: var(--white);
  background-color: #07f;
}

.button.width-large {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.background-color-lightgrey {
  background-color: var(--light-grey);
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.tab-link {
  border: 1px solid var(--white-smoke-opacity-20);
  color: #0009;
  background-color: #0000;
  border-radius: 6.25rem;
  flex: none;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white-smoke-opacity-8), var(--white-smoke-opacity-2-21));
  border-color: #bd9af866;
}

.tab-link.is-trigger.linear.w--current {
  background-image: linear-gradient(100deg, #d7a4ff, #9a46dc 0%, #933bd8 18.27%, #722be6 46.03%, #3f7bff 94.15%, #316cff);
}

.heading-xsmall {
  font-family: Yekanbakh, sans-serif;
  font-size: 1.125rem;
}

.heading-xsmall.is-black {
  color: var(--black);
  font-weight: 600;
}

.heading-xsmall.is-en {
  font-family: Plus Jakarta Sans, sans-serif;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-secondary.button-small {
  padding: .5rem 1.25rem;
}

.heading-small {
  color: var(--white);
  font-size: 1.5rem;
}

.heading-small.fr {
  font-size: 1.3rem;
}

.heading-small.text-color-gray-v2.text-align-center.is-paddingdown {
  padding-bottom: 23px;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: #000;
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  width: 5rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.heading-xlarge.is-leaner {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ececec 30%, #ececec61);
  -webkit-background-clip: text;
  background-clip: text;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.stylesystem-header {
  color: var(--white);
}

.hero-wrap {
  background-image: linear-gradient(157deg, var(--black), #0b0d1e 39.92%, var(--black));
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 5.5625rem;
  padding-bottom: 5.5625rem;
  font-size: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrap.is-hiddenbg {
  background-image: none;
}

.hero-wrap.is-facompt {
  justify-content: center;
  align-items: flex-start;
  padding-right: 6rem;
}

.hero-wrap.is-compten {
  justify-content: center;
  align-items: flex-start;
  padding-left: 6rem;
}

.padding-section-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-section-large.margin-bottom-none, .padding-section-large.is-faq {
  padding-bottom: 0;
}

.padding-section-large.is-faq-content {
  padding-top: 15rem;
}

.padding-section-large.is-pading {
  padding-top: 5rem;
}

.hero-section {
  padding: 1.5rem;
  position: relative;
}

.hero-section.no-pading {
  padding: 0;
}

.hero-section.is-100vh {
  height: 100svh;
  min-height: 750px;
}

.hero-section.is-compt {
  height: 100vh;
  min-height: 650px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: #0000;
  padding-top: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  max-width: 91rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5rem;
  display: flex;
}

.navbar-logo {
  -webkit-text-stroke-color: var(--light-grey);
  width: 6.2rem;
}

.navbar-logo-wrap {
  flex: none;
}

.navbar-links-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid var(--white-smoke-opacity-20);
  border-radius: 6.25rem;
  align-items: center;
  padding: .2rem 1.5rem;
  display: flex;
}

.navbar-links {
  opacity: .7;
  color: #ececec;
  justify-content: space-between;
  align-items: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding: .5rem;
  font-size: .875rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.navbar-links:hover {
  opacity: 1;
}

.navbar-links.w--current {
  opacity: 1;
  color: var(--white);
}

.navbar-links.op-100 {
  opacity: 1;
}

.navbar-links.op-100.is-login {
  border: 1px solid var(--white-smoke-opacity-20);
  background-color: #ececec0f;
  border-radius: 3rem;
  padding-left: .8rem;
  padding-right: .8rem;
  display: none;
}

.cards {
  background-color: var(--black);
  background-image: linear-gradient(135deg, #bd9af814, #ececec00 55.46%, #fff0);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.cards.is-pricing {
  cursor: pointer;
}

.section.navbar-trigger.is-features {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.navbar-trigger.is-pricing {
  display: none;
}

.section.navbar-trigger.is-dashboard {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is-hidden {
  display: block;
}

.section.is-faq {
  opacity: 1;
  background-image: url('../images/mobile-final.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px #fff;
}

.section.is-blueshadow {
  position: relative;
  overflow: hidden;
}

.section.is-relative {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.section.is-blueshadows {
  position: relative;
  overflow: hidden;
}

.section.is-competition {
  position: relative;
}

.section.is-purple {
  border: 1px solid var(--purple-v2);
  background-color: var(--gray-v2);
  margin-bottom: 2rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.section.is-purple.is-relative.overflow-clip {
  overflow: clip;
}

.section.is-purple-bottom {
  background-image: linear-gradient(#8446ce00, #8446ce0d);
  border: 1px solid #ffffff0d;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section.is-purple {
  background-color: #0c0814;
  border: 1px solid #1f1532;
  margin-bottom: 2rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.tag-wrap {
  z-index: 2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--tag-radical-color), #ececec08);
  color: var(--plum);
  text-align: center;
  border: 1px solid #bd9af833;
  border-radius: 3rem;
  margin-bottom: .875rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.71;
  position: relative;
}

.tag-wrap.is-prize {
  color: #bd9af8;
  text-align: center;
  background-image: none;
  border-color: #bd9af833;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  display: inline-block;
}

.tag-wrap.is-prize.is-bgpurple {
  background-color: #fff3;
}

.tag-wrap.is-prize.is-smallcard {
  background-color: #fff3;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.tag-wrap.is-prize.is-smallcard.is-desktop {
  display: none;
}

.tag-wrap.is-compt {
  color: #e3a358;
  background-color: #fe9d2b40;
  background-image: none;
  border-color: #e3a358;
}

.tag-wrap.is-green {
  color: var(--white);
  background-color: #ffffff08;
  background-image: none;
  border-color: #2ee4560f;
}

.tag-wrap.is-smoky {
  color: var(--white-smoke);
  background-color: #ffffff08;
  background-image: none;
  border-color: #892ee40f;
}

.tag-wrap.purple {
  color: var(--light-purple-v2);
  text-shadow: 0 0 8rem #573b8e;
  background-image: linear-gradient(250deg, #3d115f, #1a0827);
}

.flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5625rem;
  display: flex;
  position: relative;
}

.flex-vertical-center.is-relative {
  position: relative;
}

.flex-vertical-center.is-searchbar {
  align-items: stretch;
}

.text-color-white-smoke {
  color: var(--white-smoke);
}

.text-color-white-smoke.opacity-64 {
  opacity: .64;
}

.text-color-deep-purple {
  color: var(--deep-purple);
}

.cards_read-more {
  white-space: pre;
  word-break: normal;
  background-image: url('../images/read-more-icon.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  margin-top: auto;
  margin-left: -.5rem;
  padding: .5rem 1.4rem .5rem .5rem;
  font-size: .875rem;
  transition: background-position .5s;
  display: flex;
}

.cards_read-more:hover {
  background-position: 100%;
}

.cards_read-more.rtl {
  background-image: url('../images/FORFX-left-arrow.svg');
  background-position: 6%;
  padding-left: 1.4rem;
  padding-right: .5rem;
}

.cards_read-more.rtl:hover {
  background-position: 0%;
}

.read-more-icon {
  margin-left: .875rem;
}

.circle-gradiant {
  z-index: -1;
  filter: blur(3.75rem);
  background-image: radial-gradient(circle, #aa76ff33, #2b3dad14 97%, #2b3dad3d);
  border-radius: 20px;
  width: 20rem;
  height: 20em;
  position: absolute;
}

.circle-gradiant.is-pricing {
  filter: blur(9.375rem);
  background-color: #5f18d447;
  background-image: none;
  border-radius: 10%;
  width: 31rem;
  height: 31em;
  inset: 5rem -15rem auto auto;
}

.circle-gradiant.is-navigating-path {
  opacity: .09;
  filter: blur(9.375rem);
  background-color: #8118d4;
  background-image: none;
  border-radius: 10%;
  width: 45rem;
  height: 45em;
  inset: auto;
}

.max-width-custom4 {
  max-width: 38rem;
}

.cards-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62.25rem;
  display: flex;
}

.cards-container.is-timeline {
  display: none;
}

.tab-content {
  width: 100%;
}

.tab-content.is-timeline {
  border-style: none;
}

.cards-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62.25rem;
  margin-bottom: 3rem;
  display: flex;
}

.tab-bullet-wrap {
  border: 1px solid var(--dim-grey);
  background-image: linear-gradient(#ececec14, #ececec05);
  border-radius: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  padding: .375rem;
}

.tab-bullet-wrap.is-big {
  width: 2rem;
  height: 2rem;
  padding: .5rem;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.tab-bullet-wrap.is-big.rtl {
  margin-left: 0;
  margin-right: 1rem;
  left: 1.5rem;
  right: auto;
}

.tab-bullet-wrap.rtl {
  margin-left: 1rem;
  margin-right: 0;
}

.tab-bullet {
  background-color: var(--plum);
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

.tab-pane {
  flex-flow: wrap;
  align-items: stretch;
  padding: 4rem .5rem;
  text-decoration: none;
}

.tab-cards {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-image: linear-gradient(128deg, #bd9af814, #ececec05 55.46%, #ececec00);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 17.625rem;
  min-height: 8.5rem;
  display: flex;
  position: relative;
}

.tab-icon {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
}

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

.starts-image {
  z-index: -1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  margin-top: -10rem;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.card-sizing {
  background-color: #0000;
  border-radius: 1rem;
  flex: 1;
  align-items: center;
  min-width: 30.375rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.card-sizing.w--current {
  background-color: #0000;
  border-color: #bd9af866;
}

.pricing-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.balance-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #ececec66;
  border-radius: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-right: auto;
  padding: .5rem;
  display: flex;
}

.balance-button {
  background-color: #ececec0f;
  border-radius: .25rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 6.1rem;
  padding: .66rem;
  font-size: .875rem;
  display: flex;
}

.balance-button.is-balance {
  min-width: 7rem;
}

.pricing-col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: 28.8rem;
  display: flex;
}

.pricing-col.is-grid {
  grid-column-gap: 1rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.gradiant-card-wrap {
  background-image: linear-gradient(#ececec2e, #ececec66 50%, #ececec2e);
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  min-height: 11.875rem;
  padding: 2px;
  display: flex;
  overflow: hidden;
}

.gradiant-card-wrap.is-demo {
  border: 1.5px solid var(--white-smoke-opacity-20);
  background-image: linear-gradient(113deg, #bd9af814, #ececec05 55.46%, #ececec00);
}

.gradiant-card {
  background-image: linear-gradient(148deg, #c68bf6, #892fd0 31.57%, #6a27d9 51.6%, #2563eb 70.34%, #83a6f5);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradiant-card.is-demo {
  background-image: none;
}

.outer-cards-wrap {
  background-image: linear-gradient(318deg, #bd9af80d, #5f18d400 44% 54%, #bd9af81a 74%, #bd9af81a);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.outer-cards-wrap.is-pricing, .outer-cards-wrap.is-hero {
  background-image: linear-gradient(318deg, #bd9af80d, #5f18d400 44% 54%, #bd9af81a 74%, #bd9af81a);
}

.outer-cards-wrap.is-hero.is-hidden {
  display: none;
}

.pricing-vector {
  z-index: 1;
  width: 20.1875rem;
  height: 20.0625rem;
  position: absolute;
  inset: auto auto -5rem -4rem;
}

.button-arrow {
  width: .625rem;
  height: .5rem;
  margin-left: .6875rem;
}

.pricing-details-wrap {
  width: 100%;
  margin-top: 1.75rem;
}

.pricing-margin {
  margin-top: 1em;
}

.pricing-item {
  border-bottom: 1px solid var(--white-smoke-opacity-20);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.pricing-item.border-none {
  border-bottom-style: none;
}

.pricing-item.is-head {
  background-color: var(--white-smoke-opacity-8);
  border-bottom-style: none;
  border-radius: .25rem;
  padding: .25rem 5rem .25rem 1rem;
}

.pricing-item.is-head.rtl {
  padding-left: 5rem;
  padding-right: 1rem;
}

.pricing-info {
  background-color: #0000;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.pricing-info.rtl {
  text-align: right;
}

.pricing-expander {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 2.5em;
  padding: .35rem;
  display: flex;
  position: relative;
}

.pricing-expander.is-footer {
  display: none;
}

.pricing-expander.rtl {
  margin-left: 0;
  margin-right: 2.5rem;
}

.pricing-head-detail {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 1rem .5rem;
  display: flex;
}

.pricing-head-detail.rtl {
  text-align: right;
}

.pricing-details-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 15rem 11.25rem 11.25rem;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.text-color-thistle {
  color: var(--thistle);
}

.text-color-thistle.text-weight-medium {
  align-items: center;
}

.text-color-thistle.text-weight-medium.order {
  display: flex;
}

.tab-linear {
  background-image: linear-gradient(54deg, #ececec00, #ececec05 28%, #bd9af824);
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
}

.features-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 62.25rem;
  display: flex;
}

.section-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
  position: static;
}

.section-title-wrap.is-prize {
  z-index: 2;
  margin-bottom: 1rem;
  position: relative;
}

.features-light {
  z-index: -1;
  background-image: linear-gradient(to top, #04010a00 39.69%, #0e04201c 46.35%, var(--dark-purple));
  filter: blur(15rem);
  border-radius: 50%;
  width: 46.75rem;
  height: 46.75em;
  position: absolute;
  inset: -25rem auto auto;
}

.linear-broder {
  opacity: .4;
  background-image: linear-gradient(to right, #ececec00, #ececec 50%, #ececec00);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto;
}

.linear-broder.is-bottom {
  inset: auto 0% 0%;
}

.linear-broder.footer {
  opacity: .2;
}

.opo-image {
  width: 23.25rem;
  height: 12rem;
  margin-bottom: 3rem;
}

.opo-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.opo-shadow {
  z-index: -1;
  filter: blur(8.7rem);
  background-color: #2da9e145;
  border-radius: 10em;
  width: 46.125rem;
  height: 19.6875rem;
  position: absolute;
  inset: -5rem auto auto;
}

.link_span {
  color: #bd9af8;
  font-weight: 600;
  text-decoration: underline;
}

.faq-item {
  border: 1px solid #ececec33;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: .8rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.faq-toggle {
  white-space: normal;
  word-break: normal;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  display: flex;
  position: static;
}

.faq-content-wrap {
  background-color: #0000;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-content-wrap.w--open {
  align-items: flex-start;
  display: flex;
}

.faq-content-wrap.rtl {
  text-align: right;
}

.opacity-64 {
  opacity: .64;
}

.faq-content {
  width: 100%;
  height: 100%;
  padding-top: 1rem;
}

.background-animation {
  z-index: -1;
  background-image: linear-gradient(290deg, #ececec00, #ececec05 44.54%, #bd9af814);
  position: absolute;
  inset: 0%;
}

.cta-component {
  text-align: center;
  background-image: url('../images/Noise.png');
  background-repeat: repeat;
  background-size: 88px;
  border: 2px solid #bd9af833;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4.9375rem 6.3125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-logo {
  width: 18.5rem;
  height: 5.5rem;
  margin-bottom: 3rem;
}

.footer_logo-wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: min-content max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

footer .div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: 0 0 50%;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.footer_bottom-wrapper {
grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.footer_link {
  opacity: .7;
  color: var(--white-smoke);
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.71;
  text-decoration: none;
  transition: opacity .2s;
}

.footer_link:hover {
  opacity: 1;
}

.footer_link.w--current {
  color: #ececec;
}

.footer_link.is-head {
  opacity: 1;
  color: #ececec;
  margin-bottom: 0;
}

.footer_left-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20%;
  grid-auto-columns: 25%;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 49rem;
  display: grid;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  font-family: Yekanbakh, sans-serif;
  display: flex;
}

.footer_link-list.is-en {
  font-family: Plus Jakarta Sans, sans-serif;
}

.footer_social-link {
  border: 1px solid var(--white-smoke-opacity-20);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer_mid-wrapper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.footer_mid-wrapper.is-farsi {
  flex-flow: row;
}

.text-color-gray {
  color: var(--light-slate-grey);
}

.footer-container {
  border-radius: 1rem;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.max-width-custom2 {
  max-width: 22rem;
}

.max-width-custom2.text-align-right.tablet-left {
  margin-left: auto;
}

.max-width-custom2.text-align-center-desktop {
  text-align: center;
}

.footer_top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.footer-logo {
  object-fit: contain;
  height: 1.6rem;
}

.footer_social-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: min-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.social-image {
  width: 100%;
  height: 100%;
  transition: background-color .2s;
}

.social-image:hover {
  background-color: #ececec33;
  overflow: hidden;
}

.step-wrap {
  width: 100%;
  max-width: 22.2%;
}

.pricing-name-wrap {
  width: 15rem;
}

.pricing-heading {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.corea {
  z-index: 2;
  background-image: radial-gradient(circle closest-side, #0e051f00 29%, #0e0420);
  border-radius: 50%;
  width: 85em;
  height: 85em;
  position: absolute;
  inset: auto auto -58em;
  box-shadow: inset 135px 290px 13.125rem -19.375rem #bd9af896, 0 -55px 100px -40px #bd9af85e;
}

.corea.is-hidden {
  display: none;
}

.corea-purple-shadow {
  background-color: var(--dark-orchid-2);
  opacity: .15;
  filter: blur(10em);
  border-radius: 50%;
  width: 51em;
  height: 51em;
  margin-left: 3.3125em;
  position: absolute;
  inset: auto auto 0 0;
}

.corea-purple-shadow.is-hidden {
  display: none;
}

.corea-pink-shadow {
  background-color: var(--dark-orchid-2);
  opacity: .21;
  filter: blur(10em);
  border-radius: 50%;
  width: 61.25em;
  height: 61.25em;
  margin-right: 3.3125em;
  position: absolute;
  inset: auto 0 0 auto;
}

.corea-pink-shadow.is-hidden {
  display: none;
}

.hero-line-svg {
  z-index: 2;
  width: 100%;
  display: block;
  position: absolute;
  inset: auto 0% -3em;
}

.hero-line-svg.is-3 {
  display: block;
}

.hero-line-svg.is-hidden {
  display: none;
}

.dollar-wrap {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
}

.dollar-wrap.is-1 {
  bottom: 29em;
  left: 7.9375em;
}

.dollar-wrap.is-2 {
  inset: auto 5.3125em 16.4em auto;
}

.dollar-wrap.is-2.is-competition {
  bottom: 29em;
}

.dollar-img {
  width: 5em;
  height: 5em;
}

.dollar-img.is-2 {
  width: 4.2em;
  height: 4.2em;
}

.stars-img {
  position: absolute;
}

.stars-img.is-1 {
  width: 2.5em;
  height: 2.5em;
  inset: -2em auto auto -3.75em;
}

.stars-img.is-2 {
  width: 1.5em;
  height: 1.5em;
  inset: auto -2.5em 2.4em auto;
}

.stars-img.is-3 {
  width: 1.5em;
  height: 1.5em;
  inset: -3em 1em auto auto;
}

.stars-img.is-4 {
  width: 1.5em;
  height: 1.5em;
  inset: auto -2.5em 2.4em auto;
}

.hero-content-wrap {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37rem;
  display: flex;
  position: relative;
}

.hero-content-wrap.max-width-custom-4 {
  max-width: 34.875rem;
}

.hero-content-wrap.is-how-it-works {
  text-align: left;
  align-items: flex-start;
  max-width: 29.1875rem;
}

.hero-content-wrap.is-how-it-works.text-align-right {
  text-align: right;
}

.hero-content-wrap.is-comptfa {
  justify-content: center;
  align-items: flex-start;
  max-width: 42rem;
}

.hero-content-wrap.is-compten {
  justify-content: center;
  align-items: flex-start;
}

.hero-content-wrap.is-propcheck {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  max-width: 55.5rem;
}

.hero-content-wrap.is-large {
  max-width: 40rem;
}

.hero-content-wrap.is-huge {
  max-width: 56rem;
}

.how-it-work-hero-img {
  width: 29.9rem;
}

.hero-container {
  grid-column-gap: 7.875rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.hero-container.is-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 14em;
}

.hero-container.is-top.is-affiliates {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  min-height: 100vh;
}

.hero-container.is-top.is-support {
  min-height: 100vh;
}

.hero-container.is-100vh {
  height: 100vh;
  min-height: 750px;
}

.hero-container.is-how-it-works {
  min-height: 100vh;
  padding-top: 10rem;
}

.how-it-works-light {
  z-index: -1;
  background-color: var(--blue-violet-2);
  opacity: .2;
  filter: blur(9.375rem);
  border-radius: 50%;
  width: 37.5rem;
  height: 37.5rem;
  position: absolute;
  inset: -17rem auto auto -13.2rem;
}

.how-it-works-light.is-map {
  z-index: 2;
  opacity: 1;
  filter: blur(5rem);
  width: 19rem;
  height: 19rem;
  top: auto;
  left: auto;
}

.how-it-works-light.is-phase {
  z-index: -2;
  width: 51em;
  height: 51em;
  top: auto;
  bottom: auto;
  left: auto;
}

.max-width-custom-3 {
  max-width: 39rem;
}

.timeline-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2.5rem;
  padding-bottom: 10rem;
  display: flex;
}

.timeline-grid {
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.timeline-lottie {
  margin-bottom: 1rem;
}

.timeline-heading-wrap {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  margin-bottom: -2rem;
  padding: 2rem;
  display: flex;
}

.timeline_progress {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 13.75rem;
  margin-top: -2rem;
  margin-bottom: -2rem;
  display: flex;
  position: relative;
}

.timeline_progress-bar {
  z-index: 2;
  background-image: linear-gradient(#deccfb, #deccfb00);
  justify-content: center;
  width: 2px;
  height: 50dvh;
  margin-top: -50dvh;
  display: flex;
  position: sticky;
  top: 0;
}

.timeline-background {
  background-color: #ececec1a;
  justify-content: center;
  align-items: stretch;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline-state-wrap {
  z-index: 2;
  border: 1px solid var(--dim-grey-2);
  background-color: var(--black);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 42% -9.1rem auto auto;
}

.timeline-state-wrap.is-1 {
  top: 0%;
  right: auto;
}

.timeline-state-wrap.is-2 {
  bottom: auto;
  left: auto;
}

.timeline-state-wrap.is-2.rtl {
  left: -8.8rem;
  right: auto;
}

.timeline-state-wrap.is-5 {
  inset: auto auto 0;
}

.timeline-state-wrap.is-4.rtl, .timeline-state-wrap.is-3.rtl {
  left: -8.8rem;
  right: auto;
}

.container-huge {
  border-radius: 1rem;
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.625rem;
  padding-right: 4rem;
}

.number-contain {
  background-color: var(--blue-violet-2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.difference-vector {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 9rem;
  margin-top: auto;
  margin-left: auto;
  display: flex;
  position: relative;
}

.difference-vector.align-left {
  margin-left: 0;
  margin-right: auto;
}

.features-vector1 {
  width: 13.4375rem;
  height: 12.4375rem;
  margin-bottom: 2rem;
  position: absolute;
  inset: auto 3rem 0% auto;
}

.features-vector1.rtl {
  left: 3rem;
  right: auto;
}

.features-vector2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.875rem;
  height: 8.75rem;
  margin-bottom: 3rem;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.features-vector3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 8.75rem;
  margin-bottom: 2.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.features-vector3.is-top {
  margin-top: 2.5rem;
  top: 0%;
  bottom: auto;
}

.features-vector4-wrap {
  flex-direction: column;
  width: 19.5rem;
  height: 7.4375rem;
  display: flex;
  position: absolute;
  inset: 3rem 3rem auto auto;
}

.features-vector4-wrap.rtl {
  left: 3rem;
  right: auto;
}

.cta-blue-light {
  z-index: -1;
  filter: blur(8.7rem);
  background-color: #2b3dad;
  border-radius: 12rem;
  width: 57.6875rem;
  height: 14.75rem;
  position: absolute;
  inset: -11.4rem auto auto -5rem;
  transform: rotate(-62deg);
}

.cta-purple-light {
  z-index: -1;
  filter: blur(8.7rem);
  background-color: #892fd0;
  border-radius: 50%;
  width: 42.375rem;
  height: 45.375rem;
  position: absolute;
  inset: -29.5rem auto auto;
}

._2col-wrap {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-vertical-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-vertical-left.is-farsi {
  justify-content: center;
  align-items: flex-start;
}

.tagline-vector {
  max-width: 24.9375rem;
  max-height: 29rem;
  font-size: 1vw;
}

.tagline-details-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.text-color-purple {
  color: var(--plum);
}

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

.support-lottie {
  width: 2.4rem;
  margin-top: -5px;
  margin-bottom: 1rem;
  margin-left: -4px;
}

.align-bottom {
  margin-top: auto;
}

.contactus-links-wrap {
  margin-top: auto;
  margin-left: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.contactus-links-wrap.rtl {
  margin-left: 0;
  margin-right: auto;
}

.contactus-links-wrap.ltr {
  inset: auto 0% 0% auto;
}

.map {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.map.is-layer {
  z-index: 3;
  position: absolute;
}

.aboutus-orbits {
  object-fit: contain;
  flex-direction: column;
  align-items: center;
  width: 33.5rem;
  height: 19.8291rem;
  margin-top: 1rem;
  margin-left: -40%;
  display: flex;
  position: relative;
}

.aboutus-orbits.rtl {
  margin-left: 0%;
  margin-right: -40%;
}

.map-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 72.8rem;
  min-height: 40.3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phase-cricles-wrap {
  z-index: -1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.phase-circle-border {
  z-index: -1;
  opacity: .4;
  background-image: linear-gradient(#8a2fd045, #0000);
  border-radius: 50%;
  width: 74.375em;
  height: 74.375em;
  display: none;
  position: absolute;
  bottom: -45em;
  overflow: hidden;
}

.phase-circle-border.is-2 {
  opacity: .2;
  width: 59.1431em;
  height: 59.1431em;
  bottom: -35em;
}

.phase-circle-border.is-3 {
  opacity: .2;
  width: 43.0781em;
  height: 43.0781em;
  bottom: -25.1em;
}

.phase-circle {
  background-image: radial-gradient(circle at 50% 0, #2e0850 62%, #14022400);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
}

.phase-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.horizontal-tabs-wrap {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 37.5rem;
  margin-top: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs_link {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 4.875rem;
  height: 100%;
  padding: 2.3em 1.5em;
  transition: all .4s;
  display: flex;
  position: relative;
}

.tabs_heading {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  transform: rotate(-180deg);
}

.tabs-number {
  font-size: 1.5rem;
  font-weight: 500;
}

.tabs-item {
  border: 1px solid var(--plum-opacity-40);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 4.875rem;
  min-width: 4.875rem;
  transition: all .9s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-item.active {
  flex: 1;
}

.tabs-content {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tabs-cotent-padding {
  flex-direction: column;
  align-items: flex-start;
  width: 40.5rem;
  padding: 2.3rem 4rem;
  font-size: 1vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs-image {
  object-fit: contain;
  max-width: 22rem;
  max-height: 16rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.tabs-background {
  z-index: -1;
  opacity: 0;
  background-image: none;
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
}

.tabs-background.active {
  opacity: 1;
  background-image: linear-gradient(290deg, #ececec00, #ececec05 44.54%, #bd9af814);
}

.features-vector6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15.9375rem;
  height: 12.25rem;
  display: flex;
  position: absolute;
  inset: auto 1rem 0 auto;
}

.features-vector6.rtl {
  left: 2.5rem;
  right: auto;
}

.features-vector7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2.5rem auto auto 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.phase-top-circle {
  width: 74em;
  height: 74em;
  position: absolute;
  inset: auto auto -55em;
}

.phase-mid-circle {
  z-index: 2;
  width: 60em;
  height: 60em;
  position: absolute;
  inset: auto auto -46em;
}

.phase-bottom-circle {
  width: 43em;
  height: 43em;
  position: absolute;
  inset: auto auto -34em;
}

.is-hide {
  display: none;
}

.cards-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.cards-content.is-relative {
  position: relative;
}

.footer-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer-head-wrap {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.footer-links-padding {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sticky-navbar {
  z-index: 9999;
  border: 1px solid var(--white-smoke-opacity-20);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #08050ee6;
  border-radius: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: grid;
  position: relative;
}

.sticky-nav-logo-container {
  margin-right: 3rem;
}

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

.sticky-links-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-sections-links {
  opacity: .7;
  color: #ececec;
  font-size: .875rem;
  transition: opacity .2s;
}

.sticky-sections-links:hover, .sticky-sections-links.w--current {
  opacity: 1;
}

.hamburger {
  border: 1px solid var(--white-smoke-opacity-20);
  cursor: pointer;
  background-color: #ececec0f;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.hamburger.is-navbar {
  display: none;
}

.sticky-nav-right-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sticky-nav-menu-line {
  background-color: #ececec;
  width: 14px;
  height: 1px;
  min-height: 1px;
}

.sticky-nav-menu-line.mid {
  margin-top: 3px;
  margin-bottom: 3px;
}

.sticky-nav-menu-line.top {
  display: block;
}

.fixed-navbar-wrap {
  z-index: 999;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  max-width: 83rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  inset: auto 0 0;
  transform: translate(0, 22rem);
}

.sticky-menu {
  z-index: 9999;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border: 1px solid var(--white-smoke-opacity-20);
  backface-visibility: visible;
  background-color: #04010a;
  border-radius: .5rem;
  flex-direction: column;
  align-items: stretch;
  min-width: 11.25rem;
  padding: .375rem;
  display: none;
  position: absolute;
  inset: auto 22.2rem 5.2rem auto;
}

.sticky-menu.is-static {
  width: 8rem;
  min-width: 8rem;
  position: static;
}

.menu-links-wrap {
  color: var(--dim-grey-3);
  letter-spacing: -.15px;
  border: 1px solid #ececec00;
  border-radius: .4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color .2s, color .2s, border .2s;
  display: block;
}

.menu-links-wrap:hover {
  border: 1px solid var(--white-smoke-opacity-20);
  background-color: var(--white-smoke-opacity-4);
  color: var(--white-smoke-opacity-40);
  border-radius: .4rem;
}

.menu-links-wrap.w--current {
  border-color: var(--white-smoke-opacity-20);
  background-color: var(--white-smoke-opacity-4);
  color: var(--white-smoke-opacity-40);
}

.menu-links-wrap.is-progress {
  cursor: pointer;
  align-items: flex-start;
  padding: 0;
  position: relative;
}

.menu-links-wrap.is-responsive {
  transition: background-color .2s, color .2s, border .2s;
}

.sticky-progress-link-wrap {
  background-color: #0000;
}

.sticky-progress-arrow {
  width: .35rem;
  margin-bottom: -.2rem;
  display: flex;
}

.progress-drop-down {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.progress-content-drop-down {
  background-color: #0000;
  padding-left: 1.28rem;
  position: absolute;
  left: 9.8rem;
}

.progress-content-drop-down.w--open {
  inset: 0% auto auto 9.8rem;
}

.progress-content-drop-down.rtl {
  inset: 0% 9.8rem auto auto;
}

.show-fixed-navbar {
  position: absolute;
  inset: auto auto -2rem 0%;
}

.wg-dropdown-2 {
  position: relative;
}

.wg-dropdown-2.fix-language {
  margin-left: 0;
  margin-right: 0;
}

.navbar-arrow {
  align-items: center;
  width: .6875rem;
  height: .6875rem;
  margin-top: 2px;
  margin-left: .5rem;
  display: flex;
}

.navbar-arrow.is-fix-language {
  margin-top: 0;
}

.drop-down-navbar {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border: 1px solid var(--white-smoke-opacity-20);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #04010a;
  border-radius: .5rem;
  flex-direction: column;
  align-items: stretch;
  min-width: 8rem;
  padding: .375rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.drop-down-navbar.is-navbar {
  min-width: 10rem;
  display: flex;
  position: static;
  inset: 2.7rem auto auto 0;
}

.drop-down-navbar.is-fix-language {
  min-width: 7.29688rem;
  display: flex;
  position: static;
}

.navbar-drop-down-content {
  background-color: #0000;
  padding-top: .8rem;
  display: none;
}

.left-border {
  background-color: #ececec1a;
  width: 1px;
  height: 1.5rem;
  position: absolute;
  inset: auto auto auto -.5rem;
}

.navbar-mobile-100svh {
  display: none;
}

.pricing-tab-content {
  border: 1px solid var(--plum-opacity-40);
  background-image: linear-gradient(135deg, var(--white-smoke-opacity-4), var(--plum-opacity-8) 63.42%, #ececec00);
  border-radius: 1rem;
  flex-flow: wrap;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
}

.pricing-tab-content.is-demo, .pricing-tab-content.is-live-account {
  display: block;
}

.link-editor {
  display: flex;
}

.link-editor.is-hidden {
  display: none;
}

.close-sticky-menu {
  display: none;
  position: fixed;
  inset: 0%;
}

.pricing-circle-gradiant {
  z-index: -1;
  filter: blur(9.375rem);
  background-color: #5f18d447;
  background-image: none;
  border-radius: 10%;
  width: 31rem;
  height: 31em;
  position: absolute;
  inset: 5rem -15rem auto auto;
}

.affiliates-hero-img {
  width: 100%;
}

.affiliates-hero-img-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33rem;
  height: 26rem;
  display: flex;
  position: relative;
}

.max-width-custom-5 {
  max-width: 45rem;
}

.affiliate-star {
  position: absolute;
}

.affiliate-star.is-1 {
  opacity: .6;
  width: 2.3975rem;
  height: 2.3975rem;
  inset: 2.25rem auto auto 9rem;
}

.affiliate-star.is-2 {
  opacity: .8;
  width: 2.67938rem;
  height: 2.67938rem;
  inset: 1rem auto auto 16rem;
}

.affiliate-star.is-3 {
  opacity: .3;
  width: 1.175rem;
  height: 1.175rem;
  inset: 4rem auto auto 11rem;
}

.affiliate-star.is-4 {
  opacity: .6;
  width: 2.02125rem;
  height: 2.02125rem;
  inset: 2.3rem auto auto 22rem;
}

.affiliate-star.is-5 {
  opacity: .3;
  width: 1.175rem;
  height: 1.175rem;
  inset: .3rem auto auto 25.1rem;
}

.affiliate-star.is-6 {
  opacity: .6;
  width: 2.02125rem;
  height: 2.02125rem;
  inset: auto auto 4rem 2rem;
}

.affiliate-star.is-7 {
  opacity: .5;
  width: 1.645rem;
  height: 1.645rem;
  inset: auto auto 6.3rem 6.3rem;
}

.affiliate-star.is-8 {
  opacity: .3;
  width: .893125rem;
  height: .893125rem;
  inset: auto auto 5.3rem 8.1rem;
}

.affiliate-star.is-9 {
  opacity: .6;
  width: 2.02125rem;
  height: 2.02125rem;
  inset: auto 7.8rem 4rem auto;
}

.affiliate-star.is-10 {
  opacity: .3;
  width: 1.175rem;
  height: 1.175rem;
  inset: auto 5.7rem 6.2rem auto;
}

.affilliate-circle-gradiant {
  z-index: -1;
  filter: blur(9.375rem);
  background-color: #5f18d447;
  background-image: none;
  border-radius: 10%;
  width: 31rem;
  height: 31em;
  position: absolute;
  inset: auto;
}

.sticky-text_wrapper {
  margin-top: 8vh;
  margin-bottom: 8vh;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 4px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.sticky-text_wrapper.steps.third {
  margin-bottom: 0;
}

.sticky-text_wrapper.steps.first {
  margin-top: 0;
}

.sticky-wrapper {
  width: 100%;
  height: 300vh;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.steps-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40rem;
  display: flex;
  position: relative;
}

.position-relative {
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.sticky-grid {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 28rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.sticky-trigger {
  z-index: 1;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._55 {
  top: 55%;
}

.sticky-trigger._85 {
  top: 85%;
}

.sticky-trigger._25 {
  top: 25%;
}

.step-line {
  background-color: var(--white-smoke-opacity-20);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.coin-img {
  z-index: 3;
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: -4rem auto auto 0;
}

.coin-img.clickable-off {
  width: 7.4rem;
  height: 5.8rem;
  top: -2.6rem;
  left: 1rem;
}

.coin-img.rtl {
  left: auto;
  right: 0;
}

.steps-mobile-img {
  opacity: 0;
  display: none;
}

.sticky-content-wrap {
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.sticky-right-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  display: flex;
  position: absolute;
}

.register-bottom-layer {
  z-index: 1;
  width: 34em;
  min-width: 20rem;
  position: absolute;
  inset: auto;
}

.register-top-layer {
  z-index: 2;
  width: 32.5em;
  min-width: 19.2rem;
  margin-bottom: 2.6em;
  margin-right: 1em;
  position: absolute;
  inset: auto;
}

.register-cursor {
  z-index: 5;
  min-width: 9em;
  min-height: 6.18188em;
  margin-top: 3.9em;
  margin-left: -5.2em;
  position: absolute;
  inset: auto auto auto 0%;
}

.register-circle-wrap {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.2em;
  margin-left: -15em;
  display: flex;
  position: absolute;
  inset: auto;
}

.register-circle {
  width: 3.4em;
  height: 3.4em;
  position: absolute;
}

.register-border {
  width: 5.13563em;
  height: 5.13563em;
}

.gradiant-card-free-wrap {
  grid-column-gap: .2rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.gradiant-card-free-wrap.rtl {
  left: 1.5rem;
  right: auto;
}

.is-balance.balacnce-active, .is-type.type-active, .is-risk.risk-active {
  background-color: var(--dark-purple);
}

.trumpet-img {
  transform-origin: 100% 100%;
  width: 21em;
  height: 21.4375em;
}

.trumpet-line-01 {
  width: 5.97625em;
  height: 3.5575em;
  margin-top: -14.5em;
  margin-left: 17em;
  position: absolute;
}

.trumpet-line-02 {
  width: 4.96125em;
  height: 2.66875em;
  margin-top: -12em;
  margin-left: 21em;
  position: absolute;
}

.trumpet-line-03 {
  width: 5.26063em;
  height: 2.75em;
  margin-top: -9.5em;
  margin-left: 19.9em;
  position: absolute;
}

.trumpet-line-04 {
  width: 6.4225em;
  height: 3.14938em;
  margin-top: -6.2em;
  margin-left: 21em;
  position: absolute;
}

.trumpet-circle-01 {
  width: 1.51188em;
  height: 1.42813em;
  margin-top: -17.7em;
  margin-left: 24.7em;
  position: absolute;
}

.trumpet-circle-02 {
  width: 1.24875em;
  height: 1.04688em;
  margin-top: -7.9em;
  margin-left: 25.6em;
  position: absolute;
}

.earn-rewards-image {
  width: 23.0656em;
  height: 21.4em;
  position: absolute;
}

.earn-rewards-image.is-2 {
  margin-top: -3em;
  margin-left: 3em;
}

.earn-rewards-image.is-3 {
  margin-top: -6em;
  margin-left: 6em;
}

.body_farsi {
  font-family: Yekanbakh, sans-serif;
}

.body_farsi .text-color-gray-v2 {
  font-family: Yekanbakh, sans-serif;
}

.footer-discord {
  border: 1px solid var(--white-smoke-opacity-20);
  text-align: center;
  background-color: #ececec0f;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 24rem;
  padding: 1.5rem;
  display: flex;
}

.logo-discord {
  margin-top: -.2rem;
  margin-right: .5rem;
}

.tab-icon-wrap {
  z-index: 2;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #351669d6;
  border: 1.5px solid #ffffff1a;
  border-radius: 50%;
  margin-top: -1.90625rem;
  padding: 1rem;
  position: absolute;
  inset: 0% auto auto;
}

.tab-small-shadow {
  z-index: -1;
  background-color: var(--blue-violet);
  opacity: .17;
  filter: blur(16px);
  border-radius: 50%;
  width: 7.4375rem;
  height: 7.4375rem;
  margin-top: -141px;
  position: absolute;
}

.overflow-hidden-copy {
  border: 1.5px solid #ececec0a;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem 3rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-place {
  position: absolute;
}

.sticky-place.refer-clients {
  position: absolute;
  inset: 100vh 0% auto;
}

.sticky-place.is-register {
  inset: 0% 0% auto;
}

.sticky-place.earn-rewards {
  position: absolute;
  inset: 200vh 0% auto;
}

.dashboard-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.dashboard-cotainer {
  object-fit: contain;
  object-position: 0% 0%;
  background-image: linear-gradient(113deg, #bd9af814, #ececec05 55.46%, #ececec00);
  border: 2px solid #24202a;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100%;
  height: 19rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  bottom: -3.3rem;
  overflow: hidden;
}

.border {
  background-image: linear-gradient(318deg, #bd9af80d, #5f18d400 44% 54%, #bd9af81a 74%, #bd9af81a);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.border.is-opo {
  background-image: linear-gradient(207deg, #04010a00, #2da9e136 50%, #04010a00);
}

.border.bronze {
  background-image: linear-gradient(318deg, #e29d660d, #5f18d400 44% 54%, #bd9af81a 74%, #e29d6640);
}

.border.silver {
  background-image: linear-gradient(318deg, #c8c8c80d, #5f18d400 44% 54%, #bd9af81a 74%, #c8c8c84f);
}

.border.gold {
  background-image: linear-gradient(318deg, #fcf1b30a, #fcf1b30a 32% 44%, #0000 64%, #fcf1b330 81%);
}

.cards-wrapper {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 62.25rem;
  display: flex;
}

.cards-wrapper.margin-bottom.margin-large {
  flex-direction: row;
}

.cards-wrapper.is-timeline {
  max-width: 30.375rem;
  position: relative;
}

.cards-wrapper.contactus-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.cards-wrapper.coin {
  grid-column-gap: 1.5rem;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.content-wrapper {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #ececec;
  background-color: #04010a;
  background-image: linear-gradient(135deg, #bd9af814, #ececec00 55.46%, #fff0);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  font-size: 1rem;
  line-height: 1.33;
  display: grid;
  position: relative;
}

.content-wrapper.is-panning {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.is-big {
  flex-direction: column;
  display: flex;
}

.content-wrapper.is-big.align-bottom {
  justify-content: flex-end;
}

.content-wrapper.flex {
  background-image: linear-gradient(135deg, #bd9af814, #ececec00 55.46%, #fff0);
  flex-direction: column;
  display: flex;
}

.content-wrapper.flex.center {
  text-align: center;
  align-items: center;
}

.content-wrapper.flex.center-bottom-desktop {
  justify-content: flex-end;
  align-items: center;
}

.content-wrapper.is-opo {
  background-image: linear-gradient(135deg, #2da9e114, #ececec05 55.46%, #ececec00);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.left-col_dashboard {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-wrapper.support {
  flex-direction: column;
  display: flex;
}

.content-wrapper.coin {
  min-height: 18rem;
  padding-top: 3.5rem;
  display: flex;
}

.card-content {
  opacity: 1;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 2px;
}

.card {
  cursor: pointer;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 30.375rem;
  min-height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.is-pricing {
  min-height: 16rem;
}

.card.is-big {
  min-width: 36.3rem;
  min-height: 26rem;
}

.card.is-small {
  min-width: 24rem;
  min-height: 26rem;
}

.card.is-small.is-exceptional-profit {
  transform-origin: 100%;
}

.card.is-opo {
  min-width: 24rem;
  min-height: 12.5rem;
}

.card.dashboard-left-column {
  flex: 1;
  min-width: 24rem;
  min-height: 36.334rem;
}

.card.dashboard-right-column {
  min-width: 41rem;
  min-height: 36.334rem;
}

.card.is-timeline {
  min-width: auto;
  max-width: 30.375rem;
  min-height: 17rem;
}

.card.contactus {
  min-width: auto;
}

.card.is-support {
  min-height: 12rem;
}

.card.width100 {
  min-width: 100%;
  height: 100%;
  min-height: 18rem;
}

.stars-fade {
  z-index: 2;
  background-image: linear-gradient(#04010a00, #04010a52 16%, #04010a8a 38%, #04010a 63%);
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.stars-fade.is-2 {
  background-image: radial-gradient(circle, #04010a, #04010a5e 47%, #04010a03);
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  inset: auto;
}

.stars-fade.is-3 {
  z-index: 0;
  background-color: var(--black);
  background-image: none;
  border-radius: 20%;
  width: 38rem;
  height: 12rem;
  inset: 10rem auto auto;
}

.widhdrawable-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 19.25rem;
  height: 16rem;
  display: flex;
  position: relative;
}

.widthdrawable-message {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 14.875rem;
  min-height: 5.54438rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.widthdrawable-img {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.widthdrawable-number {
  margin-top: 1px;
  font-size: 1.5rem;
}

.dashboard-switch-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.dashboard-button-wrapper {
  align-self: stretch;
  margin-top: 1rem;
  position: relative;
  inset: auto 0% 0%;
}

.dashboard-button-wrapper.is-live-account {
  display: none;
}

.dashboard-siwtch {
  border: 1px solid var(--white-smoke-opacity-20);
  color: var(--white);
  background-color: #0000;
  border-radius: 6.25rem;
  flex: none;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dashboard-siwtch.w--current {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white-smoke-opacity-8), var(--white-smoke-opacity-2-21));
  border-color: #bd9af866;
}

.dashboard-button-grid {
  grid-column-gap: 1rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: flex-start;
  min-width: 28.8rem;
  display: grid;
}

.dashboard-button-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #ececec66;
  border-radius: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-right: auto;
  padding: .5rem;
  display: flex;
}

.dashboard-button {
  cursor: pointer;
  background-color: #ececec0f;
  border-radius: .25rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 4.8rem;
  padding: .66rem;
  font-size: .875rem;
  display: flex;
}

.dashboard-button.type {
  position: relative;
  overflow: hidden;
}

.dashboard-button.type.active {
  background-color: var(--dark-purple);
}

.dashboard-button.risk {
  position: relative;
  overflow: hidden;
}

.dashboard-button.risk.active {
  background-color: var(--dark-purple);
}

.dashboard-button.balance {
  position: relative;
  overflow: hidden;
}

.dashboard-button.balance.active {
  background-color: var(--dark-purple);
}

.switch-background-linear {
  z-index: -1;
  background-image: linear-gradient(#ececec14, #ececec05);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.widthdrawable-path-contain {
  border: 2px solid #24202a;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 19.25rem;
  height: 5rem;
  margin-top: .3rem;
  display: flex;
  position: absolute;
  inset: 5.5rem 0 auto auto;
  overflow: hidden;
}

.widthdraw-lottie {
  width: 22rem;
  margin-top: -10px;
  position: absolute;
  inset: auto;
}

.request-widthdrawal {
  background-color: var(--dark-purple);
  cursor: pointer;
  border-radius: .25rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 12.8763rem;
  min-height: 2.625rem;
  margin-top: -1.3125rem;
  padding: .66rem;
  font-size: .873125rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 10.7rem auto auto;
}

.widhtdrawable-success {
  text-align: center;
  background-image: linear-gradient(113deg, #bd9af814, #ececec05 55.46%, #ececec00);
  border: 2px solid #24202a;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2rem 4rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: none;
  position: relative;
}

.dashboard-bullet {
  background-color: var(--plum);
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

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

.dashboard-bg-animation.type {
  background-color: var(--dark-purple);
}

.success-icon {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5f18d466;
  border: 1.5px solid #ffffff1a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.circle-01 {
  object-fit: contain;
  width: 8.875rem;
  height: 8.875rem;
  position: absolute;
}

.circle-02 {
  object-fit: contain;
  width: 5.98625rem;
  height: 5.98625rem;
  position: absolute;
}

.checked-svg {
  object-fit: contain;
  width: 4.1875rem;
  height: 3.9375rem;
  position: absolute;
}

.globe {
  width: 8.72938rem;
  height: 8.72938rem;
  position: absolute;
}

.globe-arrow {
  min-width: 11rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.globe-arrow.ab-left {
  inset: 0% auto 0% 0%;
}

.globe-arrow-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.globe-arrow-wrap.is-1 {
  inset: 0% 0% 0% auto;
}

.globe-arrow-wrap.is-2 {
  inset: 0%;
}

.checked-purple {
  margin-top: -.5px;
  margin-bottom: 1px;
  margin-right: 5px;
  position: absolute;
}

.checked-white {
  z-index: 2;
  margin-top: .5px;
  margin-left: 5px;
  position: absolute;
}

.chart {
  width: 11.6506rem;
  height: 10.8513rem;
}

.chart_arrow {
  width: 7.61875rem;
  min-width: 7.61875rem;
  height: 6.30563rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.chart_arrow.is-2 {
  inset: 0%;
}

.chart_arrow_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.61875rem;
  height: 6.30563rem;
  display: flex;
  position: absolute;
  inset: -2rem auto auto 2rem;
  overflow: hidden;
}

.chart_arrow_wrap.is-1 {
  inset: -2rem 2rem auto auto;
}

.chart-01 {
  width: 15.9375rem;
  height: 12.25rem;
  position: absolute;
  inset: 0%;
}

.chart01_dollar {
  width: 1.2925rem;
  height: 2.55625rem;
  position: absolute;
  inset: 0 0 auto auto;
}

.chart01_dollar.is-1 {
  top: -.25rem;
  right: 5.7rem;
}

.chart01_dollar.is-2 {
  top: 2.5rem;
  right: 11.85rem;
}

.small-star {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  inset: 1rem auto auto .4rem;
}

.small-star.rtl {
  top: .4rem;
  left: auto;
  right: 1.8rem;
}

.md-star {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  inset: auto auto -1rem -1rem;
}

.md-star.rtl {
  left: auto;
  right: .4rem;
}

.big-star {
  width: 9.75rem;
  height: 9.75rem;
  margin-right: -8px;
  position: absolute;
  inset: -1rem 0% 0%;
}

.big-star.rtl {
  margin-left: -8px;
  margin-right: 0;
  left: -1rem;
  right: auto;
}

.text-size-small-wrapper {
  grid-column-gap: 18px;
  display: flex;
}

.planning-button {
  color: #000;
  white-space: pre;
  word-break: normal;
  background-color: #ececec;
  background-image: url('../images/Button-arrow.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 3.125rem;
  align-items: center;
  margin-top: auto;
  margin-left: 0;
  padding: .5rem 2rem .5rem 1.1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.71;
  transition: transform .3s;
  display: flex;
}

.planning-button:hover {
  transform: scale(.97);
}

.planning-button:active {
  transform: scale(.94);
}

.planning-button.rtl {
  background-image: url('../images/Button-arrow_1.svg');
  background-position: 7%;
  padding-left: 2rem;
  padding-right: 1.1rem;
}

.rtl {
  text-align: right;
}

.fix-language-wrap {
  border: 1px solid var(--white-smoke-opacity-20);
  color: var(--black);
  text-align: center;
  background-color: #ececec0f;
  border-radius: 3.125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.71;
  display: flex;
}

.fix-language-drop-down {
  background-color: #0000;
  padding-top: .8rem;
}

.fix-language-drop-down.w--open {
  padding-top: 0;
  padding-bottom: 2rem;
  inset: -4.6rem auto auto 0%;
}

.fix-language-drop-down.rtl {
  left: -.5rem;
}

.card-coin {
  background-color: #0000;
  flex: 1;
  align-items: center;
  min-width: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.card-coin.w--current {
  background-color: #0000;
  border-color: #bd9af866;
}

.card-coin.is-silver {
  margin-top: 5rem;
}

.card-coin.is-bornze {
  margin-top: 10rem;
}

.lottie_number-wrapper {
  color: #deccfb66;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 50%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lottie_number-wrapper.is-2 {
  color: #deccfb33;
  inset: auto 0% 0% auto;
}

.lottie_number-wrapper.is-2.rtl {
  bottom: -2%;
}

.aboutus-orbit {
  width: 14.5rem;
  position: absolute;
  left: 10rem;
}

.aboutus-orbit.is-top {
  z-index: 2;
  top: 2.21rem;
  bottom: auto;
  right: auto;
}

.aboutus-orbit.is-bottom {
  z-index: -1;
  top: 153.7px;
  bottom: auto;
  right: auto;
}

.unparalleled-support-purple-layer {
  width: 19.1875rem;
  height: 7.5rem;
}

.unparalleled-support-shadow-layer {
  width: 19.5rem;
  height: 5.83691rem;
  position: absolute;
}

.text-block {
  text-align: right;
}

.text-block.is-fa {
  text-align: left;
  font-family: Yekanbakh, sans-serif;
  font-weight: 600;
}

.text-block-2 {
  text-align: right;
}

.footer_social-link-copy {
  border: 1px solid var(--white-smoke-opacity-20);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.paragraph-6 {
  text-align: right;
}

.paragraph-7 {
  direction: rtl;
  text-align: right;
}

.div-block {
  min-width: 100%;
  position: static;
  inset: 0%;
}

._404-heading {
  font-size: 12rem;
}

.heading {
  z-index: 1;
  text-align: right;
  max-width: 18ch;
  padding-right: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 18%;
}

.body {
  font-family: Yekanbakh, sans-serif;
}

.div-block-2 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.footer-info-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.post-image-wrapper {
  flex: 1;
  min-width: 0;
  min-height: 12.5rem;
  position: relative;
}

.image {
  border-radius: 1rem 1rem 0 0;
  min-height: 12.5rem;
  position: static;
  inset: 0%;
}

.post-wrapper {
  border: 1px solid #ececec33;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  min-height: 20rem;
  display: flex;
}

.collection-item {
  justify-content: center;
  align-items: center;
  min-width: 0;
  display: flex;
}

.leaner-shadow {
  background-image: linear-gradient(#fff0, #04010a);
  position: absolute;
  inset: 0%;
}

.post-content-wraper {
  flex: 1;
}

.arthor-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem 1rem;
  display: flex;
}

.published-date {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
}

.image-2 {
  border-radius: 10rem;
  width: 2rem;
}

.post-text-block {
  color: #ecececa3;
  font-size: .8rem;
}

.fs_starrating-1_icon {
  color: #5f18d480;
  width: 1rem;
  display: block;
  position: relative;
}

.fs_starrating-1_icon.is-active-starrating {
  color: #5f18d4;
}

.fs_starrating-1_label {
  display: none;
}

.fs_starrating-1_radio-button {
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_starrating-1_radio-button.w--redirected-focus {
  box-shadow: none;
}

.fs_starrating-1_radio-button.w--redirected-focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_starrating-1_item {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.fs_starrating-1_item:hover {
  transform: translate(0, -2px);
}

.fs_starrating-1_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: stretch stretch;
  display: grid;
}

.fs_starrating-1_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.fs_starrating-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

._1post-link {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.faq-header-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding: 2rem 2rem 0;
  display: flex;
  position: relative;
}

.faq-header-wrap.is-hidden {
  display: flex;
}

.fs-search_field-1 {
  background-image: url('../images/search-black.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 2.25rem;
  border: 2px solid #000;
  border-radius: .5rem;
  min-width: 0%;
  max-width: none;
  height: 3.75rem;
  margin-bottom: 0;
  padding-left: 3.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  display: none;
}

.fs-search_field-1:focus {
  color: var(--black);
  border-color: #501aff;
}

.category-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.category-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--dim-grey-2);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.8rem 2rem;
  display: flex;
  position: relative;
}

.category-card:hover {
  border-color: var(--blue-violet);
}

.category-card.is-internal {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

.icon-wrapper {
  background-color: #0000;
  border-radius: .5rem;
}

.category-text-wrap {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.result-container {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 57rem;
  min-height: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 22rem 0% auto;
}

.result-display-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.link-to-cms-collection {
  display: block;
  position: absolute;
  inset: 0%;
}

.link-to-cms-collection.is-farsi {
  display: block;
}

.faq-title-card {
  background-color: #0000;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  position: relative;
}

.faq-title-card:hover {
  background-color: var(--dark-purple);
}

.button-2 {
  background-color: #0000;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.cms-item-global {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--dim-grey-2);
  border-radius: .5rem;
  flex-flow: column;
  padding: 2rem 4rem;
  display: flex;
}

.faq-content-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  padding: 2rem 2rem 1.5rem;
  display: flex;
}

.article-content {
  padding: 0 2rem 2rem;
  line-height: 1.5;
}

.article-content.is-farsi {
  direction: rtl;
}

.article-title {
  margin-top: 1.5rem;
  font-weight: 600;
}

.image-3 {
  width: 4rem;
  height: 4rem;
}

.container {
  padding-top: 2rem;
}

.search-input {
  background-color: #0000;
  border: .01rem solid #ffffff4d;
  border-radius: 10rem;
  padding: 1.5rem;
}

.search-input::placeholder {
  color: var(--light-grey);
}

.search-input.is-farsi {
  font-size: .8rem;
}

.search-input.is-farsi.is-hidden {
  display: block;
}

.search-button, .search-button-2 {
  display: none;
}

.search-input-2 {
  background-color: #0000;
  border: .01rem solid #ffffff4d;
  border-radius: 10rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.search-input-2:focus, .search-input-2:focus-visible, .search-input-2[data-wf-focus-visible], .search-input-2::placeholder, .link {
  color: var(--light-grey);
}

.search-result-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .01rem solid #ffffff4d;
  border-radius: .8rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
  position: relative;
}

.search-result-item:hover {
  border-color: var(--deep-purple);
}

.search-result-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.link-block {
  position: absolute;
  inset: 0%;
}

.path-faq-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.link-2 {
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-8, .text-block-9 {
  color: var(--dim-grey);
}

.is-farsi {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh, sans-serif;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11 {
  font-family: Yekanbakh, sans-serif;
}

.search {
  display: block;
}

.is-rightsatr {
  z-index: 1;
  width: 7rem;
  position: absolute;
  inset: 16% -25% 0% auto;
}

.is-leftstar {
  z-index: 1;
  width: 1.5rem;
  position: absolute;
  inset: 0% auto auto -16%;
}

.div-block-8 {
  filter: blur(520px);
  background-color: #006ab7;
  min-height: 8rem;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-8.is-big {
  z-index: -1;
  filter: blur(560px);
  background-color: #181439;
  border-radius: 100rem;
  width: auto;
  min-height: 100%;
}

.div-block-8.is-green {
  filter: blur(200px);
  background-color: #006316;
}

.div-block-8.is-brown {
  background-color: #504a5a;
}

.padding-section-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.card-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.prize-card {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #a967eb, #7946cd 30%, #48288e 48%, #271157 68%, #050510);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 1rem 0 0 1rem;
  flex: 1;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

.prize-card.is-2th {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #7474ff, #5757e3 30%, #3c3caa 48%, #272764 68%, #050510);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.prize-card.is-3th {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #55aea4, #428f87 30%, #216059 48%, #0c342f 68%, #050510);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.prize-card.is-4th {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #6a6674, #696474 30%, #524c5d 48%, #302a3b 68%, #050510);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.prize-card.is-fa {
  border-radius: 0 1rem 1rem 0;
}

.image-4 {
  width: 1rem;
  height: 1rem;
}

.image-4.is-hidden {
  display: none;
}

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

.text-span-2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.text-span-2.is-desktop {
  display: none;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: disc;
  display: flex;
}

.list.is-nobollet {
  list-style-type: none;
}

.place-cards {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #050510, #271157 18%, #48288e 70%, #7946cd 95%, #a967eb);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 0 1rem 1rem 0;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  min-width: 20%;
  padding: 0 2rem 0 0;
  display: flex;
}

.place-cards.is-2th {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #050510, #272764 18%, #3c3caa 70%, #5757e3 95%, #7474ff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-width: 25%;
}

.place-cards.is-3th {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #050510, #0c342f 18%, #216059 70%, #428f87 95%, #55aea4);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-width: 30%;
}

.place-cards.is-4th {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #050510, #302a3b 18%, #524c5d 70%, #696474 95%, #6a6674);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-width: 35%;
}

.place-cards.is-fa {
  border-radius: 1rem 0 0 1rem;
  padding-left: 2rem;
  padding-right: 0;
}

.text-block-10 {
  text-align: right;
  font-size: 3.5rem;
  font-weight: 600;
}

.prize-card-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  overflow: visible;
}

.prize-card-small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: url('../images/Pattern-2.png'), linear-gradient(326deg, #050510, #271157 32%, #48288e 52%, #7946cd 70%, #a967eb);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border: 1px solid #414141;
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 14.8rem;
  max-width: 14.8px;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.prize-card-small.is-2th {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #050510, #272764 32%, #3c3caa 52%, #5757e3 70%, #7474ff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.prize-card-small.is-3th {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #050510, #0c342f 32%, #216059 52%, #428f87 70%, #55aea4);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.prize-card-small.is-4th {
  background-image: url('../images/Pattern-2.png'), linear-gradient(318deg, #050510, #302a3b 32%, #524c5d 52%, #696474 70%, #6a6674);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: flex;
}

.prize-card-small.is-4th.is-desktop {
  display: none;
}

.prize-card-small.is-empty {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.prize-card-small.is-none {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-style: none;
}

.tabs-menu {
  background-color: #18151e;
  border: 1px solid #ffffff1a;
  border-radius: 100rem;
  padding: .5rem;
}

.tab-link-tab-1 {
  color: var(--dim-grey);
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  color: var(--white);
  background-color: #0000;
  background-image: linear-gradient(90deg, #9863f2, #501ecd);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tab-link-tab-2 {
  color: #6a6572;
  background-color: #0000;
  background-image: none;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}

.tab-link-tab-2.w--current {
  background-image: linear-gradient(90deg, #9863f2, #501ecd);
}

.tab-link-tab-2.is-fa {
  border-radius: 0 10rem 10rem 0;
}

.tab-link-tab-4 {
  background-color: #0000;
  background-image: none;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

.tab-link-tab-4.w--current {
  background-image: linear-gradient(90deg, #9863f2, #501ecd);
}

.tab-link-tab-4.is-fa.w--current {
  border-radius: 10rem 0 0 10rem;
}

.round1-content-wrap {
  outline-offset: 0px;
  border: 1.5px solid #504a5a;
  border-radius: 1rem;
  outline: .7rem solid #292532;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.table-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.table-block-inside {
  background-color: #181439;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 2rem 1rem;
  display: flex;
}

.table-block-inside.is-buttom {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: #12193f;
  border-top: 1px solid #ffffff1a;
  border-right: 1px dashed #ffffff1a;
  flex-flow: column;
  flex: 1;
}

.table-block-inside.is-buttom.is-latest {
  border-right-style: none;
}

.table1 {
  padding: 2rem 1rem;
}

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

.text-block-14 {
  min-width: 7.6rem;
}

.text-block-15 {
  min-width: 5.8rem;
}

.text-block-16 {
  min-width: 6.7rem;
}

.text-block-17 {
  min-width: 4.9rem;
}

.text-block-18 {
  direction: rtl;
  text-align: right;
  min-width: 0;
  font-size: .9rem;
}

.text-block-18.is-tag {
  color: #0ca678;
  background-color: #1f3431;
  border: 1px #fff;
  border-radius: 10rem;
  padding: .4rem 1rem;
}

.text-block-18.is-tag.is-green {
  color: #aa92e7;
  background-color: #300d8a;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  padding: 0 2rem;
  display: flex;
}

.div-block-10 {
  flex: 0 40%;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-field {
  text-align: right;
  background-color: #0000;
  background-image: linear-gradient(141deg, #bd9af814, #ececec05 53%, #ececec00);
  border: 1px solid #363a3d;
  border-radius: .5rem;
  min-height: 3rem;
}

.submit-button {
  background-color: #504a5a;
  border-radius: 1rem;
  min-width: 30rem;
  min-height: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.success-message {
  background-color: #0000;
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#ffffff1f, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-19 {
  text-align: center;
  max-width: 60ch;
}

.button-3 {
  color: #aa92e7;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 10rem;
  padding: .6rem 2rem;
  display: none;
}

.competiton-shadow {
  z-index: -2;
  filter: blur(560px);
  background-color: #7f5cda;
  width: 30rem;
  height: 8rem;
  position: absolute;
  inset: auto 28% 59% auto;
}

.image-7 {
  z-index: 3;
  width: 27rem;
  max-width: 100%;
  display: block;
  position: absolute;
  inset: auto 0% -7rem auto;
}

.image-7.is-left {
  width: 27rem;
  max-width: 100%;
  inset: auto auto -5.2rem 0%;
}

.form-block {
  display: none;
}

.text-span-3, .text-span-4, .text-span-5 {
  font-size: 1.3rem;
}

.utm.is-hidden {
  display: none;
}

.testomonial-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid #fff3;
  border-radius: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 20rem;
  padding: 0;
  display: flex;
  position: relative;
}

.testomonial-card.is-certificate {
  min-height: 0;
  overflow: hidden;
  box-shadow: 0 12px 48px #7f5cda59;
}

.testomonial-card.is-features {
  padding: 1.5rem;
}

.image-8 {
  width: 10rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-8.is-spider {
  width: 8rem;
}

.slider {
  background-color: #0000;
  min-width: 100%;
  min-height: 0;
  max-height: none;
}

.slider.is-features {
  flex-flow: row-reverse;
  min-height: 0;
  display: flex;
}

.slide {
  flex: 0 0 32.5%;
  align-self: auto;
  width: 30%;
  max-width: none;
  margin-right: 1rem;
}

.mask {
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  padding: 1.5rem 2rem 0;
  display: flex;
}

.mask.is-hidden {
  display: none;
}

.mask.is-features {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  min-height: 22rem;
  padding: 1rem;
}

.mask.is-features.is-en {
  flex-flow: row;
}

.mask.is-certificate {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mask.is-certificate.is-hidden {
  display: none;
}

.mask.is-certificate.is-en {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.slide-nav {
  background-color: #0000;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: none;
}

.slide-nav.is-feature, .right-arrow, .left-arrow {
  display: none;
}

.image-9 {
  min-height: 0;
  position: static;
  inset: 0%;
}

.div-block-13 {
  background-color: #000;
  border: 1px solid #3e3948;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.image-10 {
  width: 15rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-11 {
  width: 15rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.is-desktop {
  z-index: 0;
  max-width: 70%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.is-desktop.is-fa {
  transform-style: preserve-3d;
  max-width: 70%;
  inset: auto auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.is-mobile {
  display: none;
}

.is-mobile.is-facompt {
  transform-style: preserve-3d;
}

.competition-hero {
  padding: 1.5rem;
  position: relative;
}

.competition-hero.is-100vh {
  height: 100svh;
  min-height: 750px;
}

.competition-hero.is-100vh.is-comptfa {
  display: none;
}

.countdown-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.countdown-cell {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-image: linear-gradient(#ffffff17, #00000017);
  border: 1px #ffffff0d;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 4.125rem;
  height: 5rem;
  display: flex;
  box-shadow: inset 0 .75rem .6875rem #ffffff0f;
}

.countdown-number {
  color: var(--white-smoke);
  font-size: 1.75rem;
  font-weight: 700;
}

.countdown-badge {
  background-color: #fff0;
  border: 1px #122b6914;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-small-text {
  color: #fff;
  font-size: .625rem;
  font-weight: 300;
}

.hero-section-v2 {
  height: 100svh;
  min-height: 870px;
  padding: 1.5rem;
  position: relative;
}

.heading-huge {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 6rem;
  font-weight: 600;
}

.heading-huge.is-fa, .heading-huge.is-fa-hero {
  font-size: 5rem;
}

.heading-huge.text-weight-xbold {
  font-weight: 800;
}

.heading-huge.animation {
  font-size: 5.3rem;
}

.counter-divider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: .375rem;
  margin-left: .375rem;
  margin-right: .375rem;
  display: flex;
}

.discover-hero-wrap {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 10rem;
  display: flex;
  position: absolute;
  inset: auto auto 2.75rem;
}

.image-hero {
  background-color: var(--dark-purple);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.image-hero-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.whyus-p {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#dad6de, #8a7c92);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 25rem;
  font-size: 1.25rem;
  font-style: italic;
}

.content-item-wrap {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-item-wrap.end {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2.25rem 1.5rem;
}

.content-item-wrap.end.is-fa {
  margin-right: 0;
}

.content-item-wrap.with-gap.is-fa {
  margin-left: auto;
  margin-right: 0%;
}

.content-item-wrap.is-fa.is-right {
  margin-left: auto;
  margin-right: 0;
}

.img-item-whyus-wrap {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  max-width: 14rem;
  position: absolute;
  inset: auto 6.5rem 2rem auto;
}

.img-item-whyus-wrap.is-fa {
  left: 6.5rem;
  right: auto;
}

.star-img-item-whyus {
  object-fit: contain;
  width: 11.375rem;
  position: absolute;
  inset: auto 0 1rem auto;
}

.star-img-item-whyus.is-fa {
  left: 0;
  right: auto;
}

.whyus-items-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5.625rem;
  display: grid;
}

.img-lines-item-whyus {
  font-size: 1rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img-lines-item-whyus.is-fa {
  transform-style: preserve-3d;
  left: 0%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.whyus-item-border {
  background-image: linear-gradient(#4f3c67, #40188a);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: static;
}

.whyus-item-border.samll {
  flex-flow: row;
}

.whyus-item-border.big {
  background-image: none;
}

.bg-item-whyus {
  object-fit: cover;
  background-image: linear-gradient(137deg, #141414, #361259), linear-gradient(#141414, #141414);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-item-whyus.is-fa {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.whyus-item {
  background-image: linear-gradient(147deg, #141414, #361259);
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 16.9375rem;
  padding: 2.25rem 1.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.whyus-item.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.whyus-item.samll {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 19rem;
}

.whyus-item.samll.is-fa {
  justify-content: flex-start;
  align-items: flex-start;
}

.whyus-item.is-fa {
  justify-content: flex-end;
  align-items: flex-start;
}

.heading-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-wrap.is-margin {
  margin-bottom: 5rem;
}

.trusted-img {
  width: 13.625rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.trusted-img.is-fa {
  left: 0;
  right: auto;
}

.fast-payouts-img {
  width: 100%;
  max-width: 23.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 1.875rem 0;
}

.exceptional-img {
  width: 17.4rem;
  position: absolute;
  inset: auto -2rem 0% auto;
}

.earth-img {
  position: absolute;
  inset: auto auto 0%;
}

.free-competitions-img {
  width: 100%;
  height: 8.08398rem;
  position: absolute;
  inset: auto auto -2.5rem;
}

.earh-img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.earh-img-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.carts-how-it-works-item-border {
  background-image: linear-gradient(#4f3c67, #40188a);
  border-radius: 24px;
  flex: 1;
  padding: 1px;
}

.carts-how-it-works-item-border._3 {
  position: relative;
  top: 9.375rem;
}

.carts-how-it-works-item-border._2 {
  width: 100%;
  position: relative;
  top: 3.125rem;
}

.carts-how-it-works-item {
  background-image: linear-gradient(171deg, #130c1b, #160c20 29%, #361259);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 3.5rem 2.3125rem;
  display: flex;
  position: relative;
}

.text--number-big {
  opacity: .6;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#bfa3ec, #986ae100);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13.8125rem;
  font-weight: 700;
  position: absolute;
  inset: 0% 18% 0% auto;
}

.text--number-big.is-fa {
  left: 18%;
  right: auto;
}

.icon-how-it-works {
  background-image: linear-gradient(#9e76e8, #843fc5);
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  padding: 1.375rem;
  box-shadow: inset 0 3.75px 3.75px #ffffff3b, 0 19px 96px #8c4ece99;
}

.content-how-it-works-wrap {
  grid-column-gap: 2.5625rem;
  grid-row-gap: 2.5625rem;
  flex-flow: row;
  padding-top: 2rem;
  padding-bottom: 9.375rem;
  display: flex;
}

.icon-how-it-works-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  display: flex;
}

.text-size-huge {
  font-size: 1.75rem;
}

.text-size-huge.is-fa {
  font-family: Yekanbakh, sans-serif;
  font-size: 1.6rem;
}

.text-color-white80 {
  color: var(--whte80);
}

.purple-circle {
  filter: blur(8rem);
  pointer-events: none;
  background-image: radial-gradient(circle closest-corner, #471870, #47187000);
  border-radius: 50%;
  width: 82.625rem;
  height: 82.625rem;
  position: absolute;
  inset: -62rem auto auto;
}

.section-pattern {
  pointer-events: none;
  width: 100%;
  max-width: 71.375rem;
  position: absolute;
  inset: -8rem auto auto;
}

.line-cart-challenges-wrap {
  width: 100%;
}

.img-bg-light {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.list-item-challenges {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.button-wrap-challenges-cart {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.border-challenges-cart-item {
  background-image: linear-gradient(137deg, #ffffff69, #fff0);
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  padding: 1px;
  overflow: hidden;
}

.border-challenges-cart-item.blue {
  background-image: linear-gradient(137deg, #ffffff69, #fff0);
}

.border-challenges-cart-item.purple {
  background-image: linear-gradient(137deg, #9240f199, #9240f100);
}

.border-challenges-cart-item.purple.bigest {
  align-self: stretch;
}

.challenges-cart-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(149deg, #ffd54240, #ffd5421c 22%, #ffd54212 50%, #ffd54200), linear-gradient(#141414, #141414);
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: grid;
}

.challenges-cart-item.purple {
  background-image: linear-gradient(149deg, #b877ff99, #b877ff66 0%, #b877ff40 19%, #b877ff21 51%, #b877ff0d 78%, #b877ff00), linear-gradient(#141414, #141414);
}

.challenges-cart-item.purple.bigest {
  background-image: linear-gradient(175deg, #b877ff99, #b877ff66 0%, #b877ff40 19%, #b877ff21 51%, #b877ff0d 78%, #b877ff00), linear-gradient(#141414, #141414);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  place-content: start;
  place-items: center start;
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}

.challenges-cart-item.blue {
  background-image: linear-gradient(#171020, #171020);
  position: relative;
}

.content-wrap-cart-challenges {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrap-cart-challenges.bigest {
  flex-flow: row;
}

.line-cart-challenges {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff0, #ffffff80 50%, #fff0);
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
}

.challenges-carts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 3.625rem;
  display: grid;
}

.list-cart-challenges {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white-smoke);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 300;
  list-style-type: none;
  display: flex;
  position: relative;
}

.list-cart-challenges.is-wrap {
  flex-flow: wrap;
}

.img-check-wrap {
  background-color: #ffffff0f;
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.challenges-carts-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-cart-item-challenges {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.title-cart-item-challenges.right {
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-challenges {
  width: 100%;
  max-width: 3.625rem;
  margin-bottom: .25rem;
}

.icon-challenges.blue {
  filter: saturate(200%);
  border-radius: 100%;
}

.max-width-custom-4 {
  max-width: 37rem;
}

.heading-custom-01 {
  color: var(--white-smoke);
  text-align: center;
  font-size: 2.25rem;
  font-weight: 800;
}

.container-xlarge {
  border-radius: 1rem;
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.text-highlight-wrap {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content-wrap {
  background-image: linear-gradient(#b877ff1a, #b877ff00), linear-gradient(#ffffff05, #ffffff05);
  border-radius: 1.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.6875rem .75rem .75rem;
}

.credit-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white-smoke-opacity-40);
  background-color: #9863f20a;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 1.5rem;
  display: flex;
}

.feature-item.features {
  display: flex;
}

.feature-item.features.redus-right {
  border-bottom-right-radius: 16px;
}

.feature-item.features.redus-left {
  border-bottom-left-radius: 16px;
}

.feature-item.features.gray {
  background-color: #d9c3ff0a;
}

.purple-tab-link {
  background-color: #0000;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .875rem 4rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.125rem;
  display: flex;
}

.purple-tab-link.w--current {
  background-color: #5f18d4;
}

.compare-accounts {
  background-color: #181121;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: .625rem;
  padding: 2.625rem 4rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.compare-accounts.desktop-off {
  display: none;
}

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

.left-compare-accounts {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-med-16 {
  color: #0d0915;
  font-weight: 500;
  line-height: 1.1;
}

.text-med-16.white {
  color: #ececec;
  font-size: 16px;
}

.icon-feature {
  flex: none;
  width: 2.5rem;
}

.bg-link-tab {
  background-image: linear-gradient(90deg, #ffe768, #ff9934);
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.icon-credit {
  width: 2.375rem;
}

.linke-wrap-tab {
  background-color: #0000;
  border-radius: 1.5rem;
  padding: .875rem 3.875rem;
  font-size: 1.125rem;
  position: relative;
}

.linke-wrap-tab.w--current {
  color: var(--black-v2);
}

.bg-blur-compare-accounts {
  width: 120%;
  max-width: 720px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-blur-compare-accounts.is-fa {
  transform-style: preserve-3d;
  left: 0%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-med-14 {
  color: #0d0915;
  font-weight: 500;
  line-height: 1.1;
}

.purple-tabs-menu {
  background-color: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  margin-top: 5.1875rem;
  margin-bottom: 2rem;
  display: flex;
}

.feature-row {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-row.hide {
  display: flex;
}

.cloes-modal {
  cursor: pointer;
  width: 100%;
  max-width: 3.375rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.title-row {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tebs-live-demo-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 6.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
}

.credit-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3.5rem;
  display: flex;
}

.title-item {
  color: var(--white-smoke);
  background-color: #d9c3ff0a;
  align-self: stretch;
  width: 100%;
  padding: 2rem 1.5rem;
}

.title-item.gray {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-item.gray.radius-left {
  border-top-left-radius: 16px;
}

.title-item.radius-right {
  border-top-right-radius: 16px;
}

.button-credit-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-credit {
  background-image: linear-gradient(90deg, var(--light-purple), #9f5ded);
  border-radius: 3.125rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 3.2rem;
  display: flex;
}

.button-credit.is-gray {
  background-image: linear-gradient(to bottom, var(--light-purple), var(--light-purple));
}

.button-compare-accounts {
  cursor: pointer;
  background-color: #ececec;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.select-preference {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.9375rem;
  display: flex;
}

.select-preference.is-hidden {
  display: flex;
}

.plan-tab {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plan-tab-content {
  align-self: stretch;
}

.compare-account-logo {
  width: 8.875rem;
  height: 8.875rem;
  position: absolute;
  inset: auto 10rem auto auto;
}

.compare-account-logo.is-fa {
  left: 10rem;
  right: auto;
}

.performance-tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 1.25rem;
  display: flex;
}

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

.performance-radio-button {
  border: 1px solid var(--white);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem;
  display: flex;
}

.performance-active {
  background-color: var(--white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.text-color-gray-v2 {
  color: var(--gray-v3);
  font-family: Plus Jakarta Sans, sans-serif;
}

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

.text-title-modal {
  color: #efe8f3;
  text-align: center;
  font-size: 64px;
  font-weight: 600;
}

.modal {
  background-image: linear-gradient(#b877ff1a, #b877ff00), linear-gradient(#ffffff05, #ffffff05);
  border-radius: 24px;
  width: 100%;
  min-width: 0;
  max-width: 1176px;
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}

.modal-section {
  z-index: 2;
  background-color: #0c0814;
  border: 1px solid #ffffff08;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: auto;
}

.title-modal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.title-row--modal {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-modal {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal-bg {
  z-index: 990;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(1.875rem);
  backdrop-filter: blur(1.875rem);
  background-color: #8484841a;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4.75rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.img-wrap-our {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.number-count-item-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.blur-purple {
  z-index: 0;
  width: 100%;
  position: relative;
}

.blur-purple.down {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.text-number {
  font-size: 3.5vw;
  font-weight: 700;
}

.number-count {
  z-index: 3;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.line-number-count {
  background-color: #ffffff1f;
  flex: none;
  width: 1px;
  height: 7.25rem;
}

.lottie-animation {
  opacity: .4;
  pointer-events: none;
  flex: none;
  width: 100vw;
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.imgs-opo {
  border-radius: 24px;
  width: 100%;
  position: absolute;
}

.imgs-opo.mobile {
  display: none;
}

.sticky-heading {
  font-size: 6vw;
}

.sticky-track {
  height: 250vh;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300vh;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 3rem;
}

.features-card {
  transform-origin: 50% 0;
  border-radius: 2.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 38.125rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.features-card.first {
  z-index: 1;
}

.features-card.second {
  z-index: 2;
}

.features-card.third {
  z-index: 3;
}

.sticky-image {
  border-radius: 40px;
  width: 100%;
}

.video-wrap {
  flex-flow: column;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
}

.title-video-wrap {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.videos-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.p-video {
  margin-bottom: 0;
  font-weight: 500;
}

.p-video.is-farsi {
  direction: rtl;
}

.videos-wrap {
  z-index: 3;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.5rem;
  margin-bottom: 3.4375rem;
  display: flex;
  position: relative;
}

.text-wrap-trader {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  display: flex;
}

.video-container {
  border-radius: .875rem;
  overflow: clip;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.h3.samll {
  color: #fff;
  max-width: 25ch;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.video-1 {
  border: 1px #0000;
  width: 100%;
}

.p-video-designer {
  color: #b2b2b2;
  margin-bottom: 0;
  font-weight: 300;
}

.rightplan {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dplan-head-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.referring-coin-img {
  width: 3.625rem;
}

.button-wrap-video {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrap-video.earn {
  margin-top: 3rem;
}

.button-video {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.button-video.earn {
  max-width: 287px;
}

.leftplan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 50%;
  display: flex;
  position: relative;
}

.line-for-cart {
  background-image: linear-gradient(90deg, #0000, #ffd542 50%, #fff0);
  width: 100%;
  height: 2px;
}

.line-for-cart.gold {
  z-index: 2;
  background-image: linear-gradient(90deg, #0000, #fbff1d 50%, #fff0);
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 -1px 67px #fff;
}

.text-button {
  color: #fff;
  letter-spacing: -.36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.text-button.under {
  position: absolute;
  inset: auto 0% -100%;
}

.text-button.under.dark, .text-button.black {
  color: #000;
}

.referring-title {
  color: #b67300;
  font-size: 2.25rem;
}

.referring-title.splantext {
  color: #fff;
}

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

.button-conten-link {
  position: relative;
  overflow: clip;
}

.dplan {
  background-image: linear-gradient(135deg, #ffe768, #ff9934);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 42rem;
  margin-top: 60px;
  padding: 1.6875rem 1.5rem;
  display: flex;
  position: relative;
}

.dplan.silverplan {
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-image: linear-gradient(135deg, #ffffff26, #ffffff12);
  margin-top: 0;
  rotate: -4.28deg;
}

.dplan.silverplan.boronzeplan {
  background-color: #ffffff0d;
  background-image: linear-gradient(135deg, #ffffff26, #ffffff0a);
  rotate: 1.28deg;
}

.dplan.silverplan.silverrow {
  z-index: 2;
  background-color: #ffffff0d;
  background-image: linear-gradient(90deg, #ffffff1a, #fff0);
}

.dplan.goldenrow {
  z-index: 1;
  background-image: linear-gradient(135deg, #ffe768, #ff9934);
}

.referring-light {
  width: 100%;
  max-width: 21.25rem;
  position: absolute;
  top: 1.74rem;
  bottom: auto;
}

.social-icon {
  position: absolute;
}

.social-button-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  font-size: 1.25rem;
  display: flex;
}

.social-media-card {
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  transition: all .35s ease-out;
  display: flex;
}

.social-media-card:hover {
  color: #b443ff;
  background-image: linear-gradient(204deg, #b443ff7a, #fff0);
}

.social-media-card.discord:hover {
  color: #434bff;
  background-image: linear-gradient(204deg, #434bff87, #434bff00);
}

.social-media-card.youtube:hover {
  color: #ff439e;
  background-image: linear-gradient(204deg, #ff439e3b, #ff439e00);
}

.social-dots-img {
  z-index: -1;
  position: absolute;
  right: 0;
}

.heading-dy {
  color: #5873ff;
  font-size: 32px;
  font-weight: 400;
}

.text-span {
  color: #fff;
}

.socialcart {
  background-color: #ffffff08;
  border-radius: 24px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shodowp {
  filter: blur(17px);
  background-color: #ae27e75c;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: -18px;
}

.shodowg {
  filter: blur(17px);
  background-color: #ce4648;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: -18px;
}

.socialtexts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
}

.heading-4 {
  color: #ae27e7;
  font-size: 32px;
  font-weight: 400;
}

.social-shadow {
  z-index: -1;
  position: absolute;
  right: 0;
}

.sicon {
  background-color: #ffffff0f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-3-copy-copy {
  color: #ec3056;
  font-size: 32px;
  font-weight: 400;
}

.shodowd {
  filter: blur(17px);
  background-color: #475ece;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: -18px;
}

.social-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.categorybadgee {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #fff;
  background-color: #d5d5d5b3;
  border: 1px solid #ffffff08;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: absolute;
  inset: 5% auto auto 3%;
}

.blogratee {
  justify-content: space-between;
  margin-top: .625rem;
  margin-bottom: .75rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.starsnumber {
  color: var(--plum);
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.blog-img-wrap {
  width: 100%;
  height: 14.375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-card-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.text-block-21 {
  color: #ecececa3;
  font-weight: 300;
}

.blog-card {
  cursor: pointer;
  background-image: linear-gradient(#09091129, #0909112e);
  border: 1px solid #ffffff12;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: .5em;
  display: flex;
  overflow: hidden;
}

.numberofrate {
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  background-color: #0006;
  background-image: radial-gradient(circle farthest-side, #5f18d429, #ececec00);
  border: 1px solid #bd9af866;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  min-width: 3.375rem;
  min-height: 2rem;
  display: flex;
}

.blogtimee {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.blog-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-top: .625rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.text-block-24 {
  color: #ecececa3;
  font-weight: 300;
}

.starsratee {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrap-baner {
  color: #9b88be;
  background-image: linear-gradient(45deg, #1a0827 15%, #3d115f);
  border: .68px solid #fff6;
  border-radius: 135.7px;
  justify-content: center;
  align-items: center;
  padding: .375rem 2.875rem;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
  box-shadow: -5.43px 0 5.43px #6454a6;
}

.banner-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fcfbf9, #928c8c 75%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
}

.content-baner-wrap {
  background-color: #180c24;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3.4rem;
  display: grid;
  overflow: clip;
}

.content-baner-wrap.is-fa {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding-left: 0;
}

.baner-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.baner-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.tabs-v2, .tab-content-v2 {
  width: 100%;
}

.hero-button-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

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

.featured-box {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  border: 1px solid #bd9af833;
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.4rem;
  font-family: Yekanbakh, sans-serif;
  display: flex;
}

.featured-box.is-rules {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-right: 3rem;
}

.featured-box.is-rules.is-org {
  border-color: #e48a8033;
}

.featured-box.is-rules.is-blue {
  border-color: #298bff33;
}

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

.image-12 {
  background-color: #bd9af81a;
  border-radius: .5rem;
  width: 3rem;
  height: 2.8rem;
  padding: .6rem .8rem;
}

.image-12.is-org {
  background-color: #e48a801a;
}

.image-12.is-blue {
  background-color: #80a6e41a;
}

.text-block-25 {
  color: #bd9af8;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9rem;
}

.text-block-25.is-org {
  color: #e48a80;
}

.text-block-25.is-blue {
  color: #298bff;
}

.text-block-26 {
  direction: ltr;
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-26.is-fa {
  direction: rtl;
  text-align: right;
  font-family: Yekanbakh, sans-serif;
}

.feature-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 38rem;
  display: flex;
}

.feature-container.is-nomax {
  max-width: none;
}

.div-block-14 {
  display: flex;
}

.max-width-huge {
  max-width: 58rem;
}

.button-4 {
  color: #04010a;
  text-align: center;
  background-color: #ececec;
  border-radius: 3.125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.71;
  transition: transform .3s;
  display: flex;
}

.button-4:hover {
  transform: scale(.97);
}

.button-4:active {
  transform: scale(.94);
}

.button-4.is-org {
  background-color: #ff8a00;
}

.button-4.is-blur {
  color: #fff;
  background-color: #ececec0f;
  border: 1px solid #ececec33;
}

.button-4.is-blur.is-responsive {
  z-index: 0;
  display: block;
  position: static;
}

.button-4.is-blur.is-responsive.is-freetrial {
  background-color: #965cd3;
  padding: .4rem 1rem;
}

.button-4.is-white {
  color: #04010a;
  background-color: #fff;
}

.button-4.is-gradiant {
  color: #ececec;
  background-image: linear-gradient(148deg, #ae75db, #933bd8 20%, #722be6 51%, #3f7bff 75%, #316cffcc);
  display: flex;
  box-shadow: inset 0 0 0 2px #ececec4d;
}

.button-4.is-gradiant.discord {
  display: flex;
}

.button-4.is-blue {
  color: #fff;
  background-color: #07f;
}

.button-4.is-purple {
  color: #ececec;
  background-color: #722be6;
}

.button-4.width-large {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.hero-line-svg-2 {
  width: 100%;
  position: absolute;
  inset: auto 0% -3em;
}

.corea-purple-shadow-2 {
  opacity: .15;
  filter: blur(10em);
  background-color: #a318d4;
  border-radius: 50%;
  width: 51em;
  height: 51em;
  margin-left: 3.3125em;
  display: none;
  position: absolute;
  inset: auto auto 0 0;
}

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

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-white.class-target {
  font-size: 1.5rem;
  line-height: 1.4;
}

.corea-pink-shadow-2 {
  opacity: .21;
  filter: blur(10em);
  background-color: #a318d4;
  border-radius: 50%;
  width: 61.25em;
  height: 61.25em;
  margin-right: 3.3125em;
  display: none;
  position: absolute;
  inset: auto 0 0 auto;
}

.tag-wrap-2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #bd9af8;
  background-image: radial-gradient(circle, #5f18d429, #ececec08);
  border: 1px solid #bd9af833;
  border-radius: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  line-height: 1.71;
}

.tag-wrap-2.is-bg {
  color: #61cbe2;
  background-color: #0b0d1d;
}

.hero-wrap-2 {
  background-image: linear-gradient(157deg, #04010a, #0b0d1e 39.92%, #04010a);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 5.5625rem;
  padding-bottom: 5.5625rem;
  font-size: 1vw;
  display: flex;
  position: relative;
}

.div-block-15 {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 24em;
  left: 7.9em;
}

.div-block-16 {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 16.5em;
  right: 8.4em;
}

.div-block-17 {
  filter: blur(160px);
  background-image: radial-gradient(circle, #a318d4, #6a00ff);
  width: 20rem;
  height: 10rem;
  position: absolute;
  top: 25rem;
}

.div-block-18 {
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: 5.6em;
  left: 32.7em;
}

.rules-component {
  text-align: center;
  background-color: #5e2cd426;
  background-image: url('../images/Noise.png');
  background-repeat: repeat;
  background-size: 88px;
  border: 2px solid #bd9af81a;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rules-component.is-org {
  background-color: #ff69291a;
}

.rules-component.is-blue {
  background-color: #80a6e426;
}

.rule-heading-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.heading-5 {
  text-align: left;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-6 {
  text-align: left;
  margin-top: .4rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.advancement-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.pink-block {
  background-color: #bd9af8;
  width: .2rem;
}

.pink-block.is-org {
  background-color: #e48a80;
}

.pink-block.is-blue {
  background-color: #80a6e4;
}

.dot-shadow {
  background-color: #bd9af826;
  border-radius: 100rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.dot-shadow.is-org {
  background-color: #e48a8026;
}

.dot-shadow.is-blue {
  background-color: #80a6e426;
}

.dot-pink {
  background-color: #bd9af8;
  border-radius: 1000rem;
  width: .7rem;
  height: .7rem;
}

.dot-pink.is-org {
  background-color: #e48a80;
}

.dot-pink.is-blue {
  background-color: #80a6e4;
}

.text-line-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  padding: .5rem 0;
  display: flex;
}

.text-block-27 {
  direction: rtl;
  color: #fff9;
  text-align: right;
  font-size: 1.2rem;
}

.text-block-27.is-fa {
  direction: rtl;
}

.text-block-27.is-eng {
  direction: ltr;
}

.text-block-28 {
  direction: ltr;
  color: #fffc;
  text-align: left;
  font-size: 1.1rem;
}

.text-block-28.is-fa {
  direction: rtl;
}

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

.div-block-20 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: auto;
  display: flex;
}

.round-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 2rem;
  display: flex;
}

.text-block-29 {
  color: var(--black);
  background-color: #ececec;
  border-radius: 10rem;
  padding: .4rem 1.6rem;
  font-weight: 600;
}

.image-14 {
  max-width: 100%;
  position: absolute;
  inset: 0 0 auto auto;
  overflow: clip;
}

.image-14.is-fa {
  transform-style: preserve-3d;
  inset: 0% auto auto 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.purple-shadow {
  filter: blur(150px);
  background-color: #0000;
  background-image: radial-gradient(circle, #6229ff, #9b29ff 53%, #bd9af8);
  width: 15rem;
  height: 20rem;
  position: absolute;
  inset: -9% -8% auto auto;
  transform: rotate(45deg);
}

.purple-shadow.is-org {
  background-image: radial-gradient(circle, #e49c80, #d57114 53%, #ff8329);
}

.purple-shadow.is-blue {
  background-image: radial-gradient(circle, #80a6e4, #146dd5 53%, #298bff);
}

.purple-shadow.is-fa {
  inset: -9% auto auto -8%;
  transform: rotate(-45deg);
}

.white-lamp-shadow {
  filter: blur(200px);
  background-color: #fff;
  width: 14rem;
  height: 14rem;
  position: absolute;
  inset: -9% -8% auto auto;
  transform: rotate(45deg);
}

.white-lamp-shadow.is-fa {
  inset: -9% auto auto -8%;
  transform: rotate(-45deg);
}

.white-lamp-shadow.is-fa.is-round1 {
  filter: blur(25px);
  width: 5rem;
  height: 15rem;
  left: 5%;
  transform: rotate(115deg);
}

.white-lamp-shadow.is-fa.is-round2 {
  filter: blur(25px);
  width: 5rem;
  height: 15rem;
  inset: -9% 5% auto auto;
  transform: rotate(-115deg);
}

.purple-lamp-shadow {
  filter: blur(54px);
  background-color: #bd9af8;
  width: 2rem;
  height: 95rem;
  position: absolute;
  inset: -112% -8% auto auto;
  transform: rotate(45deg);
}

.purple-lamp-shadow.is-org {
  background-color: #e49c80;
}

.purple-lamp-shadow.is-blue {
  background-color: #80a6e4;
}

.purple-lamp-shadow.is-fa {
  inset: -112% auto auto -8%;
  transform: rotate(-45deg);
}

.white-large-lamp {
  filter: blur(20px);
  transform-style: preserve-3d;
  background-color: #fff;
  width: 3rem;
  height: 10rem;
  position: absolute;
  inset: -6% 0% auto auto;
  transform: rotateX(0)rotateY(4deg)rotateZ(37deg);
}

.white-large-lamp.is-fa {
  inset: -6% auto auto 0%;
  transform: rotate(-37deg);
}

.rules-component-wrap {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  flex-flow: column;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.div-block-24 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #1b1124;
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: stretch;
  height: 6rem;
  padding: .5rem 1.3rem;
  display: flex;
}

.div-block-24.is-heading {
  background-color: #936dff;
  border-top-left-radius: 1rem;
}

.div-block-24.is-heading.is-fa {
  border-top-left-radius: 0;
  border-top-right-radius: 1rem;
}

.div-block-24.is-heading-right {
  background-color: #936dff;
  border-top-right-radius: 1rem;
}

.div-block-24.is-heading-right.is-fa {
  border-top-left-radius: 1rem;
  border-top-right-radius: 0;
}

.div-block-24.is-right {
  background-color: #ffffff0d;
  border-left: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
}

.div-block-24.is-button {
  border-bottom-style: none;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
}

.image-15 {
  width: 3rem;
  height: auto;
}

.div-block-26 {
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.text-block-30 {
  justify-content: center;
  align-items: center;
  font-family: Vollkorn, serif;
  line-height: 1;
  display: flex;
  overflow: visible;
}

.div-block-27 {
  background-color: #2f2639;
  border-radius: 10rem;
  padding: .4rem .3rem;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: center;
  min-width: 2.7rem;
  padding-left: 0;
  padding-right: .5rem;
  display: flex;
}

.div-imag {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36 {
  align-self: center;
}

.text-block-37 {
  align-self: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-span-6 {
  font-weight: 600;
}

.text-block-39 {
  font-size: 1rem;
  font-weight: 400;
}

.text-span-7, .text-span-8 {
  font-weight: 600;
}

.is-fa {
  direction: rtl;
}

.partnership-logo-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.partnership-logo {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  width: 100%;
  max-width: 8.5625rem;
}

.features-card-camera {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3.75rem;
  display: flex;
  position: relative;
}

.features-img {
  z-index: 1;
  position: relative;
}

.features-shadow {
  z-index: 2;
  background-color: var(--dark-purple-v2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.round-card-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.round-card {
  border: 1px solid #ff9f5a1a;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.round-card.is-mobile {
  display: none;
}

.image-16 {
  width: 16rem;
}

.tag-round {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #000;
  background-image: radial-gradient(circle closest-side, #5f18d429, #ececec00);
  border: 1px solid #fff3;
  border-radius: 10rem;
  padding: .2rem 1rem;
  font-size: .8rem;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: .7rem;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

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

.text-block-40 {
  font-size: 2.5rem;
}

.text-block-41 {
  color: var(--dim-grey-3);
  font-size: 1.5rem;
}

.text-block-41.is-subtitle {
  color: var(--gray-v3);
  text-align: center;
  font-size: 1rem;
}

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

.nav-button-gp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.text-size-xsmall {
  font-size: .875rem;
}

.text-size-xsmall.text-color-white-smoke64 {
  color: #ecececa3;
}

.dot-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: .25rem;
  display: flex;
}

.sticky-z {
  width: 140%;
  max-width: 84.375rem;
  margin-top: 6.25rem;
  position: absolute;
  inset: auto;
}

.sticky-lines {
  max-width: 84.375rem;
  margin-top: 8rem;
  position: absolute;
  inset: 0% auto auto;
}

.sticky-blur {
  filter: blur(2.625rem);
  background-image: radial-gradient(circle farthest-side, #471870, #47187000);
  border-radius: 50%;
  width: 100%;
  max-width: 66.25rem;
  height: 100%;
  max-height: 66.25rem;
  position: absolute;
  inset: auto;
}

.blog-collection-list {
  flex-flow: column;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.banner-image {
  border-radius: 1.75rem;
}

.banner-image._1 {
  background-color: #15091b33;
  box-shadow: -5.43px -2.71px 8px #6d54a633;
}

.banner-image._2, .banner-image._3 {
  box-shadow: -5.43px -2.71px 8px #7954a6;
}

.banner-image-blur {
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  width: 441px;
  height: 248.422px;
}

.banner-image-blur._1 {
  position: absolute;
  inset: auto 0% -10.2rem auto;
}

.banner-image-blur._2 {
  position: absolute;
  inset: auto -4rem -6.5rem auto;
}

.banner-image-blur._3 {
  position: absolute;
  inset: auto -8rem -3rem auto;
}

.div-block-34 {
  filter: blur(160px);
  background-image: radial-gradient(circle, #a318d4, #6a00ff);
  width: 20rem;
  height: 10rem;
  position: absolute;
  top: 25rem;
}

.hero-wrap-3 {
  background-image: linear-gradient(157deg, #04010a, #0b0d1e 39.92%, #04010a);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 5.5625rem;
  padding-bottom: 5.5625rem;
  font-size: 1vw;
  display: flex;
  position: relative;
}

.text-block-42 {
  direction: ltr;
  color: #fffc;
  text-align: right;
  font-size: 1.1rem;
}

.text-block-42.is-fa {
  direction: rtl;
}

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

.div-block-36 {
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: 5.6em;
  left: 32.7em;
}

.text-block-43 {
  color: #bd9af8;
  font-size: .9rem;
}

.text-block-43.is-org {
  color: #e48a80;
}

.text-block-43.is-blue {
  color: #298bff;
}

.text-block-44 {
  text-align: right;
}

.features-shadow-2 {
  z-index: 2;
  background-color: #0d0420;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-logo-2 {
  -webkit-text-stroke-color: #f4f4f4;
  width: 6.2rem;
}

.text-block-45 {
  text-align: right;
}

.div-block-37 {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 16.5em;
  right: 8.4em;
}

.div-block-38 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: .7rem;
  display: flex;
}

.footer-discord-2 {
  text-align: center;
  background-color: #ececec0f;
  border: 1px solid #ececec33;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 24rem;
  padding: 1.5rem;
  display: flex;
}

.div-block-39 {
  justify-content: flex-start;
  align-items: center;
  min-width: 2.7rem;
  padding-left: 0;
  padding-right: .5rem;
  display: flex;
}

.drop-down-navbar-2 {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #04010a;
  border: 1px solid #ececec33;
  border-radius: .5rem;
  flex-direction: column;
  align-items: stretch;
  min-width: 8rem;
  padding: .375rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.drop-down-navbar-2.is-navbar {
  min-width: 10rem;
  display: flex;
  position: absolute;
  inset: 2.7rem auto auto 0;
}

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

.text-size-medium-3 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-3.is-featured {
  direction: ltr;
  text-align: center;
}

.text-size-medium-3.is-featured.is-fa {
  direction: rtl;
}

.text-size-medium-3.opacity-64 {
  opacity: .64;
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-size-medium-3.opacity-64.is-fa {
  font-family: Yekanbakh, sans-serif;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
}

.navbar-links-wrap-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid #ececec33;
  border-radius: 6.25rem;
  align-items: center;
  padding: .2rem 1.5rem;
  display: flex;
}

.footer_social-link-2 {
  border: 1px solid #ececec33;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hamburger-2 {
  cursor: pointer;
  background-color: #ececec0f;
  border: 1px solid #ececec33;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.hamburger-2.is-navbar {
  display: none;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

.heading-7 {
  text-align: left;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-46 {
  align-self: center;
}

.image-17 {
  max-width: 100%;
  position: absolute;
  inset: 0 0 auto auto;
  overflow: clip;
}

.image-17.is-fa {
  transform-style: preserve-3d;
  inset: 0% auto auto 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.navbar-mobile-100svh-2 {
  display: none;
}

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

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

.margin-top-3.maargin-up-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-block-47 {
  align-self: center;
}

.text-block-48 {
  justify-content: center;
  align-items: center;
  font-family: Vollkorn, serif;
  line-height: 1;
  display: flex;
  overflow: visible;
}

.text-block-49 {
  color: #686b6e;
  font-size: 1.5rem;
}

.text-block-49.is-subtitle {
  color: #d9e6dc;
  text-align: center;
  font-size: 1rem;
}

.image-18 {
  background-color: #bd9af81a;
  border-radius: .5rem;
  width: 3rem;
  height: 2.8rem;
  padding: .6rem .8rem;
}

.image-18.is-org {
  background-color: #e48a801a;
}

.image-18.is-blue {
  background-color: #80a6e41a;
}

.image-19 {
  width: 16rem;
}

.heading-small-2 {
  color: #fff;
  font-size: 1.5rem;
}

.text-block-50 {
  direction: rtl;
  color: #fff9;
  text-align: right;
  font-size: 1.2rem;
}

.text-block-50.is-fa {
  direction: rtl;
}

.text-block-51 {
  align-self: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer_link-2 {
  opacity: .7;
  color: #ececec;
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.71;
  text-decoration: none;
  transition: opacity .2s;
}

.footer_link-2:hover {
  opacity: 1;
}

.footer_link-2.w--current {
  color: #ececec;
}

.footer_link-2.is-head {
  opacity: 1;
  color: #ececec;
  margin-bottom: 0;
}

.div-block-45 {
  background-color: #2f2639;
  border-radius: 10rem;
  padding: .4rem .3rem;
}

.text-block-52 {
  font-size: 1.2rem;
  font-weight: 400;
}

.corea-pink-shadow-3 {
  opacity: .21;
  filter: blur(10em);
  background-color: #a318d4;
  border-radius: 50%;
  width: 61.25em;
  height: 61.25em;
  margin-right: 3.3125em;
  display: none;
  position: absolute;
  inset: auto 0 0 auto;
}

.div-block-46 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: auto;
  display: flex;
}

.text-block-53 {
  color: #04010a;
  background-color: #ececec;
  border-radius: 10rem;
  padding: .4rem 1.6rem;
  font-weight: 600;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

.div-block-48 {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 24em;
  left: 7.9em;
}

.image-20 {
  width: 3rem;
  height: auto;
}

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

.tag-wrap-3 {
  z-index: 2;
  color: #bd9af8;
  text-align: center;
  background-image: radial-gradient(circle, #5f18d429, #ececec08);
  border: 1px solid #bd9af833;
  border-radius: 3rem;
  margin-bottom: .875rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.71;
  position: relative;
}

.tag-wrap-3.is-prize {
  color: #bd9af8;
  text-align: center;
  background-image: none;
  border-color: #bd9af833;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  display: inline-block;
}

.tag-wrap-3.is-green {
  color: #fff;
  background-color: #ffffff08;
  background-image: none;
  border-color: #2ee4560f;
}

.text-block-54 {
  font-size: 2.5rem;
}

.menu-links-wrap-2 {
  color: #686b6e;
  letter-spacing: -.15px;
  border: 1px solid #ececec00;
  border-radius: .4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color .2s, color .2s, border .2s;
  display: block;
}

.menu-links-wrap-2:hover {
  color: #ececec;
  background-color: #ececec0a;
  border: 1px solid #ececec33;
  border-radius: .4rem;
}

.menu-links-wrap-2.w--current {
  color: #ececec;
  background-color: #ececec0a;
  border-color: #ececec33;
}

.menu-links-wrap-2.is-responsive {
  transition: background-color .2s, color .2s, border .2s;
}

.text-block-55 {
  align-self: center;
}

.navbar-links-2 {
  opacity: .7;
  color: #ececec;
  justify-content: space-between;
  align-items: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding: .5rem;
  font-size: .875rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.navbar-links-2:hover {
  opacity: 1;
}

.navbar-links-2.w--current {
  opacity: 1;
  color: #fff;
}

.navbar-links-2.op-100 {
  opacity: 1;
}

.navbar-links-2.op-100.is-login {
  background-color: #ececec0f;
  border: 1px solid #ececec33;
  border-radius: 3rem;
  padding-left: .8rem;
  padding-right: .8rem;
  display: none;
}

.tag-wrap-4 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #bd9af8;
  background-image: radial-gradient(circle, #5f18d429, #ececec08);
  border: 1px solid #bd9af833;
  border-radius: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  line-height: 1.71;
}

.tag-wrap-4.is-bg {
  background-color: #0b0d1d;
}

.text-block-56, .text-block-57 {
  align-self: center;
}

.div-block-50 {
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.footer_link-list-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  font-family: Yekanbakh, sans-serif;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #1b1124;
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: stretch;
  height: 6rem;
  padding: .5rem 1.3rem;
  display: flex;
}

.div-block-51.is-right {
  background-color: #ffffff0d;
  border-left: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
}

.div-block-51.is-heading-right {
  background-color: #936dff;
  border-top-right-radius: 1rem;
}

.div-block-51.is-heading-right.is-fa {
  border-top-left-radius: 1rem;
  border-top-right-radius: 0;
}

.div-block-51.is-heading {
  background-color: #936dff;
  border-top-left-radius: 1rem;
}

.div-block-51.is-heading.is-fa {
  border-top-left-radius: 0;
  border-top-right-radius: 1rem;
}

.text-block-58 {
  align-self: center;
}

.div-block-52 {
  filter: blur(160px);
  background-image: radial-gradient(circle, #a318d4, #6a00ff);
  width: 20rem;
  height: 10rem;
  position: absolute;
  top: 25rem;
}

.hero-wrap-4 {
  background-image: linear-gradient(157deg, #04010a, #0b0d1e 39.92%, #04010a);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 5.5625rem;
  padding-bottom: 5.5625rem;
  font-size: 1vw;
  display: flex;
  position: relative;
}

.text-block-59 {
  direction: ltr;
  color: #fffc;
  text-align: right;
  font-size: 1.1rem;
}

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

.div-block-54 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.text-block-60 {
  color: #bd9af8;
  font-size: .9rem;
}

.text-block-60.is-org {
  color: #e48a80;
}

.text-block-60.is-blue {
  color: #298bff;
}

.text-span-9 {
  font-weight: 600;
}

.text-block-61 {
  text-align: right;
}

.text-block-61.is-fa {
  font-family: Yekanbakh, sans-serif;
  font-weight: 600;
}

.features-shadow-3 {
  z-index: 2;
  background-color: #0d0420;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.text-size-medium-4.text-color-white.class-target {
  font-size: 1.5rem;
}

.link-editor-4 {
  display: flex;
}

.div-block-55 {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 16.5em;
  right: 8.4em;
}

.div-block-56 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: .7rem;
  display: flex;
}

.footer-discord-3 {
  text-align: center;
  background-color: #ececec0f;
  border: 1px solid #ececec33;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 24rem;
  padding: 1.5rem;
  display: flex;
}

.div-block-57 {
  justify-content: flex-start;
  align-items: center;
  min-width: 2.7rem;
  padding-left: 0;
  padding-right: .5rem;
  display: flex;
}

.drop-down-navbar-3 {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #04010a;
  border: 1px solid #ececec33;
  border-radius: .5rem;
  flex-direction: column;
  align-items: stretch;
  min-width: 8rem;
  padding: .375rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.drop-down-navbar-3.is-navbar {
  min-width: 10rem;
  display: flex;
  position: absolute;
  inset: 2.7rem auto auto 0;
}

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

.text-span-10 {
  font-weight: 600;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

.heading-8 {
  text-align: left;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-62 {
  align-self: center;
}

.image-21 {
  max-width: 100%;
  position: absolute;
  inset: 0 0 auto auto;
  overflow: clip;
}

.navbar-mobile-100svh-3 {
  display: none;
}

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

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

.margin-top-5.maargin-up-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-block-63 {
  align-self: center;
}

.text-block-64 {
  justify-content: center;
  align-items: center;
  font-family: Vollkorn, serif;
  line-height: 1;
  display: flex;
  overflow: visible;
}

.text-block-65 {
  color: #686b6e;
  font-size: 1.5rem;
}

.image-22 {
  background-color: #bd9af81a;
  border-radius: .5rem;
  width: 3rem;
  height: 2.8rem;
  padding: .6rem .8rem;
}

.image-22.is-org {
  background-color: #e48a801a;
}

.image-22.is-blue {
  background-color: #80a6e41a;
}

.image-23 {
  width: 16rem;
}

.text-block-66 {
  direction: rtl;
  color: #fff9;
  text-align: right;
  font-size: 1.2rem;
}

.text-block-66.is-eng {
  direction: ltr;
}

.text-block-67 {
  align-self: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer_link-3 {
  opacity: .7;
  color: #ececec;
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.71;
  text-decoration: none;
  transition: opacity .2s;
}

.footer_link-3:hover {
  opacity: 1;
}

.footer_link-3.w--current {
  color: #ececec;
}

.footer_link-3.is-head {
  opacity: 1;
  color: #ececec;
  margin-bottom: 0;
}

.div-block-63 {
  background-color: #2f2639;
  border-radius: 10rem;
  padding: .4rem .3rem;
}

.text-block-68 {
  font-size: 1.2rem;
  font-weight: 400;
}

.corea-pink-shadow-4 {
  opacity: .21;
  filter: blur(10em);
  background-color: #a318d4;
  border-radius: 50%;
  width: 61.25em;
  height: 61.25em;
  margin-right: 3.3125em;
  display: none;
  position: absolute;
  inset: auto 0 0 auto;
}

.div-block-64 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: auto;
  display: flex;
}

.text-block-69 {
  color: #04010a;
  background-color: #ececec;
  border-radius: 10rem;
  padding: .4rem 1.6rem;
  font-weight: 600;
}

.div-block-65 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

.div-block-66 {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 24em;
  left: 7.9em;
}

.image-24 {
  width: 3rem;
  height: auto;
}

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

.text-block-70 {
  font-size: 2.5rem;
}

.text-block-71 {
  align-self: center;
}

.tag-wrap-5 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #bd9af8;
  background-image: radial-gradient(circle, #5f18d429, #ececec08);
  border: 1px solid #bd9af833;
  border-radius: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  line-height: 1.71;
}

.tag-wrap-5.is-bg {
  background-color: #0b0d1d;
}

.text-block-72, .text-block-73 {
  align-self: center;
}

.div-block-68 {
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.text-span-11 {
  font-weight: 600;
}

.footer_link-list-3 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  font-family: Yekanbakh, sans-serif;
  display: flex;
}

.footer_link-list-3.is-en {
  font-family: Plus Jakarta Sans, sans-serif;
}

.div-block-69 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #1b1124;
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: stretch;
  height: 6rem;
  padding: .5rem 1.3rem;
  display: flex;
}

.div-block-69.is-right {
  background-color: #ffffff0d;
  border-left: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
}

.div-block-69.is-heading-right {
  background-color: #936dff;
  border-top-right-radius: 1rem;
}

.div-block-69.is-heading {
  background-color: #936dff;
  border-top-left-radius: 1rem;
}

.div-block-69.is-button {
  border-bottom-style: none;
}

.text-block-74 {
  align-self: center;
}

.wg-dd-2-togle {
  opacity: .7;
  color: #ececec;
  justify-content: space-between;
  align-items: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding: .5rem;
  font-size: .875rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.wg-dd-2-togle:hover {
  opacity: 1;
}

.wg-dd-2-togle.w--current {
  opacity: 1;
  color: var(--white);
}

.wg-dd-2-togle.op-100 {
  opacity: 1;
}

.wg-dd-2-togle.op-100.is-login {
  border: 1px solid var(--white-smoke-opacity-20);
  background-color: #ececec0f;
  border-radius: 3rem;
  padding-left: .8rem;
  padding-right: .8rem;
  display: none;
}

.wg-dd-2-list {
  background-color: #0000;
  padding-top: .8rem;
  display: none;
}

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

  h2 {
    letter-spacing: -1px;
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  ul {
    padding-right: 1.2rem;
  }

  .hide-tablet {
    display: none;
  }

  .text-size-small.text-color-white-smoke.opacity-64.is-step {
    display: block;
  }

  .text-size-small.text-weight-light.text-align-center {
    text-align: left;
  }

  .container-large {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-align-right.tablet-left {
    text-align: left;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-bottom.margin-small.tablet-hide {
    display: none;
  }

  .margin-bottom.margin-xsmall.is-comptfa {
    font-size: 3.5rem;
  }

  .margin-bottom.margin-xsmall.is-compten {
    text-align: center;
  }

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

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

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

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

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

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

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

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

  .padding-right.padding-custom1 {
    padding-right: 0;
  }

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

  .padding-vertical.padding-custom1 {
    padding-top: 8.5rem;
    padding-bottom: 10.2rem;
  }

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

  .text-size-medium.text-color-white.is-comptfa {
    text-align: center;
    font-size: 1rem;
  }

  .text-size-medium.text-color-white.is-copten {
    text-align: center;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-large.none-background.is-large {
    font-size: 4rem;
  }

  .button.is-gradiant.discord {
    width: 21rem;
  }

  .button.is-mobile {
    width: 100%;
    min-height: 3.5rem;
  }

  .tab-link.is-traditional {
    border-radius: .5rem;
  }

  .tab-link.is-traditional.w--current {
    border-color: var(--white-smoke-opacity-20);
  }

  .tab-link.is-live {
    border-color: var(--plum-opacity-40);
    color: var(--plum);
    border-radius: .5rem;
  }

  .tab-link.is-live.w--current {
    color: #ececec;
    background-image: linear-gradient(148deg, #c68bf6, #892fd0 31.57%, #6a27d9 51.6%, #2563eb 70.34%, #83a6f5);
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .hero-wrap {
    border-radius: 0;
  }

  .hero-wrap.is-hiddenbg.is-propcheck {
    padding-top: 2rem;
    padding-bottom: 5.5rem;
  }

  .hero-wrap.is-facompt {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .hero-wrap.is-compten {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

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

  .hero-section {
    padding: 0;
  }

  .hero-section.no-pading {
    min-height: 550px;
  }

  .navbar-container {
    z-index: 2;
    padding: 0 2.5rem;
    position: relative;
  }

  .cards {
    min-height: 100%;
  }

  .tag-wrap.is-prize.is-smallcard {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cards_read-more {
    margin-top: 1rem;
  }

  .cards-container.is-timeline {
    display: flex;
  }

  .tab-bullet.is-step {
    transition: transform .25s;
    transform: scale(0);
  }

  .tab-pane.is-timeline {
    padding: 0;
  }

  .starts-image {
    min-width: 30rem;
    min-height: 30rem;
  }

  .balance-wrap {
    width: 100%;
  }

  .outer-cards-wrap.is-hero {
    padding: 0;
  }

  .pricing-details-wrap, .pricing-margin {
    width: 100%;
  }

  .pricing-item {
    padding-left: 0;
    padding-right: .25rem;
  }

  .pricing-item.is-head {
    display: none;
  }

  .pricing-head-detail {
    width: auto;
  }

  .pricing-details-grid {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    grid-template-columns: auto auto auto;
  }

  .features-wrap {
    flex-direction: column;
  }

  .section-title-wrap.is-timeline {
    margin-bottom: 2rem;
  }

  .faq-toggle {
    font-size: 1.25rem;
  }

  .cta-component {
    padding: 4rem;
  }

  .cta-logo {
    width: 12rem;
    height: auto;
  }

  .footer_bottom-wrapper {
    padding-bottom: 1.5rem;
  }

  .footer_left-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    max-width: none;
  }

  .footer_link-list {
    width: auto;
  }

  .footer_mid-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .footer_mid-wrapper.is-farsi {
    flex-flow: column;
  }

  .footer-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .max-width-custom2.cneter-under1123 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .max-width-custom2.text-align-right.tablet-left {
    margin-left: 0;
  }

  .max-width-custom2.text-align-center-desktop {
    text-align: left;
  }

  .step-wrap {
    align-items: center;
    max-width: 8rem;
    display: flex;
  }

  .pricing-name-wrap {
    width: 100%;
  }

  .pricing-heading {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.25rem;
  }

  .dollar-wrap.is-1 {
    bottom: 26.5em;
  }

  .dollar-wrap.is-2 {
    bottom: 14.9em;
  }

  .hero-content-wrap.is-comptfa {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-content-wrap.is-compten {
    justify-content: center;
    align-items: center;
  }

  .hero-content-wrap.is-propcheck {
    max-width: 38.5rem;
  }

  .how-it-work-hero-img {
    margin-top: 1rem;
  }

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

  .hero-container.is-top.is-support {
    min-height: auto;
  }

  .hero-container.is-how-it-works {
    align-items: flex-start;
  }

  .timeline-wrap {
    display: none;
  }

  .container-huge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .features-vector1 {
    width: 10rem;
    height: 10rem;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: static;
  }

  .features-vector1.rtl {
    margin-left: 0;
    margin-right: auto;
  }

  .features-vector2 {
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: auto;
    position: static;
  }

  .features-vector2.rtl {
    margin-left: 0;
    margin-right: auto;
  }

  .features-vector3 {
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
  }

  .features-vector4-wrap {
    margin-top: auto;
    margin-left: auto;
    position: static;
  }

  .features-vector4-wrap.rtl {
    margin-left: 0;
    margin-right: auto;
  }

  .tagline-vector {
    max-width: 40vw;
  }

  .align-bottom.text-color-purple.tablet-m-t-2rem {
    margin-top: 2rem;
  }

  .contactus-links-wrap {
    position: static;
  }

  .contactus-links-wrap.rtl {
    margin-top: 2rem;
    margin-right: 0;
  }

  .contactus-links-wrap.ltr {
    margin-left: 0;
  }

  .contactus-links-wrap.ltr.tablet-margin-top {
    margin-top: 2rem;
  }

  .aboutus-orbits {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0%;
  }

  .aboutus-orbits.rtl {
    margin-right: -6rem;
  }

  .map-wrap {
    background-color: #0000;
    width: 90vw;
  }

  .horizontal-tabs-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    height: auto;
  }

  .tabs_link {
    flex-direction: row-reverse;
    width: 100%;
    padding-bottom: 1em;
  }

  .tabs_heading {
    font-size: 1.5rem;
    transform: none;
  }

  .tabs-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
  }

  .tabs-item.active {
    width: 100%;
    min-width: 100%;
  }

  .tabs-content {
    width: 100vw;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tabs-cotent-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: 100%;
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: grid;
    position: static;
  }

  .tabs-image {
    max-width: 14rem;
    max-height: 11rem;
  }

  .tabs-image.is-pss {
    max-width: 15rem;
    max-height: 12rem;
  }

  .tabs-background {
    opacity: 1;
    background-image: linear-gradient(290deg, #ececec00, #ececec05 44.54%, #bd9af814);
  }

  .features-vector6 {
    margin-top: 2rem;
    margin-bottom: -1rem;
    margin-left: auto;
    position: relative;
    bottom: -2.5rem;
    right: -2.5rem;
  }

  .features-vector6.rtl {
    margin-bottom: -1rem;
    margin-left: 0;
    margin-right: auto;
    left: 0;
  }

  .features-vector7 {
    order: 1;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }

  .phase-top-circle {
    width: 96.5vw;
    height: 96.5vw;
  }

  .phase-mid-circle {
    width: 80vw;
    height: 80vw;
  }

  .phase-bottom-circle {
    width: 60vw;
    height: 60vw;
  }

  .hamburger.is-navbar {
    display: flex;
  }

  .fixed-navbar-wrap {
    display: none;
  }

  .menu-links-wrap {
    padding: 1rem;
    font-size: .875rem;
  }

  .menu-links-wrap.w--current {
    transition: background-color .2s, color .2s, border .2s;
  }

  .wg-dropdown-2.is-language {
    border: 1px solid var(--white-smoke-opacity-20);
    background-color: #ececec0f;
    border: 1px solid #ececec33;
    border-radius: 3.125rem;
    min-width: 10.0625rem;
    margin-top: 8vh;
    margin-left: 0;
    margin-right: 0;
    padding: .25rem 1.5rem;
  }

  .navbar-drop-down-content.w--open {
    left: 0;
    right: 0;
  }

  .navbar-mobile-100svh {
    z-index: 1;
    background-color: var(--black);
    width: 100%;
    height: 100svh;
    padding: 5rem 2.5rem 1rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navbar-mobile-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--white-smoke-opacity-20);
    background-image: linear-gradient(135deg, var(--white-smoke-opacity-4), var(--white-smoke-opacity-4) 63.42%, #ececec00);
    border-radius: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    overflow: auto;
  }

  .navbar-mobile-buttons-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 8vh;
    display: flex;
  }

  .navbar-mobile-social-media {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: center;
    margin-top: auto;
    margin-bottom: 3rem;
    padding-top: 8vh;
    display: flex;
  }

  .pricing-tab-content {
    width: 100%;
  }

  .max-width-custom-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .steps-image-wrap {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

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

  .sticky-content-wrap {
    min-height: 100%;
  }

  .ltr.align-bottom.tablet-margin-top {
    margin-top: 2rem;
  }

  .footer-discord {
    align-items: center;
    max-width: 100%;
    margin-top: 4rem;
  }

  .dashboard-wrapper {
    flex-direction: column;
  }

  .dashboard-cotainer {
    order: -1;
    min-width: 100%;
    height: auto;
    margin: 0 auto 3.3125rem;
    bottom: 0;
  }

  .cards-wrapper {
    flex-flow: row;
  }

  .cards-wrapper.coin {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .content-wrapper {
    min-height: 20rem;
  }

  .content-wrapper.is-panning {
    min-height: 16rem;
  }

  .content-wrapper.flex.center {
    text-align: left;
    align-items: flex-start;
    min-height: 20rem;
  }

  .content-wrapper.flex.center.tablet_align-left {
    text-align: right;
  }

  .content-wrapper.flex.center-bottom-desktop {
    align-items: flex-start;
  }

  .content-wrapper.is-opo {
    min-height: 12.5rem;
  }

  .content-wrapper.support, .content-wrapper.coin {
    min-height: auto;
  }

  .card-content {
    flex: 1;
  }

  .card {
    min-width: 0;
  }

  .card.is-big, .card.is-small, .card.dashboard-left-column {
    min-height: 20rem;
  }

  .card.contactus, .card.is-support, .card.width100 {
    min-height: auto;
  }

  .dashboard-button-wrap {
    width: 100%;
  }

  .tab-pane-content-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .planning-button {
    margin-top: 1rem;
  }

  .fix-language-drop-down.w--open {
    left: 0;
    right: 0;
  }

  .card-coin {
    min-width: 100%;
  }

  .card-coin.is-silver, .card-coin.is-bornze {
    margin-top: 0;
  }

  .collection-item {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 20rem;
  }

  .collection-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

  .is-rightsatr {
    top: -9%;
    right: -10%;
  }

  .is-leftstar {
    left: 0%;
  }

  .prize-card-small {
    min-width: 0;
    max-width: none;
  }

  .image-7, .image-7.is-left {
    width: 20rem;
  }

  .is-desktop, .is-desktop.is-fa {
    display: none;
  }

  .is-mobile {
    display: block;
  }

  .is-mobile.is-facompt {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .is-mobile.is-en {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .competition-hero {
    padding: 0;
  }

  .countdown-cell {
    background-image: linear-gradient(#ffffff4d, #00000026);
  }

  .hero-section-v2 {
    min-height: 660px;
    margin-bottom: 2rem;
    padding: 0;
  }

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

  .content-item-wrap.with-gap {
    margin-bottom: 4px;
  }

  .content-item-wrap.is-fa {
    margin-left: auto;
    margin-right: 0;
  }

  .img-item-whyus-wrap {
    height: 12.0762rem;
    bottom: -5rem;
    right: auto;
  }

  .whyus-items-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 3rem;
    display: flex;
  }

  .whyus-item-border.samll {
    flex-flow: row;
  }

  .whyus-item {
    justify-content: center;
    align-items: flex-start;
    min-height: 17.3125rem;
  }

  .whyus-item.samll.is-fa {
    justify-content: flex-start;
    align-items: center;
  }

  .fast-payouts-img {
    left: auto;
  }

  .exceptional-img {
    right: auto;
  }

  .free-competitions-img, .earh-img-wrap {
    display: none;
  }

  .carts-how-it-works-item-border._3 {
    min-height: 0;
    position: static;
  }

  .carts-how-it-works-item-border._2 {
    width: 100%;
    min-height: 0;
    position: static;
    transform: none;
  }

  .carts-how-it-works-item {
    padding: 1.5rem;
  }

  .text--number-big {
    font-size: 200px;
    right: 1.25rem;
  }

  .content-how-it-works-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 2.5625rem;
  }

  .line-cart-challenges-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1px;
    display: flex;
  }

  .list-item-challenges {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .border-challenges-cart-item.blue {
    cursor: pointer;
    width: 100%;
    max-width: none;
    min-height: 0;
    max-height: none;
  }

  .border-challenges-cart-item.yellow {
    cursor: pointer;
  }

  .border-challenges-cart-item.purple {
    cursor: pointer;
    width: 100%;
    max-width: none;
    min-height: 0;
    max-height: none;
    overflow: clip;
  }

  .border-challenges-cart-item.purple.bigest {
    width: 100%;
    max-width: none;
    min-height: 0;
  }

  .border-challenges-cart-item.purple.size {
    max-width: none;
    min-height: 0;
  }

  .challenges-cart-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
  }

  .challenges-cart-item.yellow {
    justify-content: space-between;
    align-items: center;
  }

  .challenges-cart-item.purple.bigest {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .content-wrap-cart-challenges {
    flex-flow: row;
  }

  .line-cart-challenges {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .challenges-carts {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }

  .list-cart-challenges {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .title-cart-item-challenges {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-xlarge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tabs-content-wrap {
    width: 52rem;
  }

  .credit-item {
    align-items: stretch;
  }

  .purple-tab-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .compare-accounts {
    background-color: #823ff3;
    padding: 1.5rem;
  }

  .compare-accounts.mobile-off {
    display: none;
  }

  .compare-accounts.desktop-off {
    display: flex;
  }

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

  .left-compare-accounts {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: stretch;
    width: 100%;
  }

  .text-med-14 {
    font-size: 16px;
  }

  .purple-tabs-menu {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2.25rem;
    overflow-x: scroll;
  }

  .feature-row, .title-row {
    width: 100%;
    max-width: none;
  }

  .credit-row {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title-item, .title-item.gray {
    min-height: 93px;
    max-height: 93px;
  }

  .button-credit {
    flex: 1;
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }

  .select-preference {
    margin-bottom: 3rem;
  }

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

  .plan-tab-content {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tab-pane-v2 {
    width: 100vw;
    margin: -.1875px -2.6rem;
    padding: .1875rem 2.6rem;
    overflow: scroll;
  }

  .modal {
    width: 96vw;
    max-width: none;
    overflow: scroll;
  }

  .title-row--modal {
    width: 100%;
    max-width: none;
  }

  .content-modal {
    padding-bottom: 2.5rem;
  }

  .modal-bg {
    padding: 2.5rem;
  }

  .img-wrap-our {
    bottom: auto;
  }

  .number-count-item-wrap {
    flex-flow: column;
  }

  .text-number {
    font-size: 40px;
  }

  .number-count {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .line-number-count {
    width: 7.25rem;
    height: 1px;
  }

  .lottie-animation, .imgs-opo {
    display: none;
  }

  .features-right {
    grid-row-gap: 1.25rem;
    align-items: stretch;
    margin-top: 3rem;
  }

  .sticky-image {
    border-radius: 1rem;
  }

  .title-video-wrap {
    max-width: none;
  }

  .videos-wrap {
    flex-flow: column;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .video-container {
    max-width: 100%;
  }

  .referring-title, .referring-title.splantext {
    font-size: 25px;
  }

  .socialcart {
    width: 100%;
  }

  .blog-card {
    flex: none;
    width: 100%;
  }

  .blog-content-wrap {
    align-self: stretch;
  }

  .content-baner-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .content-baner-wrap.is-fa {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1.5rem;
  }

  .baner-left {
    padding-bottom: 0;
  }

  .baner-right {
    height: 16rem;
  }

  .tabs-v2 {
    overflow: visible;
  }

  .tab-content-v2 {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .button-4.is-gradiant.discord {
    width: 21rem;
  }

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

  .hero-wrap-2 {
    border-radius: 0;
  }

  .rules-component {
    padding: 2rem 1.5rem;
  }

  .text-block-28 {
    direction: ltr;
    text-align: left;
  }

  .div-block-20 {
    flex-flow: wrap;
  }

  .image-14 {
    max-width: 35%;
  }

  .partnership-logo-wrap {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    position: static;
  }

  .partnership-logo {
    max-width: 6rem;
  }

  .features-card-camera {
    padding-top: 1.5rem;
  }

  .round-card.is-desktop {
    display: flex;
  }

  .round-card.is-mobile {
    display: none;
  }

  .text-block-40 {
    font-size: 2rem;
  }

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

  .sticky-z, .sticky-lines {
    width: 100%;
  }

  .sticky-blur {
    width: 100vw;
    max-width: none;
    height: 100vw;
    max-height: none;
    margin-left: -2.5rem;
  }

  .blog-collection-list {
    width: 100%;
  }

  .hero-wrap-3 {
    border-radius: 0;
  }

  .text-block-42 {
    direction: ltr;
    text-align: left;
  }

  .navbar-mobile-wrap-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(135deg, #ececec0a, #ececec0a 63.42%, #ececec00);
    border: 1px solid #ececec33;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    overflow: auto;
  }

  .footer-discord-2 {
    align-items: center;
    max-width: 100%;
    margin-top: 4rem;
  }

  .hamburger-2.is-navbar {
    display: flex;
  }

  .image-17 {
    max-width: 35%;
  }

  .navbar-mobile-100svh-2 {
    z-index: 1;
    background-color: #04010a;
    width: 100%;
    height: 100svh;
    padding: 5rem 2.5rem 1rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

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

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

  .div-block-46 {
    flex-flow: wrap;
  }

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

  .text-block-54 {
    font-size: 2rem;
  }

  .menu-links-wrap-2 {
    padding: 1rem;
    font-size: .875rem;
  }

  .menu-links-wrap-2.w--current {
    transition: background-color .2s, color .2s, border .2s;
  }

  .footer_link-list-2 {
    width: auto;
  }

  .hero-wrap-4 {
    border-radius: 0;
  }

  .text-block-59 {
    direction: ltr;
    text-align: left;
  }

  .navbar-mobile-wrap-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(135deg, #ececec0a, #ececec0a 63.42%, #ececec00);
    border: 1px solid #ececec33;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    overflow: auto;
  }

  .footer-discord-3 {
    align-items: center;
    max-width: 100%;
    margin-top: 4rem;
  }

  .image-21 {
    max-width: 35%;
  }

  .navbar-mobile-100svh-3 {
    z-index: 1;
    background-color: #04010a;
    width: 100%;
    height: 100svh;
    padding: 5rem 2.5rem 1rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

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

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

  .div-block-64 {
    flex-flow: wrap;
  }

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

  .text-block-70 {
    font-size: 2rem;
  }

  .footer_link-list-3 {
    width: auto;
  }

  .wg-dd-2-list.w--open {
    left: 0;
    right: 0;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-size-small.text-color-gray {
    text-align: center;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .container-large {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

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

  .heading-medium.line-height-1.is-pricing {
    display: none;
  }

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

  .heading-large.none-background.is-large {
    font-size: 3rem;
  }

  .button.is-gradiant.discord {
    width: auto;
  }

  .button.is-gradiant.ibg {
    font-size: .875rem;
  }

  .button.portrait-gradiant {
    background-image: linear-gradient(148deg, #ae75db, var(--dark-orchid) 20%, var(--blue-violet) 51%, var(--deep-royal-blue) 75%, #316cffcc);
    color: #ececec;
    width: 100%;
  }

  .tab-link.is-trigger {
    min-width: 24rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .hero-wrap {
    justify-content: flex-start;
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .hero-wrap.is-hiddenbg.is-propcheck {
    padding-top: 10rem;
  }

  .hero-wrap.is-facompt {
    padding-top: 7rem;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-section.is-100vh {
    min-height: 560px;
  }

  .hero-section.is-compt {
    height: 80vh;
  }

  .button-link.portrait-align-left {
    justify-content: flex-start;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cards {
    background-image: linear-gradient(135deg, #bd9af814, #ececec00 55.46%, #fff0);
    padding: 1.25rem;
  }

  .cards.is-pricing {
    border: 1px solid var(--white-smoke-opacity-20);
    background-color: #0000;
    background-image: none;
    border-radius: 6.25rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    min-height: auto;
    padding: .75rem 1rem;
  }

  .cards_read-more {
    margin-top: 1rem;
  }

  .circle-gradiant.is-navigating-path {
    width: auto;
    min-width: 80vw;
    height: auto;
    min-height: 80vw;
    max-height: 100%;
  }

  .max-width-custom4.portrait-full {
    max-width: 100%;
  }

  .cards-wrap {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
  }

  .tab-bullet-wrap.is-big {
    flex: none;
    width: 1.5rem;
    height: 1.5rem;
    padding: .375rem;
    position: static;
  }

  .tab-bullet-wrap.is-big.rtl {
    margin-left: 1rem;
    margin-right: 0;
  }

  .tab-pane.is-timeline {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .tab-cards {
    max-width: 24rem;
  }

  .starts-image {
    width: 100vw;
    min-width: auto;
    height: 100vw;
    min-height: auto;
    margin-top: -5rem;
  }

  .card-sizing {
    min-width: 100%;
  }

  .card-sizing.is-pricing {
    border-radius: 6.25rem;
    min-width: auto;
  }

  .balance-button {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }

  .pricing-col {
    min-width: 100%;
  }

  .pricing-col.order-last {
    order: 1;
    min-width: 100%;
  }

  .pricing-col.is-grid {
    align-items: stretch;
    display: flex;
  }

  .gradiant-card-wrap {
    background-image: none;
    min-height: auto;
    padding: 0;
  }

  .gradiant-card {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .gradiant-card.is-demo {
    padding-top: 0;
  }

  .gradiant-card.is-live-account {
    background-image: linear-gradient(148deg, #c68bf6 16.74%, #892fd0 31.57%, #6a27d9 51.6%, #2563eb 70.34%, #83a6f5 85.42%);
    padding-top: 0;
  }

  .outer-cards-wrap.is-pricing {
    background-image: none;
    border-radius: 6.25rem;
    width: 100%;
    min-width: auto;
    padding: 0;
  }

  .pricing-vector {
    display: none;
  }

  .pricing-button-wrap {
    width: 100%;
  }

  .button-arrow.portrait-white {
    filter: invert();
  }

  .pricing-item.border-none {
    border-bottom-style: solid;
  }

  .pricing-expander.is-footer {
    display: block;
  }

  .pricing-expander.is-footer.rtl {
    display: none;
  }

  .pricing-expander.ltr {
    margin-left: .5em;
  }

  .pricing-details-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .features-wrap {
    flex-direction: column;
  }

  .opo-shadow {
    width: 100vw;
    height: 57vw;
  }

  .faq-toggle {
    font-size: 1.2rem;
  }

  .cta-component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-logo {
    width: 10rem;
    height: auto;
  }

  .footer_left-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .footer_link-list {
    border-bottom: 1px solid var(--white-smoke-opacity-20);
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .footer_mid-wrapper.is-farsi {
    flex-flow: column;
  }

  .footer-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .step-wrap {
    min-width: 7rem;
    max-width: 30%;
  }

  .portrait-hide {
    display: none;
  }

  .pricing-heading {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .corea {
    width: 98em;
    height: 98em;
  }

  .hero-line-svg {
    bottom: 10em;
  }

  .dollar-wrap.is-1 {
    bottom: 43em;
  }

  .dollar-wrap.is-2 {
    bottom: 30em;
  }

  .hero-content-wrap {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-content-wrap.is-how-it-works {
    max-width: 34rem;
  }

  .hero-content-wrap.is-comptfa {
    padding: 1rem 2rem;
  }

  .hero-content-wrap.is-compten {
    max-width: 35rem;
  }

  .how-it-work-hero-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-container.is-100vh, .hero-container.is-how-it-works {
    flex-flow: column;
    justify-content: flex-start;
    min-height: 560px;
    padding-top: 10rem;
  }

  .how-it-works-light.is-map {
    width: 10vw;
    height: 10vw;
  }

  .container-huge {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .difference-vector, .features-vector1 {
    margin-top: 2rem;
  }

  .features-vector1.rtl {
    margin-left: 0;
    margin-right: auto;
  }

  .features-vector2 {
    margin-top: 2rem;
  }

  .features-vector2.rtl {
    margin-left: 0;
    margin-right: auto;
  }

  .features-vector3 {
    margin-top: 2rem;
  }

  .features-vector3.rtl {
    margin-left: 0;
    margin-right: auto;
  }

  .features-vector4-wrap {
    margin-top: 2rem;
  }

  .features-vector4-wrap.rtl {
    margin-left: 0;
    margin-right: auto;
  }

  ._2col-wrap {
    flex-direction: column;
    display: flex;
  }

  .tagline-vector {
    max-width: 100%;
  }

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

  .contactus-links-wrap {
    margin-left: 0;
  }

  .map {
    padding-left: 21px;
  }

  .aboutus-orbits {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .map-wrap {
    width: 97vw;
  }

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

  .horizontal-tabs-wrap {
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .tabs_link {
    border-width: 2px 0;
    border-top-style: solid;
    border-top-color: #000;
    border-bottom-style: solid;
    border-bottom-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.5em;
    padding-bottom: .5em;
  }

  .tabs_heading {
    font-size: 1.25rem;
    transform: rotate(0);
  }

  .tabs-number {
    margin-bottom: .25rem;
    font-size: 1.125rem;
  }

  .tabs-content {
    width: 110vw;
  }

  .tabs-cotent-padding {
    align-items: flex-start;
    display: flex;
  }

  .tabs-image {
    margin-top: 2rem;
    margin-right: 0;
  }

  .footer-links-wrap {
    margin-top: 1rem;
    position: relative;
  }

  .footer-head-wrap {
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .footer-links-padding {
    padding-bottom: 1rem;
  }

  .navbar-mobile-100svh {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing-tab-content {
    padding: 1.25rem;
  }

  .affiliates-hero-img-wrap {
    width: 100%;
    height: 70vw;
    min-height: 25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-width-custom-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-image: linear-gradient(318deg, #bd9af80d, #5f18d400 44% 54%, #bd9af81a 74%, #bd9af81a);
    border-radius: 1rem;
    flex-direction: column;
    grid-template-columns: 40px 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
    display: flex;
  }

  .sticky-text_wrapper.steps.second {
    background-image: linear-gradient(318deg, #bd9af80d, #5f18d400 44% 54%, #bd9af81a 74%, #bd9af81a);
  }

  .sticky-wrapper {
    height: auto;
  }

  .sticky-container {
    height: auto;
    position: static;
  }

  .sticky-img_wrapper {
    display: none;
  }

  .sticky-img_wrapper.cc-steps {
    width: 100%;
  }

  .steps-image-wrap {
    box-shadow: none;
    width: 150%;
  }

  .position-relative {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .sticky-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .sticky-trigger._55, .sticky-trigger._85, .sticky-trigger._25, .step-line {
    display: none;
  }

  .coin-img {
    width: 8rem;
    height: 8rem;
    top: -3rem;
    left: -.7rem;
  }

  .steps-mobile-img {
    opacity: 1;
    object-fit: contain;
    width: 12rem;
    height: 12rem;
    margin-top: 2rem;
    margin-left: auto;
    display: block;
  }

  .sticky-content-wrap {
    background-color: var(--black);
    background-image: linear-gradient(135deg, #bd9af814, #ececec00 55.46%, #fff0);
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .gradiant-card-free-wrap {
    display: none;
  }

  .footer-discord {
    max-width: 100%;
    margin-top: 3rem;
  }

  .dashboard-cotainer {
    height: auto;
  }

  .cards-wrapper {
    flex-flow: wrap;
  }

  .cards-wrapper.contactus-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .cards-wrapper.coin {
    grid-row-gap: 3rem;
  }

  .content-wrapper {
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
  }

  .content-wrapper.is-panning {
    flex-direction: row;
    min-height: auto;
    padding: .75rem;
  }

  .content-wrapper.support {
    min-height: auto;
  }

  .card {
    min-width: 100%;
  }

  .card.is-pricing {
    min-height: auto;
  }

  .card.is-big, .card.is-small, .card.is-opo, .card.dashboard-left-column, .card.dashboard-right-column {
    min-width: 100%;
  }

  .stars-fade.is-2 {
    width: 7rem;
    height: 7rem;
  }

  .stars-fade.is-3 {
    width: 7rem;
    height: 7rem;
    display: none;
  }

  .dashboard-switch-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .dashboard-button-grid {
    align-items: stretch;
    min-width: 100%;
    display: flex;
  }

  .dashboard-button, .request-widthdrawal {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }

  .tab-pane-content-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .white-button-wrap {
    flex: 1;
  }

  .big-star {
    position: static;
  }

  .planning-button {
    margin-top: 1rem;
  }

  .card-coin {
    min-width: 100%;
  }

  .aboutus-orbit {
    width: 40%;
    left: 30%;
  }

  .aboutus-orbit.is-top {
    top: 20%;
  }

  .aboutus-orbit.is-bottom {
    top: 52.5%;
  }

  .collection-item {
    flex: 0 auto;
    width: auto;
    min-width: 0;
    max-width: 60%;
  }

  .collection-list {
    flex-flow: column;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .faq-title-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .collection-list-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-10, .image-11 {
    display: none;
  }

  .is-mobile.is-facompt, .is-mobile.is-en {
    max-width: 100%;
  }

  .competition-hero.is-100vh {
    min-height: 560px;
  }

  .countdown-number {
    font-size: 1.25rem;
  }

  .counter-small-text {
    font-size: .75rem;
  }

  .hero-section-v2 {
    min-height: 560px;
  }

  .heading-huge.is-fa, .heading-huge.is-fa-hero, .heading-huge.animation {
    font-size: 3rem;
  }

  .image-hero {
    min-width: 1300px;
    display: none;
  }

  .image-hero-mobile {
    display: block;
  }

  .whyus-p {
    max-width: 32ch;
    font-size: 1rem;
  }

  .content-item-wrap.with-gap {
    padding: 0;
  }

  .img-item-whyus-wrap {
    max-width: 8.125rem;
    height: 7.00781rem;
    bottom: -2.8rem;
  }

  .whyus-item-border.samll {
    min-height: 0;
  }

  .whyus-item {
    min-height: 16rem;
    padding: 1.25rem;
  }

  .whyus-item.no-gap {
    min-height: 200px;
  }

  .whyus-item.samll {
    min-height: 16rem;
  }

  .fast-payouts-img {
    max-width: 16.125rem;
    bottom: 1.25rem;
  }

  .carts-how-it-works-item-border {
    background-image: linear-gradient(#4f3c67, #40188a);
  }

  .carts-how-it-works-item-border._3 {
    position: static;
  }

  .carts-how-it-works-item-border._2 {
    width: 100%;
    min-height: 0;
    position: static;
    transform: none;
  }

  .carts-how-it-works-item {
    background-image: linear-gradient(171deg, #130c1b, #160c20 29%, #361259), linear-gradient(#0d0915, #0d0915);
    border-radius: 1rem;
  }

  .text--number-big {
    font-size: 180px;
  }

  .button-wrap-challenges-cart {
    z-index: 3;
  }

  .border-challenges-cart-item.blue, .border-challenges-cart-item.yellow, .border-challenges-cart-item.purple {
    border-radius: 20px;
  }

  .icon-challenges {
    max-width: 3rem;
    margin-bottom: 0;
  }

  .heading-custom-01 {
    font-size: 1.25rem;
  }

  .container-xlarge {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tabs-content-wrap {
    width: 52rem;
  }

  .feature-item.features {
    padding-left: 12px;
    padding-right: 12px;
  }

  .purple-tab-link {
    font-size: .875rem;
  }

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

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

  .icon-feature {
    max-width: 30px;
  }

  .linke-wrap-tab {
    background-color: #0000;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    font-size: .875rem;
  }

  .linke-wrap-tab.w--current {
    background-color: #0000;
  }

  .purple-tabs-menu {
    border-radius: 100px;
  }

  .feature-row {
    width: 100%;
    max-width: 1176px;
  }

  .title-row {
    width: 100%;
  }

  .credit-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .button-credit {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-pane-v2 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-title-modal {
    font-size: 62px;
  }

  .modal {
    width: 98vw;
    overflow: scroll;
  }

  .title-row--modal {
    width: 200%;
  }

  .content-modal {
    padding-bottom: 1.25rem;
  }

  .modal-bg {
    padding: 1.25rem;
  }

  .imgs-opo {
    display: none;
  }

  .imgs-opo.mobile {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
    position: static;
  }

  .features-card {
    border-radius: 1rem;
  }

  .sticky-image {
    max-width: 480px;
  }

  .videos-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .dplan-head-wrap {
    width: 100%;
  }

  .referring-coin-img {
    width: 2.5rem;
  }

  .button-video, .button-video.earn {
    max-width: 320px;
    display: flex;
  }

  .dplan {
    width: 100%;
  }

  .sicon {
    width: 3rem;
    height: 3rem;
  }

  .categorybadgee {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .blog-content-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-wrap-baner {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .banner-title {
    max-width: none;
    font-size: 1.5rem;
  }

  .baner-left {
    width: 100%;
  }

  .baner-right {
    height: 28vw;
  }

  .featured-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

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

  .text-block-26 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .feature-container {
    justify-content: center;
    align-items: stretch;
  }

  .button-4.is-gradiant.discord {
    width: auto;
  }

  .hero-line-svg-2 {
    bottom: 10em;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .hero-wrap-2 {
    justify-content: flex-start;
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .rules-component {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .purple-shadow {
    width: 10rem;
    height: 15rem;
  }

  .white-lamp-shadow {
    width: 10rem;
    height: 10rem;
  }

  .white-lamp-shadow.is-fa.is-round1, .white-lamp-shadow.is-fa.is-round2 {
    width: 3rem;
    height: 8rem;
  }

  .purple-lamp-shadow {
    height: 70rem;
    top: -59%;
  }

  .rules-component-wrap {
    display: flex;
  }

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

  .div-block-28 {
    min-width: 2.5rem;
    padding-right: .5rem;
  }

  .partnership-logo-wrap {
    display: none;
  }

  .features-card-camera {
    padding-top: 1rem;
  }

  .round-card-wrap {
    flex-flow: column;
    align-items: stretch;
  }

  .round-card {
    flex-flow: column;
    padding: 1rem;
  }

  .round-card.is-desktop {
    display: none;
  }

  .round-card.is-mobile {
    display: flex;
  }

  .image-16 {
    width: 10rem;
  }

  .image-16.is-res {
    width: 6rem;
  }

  .tag-round {
    align-self: flex-start;
  }

  .div-block-31.is-res {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: .8rem;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .text-block-40 {
    font-size: 1.5rem;
  }

  .div-block-32 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .div-block-33 {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .sticky-z {
    margin-top: 8.45rem;
  }

  .sticky-lines {
    margin-top: 10.9rem;
  }

  .sticky-blur {
    margin-top: 6rem;
    margin-left: -1.4rem;
  }

  .banner-image {
    object-fit: contain;
    object-position: 50% 0%;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
  }

  .banner-image-blur {
    width: 47.5625vw;
    height: 30.5264vw;
  }

  .banner-image-blur._1 {
    bottom: -21.1vw;
    right: -3vw;
  }

  .banner-image-blur._2 {
    bottom: -15.4vw;
    right: -11vw;
  }

  .banner-image-blur._3 {
    bottom: -8.3vw;
    right: -20vw;
  }

  .hero-wrap-3 {
    justify-content: flex-start;
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .footer-discord-2 {
    max-width: 100%;
    margin-top: 3rem;
  }

  .div-block-39 {
    min-width: 2.5rem;
    padding-right: .5rem;
  }

  .div-block-40.is-res {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: .8rem;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .navbar-mobile-100svh-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-43 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .div-block-44 {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

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

  .image-19 {
    width: 10rem;
  }

  .image-19.is-res {
    width: 6rem;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

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

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

  .text-block-54 {
    font-size: 1.5rem;
  }

  .footer_link-list-2 {
    border-bottom: 1px solid #ececec33;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .hero-wrap-4 {
    justify-content: flex-start;
    padding-top: 10rem;
    padding-bottom: 0;
  }

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

  .footer-discord-3 {
    max-width: 100%;
    margin-top: 3rem;
  }

  .div-block-57 {
    min-width: 2.5rem;
    padding-right: .5rem;
  }

  .div-block-58.is-res {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: .8rem;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .navbar-mobile-100svh-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-61 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .div-block-62 {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

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

  .image-23 {
    width: 10rem;
  }

  .image-23.is-res {
    width: 6rem;
  }

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

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

  .text-block-70 {
    font-size: 1.5rem;
  }

  .footer_link-list-3 {
    border-bottom: 1px solid #ececec33;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: .25rem;
    padding-right: .25rem;
  }
}

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

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-small.text-color-gray {
    text-align: center;
  }

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

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

  .margin-bottom.margin-xsmall.is-medium {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .margin-bottom.margin-xsmall.is-medium.is-propcheck {
    font-size: 3.3rem;
  }

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

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

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

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

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium.is-center {
    text-align: center;
  }

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

  .heading-medium.line-height-1.is-pricing {
    display: none;
  }

  .button.is-gradiant.is-competition {
    min-width: 13rem;
  }

  .tab-link.is-trigger {
    min-width: auto;
  }

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

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

  .hero-wrap.is-hiddenbg.is-propcheck {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }

  .padding-section-large.is-costum {
    padding-bottom: 18rem;
  }

  .hero-section.is-100vh {
    min-height: 620px;
  }

  .hero-section.is-compt {
    height: 70vh;
    min-height: 0;
  }

  .button-group.is-center {
    justify-content: center;
  }

  .navbar {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: #030208;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
  }

  .navbar-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.is-relative {
    background-size: 28rem;
  }

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

  .tag-wrap.is-prize.is-smallcard {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .tag-wrap.is-prize.is-smallcard.is-mobile {
    display: none;
  }

  .cards_read-more {
    order: 1;
  }

  .cards-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-bullet-wrap {
    flex: none;
  }

  .tab-bullet-wrap.rtl {
    text-align: right;
  }

  .tab-pane.is-timeline {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-cards {
    max-width: none;
  }

  .gradiant-card.is-demo {
    flex-direction: column;
    padding-top: .5rem;
  }

  .gradiant-card.is-live-account {
    flex-direction: column;
    align-items: center;
    padding-top: .5rem;
  }

  .outer-cards-wrap.is-pricing {
    min-width: 100%;
  }

  .pricing-vector, .pricing-item.is-head {
    display: none;
  }

  .pricing-expander {
    margin-left: 1em;
  }

  .opo-shadow {
    width: 100vw;
    min-height: 20rem;
  }

  .faq-item {
    padding: 1rem;
  }

  .cta-component {
    padding: 2rem 1rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    display: block;
    font-size: 14px;
    text-align: left;
  }

  .footer_left-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: min-content;
    grid-auto-columns: min-content;
  }

  .footer_mid-wrapper.is-farsi {
    flex-flow: column;
  }

  .footer_top-wrapper {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .pricing-heading {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dollar-wrap.is-1.is-competition {
    display: none;
  }

  .dollar-wrap.is-2.is-competition {
    display: none;
    bottom: 29.3em;
  }

  .hero-content-wrap.is-how-it-works {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-container.is-100vh, .hero-container.is-how-it-works {
    min-height: 620px;
    padding-top: 8rem;
  }

  .features-vector4-wrap {
    width: 13rem;
    height: 5rem;
  }

  .tagline-vector {
    max-width: 17rem;
    max-height: 17.6875rem;
    margin-top: 2.5rem;
  }

  .tabs_heading {
    font-size: 1.5em;
  }

  .tabs-number {
    margin-bottom: .5rem;
  }

  .tabs-image {
    max-width: 10rem;
    max-height: 10rem;
  }

  .tabs-image.is-pss {
    max-width: 12rem;
    max-height: 12rem;
  }

  .navbar-drop-down-content {
    display: none;
  }

  .navbar-mobile-100svh {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-mobile-wrap {
    background-image: linear-gradient(135deg, var(--white-smoke-opacity-4), var(--white-smoke-opacity-4) 63.42%, #ececec00);
  }

  .affiliates-hero-img-wrap {
    min-height: 18rem;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .sticky-text_wrapper.steps.first {
    background-image: linear-gradient(318deg, #bd9af80d, #5f18d400 44% 54%, #bd9af81a 74%, #bd9af81a);
  }

  .steps-image-wrap {
    width: 170%;
    padding: 6px;
  }

  .step-line.steps3, .step-line.steps2, .step-line.steps1 {
    display: none;
  }

  .sticky-content-wrap {
    background-image: linear-gradient(135deg, #bd9af814, #ececec00 55.46%, #fff0);
  }

  .gradiant-card-free-wrap {
    display: block;
    position: static;
  }

  .cards-wrapper.contactus-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content-wrapper {
    padding: 1rem;
  }

  .stars-fade {
    height: 20%;
  }

  .widhdrawable-wrapper {
    width: 100%;
    max-width: 19.25rem;
  }

  .widthdrawable-message {
    max-width: 12rem;
    min-height: auto;
  }

  .widthdrawable-img {
    z-index: 0;
  }

  .dashboard-button-wrapper.is-live-account {
    display: none;
  }

  .dashboard-button-grid {
    display: flex;
  }

  .widthdrawable-path-contain {
    width: 100%;
    top: 4.8rem;
  }

  .widthdraw-lottie {
    width: 110%;
  }

  .request-widthdrawal {
    top: 10.1rem;
  }

  .widhtdrawable-success {
    display: none;
  }

  .tab-pane-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .planning-button {
    order: 1;
  }

  .aboutus-orbit.is-top {
    top: 20.2%;
  }

  .aboutus-orbit.is-bottom {
    top: 52.4%;
  }

  .signeup-text-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
  }

  .paragraph-2 {
    font-size: .8rem;
  }

  .paragraph-3, .paragraph-4 {
    color: var(--medium-purple);
    font-size: .9rem;
  }

  .paragraph-5 {
    font-size: .8rem;
  }

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

  .text-block-5, .text-block-6 {
    display: none;
  }

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

  .footer-info-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .footer-info-wrapper div{
    display: block !important;
    text-align: left !important;
  }

  .collection-item {
    max-width: 90%;
  }

  .faq-header-wrap, .category-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .category-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-title-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .collection-list-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .is-rightsatr {
    width: 3rem;
    top: -15%;
    bottom: auto;
    right: 2%;
  }

  .is-leftstar {
    left: 5%;
  }

  .div-block-8 {
    filter: blur(250px);
    min-height: 10rem;
  }

  .card-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .prize-card {
    align-self: flex-end;
    min-width: 92%;
    max-width: none;
  }

  .text-span-2.is-mobile {
    display: none;
  }

  .place-cards {
    min-width: 0%;
    max-width: 92%;
  }

  .place-cards.is-fa {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-10 {
    font-size: 3rem;
  }

  .prize-card-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding: .25rem 0;
  }

  .prize-card-small {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex: 0 0 48%;
    min-width: 0;
    padding: 1rem;
  }

  .prize-card-small.is-2th {
    order: -1;
  }

  .prize-card-small.is-4th.is-mobile {
    display: none;
  }

  .prize-card-small.is-4th.is-desktop {
    display: flex;
  }

  .prize-card-small.is-empty.is-mobile {
    display: none;
  }

  .prize-card-small.is-none {
    border-style: solid;
  }

  .tabs-menu {
    display: flex;
  }

  .tab-link-tab-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .tab-link-tab-1.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab-link-tab-2, .tab-link-tab-4 {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .8rem;
  }

  .tab-link-tab-4.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .round1-content-wrap {
    flex-flow: column;
    max-width: none;
  }

  .table-block {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .table-block-inside {
    flex: 1;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .table-block-inside.is-buttom {
    border-style: none none solid dashed;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff1a;
    border-left-width: 1px;
    border-left-color: #ffffff1a;
    flex: 1;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-18 {
    text-align: center;
  }

  .form {
    flex-flow: column;
    align-items: stretch;
    min-width: 0%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    min-width: 0;
  }

  .text-block-19 {
    max-width: 35ch;
    font-size: .8rem;
  }

  .image-7 {
    width: 12rem;
    inset: auto 0% -7% auto;
  }

  .image-7.is-left {
    width: 12rem;
    inset: auto auto -5% 0%;
  }

  .image-7.is-left.is-hidden, .image-7.is-hidden {
    display: none;
  }

  .form-block {
    min-width: 90%;
    max-width: 100vw;
  }

  .text-block-20 {
    text-align: left;
    font-size: .8rem;
  }

  .slider.is-features {
    flex-flow: row-reverse;
    align-self: auto;
    max-width: 100vw;
    min-height: 25rem;
    display: block;
  }

  .slide {
    flex-basis: 100%;
    width: 100%;
  }

  .mask.is-features {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .mask.is-features.is-hidden {
    display: none;
  }

  .mask.is-features.is-en {
    flex-flow: row;
  }

  .mask.is-features.is-en.is-hidden {
    display: none;
  }

  .mask.is-certificate.is-en {
    flex-flow: row;
  }

  .div-block-13 {
    min-width: 100%;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .is-mobile.is-facompt {
    z-index: 2;
    min-width: 0;
    max-width: 100%;
    max-height: none;
  }

  .competition-hero.is-100vh {
    min-height: 620px;
  }

  .competition-hero.is-100vh.is-comptfa {
    min-height: 900px;
  }

  .countdown-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .hero-section-v2 {
    min-height: 620px;
  }

  .image-hero {
    min-width: 1450px;
  }

  .image-hero-mobile {
    width: 100%;
    min-width: 300px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .content-item-wrap.end {
    z-index: 2;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-item-wrap.with-gap {
    margin-bottom: 0;
  }

  .whyus-items-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .whyus-item-border.samll, .whyus-item-border.big, .whyus-item {
    border-radius: 16px;
  }

  .fast-payouts-img {
    left: auto;
  }

  .earh-img {
    display: block;
  }

  .carts-how-it-works-item-border {
    border-radius: 16px;
  }

  .carts-how-it-works-item-border._2 {
    background-color: #ffc5c500;
  }

  .carts-how-it-works-item {
    border-radius: 16px;
  }

  .text--number-big {
    font-size: 160px;
  }

  .border-challenges-cart-item.yellow {
    border-radius: 16px;
    padding: .5px;
  }

  .challenges-cart-item {
    background-image: linear-gradient(149deg, #ffd54240, #ffd54224 0%, #ffd5421c 22%, #ffd54212 50%, #ffd54200), linear-gradient(#141414, #141414);
    border-radius: 16px;
    padding: 20px;
  }

  .challenges-cart-item.yellow {
    min-height: 328px;
    padding: 12px;
    overflow: visible;
  }

  .challenges-cart-item.purple {
    min-height: 328px;
    max-height: none;
    padding: 12px;
  }

  .challenges-cart-item.purple.bigest {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-height: 328px;
  }

  .challenges-cart-item.purple.size {
    min-height: 328px;
  }

  .challenges-cart-item.blue {
    justify-content: space-between;
    align-items: center;
    min-height: 328px;
    padding: 12px;
  }

  .challenges-carts, .challenges-carts-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .title-cart-item-challenges {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .icon-challenges {
    max-width: 48px;
  }

  .purple-tab-link.w--current {
    min-width: 120px;
    max-width: 120px;
  }

  .tab-pane-tab-1 {
    width: auto;
  }

  .purple-tabs-menu {
    border-radius: 25px;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-row {
    width: 100%;
  }

  .cloes-modal {
    top: 10px;
    right: 10px;
  }

  .title-row, .title-item.gray, .title-item.gray.radius-left, .title-item.gray.radius-right, .title-item.radius-right {
    width: 100%;
  }

  .select-preference {
    flex-flow: wrap;
  }

  .text-title-modal {
    font-size: 52px;
  }

  .modal {
    width: 94vw;
    margin-top: 32px;
    overflow: scroll;
  }

  .title-row--modal {
    width: 300%;
  }

  .features-right {
    top: 6rem;
  }

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

  .title-video-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .videos-item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

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

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

  .h3.samll {
    font-size: 16px;
  }

  .p-video-designer {
    font-size: 12px;
  }

  .rightplan {
    flex-flow: row;
  }

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

  .leftplan {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .referring-title {
    white-space: nowrap;
    object-fit: fill;
    font-size: 18px;
  }

  .referring-title.splantext {
    font-size: 14px;
  }

  .planname {
    line-height: 20px;
  }

  .dplan.silverplan.boronzeplan {
    border-radius: 1rem;
    width: 90%;
    height: 70px;
    padding: 10px;
  }

  .dplan.silverplan.silverrow {
    border-radius: 16px;
    width: 90%;
    height: 70px;
    min-height: 0;
    padding: 10px;
  }

  .dplan.goldenrow {
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 70px;
    padding: 10px;
  }

  .referring-light {
    top: 22%;
  }

  .social-button-wrap {
    padding-top: 0;
  }

  .social-media-card {
    border-radius: 16px;
    padding: 1rem;
  }

  .heading-dy {
    font-size: 20px;
  }

  .socialcart {
    border-radius: 16px;
  }

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

  .social-shadow {
    border-radius: 16px;
  }

  .sicon {
    flex: none;
  }

  .heading-3-copy-copy {
    font-size: 20px;
  }

  .blog-card-img, .blog-card {
    border-radius: 16px;
  }

  .numberofrate {
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 24px;
  }

  .blog-content-wrap {
    height: 100%;
  }

  .content-baner-wrap {
    min-height: 0;
  }

  .featured-box.is-rules.is-blue {
    padding-right: 3rem;
  }

  .text-block-26 {
    text-align: left;
    font-size: .9rem;
  }

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

  .hero-wrap-2 {
    padding-top: 8rem;
  }

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

  .rules-component {
    padding: 2rem 1rem;
  }

  .white-lamp-shadow.is-fa.is-round1, .white-lamp-shadow.is-fa.is-round2 {
    height: 6rem;
  }

  .purple-lamp-shadow {
    height: 50rem;
    top: -31%;
  }

  .div-block-24 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .image-15 {
    width: 2rem;
    min-width: 2rem;
    height: auto;
  }

  .text-block-30 {
    font-size: .7rem;
  }

  .div-block-28 {
    min-width: 2rem;
    padding-right: .5rem;
  }

  .div-imag {
    padding-right: .6rem;
  }

  .tag-round {
    font-size: .8rem;
  }

  .div-block-31.is-res {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: .8rem;
  }

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

  .text-block-41 {
    font-size: .8rem;
  }

  .div-block-33 {
    justify-content: space-between;
  }

  .banner-image-blur._1 {
    bottom: -23vw;
  }

  .banner-image-blur._2 {
    bottom: -17vw;
  }

  .banner-image-blur._3 {
    bottom: -10vw;
  }

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

  .hero-wrap-3 {
    padding-top: 8rem;
  }

  .navbar-mobile-wrap-2 {
    background-image: linear-gradient(135deg, #ececec0a, #ececec0a 63.42%, #ececec00);
  }

  .div-block-39 {
    min-width: 2rem;
    padding-right: .5rem;
  }

  .div-block-40.is-res {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: .8rem;
  }

  .navbar-mobile-100svh-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-44 {
    justify-content: space-between;
  }

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

  .text-block-48 {
    font-size: .7rem;
  }

  .text-block-49, .paragraph-8 {
    font-size: .8rem;
  }

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

  .image-20 {
    width: 2rem;
    min-width: 2rem;
    height: auto;
  }

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

  .paragraph-9 {
    color: #ac6fdc;
    font-size: .9rem;
  }

  .div-block-51 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .hero-wrap-4 {
    padding-top: 8rem;
  }

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

  .navbar-mobile-wrap-3 {
    background-image: linear-gradient(135deg, #ececec0a, #ececec0a 63.42%, #ececec00);
  }

  .div-block-57 {
    min-width: 2rem;
    padding-right: .5rem;
  }

  .div-block-58.is-res {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: .8rem;
  }

  .navbar-mobile-100svh-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-62 {
    justify-content: space-between;
  }

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

  .text-block-64 {
    font-size: .7rem;
  }

  .text-block-65, .paragraph-10 {
    font-size: .8rem;
  }

  .paragraph-11 {
    color: #ac6fdc;
    font-size: .9rem;
  }

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

  .image-24 {
    width: 2rem;
    min-width: 2rem;
    height: auto;
  }

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

  .div-block-69 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .wg-dd-2-list {
    display: none;
  }
}

#w-node-_2407c652-083e-edeb-57a8-600fa496f059-d41fbb59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2407c652-083e-edeb-57a8-600fa496f063-d41fbb59, #w-node-_2407c652-083e-edeb-57a8-600fa496f06d-d41fbb59, #w-node-_2407c652-083e-edeb-57a8-600fa496f076-d41fbb59, #w-node-_2407c652-083e-edeb-57a8-600fa496f07d-d41fbb59, #w-node-_2407c652-083e-edeb-57a8-600fa496f086-d41fbb59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2407c652-083e-edeb-57a8-600fa496f08f-d41fbb59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2407c652-083e-edeb-57a8-600fa496f0dd-d41fbb59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567bc298-cae4-3255-66a8-8cd57c37eec8-7c37eec3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1252a60f-9cb4-9469-b517-fca5f9965356-f9965355, #w-node-_1252a60f-9cb4-9469-b517-fca5f9965357-f9965355, #w-node-_1252a60f-9cb4-9469-b517-fca5f9965359-f9965355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4376ad4-7b0c-22ef-76c2-3b839b6fbb16-d41fbb60, #w-node-_5387fa9a-c9a8-63e8-943d-94f98343b3c0-d41fbb60, #w-node-ddf87b9d-6aa7-25c1-c4b3-50643707105f-d41fbb60, #w-node-ff688f26-5188-cc0d-f5cc-c30174f6425f-d41fbb61, #w-node-ff688f26-5188-cc0d-f5cc-c30174f6426a-d41fbb61, #w-node-ff688f26-5188-cc0d-f5cc-c30174f64275-d41fbb61, #w-node-_0ffdf252-6838-1f9f-80ed-7def2c23c76e-2c23c769 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_729a1f90-e30a-7f1c-b03a-354432d8ea67-32d8ea66, #w-node-_729a1f90-e30a-7f1c-b03a-354432d8ea68-32d8ea66, #w-node-_729a1f90-e30a-7f1c-b03a-354432d8ea6a-32d8ea66, #w-node-_6ddc5373-303d-8fe5-2cc3-a84dd2d42918-d41fbb73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ddc5373-303d-8fe5-2cc3-a84dd2d4290e-d41fbb73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ddc5373-303d-8fe5-2cc3-a84dd2d42932-d41fbb73, #w-node-_6ddc5373-303d-8fe5-2cc3-a84dd2d4292b-d41fbb73, #w-node-_6ddc5373-303d-8fe5-2cc3-a84dd2d42922-d41fbb73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ddc5373-303d-8fe5-2cc3-a84dd2d42944-d41fbb73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ddc5373-303d-8fe5-2cc3-a84dd2d4293b-d41fbb73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de55503f-3f51-833b-ea7b-7125ad5af628-d41fbb75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_933f7aec-1d12-08cb-bd0f-d5dd39510cfe-d41fbb75, #w-node-_0a21dfb1-88c7-54ce-cba2-4efb42e9b4e9-d41fbb75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c267402-6909-1c59-ab10-39262487f950-d41fbb75 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_28f2c61b-8fa5-6754-f8ab-1ab1eff3f5fd-d41fbb75, #w-node-_5330be85-970e-7230-93ef-d8a0df43045d-d41fbb75, #w-node-f33b2790-4a9d-fe6e-1ad6-1b558dad3fb5-d41fbb75, #w-node-_90fa8a73-109c-da86-3c90-d39a58e0a6c8-d41fbb75, #w-node-_1ac5a1ae-eb8c-e748-6add-69c45702a427-d41fbb75, #w-node-_84cf5776-0804-4093-384b-8ea2c03e5dc7-d41fbb75, #w-node-ea79db55-18aa-9bde-24a2-d2d1bfbed689-d41fbb75, #w-node-_280fed0d-2f87-a064-5de0-29b6e68ce01b-d41fbb75, #w-node-a0a1c767-3670-f589-132c-7519d68f7ffc-d41fbb75, #w-node-_9df7e7ae-c8b7-6516-d980-aa3dcd9f436d-d41fbb75, #w-node-_87c97844-37f2-1a0c-7c17-0aa2ef1c6309-d41fbb75, #w-node-_9b32b1ed-211c-8c74-e146-cd1d6b1758f4-d41fbb75, #w-node-_4035b370-702d-7c43-bffd-506bc2234d7f-d41fbb75, #w-node-a6f824ba-0642-8058-52b9-2e21adcf136a-d41fbb75, #w-node-d3a4f88a-f3ea-10b2-da8b-462e6b527a33-d41fbb75, #w-node-_4cdc4f4b-a4ec-862f-6ab4-6b137c585d88-d41fbb75, #w-node-_77c21b1f-4879-21ae-ddac-8c7b5879b134-d41fbb75, #w-node-_36a0f333-8537-242a-f162-db42962ef84a-d41fbb75, #w-node-_36a0f333-8537-242a-f162-db42962ef858-d41fbb75, #w-node-_623f7121-2fca-fc08-7188-4bd10b9c1769-d41fbb76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_623f7121-2fca-fc08-7188-4bd10b9c1770-d41fbb76, #w-node-_623f7121-2fca-fc08-7188-4bd10b9c1771-d41fbb76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_623f7121-2fca-fc08-7188-4bd10b9c1774-d41fbb76 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_623f7121-2fca-fc08-7188-4bd10b9c177f-d41fbb76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_623f7121-2fca-fc08-7188-4bd10b9c1786-d41fbb76, #w-node-_623f7121-2fca-fc08-7188-4bd10b9c1795-d41fbb76, #w-node-_623f7121-2fca-fc08-7188-4bd10b9c17a0-d41fbb76, #w-node-_623f7121-2fca-fc08-7188-4bd10b9c17af-d41fbb76, #w-node-_623f7121-2fca-fc08-7188-4bd10b9c17ba-d41fbb76, #w-node-_623f7121-2fca-fc08-7188-4bd10b9c17c9-d41fbb76, #w-node-_623f7121-2fca-fc08-7188-4bd10b9c17d4-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e394971-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e39497c-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e394987-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e394992-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e39499d-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e3949aa-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e3949b5-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e3949c0-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e3949cb-d41fbb76, #w-node-_01e131af-e6b3-2648-248a-82a05e3949d6-d41fbb76, #w-node-_1e4a3145-ce95-3035-b469-5b4eb7e6e3f0-d41fbb76, #w-node-_1e4a3145-ce95-3035-b469-5b4eb7e6e403-d41fbb76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a31819ac-ee1a-bca5-6001-cdee9a11a62e-d41fbb79, #w-node-ebe41083-9d04-a365-c158-d4c2a0c21562-d41fbb79, #w-node-a31819ac-ee1a-bca5-6001-cdee9a11a62e-d41fbb7a, #w-node-ebe41083-9d04-a365-c158-d4c2a0c21562-d41fbb7a, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff164f-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1657-59ff161d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba5408c-decf-c62e-6fb8-a4ef59ff165f-59ff161d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aba5408c-decf-c62e-6fb8-a4ef59ff166f-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1681-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1687-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff168a-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff168f-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1690-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1692-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1695-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1697-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff169a-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16a1-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16ab-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16ac-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16ae-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16b1-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16b3-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16b6-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16bb-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16c5-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16c6-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16c8-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16cb-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16cd-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16d0-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16d5-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16df-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16e0-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16e2-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16e5-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16e7-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16ea-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16ef-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16f9-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16fa-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16fc-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16ff-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1701-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1704-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1709-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1713-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1714-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1716-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1719-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff171b-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff171e-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1723-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff177b-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff177c-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff177e-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1781-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1783-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1786-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff178b-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff172d-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff172e-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1730-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1735-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1738-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff173d-59ff161d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba5408c-decf-c62e-6fb8-a4ef59ff17c9-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff17ce-59ff161d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aba5408c-decf-c62e-6fb8-a4ef59ff17d8-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff17ef-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff17f5-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff17fa-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff17fb-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff17fd-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1800-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1802-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1805-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff180f-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1810-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1812-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1815-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1817-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff181a-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1824-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1825-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1827-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff182a-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff182c-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff182f-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1839-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff183a-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff183c-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff183f-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1841-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1844-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff184e-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff184f-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1851-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1854-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1856-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1859-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1863-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1864-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1866-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1869-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff186b-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff186e-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18b7-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18b8-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18ba-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18bd-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18bf-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18c2-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18e1-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18e2-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18e4-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18e7-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18e9-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18ec-59ff161d, #w-node-b5218df7-5f5a-7381-6c56-044f67f1fc36-d41fbb7d, #w-node-_695edc40-5bbe-b479-9403-d0c8c139c27f-d41fbb7d, #w-node-b9688eb3-b710-8f05-9cdb-1b64c2e64952-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5818-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5820-d41fbb7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5828-d41fbb7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5836-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef584a-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5850-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5853-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5858-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5859-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef585b-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef585e-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5860-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5863-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5868-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5873-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5874-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5876-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5879-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef587b-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef587e-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5883-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef588d-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef588e-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5890-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5893-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5895-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5898-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef589d-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58a7-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58a8-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58aa-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58ad-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58af-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58b2-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58b7-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58c1-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58c2-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58c4-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58c7-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58c9-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58cc-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58d1-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58db-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58dc-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58de-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58e1-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58e3-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58e6-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58eb-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58f5-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58f6-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58f8-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58fb-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58fd-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5900-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5905-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef590f-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5910-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5912-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5917-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef591a-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef591f-d41fbb7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5929-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef592e-d41fbb7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5938-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef594d-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5953-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5958-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5959-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef595b-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef595e-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5960-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5963-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef596d-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef596e-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5970-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5973-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5975-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5978-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5982-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5983-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5985-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5988-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef598a-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef598d-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5997-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5998-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef599a-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef599d-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef599f-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59a2-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59ac-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59ad-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59af-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59b2-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59b4-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59b7-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59c1-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59c2-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59c4-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59c7-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59c9-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59cc-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59d6-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59d7-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59d9-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59dc-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59de-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59e1-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59eb-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59ec-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59ee-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59f1-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59f3-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59f6-d41fbb7d, #w-node-_12170e41-dd9a-6ebe-fbaa-38d7ab9fcd6d-d41fbb7e, #w-node-e7bd309c-2909-002c-0012-b2221b8a726e-d41fbb7e, #w-node-e7bd309c-2909-002c-0012-b2221b8a7274-d41fbb7e, #w-node-e7bd309c-2909-002c-0012-b2221b8a727a-d41fbb7e, #w-node-e7bd309c-2909-002c-0012-b2221b8a7280-d41fbb7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7bd309c-2909-002c-0012-b2221b8a7286-d41fbb7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ee0f6db9-cd80-d6e0-0159-ed0f7b545c33-d41fbb7e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12170e41-dd9a-6ebe-fbaa-38d7ab9fcd6d-d41fbb7f, #w-node-e7bd309c-2909-002c-0012-b2221b8a726e-d41fbb7f, #w-node-e7bd309c-2909-002c-0012-b2221b8a7274-d41fbb7f, #w-node-e7bd309c-2909-002c-0012-b2221b8a727a-d41fbb7f, #w-node-e7bd309c-2909-002c-0012-b2221b8a7280-d41fbb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7bd309c-2909-002c-0012-b2221b8a7286-d41fbb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1c595167-ddc4-54a8-0cf8-b11608eb2d1d-d41fbb7f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a31819ac-ee1a-bca5-6001-cdee9a11a62e-d41fbb9f, #w-node-ebe41083-9d04-a365-c158-d4c2a0c21562-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f44d-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f455-d41fbb9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c778a40d-516b-4b7c-7eb4-096ded73f45d-d41fbb9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c778a40d-516b-4b7c-7eb4-096ded73f46b-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f47f-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f485-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f488-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f48d-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f48e-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f490-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f493-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f495-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f498-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f49d-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4a8-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4a9-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4ab-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4ae-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4b0-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4b3-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4b8-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4c2-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4c3-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4c5-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4c8-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4ca-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4cd-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4d2-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4dc-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4dd-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4df-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4e2-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4e4-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4e7-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4ec-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4f6-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4f7-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4f9-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4fc-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4fe-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f501-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f506-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f510-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f511-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f513-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f516-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f518-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f51b-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f520-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f52a-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f52b-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f52d-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f530-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f532-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f535-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f53a-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f544-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f545-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f547-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f54c-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f54f-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f554-d41fbb9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c778a40d-516b-4b7c-7eb4-096ded73f55e-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f563-d41fbb9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c778a40d-516b-4b7c-7eb4-096ded73f56d-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f582-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f588-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f58d-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f58e-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f590-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f593-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f595-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f598-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5a2-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5a3-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5a5-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5a8-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5aa-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5ad-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5b7-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5b8-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5ba-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5bd-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5bf-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5c2-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5cc-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5cd-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5cf-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5d2-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5d4-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5d7-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5e1-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5e2-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5e4-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5e7-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5e9-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5ec-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5f6-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5f7-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5f9-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5fc-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5fe-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f601-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f60b-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f60c-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f60e-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f611-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f613-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f616-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f620-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f621-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f623-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f626-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f628-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f62b-d41fbb9f, #w-node-a31819ac-ee1a-bca5-6001-cdee9a11a62e-d41fbba0, #w-node-ebe41083-9d04-a365-c158-d4c2a0c21562-d41fbba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccb66b4e-73a1-2aee-3d32-e6a827f08a5f-27f08a58, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72abf-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72ac4-3d3dc4c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f223432-7cce-3508-ae3d-6df09fd72ad0-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72ae3-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72ae9-3d3dc4c4, #w-node-f1878195-2dbd-4777-5da4-904af2fa1485-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72aee-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72aef-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72af1-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72af4-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72af6-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72af9-3d3dc4c4, #w-node-e02dbca7-8832-5e21-2dc2-cbe7ed9cf178-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b03-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b04-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b06-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b09-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b0b-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b0e-3d3dc4c4, #w-node-a7f08eb4-fa3a-dd5c-51d9-8b1d6fd02c8e-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b18-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b19-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b1b-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b1e-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b20-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b23-3d3dc4c4, #w-node-_62fad7bc-e861-2804-f2fc-0a466d4df494-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b2d-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b2e-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b30-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b33-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b35-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b38-3d3dc4c4, #w-node-f19483dd-30a9-be51-7e49-bbd23d4bbfac-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b42-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b43-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b45-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b48-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b4a-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b4d-3d3dc4c4, #w-node-e97f5f75-a40c-be89-298a-f233589df2f2-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b6c-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b6d-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b6f-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b72-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b74-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b77-3d3dc4c4, #w-node-_78d3802f-6ae3-cf2d-55eb-2ca3bb5c81ff-3d3dc4c4, #w-node-_4398fcb1-1910-e2e5-eb2e-2cfac990f761-3d3dc4c4, #w-node-_4398fcb1-1910-e2e5-eb2e-2cfac990f762-3d3dc4c4, #w-node-_4398fcb1-1910-e2e5-eb2e-2cfac990f764-3d3dc4c4, #w-node-_4398fcb1-1910-e2e5-eb2e-2cfac990f767-3d3dc4c4, #w-node-_4398fcb1-1910-e2e5-eb2e-2cfac990f769-3d3dc4c4, #w-node-_4398fcb1-1910-e2e5-eb2e-2cfac990f76c-3d3dc4c4, #w-node-dccc7742-db8d-445b-15cc-91d0dfb46327-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b81-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b82-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b84-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b87-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b89-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b8c-3d3dc4c4, #w-node-_41dd819e-6e0f-cfea-f1e4-a502338937ee-3d3dc4c4, #w-node-_60eefe98-0437-16a5-4708-f57d2ebd7985-3d3dc4c4, #w-node-_60eefe98-0437-16a5-4708-f57d2ebd7986-3d3dc4c4, #w-node-_60eefe98-0437-16a5-4708-f57d2ebd7988-3d3dc4c4, #w-node-_60eefe98-0437-16a5-4708-f57d2ebd798b-3d3dc4c4, #w-node-_60eefe98-0437-16a5-4708-f57d2ebd798d-3d3dc4c4, #w-node-_60eefe98-0437-16a5-4708-f57d2ebd7990-3d3dc4c4, #w-node-_6475e703-1d95-4787-e667-3345e43c5b12-3d3dc4c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4db118eb-ca1d-a0c1-0ad2-219eeecc095c-e51aa57a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4db118eb-ca1d-a0c1-0ad2-219eeecc0968-e51aa57a, #w-node-_4db118eb-ca1d-a0c1-0ad2-219eeecc0974-e51aa57a, #w-node-_4db118eb-ca1d-a0c1-0ad2-219eeecc097e-e51aa57a, #w-node-_4db118eb-ca1d-a0c1-0ad2-219eeecc0988-e51aa57a, #w-node-_4db118eb-ca1d-a0c1-0ad2-219eeecc0992-e51aa57a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4db118eb-ca1d-a0c1-0ad2-219eeecc099e-e51aa57a, #w-node-_67f880ab-524e-013d-4834-840bfa626a81-21bd36d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_368fe167-f385-fa06-e61c-e770152aea22-e167c076, #w-node-e1c0e5d5-8458-61db-343e-1c8bd240c0c9-e167c076, #w-node-_0ce114b8-6e91-5705-4c05-00c43805bec4-e167c076, #w-node-_0ce114b8-6e91-5705-4c05-00c43805becf-e167c076 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ce114b8-6e91-5705-4c05-00c43805bed9-e167c076, #w-node-_0ce114b8-6e91-5705-4c05-00c43805beeb-e167c076 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ce114b8-6e91-5705-4c05-00c43805bef0-e167c076 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f62b09b0-ba71-e8df-1d73-376dfe65a659-94a66a4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1690-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16ac-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16c6-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16e0-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff16fa-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1714-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff177c-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff172e-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff17fb-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1810-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1825-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff183a-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff184f-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff1864-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18b8-59ff161d, #w-node-aba5408c-decf-c62e-6fb8-a4ef59ff18e2-59ff161d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5859-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5874-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef588e-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58a8-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58c2-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58dc-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef58f6-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5910-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5959-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef596e-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5983-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef5998-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59ad-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59c2-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59d7-d41fbb7d, #w-node-_3f092b97-10ff-eb3d-ddb6-76df17ef59ec-d41fbb7d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3013f528-15e3-d6d4-bd28-2cb169f25a8d-d41fbb7e, #w-node-_12170e41-dd9a-6ebe-fbaa-38d7ab9fcd6d-d41fbb7e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7bd309c-2909-002c-0012-b2221b8a7286-d41fbb7e {
    justify-self: center;
  }

  #w-node-_8f4a0f04-eab4-e6ef-d0cb-53fa3fa3810d-d41fbb7e, #w-node-_7d0070a1-d581-5720-6c30-b648627f5bd9-d41fbb7e, #w-node-_77ca0b68-834c-1160-4daa-c974b54191ed-d41fbb7e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3013f528-15e3-d6d4-bd28-2cb169f25a8d-d41fbb7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7bd309c-2909-002c-0012-b2221b8a7286-d41fbb7f {
    place-self: center;
  }

  #w-node-_1c595167-ddc4-54a8-0cf8-b11608eb2cf9-d41fbb7f, #w-node-_1c595167-ddc4-54a8-0cf8-b11608eb2d05-d41fbb7f, #w-node-_1c595167-ddc4-54a8-0cf8-b11608eb2d11-d41fbb7f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f48e-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4a9-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4c3-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4dd-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f4f7-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f511-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f52b-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f545-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f58e-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5a3-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5b8-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5cd-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5e2-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f5f7-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f60c-d41fbb9f, #w-node-c778a40d-516b-4b7c-7eb4-096ded73f621-d41fbb9f, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72aef-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b04-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b19-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b2e-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b43-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b6d-3d3dc4c4, #w-node-_4398fcb1-1910-e2e5-eb2e-2cfac990f762-3d3dc4c4, #w-node-_7f223432-7cce-3508-ae3d-6df09fd72b82-3d3dc4c4, #w-node-_60eefe98-0437-16a5-4708-f57d2ebd7986-3d3dc4c4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f2109031-b1da-5ec5-0021-5890b4a8cef6-7c37eec3, #w-node-_567bc298-cae4-3255-66a8-8cd57c37ef1b-7c37eec3, #w-node-_0ffdf252-6838-1f9f-80ed-7def2c23c7c0-2c23c769 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_633f2bb9-0780-20e0-86cd-d083418787e6-d41fbb79, #w-node-_633f2bb9-0780-20e0-86cd-d083418787e6-d41fbb7a, #w-node-_633f2bb9-0780-20e0-86cd-d083418787e6-d41fbb9f, #w-node-_633f2bb9-0780-20e0-86cd-d083418787e6-d41fbba0 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-ccb66b4e-73a1-2aee-3d32-e6a827f08ab0-27f08a58, #w-node-_67f880ab-524e-013d-4834-840bfa626ad1-21bd36d1, #w-node-_67f880ab-524e-013d-4834-840bfa626ad7-21bd36d1, #w-node-f62b09b0-ba71-e8df-1d73-376dfe65a6ac-94a66a4d {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc0f4dd6-a1b4-4f74-33e0-afbbe56be64e-d41fbb73 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Yekanbakh';
  src: url('../fonts/YekanBakhFaNum-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yekanbakh';
  src: url('../fonts/YekanBakhFaNum-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yekanbakh';
  src: url('../fonts/YekanBakhFaNum-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
    font-family: 'Pelak FA';
    src: url('../fonts/pelak/PelakFA-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pelak FA';
    src: url('../fonts/pelak/PelakFA-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pelak FA';
    src: url('../fonts/pelak/PelakFA-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pelak FA';
    src: url('../fonts/pelak/PelakFA-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pelak FA';
    src: url('../fonts/pelak/PelakFA-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pelak FA';
    src: url('../fonts/pelak/PelakFA-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pelak FA';
    src: url('../fonts/pelak/PelakFA-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pelak FA';
    src: url('../fonts/pelak/PelakFA-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.body_farsi .text-size-medium.opacity-64 {
  font-family: inherit
}