:root {
  --background-color--background-primary: var(--base-color-brand--darkest);
  --text-color--text-primary: var(--base-color-neutral--white);
  --link-color--link-primary: var(--base-color-neutral--black);
  --border-color--border-primary: #292929;
  --border-color--border-section: #232323;
  --text-color--text-secondary: var(--base-color-neutral--neutral-lighter);
  --base-color-brand--white: #fafafa;
  --base-color-brand--darkest: #141414;
  --base-color-neutral--black: #121417;
  --base-color-neutral--white: #fafafa;
  --base-color-neutral--neutral-light: darkgrey;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(
    --base-color-neutral--neutral-darkest
  );
  --background-color--background-alternate: var(--base-color-neutral--white);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(
    --base-color-neutral--neutral-darker
  );
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(
    --base-color-neutral--white
  );
  --background-color--background-success: var(
    --base-color-system--success-green-light
  );
  --text-color--text-success\<deleted\|relume-variable-text-color-4\>: var(
    --base-color-system--success-green
  );
  --background-color--background-error: var(
    --base-color-system--error-red-light
  );
  --text-color--text-error\<deleted\|relume-variable-text-color-5\>: var(
    --base-color-system--error-red
  );
  --text-color--text-tertiary: var(--base-color-neutral--neutral-light);
  --border-color--border-secondary: #fafafa0a;
  --base-color-neutral--neutral-lightest: #e9edf0;
  --base-color-brand--darker: #1a1a1a;
  --base-color-brand--purple: #895cff;
  --base-color-brand--light: #e9edf0;
  --base-color-brand--dark: #282c33;
  --base-color-neutral--neutral-lighter: #bdbdbd;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #393c43;
  --base-color-neutral--neutral-darker: #1a1a1a;
  --base-color-neutral--neutral-darkest: #1f2329;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-tertiary: #1e1f22;
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.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(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: Plus Jakarta, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

p {
  margin-bottom: 0;
  font-size: 1.13rem;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

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

li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}

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

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

blockquote {
  border-left: 0.1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.display-inlineflex {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: none;
}

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

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

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

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

.page-wrapper {
  padding-top: 4.88rem;
  overflow: clip;
}

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

.container-large.is-home-intro {
  border-right: 1px solid var(--border-color--border-primary);
  border-left: 1px solid var(--border-color--border-primary);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 6rem 2.5rem;
  display: flex;
}

.container-large.is-border {
  border-right: 1px solid var(--border-color--border-section);
  border-left: 1px solid var(--border-color--border-section);
}

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

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

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

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

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

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: 0.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: 0.25rem;
}

.margin-xxsmall {
  margin: 0.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: 0.25rem;
}

.padding-xxsmall {
  padding: 0.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;
}

.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-bottom,
.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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  margin: 0 0 0.75rem;
}

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

.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-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 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-right.padding-custom1,
.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-vertical.padding-custom1,
.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-weight-medium {
  font-weight: 500;
}

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

.text-style-quote {
  border-left: 0.1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26),
    linear-gradient(#fff, #fff);
  border-radius: 0.6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.heading-style-h6.is-sm {
  font-size: 1rem;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

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

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

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

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

.heading-style-h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  color: var(--text-color--text-secondary);
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
  font-weight: 500;
}

.button {
  border: 1px solid var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--darkest);
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 100vw;
  padding: 0.875rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow 0.25s, color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 0 0 3px #fff0;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.button.is-link.is-icon.text-color-primary {
  color: var(--text-color--text-primary);
}

.button.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button.is-icon.is-sbmt {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.button.is-secondary {
  box-shadow: none;
  color: var(--base-color-brand--white);
  background-color: #14141466;
  border-color: #fafafa29;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.is-small.is-icon {
  line-height: 1;
}

.button.is-secondary.is-small.is-icon.is-muted {
  color: #fafafacc;
  background-color: #fafafa14;
  border-color: #fafafa0a;
}

.button.is-small {
  padding: 0.75rem 1rem;
}

.button.is-small.is-icon-only {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-brand--white);
  background-color: #fafafa14;
  border-color: #fafafa0a;
}

.button.is-icon-only {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.button.is-navbar2-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.button.is-submit {
  box-shadow: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button.is-toggle {
  color: var(--base-color-brand--white);
  background-color: #0000;
  border-style: none;
  position: relative;
}

.button.is-toggle.is-active {
  color: var(--base-color-brand--darkest);
}

.button.is-reverse-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-style-h4 {
  font-size: 2rem;
  line-height: 1.3;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

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

.form_input {
  color: var(--text-color--text-primary);
  background-color: #2d2d2d;
  border: 1px solid #fafafa14;
  border-radius: 0.5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--base-color-neutral--neutral-light);
}

.form_input::placeholder {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
}

.form_input.is-text-area {
  height: auto;
  min-height: 7.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.form_input.is-text-area::placeholder {
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

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

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

.button-group.is-center {
  justify-content: center;
}

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

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

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

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

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

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0.5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

.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 figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

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

.padding-global.is-100 {
  width: 100%;
}

.padding-global.is-flex {
  justify-content: center;
  height: 100%;
  display: flex;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.padding-section-large.is-home-hero {
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 0;
  display: flex;
}

.padding-section-large.is-subscr {
  padding-bottom: 2rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: 0.25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: 0.5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7.5rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: 0.75rem;
  margin-top: 1rem;
  padding: 0.5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

.text-color-alternate {
  color: var(
    --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>
  );
}

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(
    --text-color--text-success\<deleted\|relume-variable-text-color-4\>
  );
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error\<deleted\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url("../images/Webflow-Background.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_component {
  background-color: var(--background-color--background-primary);
  overflow: hidden;
}

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.footer_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer_logo-link {
  padding-left: 0;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  width: 100%;
  min-width: 10rem;
  display: flex;
}

.footer_link {
  color: var(--text-color--text-primary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

.footer_right-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0.75rem;
  display: grid;
}

.success-message {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.error-message {
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_legal-list {
  white-space: normal;
  grid-auto-columns: max-content;
  justify-content: center;
}

.footer_credit-text {
  color: var(--text-color--text-tertiary);
  font-size: 0.875rem;
}

.footer_legal-link {
  color: var(--link-color--link-primary);
  font-size: 0.875rem;
  text-decoration: underline;
}

.footer_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer_social-link {
  color: var(--text-color--text-tertiary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
}

.footer_left-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.navbar_component {
  z-index: 1000;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--background-primary);
  grid-template-rows: 5rem;
  grid-template-columns: 0.375fr 1fr 0.375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  position: relative;
}

.navbar_logo-link {
  z-index: 2;
  padding-left: 0;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  z-index: 2;
  align-items: stretch;
}

.navbar_link {
  color: var(--text-color--text-primary);
  letter-spacing: -0.02em;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0.5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_dropdwn-toggle {
  grid-column-gap: 0.5rem;
  color: var(--text-color--text-primary);
  letter-spacing: -0.02em;
  align-items: center;
  padding: 0.5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  display: flex;
}

.navbar_dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: transform 0.25s;
  display: none;
}

.navbar_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: 0.5rem;
  position: absolute;
}

.navbar_dropdown-link {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  color: var(--text-color--text-primary);
  background-color: #0000;
  border-radius: 0.75rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: background-color 0.25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_dropdown-link.is-simple {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar_button-wrapper {
  z-index: 3;
  grid-column-gap: 1rem;
  display: flex;
  position: relative;
}

.navbar_menu-button {
  padding: 0;
}

.footer_link-cols-inner-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_links-cols-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer_left-inner-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_left-inner-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_mobile-apps-icons {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_mobile-app-icon {
  background-color: #fafafa0a;
  border: 1px solid #fafafa0a;
  border-radius: 0.63rem;
  width: 7.5rem;
  padding: 0.75rem;
  transition: background-color 0.25s;
}

.footer_line-divider {
  background-color: var(--border-color--border-section);
  width: 100%;
  height: 1px;
  margin-top: 6rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.section_hero-header {
  position: relative;
  overflow: hidden;
}

.section_hero-header.is-border-bottom {
  border-bottom: 1px solid var(--border-color--border-section);
}

.hero-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-header_component.is-share {
  justify-content: space-between;
  padding-top: 5rem;
}

.hero-header_component.is-settle {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.4rem;
}

.hero-header_component.is-centered {
  justify-content: center;
  align-items: center;
}

.hero-header_image {
  width: 100%;
  height: 100%;
}

.section_testimonial {
  border-top: 1px solid var(--border-color--border-section);
  border-bottom: 1px solid var(--border-color--border-section);
  position: relative;
  overflow: hidden;
}

.testimonial_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial_card {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  background-image: url("../images/bxs_quote-alt-left.webp");
  background-position: 93% 4%;
  background-repeat: no-repeat;
  background-size: 36%;
  border-radius: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 35rem;
  margin-right: 1.5rem;
  padding: 1.5rem;
  display: flex;
}

.testimonial_content-top {
  margin-bottom: 1rem;
}

.testimonial_rating-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  display: flex;
}

.testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0.6;
  text-align: left;
  align-items: center;
  font-size: 0.88rem;
  display: flex;
}

.testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.section_cta {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.cta_image-wrapper {
  width: 100%;
  max-width: 37.5rem;
  box-shadow: 0 2px 80px #0000003d;
}

.cta_image-wrapper.is-left {
  position: absolute;
  top: 25%;
  left: 10%;
  transform: rotate(-15deg);
}

.cta_image-wrapper.is-right {
  z-index: 2;
  position: absolute;
  top: 25%;
  right: 10%;
  transform: rotate(15deg);
}

.cta_image-wrapper.is-center {
  z-index: 2;
  position: relative;
}

.cta_image {
  width: 100%;
  height: 100%;
}

.cta_bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta_bg-img {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  min-height: 100%;
}

.cta_images-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.products_component {
  flex-direction: column;
  align-items: center;
}

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

.products_list.is-border {
  border-top: 1px solid var(--border-color--border-secondary);
  border-left: 1px solid var(--border-color--border-secondary);
}

.products_item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  position: relative;
}

.products_item.is-soon {
  color: var(--text-color--text-tertiary);
}

.products_item.is-social {
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.products_item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.products_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.products_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.products_icon-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -2px;
  display: flex;
}

.products_item-content-top {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.products_tag-list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.products_tag-item {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.products_tag-item.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.products_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

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

.products_icon {
  flex: none;
  width: 100%;
  height: 100%;
  display: block;
}

.products_icon.is-muted {
  opacity: 0.6;
}

.section-tag {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-tag_text {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.section-tag_inner-wrap {
  grid-column-gap: 0.38rem;
  grid-row-gap: 0.38rem;
  background-color: #232323;
  border: 1px solid #2e2f31;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 0.38rem 0.63rem;
  display: flex;
}

.section-tag_icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section-tag_icon {
  width: 100%;
  height: 100%;
}

.section-header {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.section-header.is-align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.section-header.is-align-left.is-margin-small {
  margin-bottom: 2rem;
}

.testimonial_rating-image {
  width: 6.75rem;
}

.testimonial-rt h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.testimonial-rt p {
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
}

.testimonial_cards-row {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.testimonial_overlay {
  z-index: 1;
  background-image: linear-gradient(
    90deg,
    var(--background-color--background-primary),
    #14141400
  );
  width: 14%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testimonial_overlay.is-right {
  background-image: linear-gradient(
    270deg,
    var(--background-color--background-primary),
    #14141400
  );
  inset: 0% 0% 0% auto;
}

.testimonial_overlay.is-top {
  background-image: linear-gradient(
    180deg,
    var(--background-color--background-primary),
    #14141400
  );
  width: 100%;
  height: 20%;
  inset: 0% 0% auto;
}

.testimonial_overlay.is-bottom {
  background-image: linear-gradient(
    0deg,
    var(--background-color--background-primary),
    #14141400
  );
  width: 100%;
  height: 20%;
  inset: auto 0% 0%;
}

.section_features-gallery {
  position: relative;
}

.section_features-gallery.is-corners-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.section_features-gallery.is-border-bottom {
  border-top-style: none;
}

.features-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: grid;
}

.features-gallery.is-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.features-gallery.is-1 {
  display: block;
}

.features-gallery.is-product {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--border-color--border-secondary);
  border-bottom: 1px solid var(--border-color--border-secondary);
  padding-left: 0;
  padding-right: 0;
}

.features-gallery_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--background-color--background-tertiary);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-gallery_card.is-full {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.features-gallery_card.is-padding-bottom {
  padding-bottom: 2.5rem;
}

.features-gallery_card.is-40 {
  width: 60%;
}

.features-gallery_card.is-lic,
.features-gallery_card.is-no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.features-gallery_card.is-embed {
  justify-content: flex-start;
  align-items: center;
}

.features-gallery_card.is-marketing {
  padding-bottom: 2.5rem;
}

.features-gallery_card.is-no-gap-desk {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.features-gallery_card.is-products {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.features-gallery_card.is-products.is-1 {
  border-bottom-style: solid;
  border-right-style: solid;
}

.features-gallery_card.is-products.is-2 {
  border-bottom-style: solid;
  margin-right: 0;
  padding-right: 0;
}

.features-gallery_card.is-products.is-3 {
  border-right-style: solid;
}

.features-gallery_card.is-products.is-4 {
  padding-right: 0;
}

.hero-header_content-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.hero-header_content-wrap.is-relative {
  z-index: 3;
  position: relative;
}

.hero-header_content-wrap.is-no-padding {
  margin-bottom: 0;
}

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

.products_cms-item.is-border {
  border-right: 1px solid var(--border-color--border-secondary);
  border-bottom: 1px solid var(--border-color--border-secondary);
  min-height: 7.88rem;
}

.products_cms-item.is-border.is-nav {
  min-height: 7.12rem;
  transition: background-color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.products_cms-item.is-border.is-social {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_col-heading {
  color: var(--text-color--text-tertiary);
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.testimonial_content-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonials_cards-cms-wrap {
  flex: none;
}

.styles {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.navbar_component-2 {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.navbar_logo-link-2 {
  padding-left: 0;
}

.navbar_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar_link-2 {
  color: var(--link-color--link-primary);
  padding: 1.5rem 1rem;
}

.navbar_link-2.w--current {
  color: var(--base-color-neutral--black);
}

.navbar_menu-dropdown-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: static;
}

.navbar_dropdown-toggle {
  grid-column-gap: 0.5rem;
  color: var(--text-color--text-primary);
  letter-spacing: -0.02em;
  align-items: center;
  height: 100%;
  padding: 0.5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
}

.navbar_dropdown-list-2.w--open {
  z-index: 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color--border-secondary);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color--border-secondary);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color--border-secondary);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color--border-secondary);
  background-color: var(--base-color-brand--darker);
  justify-content: center;
  align-items: flex-start;
  width: calc(100% + 2px);
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
  top: 100%;
  left: -1px;
  right: 1px;
  overflow: hidden;
  box-shadow: 0 120px 120px #00000080;
}

.navbar_dropdown-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar_dropdown-content.is-3 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  max-width: 58.75rem;
}

.navbar_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.navbar_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_dropdown-link-2 {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0px;
  color: var(--text-color--text-primary);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 1.5rem;
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_dropdown-link-2.is-contact {
  transition-duration: 0.35s;
}

.navbar_icon-holder {
  flex: none;
}

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

.navbar_dropdown-content-right {
  flex: 1;
  max-width: 14rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar_dropdown-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar_dropdown-content-wrapper.z-index-1 {
  grid-template-rows: max-content;
  grid-auto-rows: max-content;
}

.navbar_dropdown-small-link-list {
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.navbar_dropdown-link-small {
  font-size: 0.875rem;
  text-decoration: none;
}

.navbar_dropdown-background-layer {
  background-color: var(--background-color--background-secondary);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.navbar_menu-button-2 {
  padding: 0;
}

.text-size-xsmall {
  font-size: 0.88rem;
}

.features-gallery_image-wrap {
  z-index: 1;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
}

.features-gallery_image-wrap.is-small-right {
  width: calc(100% + 2.5rem);
}

.features-gallery_image-wrap.is-small-right.is-banks {
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-gallery_image-wrap.is-2-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 62%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: calc(100% + 2.5rem);
  display: grid;
  left: -1.25rem;
}

.features-gallery_image-wrap.is-z-index {
  z-index: 2;
}

.features-gallery_image-wrap.is-centered {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.features-gallery_image-wrap.is-center-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.features-gallery_image-wrap.is-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-gallery_image-wrap.is-code {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 93%;
  padding: 1px;
  display: flex;
  overflow: hidden;
}

.features-gallery_image-wrap.is-full-width {
  width: calc(100% + 5rem);
  left: -2.5rem;
}

.features-gallery_image-wrap.is-3 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-gallery_image {
  width: 100%;
}

.features-gallery_image.is-right-corner {
  border-top-right-radius: 0.75rem;
}

.features-gallery_image.is-right-corner.is-shadow.is-payments-1 {
  object-fit: cover;
  object-position: 100% 0%;
}

.features-gallery_image.is-top-corners {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.features-gallery_image.is-top-corners.is-shadow {
  box-shadow: 4px 4px 24px #0000001f;
}

.features-gallery_image.is-shadow {
  box-shadow: 0 0 24px #0000001f;
}

.features-gallery_image.is-left-corner {
  border-top-left-radius: 0.75rem;
}

.features-gallery_image.is-pos {
  max-width: 80%;
}

.features-gallery_image.is-fully-automated {
  width: 60%;
}

.features-gallery_image.is-code {
  z-index: 3;
  aspect-ratio: 1;
  border: 1px solid var(--border-color--border-secondary);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  position: relative;
  box-shadow: 4px 4px 120px #2258ee14;
}

.features-gallery_image.is-banks {
  aspect-ratio: 3;
}

.features-gallery_heading-wrap {
  z-index: 2;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.features-gallery_heading-wrap.is-centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.features-gallery_heading-wrap.is-padding-right {
  padding-right: 2.5rem;
}

.features-gallery_card-overlay {
  z-index: 1;
  background-image: linear-gradient(
    180deg,
    #1a1a1a00,
    var(--background-color--background-tertiary)
  );
  width: 100%;
  height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.features-gallery_bg-img {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: 110%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.span_highlight-purple {
  color: var(--text-color--text-primary);
  background-color: #6a3ce233;
  border: 1px solid #6a3ce233;
  border-radius: 4px;
  padding: 2px 4px;
  display: inline-block;
}

.contact_form-wrap {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  display: flex;
  overflow-x: hidden;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 0.25rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.success-text {
  color: var(--text-color--text-secondary);
  font-size: 1.25rem;
  font-weight: 500;
}

.error-text {
  color: #e23939;
}

.inline-checkbox {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-select-1 {
  color: var(--text-color--text-secondary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: block;
}

.fs-select_toggle-1 {
  color: var(--text-color--text-secondary);
  background-color: #2d2d2d;
  border: 1px solid #fafafa14;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.75rem 4rem 0.75rem 1rem;
}

.fs-select_toggle-1:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_toggle-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_text-1 {
  color: var(--text-color--text-tertiary);
  font-size: 0.88rem;
}

.fs-select_list-1 {
  z-index: 100;
  background-color: #fafafa0a;
  border-radius: 0.5rem;
}

.fs-select_list-1.w--open {
  background-color: #1a1a1a;
  border: 1px solid #fafafa14;
  border-radius: 0.5rem;
  max-height: 12rem;
  margin-top: 0.5rem;
  overflow: hidden scroll;
}

.fs-select_field-1 {
  margin-bottom: 0;
  display: none;
}

.fs-select_link-1 {
  color: var(--text-color--text-tertiary);
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  transition: all 0.25s;
}

.fs-select_link-1:hover {
  opacity: 0.7;
}

.fs-select_link-1:focus-visible {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_link-1[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_link-1.w--current {
  color: var(--text-color--text-primary);
  background-color: #2d2d2d;
}

.submit-btn_wrap {
  width: 100%;
}

.gateways_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.gateways_item {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--background-color--background-tertiary);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gateways_item-icon {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.plugins_cards-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.plugins_card {
  justify-content: center;
  align-items: center;
}

.plugins_card-heading {
  font-size: 1rem;
  font-weight: 500;
}

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

.plugins_card-icon {
  border-radius: 0.75rem;
  flex: none;
  width: 5rem;
  height: 5rem;
}

.section {
  position: relative;
}

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

.section.is-horiz-scroll {
  width: 100%;
  padding-bottom: 100vh;
}

.section.section-border.is-border-top {
  border-bottom-style: none;
}

.padding-section-plugins {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

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

.pricing_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing_inner-wrap {
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--background-color--background-tertiary);
  border-radius: 1rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.pricing_item-head {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  border-bottom: 1px solid #fafafa1f;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.pricing_item-head.is-no-border-bottom {
  border-bottom-style: none;
}

.pricing_item-head.is-cta {
  justify-content: space-between;
}

.pricing_inner-card {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing_card-head {
  border-bottom: 1px solid var(--border-color--border-secondary);
  background-color: #fafafa14;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.pricing_card-head.is-border-all {
  border-right: 1px solid var(--border-color--border-secondary);
  border-left: 1px solid var(--border-color--border-secondary);
}

.pricing_card-head.is-border-all.is-purple {
  color: #9670ff;
  background-color: #875cff1a;
}

.pricing_card-head.is-free {
  color: #5cff9dcc;
  background-color: #5cff9d14;
}

.pricing_card-head.is-bus {
  color: #ff4791;
  background-color: #ff257d14;
}

.pricing_card-head.is-border-right {
  border-right: 1px solid var(--border-color--border-secondary);
}

.pricing_card-head.is-border-right.is-purple {
  color: #9670ff;
  background-color: #875cff1a;
}

.pricing_card-h {
  font-size: 1rem;
  font-weight: 500;
}

.pricing_card-bottom-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-top: 1px solid var(--border-color--border-secondary);
  color: var(--text-color--text-secondary);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.pricing_card-bottom-wrap.is-border-all {
  border-right: 1px solid var(--border-color--border-secondary);
  border-left: 1px solid var(--border-color--border-secondary);
}

.pricing_card-bottom-wrap.is-tags {
  border-top-style: none;
  justify-content: flex-start;
  align-items: center;
}

.pricing_card-bottom-wrap.text-color-primary {
  color: var(--text-color--text-primary);
}

.pricing_card-bottom-wrap.is-cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
}

.pricing_card-price {
  font-size: 2.5rem;
  font-weight: 600;
}

.pricing_card-price.is-large {
  font-size: 4rem;
}

.pricing_card-price.is-med {
  font-size: 2rem;
  font-weight: 500;
}

.pricing_price-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 10rem;
  padding: 1.5rem;
  display: flex;
}

.pricing_price-wrapper.is-border-all {
  border-right: 1px solid var(--border-color--border-secondary);
  border-left: 1px solid var(--border-color--border-secondary);
  height: 100%;
}

.pricing_price-wrapper.is-centered {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pricing_cards-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pricing_cards-wrap.is-2-cards {
  grid-template-columns: 1fr 1fr;
}

.pricing_cards-wrap.is-4-cards {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing_tag {
  color: #fafafaa3;
  border: 1px solid #9670ff29;
  border-radius: 100vw;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.pricing_banner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--background-color--background-tertiary);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.pricing_banner-left-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_banner-icon {
  width: 3rem;
  height: 3rem;
}

.hero-commerce_massonry-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero-commerce_massonry-img {
  width: 100%;
  max-width: 40vw;
}

.hero-commerce_massonry-img.is-1 {
  width: 100%;
}

.hero-commerce_massonry-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 40vw;
  display: flex;
}

.hero-commerce_massonry-col.is-1 {
  padding-top: 7vw;
}

.hero-commerce_massonry-col.is-3 {
  padding-top: 3vw;
}

.hero-commerce_massonry-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 45rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-header_3-col-cards-row {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 60vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-header_3-col-cards-row.is-marketing {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  aspect-ratio: 3;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 40% 1fr;
  height: 100%;
}

.hero-header_3-col-cards-row.is-embed {
  aspect-ratio: 2;
  width: 100%;
  max-height: none;
}

.hero-header_cards-inner-row {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.hero-header_cards-inner-row.is-1 {
  padding-top: 5vw;
}

.hero-header_cards-inner-row.is-3 {
  padding-top: 6.5vw;
}

.hero-header_cards-inner-row.is-small-gap {
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
}

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

.hero-header_cards-img.is-mob {
  display: none;
}

.hero-header_cards-overlay {
  background-image: linear-gradient(
    180deg,
    #1f232900,
    var(--background-color--background-primary)
  );
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-header_cards-overlay.is-large {
  background-image: linear-gradient(
    180deg,
    #1f232900,
    var(--background-color--background-primary) 86%
  );
  height: 8rem;
}

.hero-header_cards-overlay.is-xlarge {
  background-image: linear-gradient(
    180deg,
    #1f232900,
    var(--background-color--background-primary) 65%
  );
  height: 25vw;
}

.hero-header_cards-inner-horiz-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.analytcis_hero-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.analytcis_hero-grid-img.is-graph {
  width: 100%;
  max-width: 68%;
}

.analytcis_hero-svg-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: calc(33% - 1vw);
  display: flex;
  position: relative;
}

.analytcis_hero-grid-bottom-row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.analytcis_hero-svg {
  width: 100%;
}

.analytics_hero-svg-num {
  font-family: Inter, sans-serif;
  font-size: 2vw;
  position: absolute;
}

.fraud_hero-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.fraud_hero-grid-top {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  display: flex;
}

.fraud_hero-grid-top-inner {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 43%;
  display: grid;
}

.fraud_hero-grid-img.is-graph {
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.fraud_hero-grid-bottom {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscr_hero-cards {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 64.13rem;
  display: grid;
}

.subscr_hero-card {
  background-color: var(--background-color--background-tertiary);
  border: 1px solid #dfe5e90a;
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.subscr_card-top {
  color: #3da5ff;
  background-color: #3da5ff14;
  background-image: url("../images/Vector-17.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #3da5ff14;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 7.5rem;
  padding: 1rem;
  display: flex;
}

.subscr_card-top.is-startup {
  color: #ff257d;
  background-color: #ff257d1f;
  border-color: #ff257d14;
}

.subscr_card-top.is-enter {
  color: #5cff9dcc;
  background-color: #5cff9d14;
  border-color: #5cff9d14;
}

.subscr_card-top-text {
  font-size: 1.5rem;
  font-weight: 600;
}

.subscr_card-price-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.subscr_card-price-text {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.subscr_card-price-text-sm {
  color: #898989;
}

.subscr_card-price-inner-wrap {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.licenses_hero-anim {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.licenses_anim-input-wrap {
  width: 100%;
  max-width: 33.75rem;
  margin-bottom: 4rem;
  position: relative;
}

.licenses_anim-input {
  background-color: var(--background-color--background-primary);
  border: 3px solid #6a3ce2;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.licenses_anim-input-text-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.5;
  display: flex;
}

.licenses_anim-input-text {
  padding-top: 0.75rem;
  line-height: 0.9;
}

.licenses_anim-input-line {
  background-color: #fafafa99;
  align-self: stretch;
  width: 4px;
  height: 3.75rem;
}

.licenses_anim-input-btn {
  width: 4rem;
}

.licenses_anim-cards-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.licenses_anim-cards-img.is-2 {
  z-index: 2;
  position: absolute;
  top: 1.5rem;
  transform: scale(0.96);
}

.licenses_anim-cards-img.is-3 {
  position: absolute;
  top: 3rem;
  transform: scale(0.92);
}

.licenses_anim-cards-img.is-1 {
  z-index: 3;
  position: relative;
}

.paylinks_hero-anim {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 51.25rem;
  max-height: 31.87rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paylinks-anim_left {
  flex-flow: column;
  width: 50%;
  max-width: 24.38rem;
  display: flex;
}

.paylinks-anim_right {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 0%;
  min-height: 25rem;
  display: grid;
}

.paylinks-anim_chat-1 {
  width: 100%;
  max-width: 14.63rem;
  margin-bottom: 1rem;
}

.paylinks-anim_chat-2 {
  align-self: flex-end;
  width: 100%;
  max-width: 13.5rem;
}

.paylinks-anim_chat-3 {
  align-self: flex-end;
  width: 100%;
  max-width: 20rem;
  margin-top: 0.75rem;
}

.pos_hero-anim {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  aspect-ratio: 1.5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 51.25rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.comm-anim {
  aspect-ratio: 1.75;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.comm-anim.is-small {
  aspect-ratio: 3 / 2;
  flex: none;
  width: 150%;
  left: -25%;
}

.plugins-anim {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 30vw;
  margin-top: -3vw;
  padding-top: 3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-lines {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: fixed;
  inset: 0%;
}

.bg-lines_line {
  background-color: #0000;
  border-left: 2px solid #1b1f23;
  width: 2px;
  height: 100%;
}

.bg-lines_line.is-dashed {
  border-left: 2px dashed #1b1f23;
}

.bg-lines_wrap {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.is-100 {
  width: 100%;
}

.logo_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}

.logo_logo {
  max-height: 3.5rem;
}

.logo-garden_heading {
  color: var(--text-color--text-secondary);
  font-size: 0.88rem;
  font-weight: 400;
}

.section_timeline,
.section_timeline.section-border {
  position: relative;
}

.section_timeline.section-border-bottom {
  border-bottom: 1px solid var(--border-color--border-section);
}

.timeline-1-instructions-delete {
  z-index: 1;
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.timeline_instructions-list {
  padding-left: 1.25rem;
}

.timeline_instructions-list-item {
  padding-left: 0.5rem;
}

.timeline_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.timeline_videos-wrap {
  aspect-ratio: 1 / 1.35;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 7vh;
}

.timeline_progress {
  flex-direction: column;
  align-items: center;
  width: 1.9rem;
  height: calc(100% + 7.5rem);
  display: flex;
  position: absolute;
  left: -15px;
  overflow: hidden;
}

.timeline_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(
    180deg,
    var(--background-color--background-primary),
    #0000
  );
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline_progress-line {
  background-color: #414141;
  width: 3px;
  height: 0%;
  position: absolute;
  top: 0;
}

.timeline_line {
  background-color: #303030;
  width: 3px;
  height: 100%;
}

.timeline_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(
    180deg,
    #fff0,
    var(--background-color--background-primary)
  );
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline_progress-line-cover {
  background-color: var(--background-color--background-primary);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline_content-wrap {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.timeline_row {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80svh;
  display: flex;
  position: relative;
}

.timeline_row.is-last {
  height: 52vh;
}

.timeline_icon-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  left: -15px;
}

.timeline_icon-wrapper.is-last {
  height: 80%;
}

.timeline_icon-wrap {
  z-index: 2;
  opacity: 0.3;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}

.timeline_item {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: flex;
}

.timeline_eyebrow {
  color: var(--text-color--text-tertiary);
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
}

.timeline_item-inner-wrap {
  width: 100%;
  max-width: 21rem;
}

.timeline_img {
  aspect-ratio: 1.6;
  border-radius: 6px;
  position: absolute;
}

.timeline_img.is-mob {
  position: static;
}

.border-gradient {
  z-index: 0;
  width: 150%;
  height: 150%;
  position: absolute;
}

.features-gallery_card-inner-wrap {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background-color--background-tertiary);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-gallery_card-inner-wrap.is-full {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.features-gallery_card-inner-wrap.is-padding-bottom {
  padding-bottom: 2.5rem;
}

.border-line {
  background-image: radial-gradient(circle, #fff, #fff0);
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: auto;
  right: auto;
}

.comm-anim_item-wrap {
  aspect-ratio: 1;
  border: 3px solid #fafafa3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 9%;
  display: flex;
  position: absolute;
}

.comm-anim_item-wrap.is-1 {
  width: 10%;
}

.comm-anim_item-wrap.is-2 {
  border-style: none;
  width: 10%;
  top: 32%;
  left: 17%;
}

.comm-anim_item-wrap.is-3 {
  width: 10%;
  inset: 18% auto auto 32%;
}

.comm-anim_item-wrap.is-4 {
  width: 8%;
  inset: 42% auto auto 31%;
}

.comm-anim_item-wrap.is-5 {
  border-style: none;
  width: 11%;
  top: 19%;
  right: 43%;
}

.comm-anim_item-wrap.is-6 {
  width: 9%;
  inset: auto auto 23% 37%;
}

.comm-anim_item-wrap.is-7 {
  width: 8%;
  inset: 39% 33% auto auto;
}

.comm-anim_item-wrap.is-8 {
  width: 10%;
  inset: 11% 28% auto auto;
}

.comm-anim_item-wrap.is-9 {
  width: 12%;
  inset: auto 18% 43% auto;
}

.comm-anim_item-wrap.is-10 {
  justify-content: center;
  align-items: flex-end;
  width: 10%;
  inset: auto auto 25% 19%;
}

.comm-anim_item-wrap.is-11 {
  justify-content: center;
  align-items: flex-end;
  width: 10%;
  inset: auto 34% 18% auto;
}

.comm-anim_item-img {
  width: 100%;
  height: 100%;
}

.comm-anim_item-blank {
  aspect-ratio: 1;
  background-color: #fafafa05;
  border-radius: 100vw;
  width: 7%;
  position: absolute;
}

.comm-anim_item-blank.is-1 {
  inset: 9% auto auto 23%;
}

.comm-anim_item-blank.is-2 {
  inset: auto auto 12% 9%;
}

.comm-anim_item-blank.is-3 {
  inset: 30% auto auto 5%;
}

.comm-anim_item-blank.is-4 {
  inset: auto auto 36% 7%;
}

.comm-anim_item-blank.is-5 {
  top: auto;
  bottom: 9%;
  left: auto;
}

.comm-anim_item-blank.is-6 {
  inset: 0% 39% auto auto;
}

.comm-anim_item-blank.is-7 {
  inset: auto 22% 22% auto;
}

.comm-anim_item-blank.is-8 {
  inset: 17% 18% auto auto;
}

.comm-anim_item-blank.is-9 {
  inset: auto 10% 35% auto;
}

.comm-anim_item-img-badge {
  max-width: 170%;
  position: absolute;
  top: 80%;
}

.comm-anim_item-img-badge.is-2 {
  max-width: 180%;
  top: 66%;
  left: -26%;
}

.plugins-anim_icons-wrapper {
  aspect-ratio: 1.226;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 52vw;
  display: flex;
  position: relative;
}

.plugins-anim_icon-item {
  border-radius: 100vw;
  width: 4vw;
  height: 4vw;
}

.plugins-anim_orbit-svg {
  width: 100%;
  max-width: 100%;
  position: absolute;
}

.plugins-anim_icon {
  width: 4vw;
  height: 4vw;
}

.plugins-anim_center-svg {
  width: 100%;
  max-width: 15%;
  position: absolute;
}

.plugins-anim_center-orbit-svg {
  width: 100%;
  max-width: 50%;
  position: absolute;
}

.plugins-anim_cms-wrap {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.features-gallery_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.features-gallery_full-anim-wrap {
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 5rem);
  height: 100%;
  display: flex;
  position: relative;
  left: -2.5rem;
}

.features-gallery_pos-anim-wrap {
  aspect-ratio: 1.37;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.features-gallery_pos-anim-img {
  width: 100%;
  max-width: 65%;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
}

.features-gallery_pos-anim-img.is-1 {
  top: 6%;
  left: 10%;
}

.features-gallery_pos-anim-img.is-2 {
  left: auto;
  right: 0%;
}

.horizontal-scroll {
  flex: none;
}

.horizontal-scroll_track {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -50vw;
  display: flex;
}

.horizontal-scroll_card {
  aspect-ratio: 1.3;
  flex: none;
  width: 100%;
  max-width: 45vw;
}

.horizontal-scroll_card-img {
  aspect-ratio: 1.3;
  width: 100%;
}

.analytics-anim-wrap {
  aspect-ratio: 1.75;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(100% + 5rem);
  display: flex;
  position: relative;
  left: -2.5rem;
}

.analytics-svg-wrap {
  width: 100%;
}

.fraud_anim-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 2.5rem;
  display: flex;
}

.fraud_anim-img {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.navbar_dd-link-icon-wrap {
  aspect-ratio: 1;
  background-color: #6a3ce229;
  border: 0.5px solid #6a3ce229;
  border-radius: 0.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

.navbar_dd-link-content {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  display: flex;
}

.navbar_dd-link-h {
  font-size: 0.88rem;
  font-weight: 500;
}

.navbar_dd-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_dd-cms-wrap {
  width: 100%;
}

.section_header76 {
  background-color: var(--background-color--background-secondary);
}

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 43%;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4.5rem;
  display: grid;
}

.header76_content-left {
  border: 1px solid var(--border-color--border-secondary);
  border-radius: 0.75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1.5rem 3rem 1.5rem 2.5rem;
  padding: 3rem;
  display: flex;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 2.5rem;
  position: relative;
  overflow: hidden;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -7.5rem;
  display: flex;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.header76_image-wrapper {
  aspect-ratio: 1;
  background-color: #fafafa0a;
  background-image: url("../images/51-2.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fafafa14;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 22px #0003, 16px 16px 24px #0000000a;
}

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

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.header76_card-icon {
  max-height: 2.5rem;
}

.section_home-hero {
  border-bottom: 1px solid var(--border-color--border-section);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.home-hero_headings-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  padding-left: 0;
  display: block;
}

.home-hero_wrap {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.home-hero_left-anim-wrap {
  z-index: 5;
  aspect-ratio: 1;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 24vw;
  display: flex;
  position: absolute;
  top: 2.5rem;
  left: -5rem;
}

.home-hero_num-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero_text-wrap {
  flex: none;
  max-width: 22.5rem;
}

.home-intro_num {
  letter-spacing: -0.06em;
  font-family: Inter, sans-serif;
  font-size: 7rem;
  font-weight: 500;
  line-height: 0.8;
}

.home-intro_num.is-first {
  top: auto;
}

.home-hero_text {
  letter-spacing: -0.02em;
  max-width: 35rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
}

.home-hero_right-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.features-gallery_platforms-anim-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.platforms-anim-svg {
  width: 100%;
}

.marquee {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee.is-clean {
  background-color: #0000;
  border-top-style: none;
  border-bottom-style: none;
}

.marquee.is-bg {
  border-top: 1px solid var(--border-color--border-section);
  border-bottom: 1px solid var(--border-color--border-section);
  background-color: var(--background-color--background-primary);
}

.marquee.is-abs {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 100%;
  position: absolute;
}

.marquee-content {
  grid-column-gap: 2.5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  justify-content: flex-start;
  align-items: center;
}

.marquee-image {
  width: 4.5rem;
  height: 4.5rem;
}

.marquee-image.is-radius {
  border-radius: 0.75rem;
  width: 5.5rem;
  height: 5.5rem;
}

.marquee-image.is-full {
  width: auto;
  height: 2.5rem;
}

.marquee-image.is-round-corner {
  border-radius: 1.25rem;
}

.marquee_overlay {
  z-index: 1;
  background-image: linear-gradient(
    90deg,
    var(--base-color-neutral--black),
    #14141400
  );
  width: 14%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee_overlay.is-reverse {
  background-image: linear-gradient(
    270deg,
    var(--base-color-neutral--black),
    #14141400
  );
  inset: 0% 0% 0% auto;
}

.marquee_overlay.is-reverse.is-tertiary {
  background-image: linear-gradient(
    270deg,
    var(--background-color--background-tertiary),
    #282c3300
  );
}

.marquee_overlay.is-tertiary {
  background-image: linear-gradient(
    90deg,
    var(--background-color--background-tertiary),
    #282c3300
  );
}

.plugins-marquee-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(100% + 5rem);
  height: 100%;
  display: flex;
  position: relative;
  left: -2.5rem;
}

.section_home-intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-intro_wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.home-intro_h {
  letter-spacing: -0.03em;
  font-family: Plus Jakarta, sans-serif;
  font-size: 6.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.home-intro_h.is-1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  position: static;
}

.navbar_dd-link-inner-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.embed-anim-wrap {
  aspect-ratio: 1 / 1.1;
  background-color: var(--base-color-brand--darkest);
  border: 1px solid #fafafa14;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 40px #00000014;
}

.embed-anim_head-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
}

.embed-anim_head-x-icon {
  width: 2rem;
}

.embed-anim_head-profile-icon {
  width: 1.125rem;
}

.embed-anim_head-inner-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
}

.embed-anim_head-text {
  margin-top: 2px;
}

.embed-anim_bottom-bar {
  width: calc(100% + 3rem);
  margin-top: auto;
  position: relative;
}

.embed-anim_cursor {
  z-index: 4;
  width: 2rem;
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.embed-anim_prod-img {
  aspect-ratio: 1;
  flex: none;
  width: 22%;
  height: 100%;
}

.embed-anim_prod-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  max-height: 7.5rem;
  display: flex;
}

.embed-anim_prod-inner {
  width: 65%;
}

.embed-anim_top-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #171717;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.embed-anim_checkout-btn {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.embed-anim_product-added {
  opacity: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.embed-anim_seconds-scene-wrap {
  opacity: 0;
  pointer-events: none;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.embed-anim_process-anim-wrap {
  aspect-ratio: 1;
  background-color: #1b1f23;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.embed-anim_process-h {
  margin-bottom: 0.5rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.embed-anim_process-text {
  color: #898989;
  max-width: 80%;
  font-size: 0.88rem;
}

.embed-anim_process-icon {
  width: 50%;
}

.embed-anim_success-icon {
  opacity: 0;
  width: 50%;
  position: absolute;
}

.embed-anim_process-back-text {
  color: #8164ee;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.embed-anim_back-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.embed-anim_third-scene-wrap {
  opacity: 0;
  pointer-events: none;
  align-self: center;
  width: 80%;
  position: absolute;
}

.embed-anim_complete-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.embed-anim_complete-inner-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #898989;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lic-anim {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 23.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lic-anim_cards-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  display: flex;
}

.lic-anim_card {
  background-color: #292929;
  border: 1px solid #fafafa14;
  border-radius: 0.75rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  display: flex;
  overflow: hidden;
}

.lic-anim_card.is-first {
  position: relative;
  overflow: visible;
}

.lic-anim_card-inner-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lic-anim_card-img {
  border-radius: 6px;
  width: 3rem;
  height: 3rem;
}

.lic-anim_card-text-wrap {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lic-anim_card-btn {
  opacity: 0;
  width: 7.5rem;
  height: 0;
  overflow: hidden;
}

.lic-anim_cursor {
  z-index: 10;
  width: 2rem;
  position: absolute;
  inset: auto -2rem -6rem auto;
}

.lic-anim_active-badge {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.lic-anim-input {
  opacity: 0;
  background-color: #333;
  border: 1px solid #fafafa24;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  overflow: visible;
}

.lic-anim-input-text {
  font-size: 2rem;
  line-height: 0.9;
  position: relative;
  top: 5px;
}

.lic-anim_input-btn {
  width: 2.5rem;
}

.lic-anim_input-line {
  background-color: #fafafa99;
  align-self: stretch;
  width: 2px;
  height: 2rem;
}

.lic-anim_loading-svg {
  opacity: 0;
  align-self: center;
  width: 3rem;
  display: block;
  position: absolute;
}

.lic-anim_success-svg {
  opacity: 0;
  width: 40%;
  display: block;
  position: absolute;
  transform: scale(0);
}

.lic-anim_input-text-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.5;
  display: flex;
}

.market-anim {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 24rem;
  display: flex;
  position: relative;
}

.market-anim_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #31363d;
  border: 1px solid #fafafa14;
  border-radius: 0.75rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  display: flex;
  position: relative;
}

.market-anim_card.is-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.market-anim_card.is-no-border {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.market-anim_card.is-no-border.is-large {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.market-anim_card.is-no-border.is-last {
  border-bottom-style: none;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.market-anim_card-btn {
  width: 7.5rem;
}

.market-anim_cards-wrap {
  width: 100%;
  height: 100%;
  display: block;
}

.market-anim_scene-1 {
  background-color: #31363d;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.market-anim_btn-add {
  opacity: 0;
  color: var(--base-color-neutral--black);
  background-color: #fafafa;
  border-radius: 0.75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 10rem;
  min-height: 3rem;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
}

.market-anim_btn-add-inner-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.market-anim_btn-add-load {
  width: 2rem;
}

.market-anim_scene-2 {
  opacity: 0;
  pointer-events: none;
  background-color: #31363d;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
}

.market-anim_bottom-wrap {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  background-color: #fafafa14;
  border-radius: 0.25rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding: 1.25rem;
  font-size: 0.88rem;
  font-weight: 500;
  display: flex;
}

.market-anim_rating-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  display: flex;
  position: absolute;
  top: 30%;
}

.market-anim_rating-stars {
  width: 100%;
  max-width: 70%;
}

.market-anim_rating-btn {
  width: 100%;
  max-width: 5.88rem;
}

.market-anim_rating-btn-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  display: flex;
}

.market-anim_rating-cursor {
  width: 2rem;
  position: absolute;
  bottom: -5%;
  right: 12%;
}

.market-anim_rating-success-wrap {
  opacity: 0;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.contact_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color--border-secondary);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color--border-secondary);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color--border-secondary);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color--border-secondary);
  opacity: 0;
  border-radius: 2rem;
  width: 100%;
  min-height: 75vh;
  max-height: 90vh;
  padding: 2.5rem;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact_content-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-right: 2rem;
  display: flex;
}

.contact_content-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact13_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.contact13_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.contact_content-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.contact_link-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: var(--text-color--text-primary);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_link {
  color: var(--text-color--text-primary);
  margin-bottom: 2px;
  font-size: 0.88rem;
  line-height: 1;
  text-decoration: none;
}

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

.contact_social-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.contact_social-link {
  background-color: #fafafa14;
  border: 1px solid #fafafa14;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.2s;
  display: flex;
}

.modal {
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal.is-active {
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
}

.modal_bg-blur {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #12141799;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_inner-wrap {
  background-color: var(--background-color--background-tertiary);
  border: 1px solid #fafafa0a;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 67.5rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal_inner-wrap.is-themes {
  padding-bottom: 0;
}

.modal_inner-wrap.is-contact {
  background-color: #1f1f1f;
  width: 100%;
  max-width: 70rem;
  padding: 0;
}

.modal_inner-wrap.is-plugins {
  max-width: 50rem;
  transition: opacity 0.25s;
}

.modal_inner-wrap.is-gateways {
  width: 100%;
  max-width: 53rem;
  padding: 2rem;
}

.plugins_modal-content-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.modal_close-btn {
  z-index: 10;
  color: #474747;
  background-color: #fafafa14;
  border: 1px solid #fafafa14;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.2s;
  display: flex;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.modal_close-btn.is-contact {
  top: 2.5rem;
  right: 2.5rem;
}

.modal_themes-wrap {
  width: 50rem;
  max-height: 80vh;
}

.modal_themes-head {
  margin-bottom: 2.75rem;
}

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

.modal_themes-card {
  background-color: #333;
  border: 1px solid #fafafa0a;
  border-radius: 0.75rem;
  padding: 0.5rem;
}

.modal_themes-card-img {
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 0.75rem;
}

.modal_themes-card-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal_themes-cards-outer-wrap {
  max-height: 70vh;
  padding-bottom: 3rem;
  padding-right: 1rem;
  overflow: hidden scroll;
}

.gateways_quantity {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fafafa7a;
  text-align: center;
  background-color: #fafafa14;
  border: 1px solid #fafafa0a;
  border-radius: 0.5rem;
  width: 80%;
  padding: 2px 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: -26%;
}

.marquee-cms-wrap {
  flex: none;
}

.home-hero_text-track {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero_nums-wrapper {
  height: 8rem;
  overflow: visible;
}

.lic-anim_card-btn-wrap,
.lic-anim_input-btn-wrap {
  position: relative;
}

.lic-anim_cursor-2 {
  z-index: 2;
  opacity: 0;
  width: 2rem;
  position: absolute;
  inset: auto 4.6rem -4rem auto;
}

.market-anim_cursor {
  z-index: 2;
  width: 2rem;
  position: absolute;
  top: auto;
  bottom: -6rem;
  left: auto;
}

.embed-anim_product-add {
  width: 100%;
  overflow: hidden;
}

.embed-anim_prod-inner-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.fraud_anim-img-wrapper {
  aspect-ratio: 1.12;
  flex: none;
  width: calc(100% - 40px);
}

.padding-section-horiz-scroll {
  flex-flow: column;
  padding-top: 6rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.edge-overlay {
  background-image: linear-gradient(
    180deg,
    #1f232900,
    var(--background-color--background-primary)
  );
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.edge-overlay.is-top {
  background-image: linear-gradient(
    0deg,
    #1f232900,
    var(--background-color--background-primary)
  );
  top: 0%;
  bottom: auto;
}

.page-css {
  width: 0;
  height: 0;
  position: fixed;
}

.plugins-marquee_overlay {
  z-index: 1;
  background-image: linear-gradient(
    90deg,
    var(--background-color--background-tertiary),
    #12141700
  );
  width: 14%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.plugins-marquee_overlay.is-reverse {
  background-image: linear-gradient(
    270deg,
    var(--background-color--background-tertiary),
    #12141700
  );
  inset: 0% 0% 0% auto;
}

.plugins-marquee_overlay.is-reverse.is-tertiary {
  background-image: linear-gradient(
    270deg,
    var(--background-color--background-tertiary),
    #282c3300
  );
}

.plugins-marquee_overlay.is-tertiary {
  background-image: linear-gradient(
    90deg,
    var(--background-color--background-tertiary),
    #282c3300
  );
}

.navbar_bg-blur {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  background-color: #12141799;
  width: 100%;
  height: 100%;
  transition: opacity 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  inset: 0%;
}

.button_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  position: relative;
  right: 0;
}

.navbar_link-shape {
  z-index: 1;
  opacity: 0;
  background-color: #fafafa0a;
  border: 1px solid #fafafa0a;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_link-shape.is-active {
  opacity: 1;
}

.navbar_link-text {
  font-family: Plus Jakarta, sans-serif;
  font-weight: 500;
  position: relative;
}

.navbar_dd-link-shape {
  z-index: 1;
  opacity: 0;
  background-color: #fafafa0a;
  border: 1px solid #fafafa0a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_dd-link-shape.is-active {
  opacity: 1;
}

.section-border-top {
  border-top: 1px solid var(--border-color--border-primary);
}

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

.sucess-message_inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.plugins_card-inner-wrap {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--background-color--background-tertiary);
  color: var(--text-color--text-primary);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: background-color 0.25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing_item-h {
  font-size: 1.25rem;
  font-weight: 600;
}

.licenses_anim-input-glow {
  opacity: 0;
  border-radius: 1rem;
  width: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 10px #6a3ce2;
}

.subscr_card-price-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.navbar_menu-inner {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: static;
}

.navbar_menu-inner.is-page-height-tablet {
  align-items: stretch;
}

.timeline_videos-inner-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact_modal-inner-wrap.is-mob {
  display: none;
}

.wallet-hero_asset {
  background-color: #171717;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.wallet-hero_graph-wrap {
  background-color: #fafafa0a;
  border-radius: 7px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 5px #070e230f;
}

.wallet-hero_middle-wrap {
  flex-flow: column;
  display: flex;
}

.wallet-hero_balances {
  border-radius: 7px;
  width: 100%;
  margin-top: 1vw;
  box-shadow: 0 2px 5px #070e230f;
}

.wallet-hero_left-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 17%;
  padding-top: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.wallet-hero_side-panel {
  width: 100%;
}

.wallet-hero_content-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  height: 94%;
  display: flex;
}

.wallet-hero_top-wrap {
  z-index: 2;
  height: 6%;
  position: relative;
  box-shadow: 0 2px 3px #070e2314;
}

.wallet-hero_right-inner-wrap {
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
  flex-flow: column;
  flex: none;
  width: 30%;
  margin-right: 1vw;
  display: flex;
}

.wallet-hero_header-img {
  width: 100%;
  max-width: 15%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.wallet-hero_inner-bottom {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.wallet-hero_ballance-graph {
  aspect-ratio: 1;
  align-self: stretch;
  width: 100%;
}

.wallet-hero_ballance-graph-wrap {
  background-color: #fafafa14;
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.5vw 1.5vw;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #070e230f;
}

.wallet-hero_side-p-bottom {
  border-radius: 7px;
  margin-bottom: 1vw;
  margin-left: 0.75vw;
  margin-right: 0.75vw;
  box-shadow: 0 2px 4px #070e231f;
}

.wallet-hero_manage {
  border-radius: 7px;
  box-shadow: 0 2px 5px #070e230f;
}

.wallet-hero_ballance-text-wrap {
  grid-column-gap: 0.25vw;
  grid-row-gap: 0.25vw;
  color: var(--background-color--background-primary);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.wallet-hero_ballance-btns {
  align-self: stretch;
}

.wallet-hero_ballance-graph-inner-wrap {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5vw;
  display: flex;
}

.wallet-ballance_sum {
  color: var(--text-color--text-primary);
  font-family: Inter, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
}

.text-block {
  color: #777f89;
  font-size: 0.85rem;
}

.home-intro_heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.products_item-heading.is-mob {
  display: none;
}

.num-spin_component {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.num-spin_mask {
  height: 1.5rem;
  overflow: hidden;
}

.num-spin_mask.is-large {
  height: 1.75vw;
  overflow: hidden;
}

.num-spin_text {
  color: var(--text-color--text-primary);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.num-spin_text.is-large {
  font-size: 1.75vw;
}

.hero-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #1f1f1f;
  border: 1px solid #ffffff0a;
  border-radius: 1vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25vw;
  display: flex;
}

.hero-card_h {
  color: #fafafa7a;
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-card_badge {
  height: 1.5rem;
}

.hero-card_h-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-hero_logo {
  width: 100%;
}

.home-hero_left-anim-wrap-inner {
  aspect-ratio: 1;
  background-image: linear-gradient(#181b1f, #14161a);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: calc(100% - 2px);
  display: flex;
  overflow: hidden;
}

.home-hero_logo-overlay {
  filter: blur(200px);
  background-color: #fff;
  border-radius: 100vw;
  width: 60%;
  height: 60%;
  position: absolute;
  top: -15%;
}

.home-logo_parent-1 {
  width: 15vw;
  height: 15vw;
  position: relative;
}

.home-intro_second-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.home-logo_parent-2 {
  width: 11vw;
  height: 11vw;
  position: relative;
}

.home-hero_logo-wrap {
  aspect-ratio: 1;
  will-change: transform;
  background-image: linear-gradient(#ffffff14, #fff0);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.home-hero_bg-video {
  z-index: 0;
  opacity: 0.24;
  filter: grayscale();
  pointer-events: none;
  background-color: #121417;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0;
}

.home-hero_overlay {
  z-index: 0;
  mix-blend-mode: saturation;
  background-color: #121417;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.max-width-pre-footer-cta {
  width: 100%;
  max-width: 40.9rem;
}

.plugins_card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero_video-bottom-overlay {
  background-image: linear-gradient(
    0deg,
    var(--background-color--background-primary),
    #42444700
  );
  mix-blend-mode: overlay;
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_mobile-img-wrap {
  display: none;
}

.lic-anim_card-text-h {
  font-size: 0.88rem;
  font-weight: 600;
}

.lic-anim_card-text-secondary {
  color: var(--text-color--text-secondary);
  font-size: 0.75rem;
  font-weight: 500;
}

.marquee_cms-item {
  flex: none;
}

.gateway-modal {
  width: 100%;
  position: relative;
}

.gateway-modal_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding-right: 3rem;
  display: flex;
}

.gateways-modal_header-text-wrap {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 25rem;
  margin-right: 3rem;
  display: flex;
}

.gateway-modal_header-icon {
  flex: none;
  width: 4.5rem;
  height: 4.5rem;
}

.gateway-modal_cards-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gateways-modal_divider {
  background-color: #fafafa14;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.gateway-modal_card {
  background-color: #292929;
  border: 1px solid #fafafa0a;
  border-radius: 0.5rem;
  justify-content: space-between;
  align-items: center;
  width: 15.5rem;
  padding: 0.75rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  display: flex;
}

.gateways_item-link {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gateway-modal_cards-container {
  width: 100%;
  max-width: 100%;
}

.modal_overlay {
  display: none;
}

.home-hero_num-span {
  font-size: 7.7rem;
  font-weight: 600;
}

.hero-globe {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.code-embed {
  min-width: 100vw;
  height: 100vh;
  position: sticky;
  inset: 0 0 auto;
}

.canvas {
  height: 100vh;
  min-height: 100vh;
  position: fixed;
  inset: 0 0 auto;
}

.globediv {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 5rem;
  left: 0;
  right: 0;
}

.canvas-overlay-content {
  z-index: 2;
  max-width: none;
  margin-top: -100vh;
  position: relative;
}

.section_canvas {
  position: relative;
}

.code-embed-2 {
  position: absolute;
}

.div-block-2 {
  min-height: 100vh;
}

.transition {
  height: 100vh;
}

.transition-block {
  height: 200vh;
}

.home-intro_second-text-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.home-intro_wrap-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.is-2 {
  margin-right: 1rem;
}

.is-2.logo {
  visibility: hidden;
}

.home-intro_second-text-wrap-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.home-intro_wrap-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo {
  visibility: hidden;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section_stats13 {
  border-top: 1px solid var(--border-color--border-primary);
  border-bottom: 1px solid var(--border-color--border-primary);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: clip;
}

.stats13_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.stats13_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.stats13_item-list {
  grid-column-gap: 0rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.stats13_item {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-left: 2px solid #222;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.stats13_number {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
}

.stats13_item-heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-color--text-tertiary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stats13_heading {
  font-size: 1rem;
  font-weight: 500;
}

.stats13_bg-logo {
  pointer-events: none;
  max-width: 180%;
  position: absolute;
}

.stats13_bg-logo-wrap {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section_dots-bg {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-dots {
  min-width: 100%;
  height: 10%;
}

.bg-dots.is-1 {
  width: 100%;
  height: auto;
}

.bg-dots.is-height-auto {
  height: auto;
}

.bg-dots.is-height-auto.is-stable {
  align-self: flex-start;
  position: absolute;
}

.bg-dots.ramp_dots {
  min-width: 0%;
  height: auto;
  top: -11%;
}

.timeline_video {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.timeline_video.hide {
  display: none;
}

.features-gallery_image-div {
  background-color: #fafafa29;
  width: 1.5rem;
  height: 2px;
}

.section-border {
  border-top: 1px solid var(--border-color--border-section);
  border-bottom: 1px solid var(--border-color--border-section);
}

.section-center-line-wrap {
  z-index: -1;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-center-line {
  border-left: 1px dashed var(--border-color--border-section);
  width: 1px;
  height: 100%;
}

.gateways_item-icon-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.gateways_item-arrow {
  width: 1.75rem;
  height: 1.75rem;
}

.contact_form-outer-wrap {
  z-index: 3;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.success-message_img {
  width: 100%;
  max-width: 12rem;
  margin-bottom: 2rem;
}

.success-message_contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.success-message_top-spacer {
  height: 2rem;
}

.pricing_item-head-inner {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_card-bottom-wrap-inner {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: space-between;
  display: flex;
}

.pricing_card-bottom-wrap-inner-left-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.products_item-arrow-icon {
  display: none;
}

.timeline_icon-outer-wrap {
  z-index: 2;
  background-color: #3d3d3d;
  border: 1px solid #525252;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.5rem;
  display: flex;
  position: relative;
}

.form_inner-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 1.5rem;
  display: flex;
  overflow: hidden auto;
}

.form_inner-wrap.has-scrollbar {
  padding-right: 2rem;
}

.section_header33 {
  position: relative;
}

.hero-header_content {
  justify-content: center;
  align-items: center;
  max-width: 45rem;
  height: calc(100vh - 4.88rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-header_background-video-wrapper {
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.hero-header_background-video {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.hero-header_background-video.hide,
.hero-header_background-video.is-mob {
  display: none;
}

.home-hero_h1 {
  letter-spacing: -0.02em;
  font-size: 6.75rem;
  font-weight: 500;
  line-height: 1.15;
}

.hero-pill {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #fafafa14;
  border: 1px solid #fafafa0a;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.hero-pill_label {
  color: var(--base-color-neutral--black);
  background-color: #fafafa;
  border-radius: 100vw;
  padding: 7px 8px 6px;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}

.header_content-wrap {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.icon-embed-3xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  position: relative;
}

.home-intro_lottie {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
}

.home-intro_inner-wrap {
  z-index: 2;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  width: 100%;
  height: calc(100vh - 4.88rem);
  display: flex;
  position: relative;
}

.home-intro_bottom-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-intro_slide-num-text.is-primary {
  color: #fafafa;
}

.home-intro_slide-num-wrap {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  color: #fafafa66;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-intro_slide-num-wrap.is-mob {
  display: none;
}

.home-intro_lottie-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7%;
  padding-bottom: 11%;
  display: flex;
  position: absolute;
}

.home-intro_bg-line {
  border-right: 1px dashed var(--border-color--border-primary);
  width: 1px;
  height: 100%;
  position: absolute;
}

.home-intro_lottie-sticky-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: sticky;
  top: 20vh;
}

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

.dropdown1_toggle {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.dropdown1_dropdown-link {
  padding: 0.5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.loader {
  z-index: 10000000;
  background-color: var(--background-color--background-primary);
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.loader_inner-wrap {
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: relative;
}

.loader_circle {
  width: 7rem;
}

.loader_circle.is-mask {
  z-index: 2;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0) rotate(-280deg);
}

.loader_logo {
  opacity: 0;
  width: 3rem;
  position: absolute;
}

.navbar_bottom-shadow {
  background-image: linear-gradient(
    180deg,
    var(--background-color--background-primary),
    #14141400
  );
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header_content-shadow {
  z-index: 0;
  background-color: var(--background-color--background-primary);
  opacity: 0.9;
  filter: blur(180px);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_content-shadow.is-2 {
  opacity: 1;
  mix-blend-mode: overlay;
}

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

.dotlottie-canvas {
  opacity: 0;
  width: 100%;
  transition: opacity 0.3s;
  display: none;
}

.header_content-shadow-img {
  opacity: 0.5;
  width: 140%;
  max-width: 140%;
  height: 120%;
  display: none;
  position: absolute;
}

.header_content-shadow-img.is-2 {
  opacity: 1;
  mix-blend-mode: overlay;
}

.video {
  width: 100%;
  max-width: 100%;
}

.product_item-inner {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button_bg-blur {
  opacity: 0.4;
  filter: blur(8px);
  pointer-events: none;
  background-color: #141414;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.button_text {
  z-index: 3;
  position: relative;
}

.sticky-section-height {
  width: 100%;
  height: 250vh;
}

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

.sticky-elem {
  width: 100%;
  height: 100vh;
  padding-top: 6rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section-wrapper {
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
}

.section-height {
  width: 100%;
  height: 100vw;
}

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

.sticky-element {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-element.disable-overflow {
  overflow: hidden;
}

.track {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.track-flex {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.track-wrap {
  flex: none;
  display: flex;
}

.padding-section-xsmall {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.home-intro_horiz-lines-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-intro_horiz-line {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
  margin-top: calc(99.9vh - 4.88rem);
}

.contact_bg-img {
  pointer-events: none;
  height: 120%;
  position: absolute;
  top: -10%;
  left: -40%;
  right: auto;
}

.loader_spinner {
  opacity: 0;
  width: 7.5rem;
  height: 7.5rem;
}

.home-intro_lottie-blur {
  background-color: var(--background-color--background-primary);
  width: 85%;
  height: 85%;
  position: absolute;
}

.pricing_custom-label {
  width: 7.5rem;
}

.code-embed-3 {
  width: calc(100% + 3vw);
  margin-bottom: 1vw;
}

.pricing-toggle-component {
  background-color: #fafafa14;
  border-radius: 100vw;
  padding: 2px;
}

.pricing-toggle_link-shape {
  z-index: 1;
  opacity: 0;
  background-color: #fafafa0a;
  border: 1px solid #fafafa0a;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-toggle_link-shape.is-active {
  background-color: var(--base-color-brand--white);
  opacity: 1;
  pointer-events: none;
  color: var(--base-color-brand--darkest);
}

.pricing_save-badge {
  color: #fafafa;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-image: linear-gradient(#6039cc, #653cd6);
  border: 1px solid #9670ff14;
  border-radius: 100vw;
  flex: none;
  padding: 0.5rem 0.63rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px #653cd629;
}

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

.section_not-found {
  flex-flow: column;
  justify-content: center;
  min-height: calc(100vh - 4.88rem);
  display: flex;
}

.not-found_component {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: calc(100vh - 4.88rem);
  padding-bottom: 3.5rem;
  display: flex;
}

.not-found_img {
  max-width: 50rem;
}

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

.not-found_top-spacer {
  height: 2rem;
}

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

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

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

.home-mob_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-mob_content {
  max-width: 35rem;
}

.home-mob_image {
  aspect-ratio: 1 / 1.28;
  object-fit: cover;
  width: 100%;
}

.home-mob_app-links {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.share_orbit {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.share-anim_icons-wrapper {
  aspect-ratio: 1;
  background-color: var(--base-color-brand--darkest);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  display: flex;
  position: relative;
}

.share-anim {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 41rem;
  margin-top: -3vw;
  padding-top: 3vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.share_orbit-wrap {
  z-index: 2;
  flex: none;
  width: 100.2%;
  height: 100.3%;
  position: absolute;
}

.share_orbit-wrap.is-central {
  width: 70%;
  height: 70%;
}

.share_orbit-wrap.is-middle {
  width: 85%;
  height: 85%;
}

.share_glow {
  z-index: 0;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #6429ff,
    #ae5bd2 67%,
    #995df0 81%,
    #7549e9 90%,
    var(--base-color-brand--darkest)
  );
  filter: blur(40px);
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
}

.share_bg {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--base-color-brand--darkest);
  border-radius: 100vw;
  flex: none;
  width: 100%;
  position: absolute;
  top: 0%;
}

.share_img {
  aspect-ratio: 1;
  width: 130%;
  max-width: none;
  height: 100%;
  position: relative;
  top: -5rem;
}

.share_num {
  z-index: 3;
  width: 53%;
  position: absolute;
  top: 19%;
  left: auto;
}

.heading-num-span {
  border: 2px solid var(--base-color-brand--white);
  border-radius: 100vw;
  margin-right: 0.25rem;
  padding: 0.25rem 1rem;
  line-height: 1;
  display: inline-block;
}

.section_faq6 {
  position: relative;
  overflow: hidden;
}

.faq6_content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.faq6_content-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq6_list-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_accordion {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_icon-wrapper {
  color: #6a3ce2;
  border: 2px solid;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 4px;
  display: flex;
  position: relative;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq6_heading {
  font-size: 1.13rem;
  font-weight: 500;
}

.faq6_icon-horiz {
  background-color: currentColor;
  width: 100%;
  height: 2px;
}

.faq6_icon-vert {
  background-color: currentColor;
  width: 2px;
  height: calc(100% - 8px);
  position: absolute;
}

.why-tabs_component {
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.why-tabs_tabs {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.why-tabs_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 380px;
  padding-bottom: 120px;
  display: grid;
}

.why-tabs_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fafafa66;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  transition: border-color 0.25s, color 0.25s;
  display: flex;
}

.why-tabs_tab-link.w--current {
  opacity: 1;
  color: #fafafa;
  background-color: #0000;
}

.why-tabs_tab-link.tab-last {
  border-bottom-style: none;
}

.why-tabs_tab-pane {
  height: 100%;
}

.why-tabs_tab-content {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.why-tabs_tab-content-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #1a1a1a;
  border: 1px solid #ffffff1f;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 3.5rem 1.5rem;
  display: flex;
}

.why-tabs_icon-wrapper {
  display: inline-block;
}

.why-tabs_header-wrap {
  width: 50%;
  padding-top: 2.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.why-tabs_tab-icon {
  opacity: 0.2;
  width: 2.5rem;
  height: 2.5rem;
  transition: opacity 0.25s;
}

.why-tabs_card-content {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.why-tabs_card-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.why-tabs_contact-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--base-color-brand--darkest);
  background-image: url("../images/contact-bg_1.webp");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 120px;
  margin-top: auto;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.why-tabs_contact-link {
  color: var(--base-color-brand--purple);
  font-size: 1.13rem;
}

.settle_component {
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
  display: flex;
}

.settle_central-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.settle_sellix-logo {
  width: 18.75rem;
  height: 18.75rem;
  position: relative;
}

.settle_glow {
  pointer-events: none;
  width: 170%;
  max-width: none;
  position: absolute;
}

.settle_dots {
  aspect-ratio: 2.41;
  width: 70%;
  position: absolute;
}

.settle_icon {
  border-radius: 100vw;
  width: 7rem;
  height: 7rem;
  margin-right: 2.5rem;
  box-shadow: 0 2px 5px #0003, 0 2px 8px 16px #14141480,
    0 2px 32px 16px #14141480;
}

.settle-anim {
  aspect-ratio: 1;
  width: 100%;
  max-width: 40rem;
  position: absolute;
}

.settle-anim_img {
  z-index: 2;
  aspect-ratio: 1 / 1.08;
  position: relative;
}

.settle-anim_img.is-1-1 {
  aspect-ratio: 1;
}

.settle-anim_img.is-1-03 {
  aspect-ratio: 1 / 1.04;
}

.settle-anim_svg {
  aspect-ratio: 1 / 1.08;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.settle-anim_svg.is-1-1 {
  aspect-ratio: 1;
}

.settle-anim_svg.is-1-03 {
  aspect-ratio: 1 / 1.04;
}

.settle-timeline_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.settle-timeline_item-inner-wrap {
  width: 100%;
  max-width: 23rem;
  padding-left: 1rem;
}

.settle-timeline_anim-inner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.settle-timeline_anim-wrap {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  position: sticky;
  top: 80px;
}

.settle-timeline_content-wrap {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.share_orbit-icon {
  border-radius: 100vw;
  width: 5rem;
  height: 5rem;
}

.ramp-calc_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.ramp-calc_card {
  z-index: 2;
  border: 1px solid var(--border-color--border-section);
  background-color: #171717;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 560px;
  display: flex;
  position: relative;
}

.ramp-calc_glow {
  width: 510px;
  position: absolute;
  bottom: -8px;
}

.ramp_dots {
  position: absolute;
}

.arrow-span {
  background-image: url("../images/Frame-2147224365.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1.5rem;
  display: inline-block;
}

.ramp-exc-anim {
  aspect-ratio: 2.33;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  display: flex;
  position: relative;
}

.ramp-exc_img {
  z-index: 1;
  aspect-ratio: 2.33;
  width: 100%;
  position: relative;
}

.ramp-exc_glow,
.ramp-exc_lines {
  aspect-ratio: 2.33;
  width: 100%;
  position: absolute;
}

.ramp-glow-num {
  opacity: 0.75;
}

.ramp-glow-num.is-abs {
  opacity: 1;
  position: absolute;
}

.ramp-glow-num_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10%;
  display: flex;
  position: relative;
}

.banks-wallets-anim {
  aspect-ratio: 1.41;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.banks-wallets_img {
  aspect-ratio: 1.41;
  width: 100%;
}

.banks-wallets_svg {
  aspect-ratio: 1.41;
  width: 100%;
  position: absolute;
}

.banks-wallets_img-top {
  z-index: 4;
  width: 100%;
  max-width: 35%;
  position: absolute;
  inset: -5% 0% auto auto;
}

.banks-wallets_img-top-large {
  z-index: 4;
  width: 100%;
  max-width: 23%;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
}

.faq6_bg-logo-wrap {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: -10vw;
  right: auto;
}

.faq6_bg-logo {
  pointer-events: none;
  width: 220%;
  max-width: 180%;
  position: absolute;
  transform: rotate(-15deg);
}

.subs_component {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.subs_path-wrapper {
  width: 100%;
}

.subs_path {
  position: relative;
}

.stablecoins_icon {
  border-radius: 100vw;
  width: 5rem;
  height: 5rem;
}

.ramp-calc_card-embed {
  width: 100%;
  height: 100%;
}

.navbar_dd-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid var(--border-color--border-secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.navbar_dd-column-heading {
  color: #fafafa99;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.navbar_dd-links-wrap {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.navbar_dd-links-wrap.is-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.navbar_dd-link-icon {
  color: var(--base-color-brand--purple);
  width: 1.5rem;
  height: 1.5rem;
}

.navbar_dd-link-arrow {
  z-index: 3;
  opacity: 0;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.25s;
  position: absolute;
  right: 1.5rem;
}

.navbar_dropdown-link-overlay {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(
    90deg,
    #27272700,
    #272727bf 30%,
    #272727 69%
  );
  width: 40%;
  height: 100%;
  transition: all 0.25s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar_dd-link-heading-wrap {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_dd-link-soon-badge {
  border: 0.5px solid var(--border-color--border-secondary);
  background-color: var(--border-color--border-secondary);
  color: var(--text-color--text-secondary);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding: 0.38em;
  font-size: 0.63rem;
  font-weight: 700;
  line-height: 1;
}

.navbar_dd-link-soon-badge.is-coming {
  color: #5cff9d;
  background-color: #5cff9d14;
  border-color: #5cff9d14;
}

.navbar_bg-pad {
  z-index: 1;
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  background-color: #1b1b1bcc;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.text-color-accent {
  color: var(--base-color-brand--purple);
}

.products_item-heading-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_menu-bottom-wrap {
  display: none;
}

.navbar_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.ramp-glow-text {
  text-shadow: 0 1px 100px #a00af7cc, 0 0 60px #fff6, 0 1px 20px #e712ff66,
    0 0 23px #ffffff80;
  font-size: 8em;
  font-weight: 800;
}

.products_item-img-discord {
  position: absolute;
  inset: auto 0% -13% auto;
}

.products_item-img-tele {
  position: absolute;
  inset: auto 0% 0 auto;
}

.settle-timeline_row {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.settle-timeline_row.is-last {
  height: 52vh;
}

.subs_hero-logo {
  z-index: 13;
  aspect-ratio: 1;
  width: 15rem;
  height: 15rem;
  position: relative;
}

.subs_hero-dots {
  width: 70%;
  margin-bottom: -88px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.hero-dots-overlay {
  background-image: linear-gradient(
    180deg,
    var(--base-color-brand--darkest),
    #14141400 30%
  );
  opacity: 0.5;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-dots-overlay.is-bottom {
  background-image: linear-gradient(
    360deg,
    var(--base-color-brand--darkest),
    #14141400 30%
  );
}

.hero-dots-overlay.is-left {
  background-image: linear-gradient(
    90deg,
    var(--base-color-brand--darkest),
    #14141400 30%
  );
}

.hero-dots-overlay.is-right {
  background-image: linear-gradient(
    270deg,
    var(--base-color-brand--darkest),
    #14141400 30%
  );
}

.subs_large-glow {
  z-index: -1;
  aspect-ratio: 1;
  opacity: 0.25;
  filter: blur(300px);
  background-color: #8c5fff;
  border-radius: 100vw;
  width: 15%;
  position: absolute;
}

.subs_large-glow.is-2 {
  opacity: 0.1;
  filter: blur(400px);
  background-color: #6329f8;
}

.subs_overlay {
  z-index: 3;
  width: 15%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.subs_overlay.is-reverse {
  left: auto;
  right: 0%;
}

.subs_icon {
  z-index: 5;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: 8% auto auto 15%;
}

.subs_icon.is-2 {
  top: auto;
  bottom: 12%;
  left: 19%;
}

.subs_icon.is-3 {
  top: 35%;
  left: 28%;
}

.subs_icon.is-4 {
  top: 8%;
  left: auto;
  right: 15%;
}

.subs_icon.is-5 {
  top: 34%;
  left: auto;
  right: 30%;
}

.subs_icon.is-6 {
  top: 57%;
  left: auto;
  right: 18%;
}

.swiper.is-why-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider-progress-bar {
  color: #fafafa;
  background-color: #fafafa;
  width: 100%;
  height: 1px;
}

.swiper-wrapper.is-why-tabs {
  flex-flow: row;
  width: 70%;
  max-width: 70%;
  display: flex;
}

.swiper-slide.is-why-tabs {
  background-color: var(--base-color-brand--darkest);
  width: 100%;
  max-width: 100%;
  height: auto;
}

.swiper-pagination.is-why-tabs {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.slider-progress-line {
  background-color: #fafafa;
  width: 0;
  height: 1px;
}

.pagination-text {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.swiper-pagination-bullet.is-why-tabs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.why-tabs_contact-img {
  width: 110%;
  position: absolute;
  left: auto;
  right: 0%;
}

.why-tabs_contact-mob {
  display: none;
}

.stable-anim_icons-wrapper {
  z-index: 4;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  display: flex;
  position: relative;
}

.stable_orbit-wrap {
  z-index: 2;
  flex: none;
  width: 100.2%;
  height: 100.3%;
  position: absolute;
}

.stable_orbit-wrap.is-central {
  width: 40%;
  height: 40%;
}

.stable_orbit-wrap.is-middle {
  width: 65%;
  height: 65%;
}

.stable_orbit-icon {
  border-radius: 100vw;
  width: 5rem;
  height: 5rem;
}

.stable_orbit {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.stable_hero-logo {
  z-index: 13;
  aspect-ratio: 1;
  width: 10rem;
  height: 10rem;
  position: relative;
}

.stable-glow {
  aspect-ratio: 1;
  width: 50%;
  max-width: none;
  height: 50%;
  position: absolute;
}

.stable_central-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.subst_central-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.stable_component {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  margin: 4rem auto 7.5rem;
  display: flex;
  position: relative;
}

.stable_glow {
  z-index: 3;
  pointer-events: none;
  width: 140%;
  max-width: 140%;
  height: 140%;
  position: absolute;
}

.stable_dots {
  z-index: 0;
  aspect-ratio: 2.41;
  width: 150%;
  position: absolute;
}

.stable_glow-sm {
  z-index: 3;
  width: 200%;
  max-width: 200%;
  height: 90%;
  position: absolute;
}

.fees_component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fees_img {
  z-index: 5;
  max-width: 50%;
  position: relative;
}

.fees_svg {
  width: 120%;
  position: absolute;
}

.fees_central-pad {
  z-index: 3;
  aspect-ratio: 1;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    var(--base-color-brand--darkest),
    #14141400
  );
  pointer-events: none;
  border-radius: 100vw;
  width: 104%;
  position: absolute;
}

.product-anim {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.product-anim_img {
  z-index: 2;
  width: 100%;
  position: relative;
}

.product-anim-1_svg {
  z-index: 1;
  aspect-ratio: 1.71;
  width: 100%;
  position: absolute;
}

.product-anim-3_svg {
  z-index: 1;
  aspect-ratio: 2.667;
  width: 100%;
  position: absolute;
}

.product-anim-2_svg {
  z-index: 1;
  aspect-ratio: 2.074;
  width: 100%;
  position: absolute;
}

.ramp-calc_img {
  aspect-ratio: 1 / 1.01;
}

.ramp-calc_img.is-mob {
  display: none;
}

.ramp-calc_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.subs_inner-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.subs_hero-dots-bottom {
  width: 70%;
  margin: -72px auto 1.5rem;
  position: static;
}

.fees-img {
  aspect-ratio: 3;
  object-fit: cover;
}

.product-anim-4_svg {
  z-index: 1;
  aspect-ratio: 2.03;
  width: 100%;
  position: absolute;
}

.swiper-pagination-wrap {
  width: 30%;
  height: auto;
}

.swiper-pagination-overlay {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .page-wrapper {
    padding-top: 4rem;
  }

  .container-large.is-home-intro {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-large.is-border {
    border-left-style: none;
    border-right-style: none;
  }

  .container-large.is-border.is-border-mob {
    border-left-style: solid;
    border-right-style: solid;
  }

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

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-global.is-no-padding-tab {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-section-large.is-no-tablet {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .success-message {
    background-position: 50%;
    background-size: 200%;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_social-list {
    margin-bottom: 2rem;
  }

  .navbar_component {
    background-color: var(--background-color--background-primary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .navbar_container {
    grid-template-columns: 0.25fr 1fr;
    display: flex;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100dvh;
    padding-bottom: 6.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: height 0.5s;
    display: block;
  }

  .navbar_link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar_link.is-pricing {
    justify-content: space-between;
  }

  .navbar_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    display: flex;
  }

  .navbar_dropdown-chevron {
    opacity: 0.4;
    transition: opacity 0.25s, transform 0.25s;
    display: block;
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: 0.75rem 0;
    font-size: 16px;
  }

  .navbar_button-wrapper {
    grid-column-gap: 0.5rem;
    align-items: center;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--text-color--text-primary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--text-color--text-primary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_mobile-apps-icons {
    display: flex;
  }

  .footer_line-divider {
    margin-top: 2.5rem;
  }

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

  .testimonial_card {
    flex: none;
  }

  .cta_image-wrapper {
    max-width: 75vw;
  }

  .cta_images-wrapper {
    max-height: 40vw;
  }

  .products_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .products_list.is-border {
    grid-column-gap: 0rem;
  }

  .testimonial_cards-row {
    align-items: stretch;
  }

  .features-gallery {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .features-gallery.is-3.is-padding-mob {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-gallery_card {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .features-gallery_card.is-padding-bottom {
    padding-bottom: 1.25rem;
  }

  .features-gallery_card.is-40 {
    width: 100%;
  }

  .features-gallery_card.is-marketing {
    padding-bottom: 1.25rem;
  }

  .features-gallery_card.is-products.is-3 {
    border-bottom-style: solid;
  }

  .products_cms-item.is-border {
    min-height: 6.75rem;
  }

  .navbar_menu-2 {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height 0.5s;
    position: absolute;
    overflow: auto;
  }

  .navbar_link-2 {
    width: auto;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu-dropdown-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar_dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdown-toggle.w--open {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .navbar_dropdown-list-2.w--open {
    border-top-style: none;
    border-top-color: var(--border-color--border-secondary);
    border-right-style: none;
    border-right-color: var(--border-color--border-secondary);
    border-bottom-style: none;
    border-bottom-color: var(--border-color--border-secondary);
    border-left-style: none;
    border-left-color: var(--border-color--border-secondary);
    background-color: #fafafa0a;
    border-radius: 0.75rem;
    align-items: flex-start;
    width: calc(100% + 2rem);
    padding: 0 0 0;
    position: relative;
    top: auto;
    left: -1rem;
    right: auto;
  }

  .navbar_dropdown-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0.75rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: calc(100% + 1rem);
    padding: 1rem 0.5rem;
    overflow: hidden;
  }

  .navbar_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_dropdown-link-2.is-contact {
    padding-left: 1.5rem;
  }

  .navbar_dropdown-content-right {
    max-width: none;
    margin-bottom: 1.5rem;
  }

  .navbar_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar_menu-button-2.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .features-gallery_image-wrap.is-centered.is-square-ratio-tab {
    aspect-ratio: 1;
  }

  .features-gallery_image-wrap.is-full-width {
    width: calc(100% + 2.5rem);
    left: -1.25rem;
  }

  .features-gallery_heading-wrap.is-centered {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

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

  .padding-section-xlarge.is-regular-mob {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pricing_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .pricing_inner-wrap {
    display: block;
  }

  .pricing_item-head {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing_inner-card {
    height: auto;
  }

  .pricing_card-head.is-border-all,
  .pricing_card-head.is-border-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing_card-bottom-wrap {
    height: 100%;
    padding: 1rem;
  }

  .pricing_card-bottom-wrap.is-border-all,
  .pricing_card-bottom-wrap.is-border-all.is-cta {
    height: 100%;
  }

  .pricing_card-bottom-wrap.is-cta {
    justify-content: flex-end;
    align-items: stretch;
    margin-top: auto;
  }

  .pricing_card-price {
    font-size: 2rem;
  }

  .pricing_card-price.is-large {
    font-size: 3.5rem;
  }

  .pricing_price-wrapper {
    height: 100%;
    min-height: 0;
    padding: 1rem;
  }

  .pricing_cards-wrap.is-2-cards {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .pricing_cards-wrap.is-4-cards {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .pricing_banner {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-commerce_massonry-grid {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: row;
    place-items: start;
    display: flex;
  }

  .hero-commerce_massonry-img {
    max-width: 60vw;
  }

  .hero-commerce_massonry-col {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
    max-width: 60vw;
    display: flex;
  }

  .hero-commerce_massonry-wrap {
    max-height: 70vw;
  }

  .hero-header_3-col-cards-row.is-embed {
    align-items: start;
  }

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

  .subscr_card-top {
    min-height: 6rem;
  }

  .subscr_card-price-text {
    font-size: 1.5rem;
  }

  .pos_hero-anim {
    max-width: 100%;
    max-height: 60vw;
  }

  .logo_logo {
    max-height: 2.5rem;
  }

  .timeline_component {
    flex-flow: column;
    display: flex;
  }

  .timeline_videos-wrap {
    height: 600px;
    display: none;
  }

  .timeline_progress {
    height: calc(100% + 6rem);
  }

  .timeline_content-wrap {
    width: 100%;
  }

  .timeline_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    height: auto;
  }

  .timeline_row.is-border {
    border-right: 1px solid var(--border-color--border-section);
    border-left: 1px solid var(--border-color--border-section);
    padding: 4rem 2rem;
  }

  .timeline_row.is-border.is-all {
    border: 1px solid var(--border-color--border-section);
  }

  .timeline_item {
    grid-template-columns: 1fr 10rem 1fr;
    overflow: hidden;
  }

  .timeline_item.is-anim {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .plugins-anim_center-svg {
    max-width: 22%;
  }

  .plugins-anim_center-orbit-svg {
    max-width: 60%;
  }

  .features-gallery_row {
    flex-flow: column;
  }

  .features-gallery_pos-anim-img.is-1 {
    left: 0%;
  }

  .horizontal-scroll_card {
    max-width: 60vw;
  }

  .navbar_dd-list {
    border-top: 1px solid var(--border-color--border-secondary);
    border-left: 1px solid var(--border-color--border-secondary);
    grid-template-columns: 1fr 1fr;
  }

  .header76_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header76_content-left {
    margin: 0 1.25rem;
  }

  .header76_content-right {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .header76_images-layout {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    overflow: hidden;
  }

  .header76_image-list-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: 40vw;
    margin-top: 0;
  }

  .header76_image-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: 40vw;
  }

  .header76_image-list.is-second {
    display: none;
  }

  .header76_image-wrapper {
    aspect-ratio: 1;
    flex: none;
    width: 40vw;
    height: 40vw;
  }

  .header76_image-list-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 40vw;
  }

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

  .home-hero_headings-wrap {
    padding-left: 0;
  }

  .home-hero_left-anim-wrap {
    left: -2.5rem;
  }

  .home-hero_right-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-gallery_platforms-anim-wrap {
    justify-content: center;
    align-items: center;
  }

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

  .marquee-image.is-radius {
    width: 4rem;
    height: 4rem;
  }

  .home-intro_h {
    font-size: 4rem;
  }

  .embed-anim-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .embed-anim_head-wrap {
    flex: none;
  }

  .embed-anim_bottom-bar {
    margin-top: 0;
    left: 1.5rem;
  }

  .embed-anim_prod-img {
    height: auto;
  }

  .embed-anim_prod-inner {
    width: 50%;
  }

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

  .contact13_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .modal_inner-wrap {
    max-width: 100%;
  }

  .modal_inner-wrap.is-themes {
    width: 96vw;
  }

  .modal_inner-wrap.is-contact {
    max-width: 100%;
  }

  .modal_inner-wrap.is-plugins {
    max-width: 90vw;
  }

  .modal_inner-wrap.is-gateways {
    max-width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .modal_themes-wrap {
    width: 100%;
  }

  .modal_themes-cards-outer-wrap {
    max-width: 100%;
    max-height: 80vh;
  }

  .page-css {
    inset: 0% auto auto 0%;
  }

  .navbar_link-shape {
    display: none;
  }

  .navbar_link-text {
    font-size: 1rem;
    font-weight: 600;
  }

  .navbar_dd-link-shape {
    display: none;
  }

  .contact_badges-wrap {
    flex-flow: wrap;
  }

  .subscr_card-price-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .navbar_menu-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--background-color--background-primary);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navbar_menu-inner.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height 0.5s;
  }

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

  .wallet-hero_left-wrap {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .text-block {
    font-size: 0.85vw;
  }

  .num-spin_mask {
    height: 0.88rem;
  }

  .num-spin_text {
    font-size: 0.88rem;
  }

  .hero-card {
    padding: 1.25vw;
  }

  .hero-card_h {
    font-size: 1.25vw;
  }

  .hero-card_badge {
    height: 2vw;
  }

  .home-hero_bg-video {
    width: 350%;
    height: 350%;
  }

  .timeline_mobile-img-wrap {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .timeline_mobile-img-wrap.is-centered {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .lic-anim_card-text-h {
    font-size: 0.75rem;
  }

  .gateway-modal_cards-list {
    grid-template-columns: 1fr 1fr;
  }

  .gateway-modal_card {
    width: 100%;
  }

  .gateway-modal_cards-container {
    max-height: 50vh;
    overflow: scroll;
  }

  .stats13_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stats13_content {
    max-width: 100%;
  }

  .stats13_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .stats13_number {
    font-size: 4rem;
  }

  .stats13_bg-logo-wrap {
    width: 70%;
    height: auto;
  }

  .timeline_video {
    position: static;
  }

  .contact_form-outer-wrap {
    margin-top: 0;
  }

  .pricing_card-bottom-wrap-inner {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    flex-flow: wrap;
  }

  .pricing_card-bottom-wrap-inner-left-wrap {
    font-size: 0.88rem;
  }

  .form_inner-wrap {
    padding-right: 0;
  }

  .form_inner-wrap.has-scrollbar {
    padding-right: 0;
  }

  .home-hero_h1 {
    font-size: 5rem;
  }

  .home-intro_lottie-wrap {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .home-intro_bg-line {
    display: none;
  }

  .home-intro_lottie-sticky-wrap {
    width: 80%;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .header_content-shadow {
    display: none;
  }

  .header_content-shadow-img {
    display: block;
  }

  .contact_bg-img,
  .pricing-toggle_link-shape {
    display: none;
  }

  .pricing_save-badge {
    letter-spacing: 0.1em;
  }

  .section_not-found {
    height: calc(100vh - 4rem);
  }

  .not-found_img {
    max-width: 40rem;
  }

  .home-mob_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 6rem;
  }

  .home-mob_image {
    height: auto;
    max-height: none;
  }

  .share-anim_icons-wrapper {
    width: 100%;
    max-width: none;
  }

  .share-anim {
    width: 100vw;
    max-height: 50vw;
  }

  .faq6_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .why-tabs_component {
    margin-left: 0;
    margin-right: 0;
  }

  .why-tabs_tabs-menu {
    padding-bottom: 0;
  }

  .why-tabs_tab-content {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .why-tabs_contact-wrap {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .settle_sellix-logo {
    width: 15rem;
    height: 15rem;
  }

  .settle-anim.is-mob {
    aspect-ratio: 1 / 1.03;
    max-width: 30rem;
    position: relative;
  }

  .settle-timeline_component {
    flex-flow: column;
    display: flex;
  }

  .settle-timeline_item-inner-wrap {
    padding-left: 0;
  }

  .settle-timeline_anim-wrap {
    height: 600px;
    display: none;
  }

  .settle-timeline_content-wrap {
    width: 100%;
    padding-top: 0;
  }

  .faq6_bg-logo-wrap {
    width: 70%;
    height: auto;
    display: none;
  }

  .subs_component {
    margin-top: 64px;
    margin-bottom: 96px;
  }

  .navbar_dd-column {
    border-right-style: none;
    padding: 0 0.5rem;
  }

  .navbar_dd-column-heading {
    margin-left: 0;
  }

  .navbar_menu-bottom-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
  }

  .navbar_menu-bottom-inner-wrap {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .settle-timeline_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    height: auto;
  }

  .settle-timeline_row.is-border {
    border-right: 1px solid var(--border-color--border-section);
    border-left: 1px solid var(--border-color--border-section);
    padding: 4rem 2rem;
  }

  .settle-timeline_row.is-border.is-all {
    border: 1px solid var(--border-color--border-section);
  }

  .subs_hero-logo {
    width: 12rem;
    height: 12rem;
  }

  .subs_large-glow {
    opacity: 0.3;
    filter: blur(200px);
    width: 20%;
  }

  .subs_large-glow.is-2 {
    opacity: 0.2;
  }

  .subs_icon {
    width: 4rem;
    height: 4rem;
  }

  .subs_icon.is-2 {
    bottom: 8%;
  }

  .subs_icon.is-5 {
    right: 26%;
  }

  .subs_icon.is-6 {
    right: 14%;
  }

  .swiper.is-why-tabs {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: column;
  }

  .swiper-wrapper.is-why-tabs {
    width: 100%;
    max-width: 100%;
  }

  .swiper-pagination.is-why-tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0.25rem;
    overflow: auto;
  }

  .pagination-text {
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }

  .swiper-pagination-bullet.is-why-tabs {
    flex: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
  }

  .why-tabs_contact-mob {
    display: block;
  }

  .stable-anim_icons-wrapper {
    width: 100%;
    max-width: none;
  }

  .stable_hero-logo {
    width: 12rem;
    height: 12rem;
  }

  .swiper-pagination-wrap {
    width: 100%;
  }
}

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

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

  .page-wrapper {
    padding-top: 3.5rem;
  }

  .container-large.is-home-intro {
    padding: 2.5rem 1.25rem;
  }

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

  .margin-xsmall {
    margin: 0.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: 0.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-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.13rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
  }

  .button.is-navbar2-button {
    padding: 0.25rem 1rem;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

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

  .icon-embed-xsmall.is-sm-mob {
    width: 1rem;
    height: 1rem;
  }

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

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

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .spacer-xsmall {
    padding-top: 0.75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .footer_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_link-list {
    min-width: 8rem;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

  .footer_left-wrap {
    max-width: 100%;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-icon2 {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .testimonial_card {
    max-width: 90vw;
    padding: 1.5rem;
  }

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .products_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .products_list.is-border {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .products_item {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .products_icon-wrapper {
    width: 1.25rem;
    height: 1.25rem;
  }

  .testimonial-rt {
    height: 100%;
  }

  .testimonial_overlay {
    width: 10%;
  }

  .testimonial_overlay.is-top,
  .testimonial_overlay.is-bottom {
    height: 10%;
  }

  .features-gallery.is-3.is-padding-mob {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .features-gallery_card.is-products {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .products_cms-item.is-border {
    min-height: 0;
  }

  .navbar_component-2 {
    min-height: 4rem;
  }

  .navbar_container-2 {
    overflow: auto;
  }

  .navbar_menu-2 {
    padding-bottom: 6rem;
  }

  .navbar_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar_dropdown-link-list {
    grid-row-gap: 0.5rem;
    max-width: none;
  }

  .navbar_dropdown-content-right {
    padding: 1.5rem;
  }

  .features-gallery_image-wrap.is-2-large {
    display: block;
  }

  .features-gallery_image-wrap.is-code {
    aspect-ratio: 1;
  }

  .features-gallery_image.is-right-corner.is-shadow.is-payments-1 {
    display: none;
  }

  .contact_form-wrap {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 4rem;
    padding-top: 3rem;
    overflow: visible;
  }

  .contact_form {
    padding-bottom: 2rem;
    overflow: visible;
  }

  .fs-select_list-1.w--open {
    max-height: 10rem;
  }

  .gateways_item {
    padding: 0.5rem;
  }

  .plugins_cards-list {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

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

  .plugins_card-icon {
    width: 4rem;
    height: 4rem;
  }

  .padding-section-xlarge.is-regular-mob {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing_price-wrapper,
  .pricing_price-wrapper.is-border-all {
    min-height: 0;
  }

  .pricing_price-wrapper.is-centered {
    min-height: 10rem;
  }

  .pricing_cards-wrap {
    flex-flow: column;
    display: flex;
  }

  .hero-commerce_massonry-wrap {
    max-height: 75vw;
  }

  .subscr_hero-cards {
    flex-flow: column;
    display: flex;
  }

  .subscr_card-top-text,
  .subscr_card-price-text {
    font-size: 1rem;
  }

  .subscr_card-price-inner-wrap {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .licenses_anim-input-wrap {
    max-width: 80%;
  }

  .licenses_anim-input {
    min-height: 4rem;
  }

  .licenses_anim-input-text {
    font-size: 2rem;
  }

  .licenses_anim-input-line {
    height: 2.5rem;
  }

  .licenses_anim-input-btn {
    width: 2rem;
  }

  .licenses_anim-cards-img.is-2 {
    top: 1rem;
  }

  .licenses_anim-cards-img.is-3 {
    top: 2rem;
  }

  .pos_hero-anim {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .plugins-anim {
    max-height: none;
    padding-bottom: 3vw;
  }

  .bg-lines,
  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .logo_component {
    padding-top: 1rem;
  }

  .timeline_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .timeline_videos-wrap {
    z-index: 3;
    background-color: var(--background-color--background-primary);
    width: 100vw;
    margin-left: -1.25rem;
    padding: 1.5rem 1.25rem;
    display: none;
    top: 3.4rem;
  }

  .timeline_progress {
    z-index: 0;
    height: calc(100% + 4rem);
  }

  .timeline_content-wrap {
    width: 100%;
  }

  .timeline_row {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: row;
    width: 100%;
    height: auto;
  }

  .timeline_row.is-border {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .timeline_icon-wrapper {
    width: 2rem;
    margin-left: 0;
  }

  .timeline_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .timeline_item-inner-wrap {
    max-width: 22rem;
  }

  .plugins-anim_icons-wrapper {
    max-width: 80vw;
  }

  .plugins-anim_icon-item,
  .plugins-anim_icon {
    width: 7vw;
    height: 7vw;
  }

  .horizontal-scroll_card {
    max-width: 90vw;
  }

  .header76_component {
    grid-row-gap: 2rem;
  }

  .header76_content-left {
    padding: 1.25rem;
  }

  .header76_image-list-left,
  .header76_image-list {
    height: 70vw;
  }

  .header76_image-wrapper {
    width: 70vw;
    height: 70vw;
  }

  .header76_image-list-right {
    height: 70vw;
  }

  .home-hero_headings-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: auto 1fr;
  }

  .home-hero_left-anim-wrap {
    display: none;
  }

  .home-hero_num-wrap {
    padding-right: 0.55rem;
  }

  .home-hero_text-wrap.is-middle {
    height: 42rem;
  }

  .home-intro_num {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 4.5rem;
  }

  .home-hero_text {
    padding-top: 5px;
    font-size: 1.13rem;
  }

  .features-gallery_platforms-anim-wrap {
    aspect-ratio: 3 / 2;
  }

  .marquee-image {
    width: 2.25rem;
    height: 2.25rem;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .marquee-image.is-round-corner {
    border-radius: 0.75rem;
  }

  .plugins-marquee-wrap {
    aspect-ratio: 3 / 1.75;
  }

  .section_home-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .embed-anim-wrap {
    width: 100%;
    min-height: 25rem;
  }

  .embed-anim_head-x-icon {
    width: 1rem;
  }

  .embed-anim_process-anim-wrap {
    width: 20%;
  }

  .embed-anim_process-back-text {
    font-size: 0.75rem;
  }

  .lic-anim_card-btn {
    width: 5.5rem;
  }

  .lic-anim_cursor {
    width: 1.5rem;
  }

  .lic-anim-input {
    border-radius: 0.75rem;
  }

  .market-anim_card.is-no-border.is-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .market-anim_rating-cursor {
    width: 1.5rem;
  }

  .contact_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 1rem;
    flex-flow: column;
    padding: 2rem 1rem;
    overflow: scroll;
  }

  .contact_content-wrap {
    margin-bottom: 2.5rem;
  }

  .contact13_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .modal_inner-wrap {
    border-radius: 1rem;
  }

  .modal_inner-wrap.is-themes {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal_inner-wrap.is-plugins {
    border-radius: 1rem;
    max-width: 96vw;
  }

  .modal_inner-wrap.is-gateways {
    width: 94vw;
    padding: 1rem;
  }

  .plugins_modal-content-wrap {
    margin-top: 1rem;
  }

  .modal_close-btn {
    top: 1rem;
    right: 1rem;
  }

  .modal_close-btn.is-contact {
    top: 2.5rem;
  }

  .modal_themes-head {
    margin-bottom: 1rem;
    padding-right: 2.5rem;
  }

  .modal_themes-cards {
    flex-flow: column;
    display: flex;
  }

  .gateways_quantity {
    font-size: 0.5rem;
    bottom: -13%;
  }

  .home-hero_text-track {
    height: 42rem;
  }

  .home-hero_nums-wrapper {
    height: 3.125rem;
  }

  .lic-anim_cursor-2,
  .market-anim_cursor {
    width: 1.5rem;
  }

  .button_icon {
    width: 0.75rem;
    height: 0.75rem;
  }

  .pricing_item-h {
    font-size: 1.13rem;
  }

  .navbar_menu-inner {
    border-bottom-style: none;
  }

  .navbar_menu-inner.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .contact_modal-inner-wrap {
    display: none;
  }

  .contact_modal-inner-wrap.is-mob {
    display: block;
  }

  .wallet-hero_asset {
    border-radius: 0.25rem;
  }

  .home-intro_heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .products_item-heading {
    font-size: 0.88rem;
  }

  .home-logo_parent-1,
  .home-logo_parent-2 {
    display: none;
  }

  .max-width-pre-footer-cta {
    max-width: 100%;
  }

  .timeline_mobile-img-wrap {
    display: block;
  }

  .gateways-modal_header-text-wrap {
    max-width: 70%;
  }

  .home-hero_num-span {
    font-size: 4.8rem;
  }

  .stats13_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats13_item-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats13_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .stats13_number {
    font-size: 2rem;
  }

  .stats13_bg-logo {
    max-width: 130%;
  }

  .stats13_bg-logo-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    width: 60%;
  }

  .bg-dots {
    min-width: 250%;
  }

  .bg-dots.is-height-auto.is-stable,
  .bg-dots.is-height-auto.is-subs {
    min-width: 100%;
  }

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

  .contact_form-outer-wrap {
    flex-flow: column;
    margin-top: 0;
    overflow: visible;
  }

  .form_inner-wrap {
    padding-right: 0;
  }

  .home-hero_h1 {
    font-size: 4rem;
  }

  .home-intro_slide-num-text {
    font-size: 0.75rem;
  }

  .home-intro_slide-num-wrap.hide-mob {
    display: none;
  }

  .home-intro_slide-num-wrap.is-mob {
    justify-content: flex-end;
    align-items: center;
    margin-top: 6px;
    display: flex;
  }

  .home-intro_lottie-sticky-wrap {
    top: 35vh;
  }

  .header_content-shadow {
    display: none;
  }

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

  .header_content-shadow-img {
    width: 150%;
    max-width: 150%;
    height: 150%;
    display: block;
    inset: auto;
  }

  .product_item-inner {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }

  .track-flex {
    margin-right: -100vw;
  }

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

  .pricing_save-badge {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 0.63rem;
  }

  .section_not-found {
    height: calc(100vh - 3.5rem);
  }

  .not-found_component {
    padding-bottom: 2.5rem;
  }

  .not-found_img {
    max-width: 90vw;
  }

  .home-mob_component {
    grid-row-gap: 3.5rem;
    padding-bottom: 4rem;
  }

  .share-anim {
    max-height: 46vw;
    padding-bottom: 3vw;
  }

  .share_img {
    top: -3rem;
  }

  .share_num {
    width: 45%;
    top: 22%;
  }

  .heading-num-span {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .faq6_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .faq6_list-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .why-tabs_tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .why-tabs_tabs-menu {
    border-right-style: none;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .why-tabs_tab-link.tab-last {
    border-bottom-style: solid;
  }

  .why-tabs_tab-content {
    border-top-style: none;
  }

  .why-tabs_tab-content-card {
    padding: 1.5rem;
  }

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

  .why-tabs_tab-icon {
    width: 2rem;
    height: 2rem;
  }

  .why-tabs_contact-wrap {
    padding-right: 0;
  }

  .settle_component {
    margin-bottom: 8rem;
  }

  .settle_sellix-logo {
    width: 10rem;
    height: 10rem;
  }

  .settle_dots {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .settle_icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .settle-anim.is-mob {
    max-width: 26rem;
  }

  .settle-timeline_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .settle-timeline_item-inner-wrap {
    max-width: 22rem;
  }

  .settle-timeline_anim-wrap {
    z-index: 3;
    background-color: var(--background-color--background-primary);
    width: 100vw;
    margin-left: -1.25rem;
    padding: 1.5rem 1.25rem;
    display: none;
    top: 3.4rem;
  }

  .settle-timeline_content-wrap {
    width: 100%;
  }

  .share_orbit-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .ramp-calc_card {
    width: 440px;
  }

  .faq6_bg-logo-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    width: 60%;
  }

  .faq6_bg-logo {
    max-width: 130%;
  }

  .stablecoins_icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .settle-timeline_row {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: row;
    width: 100%;
    height: auto;
  }

  .settle-timeline_row.is-border {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subs_hero-logo {
    width: 10rem;
    height: 10rem;
  }

  .subs_hero-dots {
    width: 100%;
    margin-bottom: -30px;
  }

  .subs_large-glow {
    opacity: 0.37;
  }

  .subs_large-glow.is-2 {
    opacity: 0.41;
  }

  .subs_icon {
    width: 3rem;
    height: 3rem;
    top: 1%;
    left: 4%;
  }

  .subs_icon.is-2 {
    bottom: 8%;
    left: 8%;
  }

  .subs_icon.is-3 {
    left: 22%;
  }

  .subs_icon.is-4 {
    top: 2%;
    right: 7%;
  }

  .subs_icon.is-5 {
    top: 33%;
    right: 22%;
  }

  .subs_icon.is-6 {
    right: 10%;
  }

  .swiper-pagination.is-why-tabs {
    position: relative;
  }

  .pagination-text {
    font-size: 0.75rem;
  }

  .stable_orbit-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .stable_hero-logo {
    width: 10rem;
    height: 10rem;
  }

  .stable_dots {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .subs_hero-dots-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -20px;
    display: flex;
  }

  .subs_hero-dots-bottom.fade-effect {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  p {
    font-size: 1rem;
  }

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

  .container-large.is-sticky {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .icon-embed-medium.is-sm-mob {
    width: 2rem;
    height: 2rem;
  }

  .text-size-tiny.is-small-mob {
    font-size: 0.5rem;
  }

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

  .heading-style-h3 {
    font-size: 1.75rem;
  }

  .padding-global.is-no-padding-mob {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer_link-list {
    min-width: 0;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .success-message {
    position: relative;
  }

  .footer_social-list {
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    display: flex;
  }

  .navbar_container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 10dvh;
  }

  .navbar_dropdown-chevron {
    display: block;
  }

  .navbar_dropdown-link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer_links-cols-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
  }

  .hero-header_component.is-settle {
    margin-bottom: 0;
  }

  .cta_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta_image-wrapper {
    max-width: 50vw;
  }

  .cta_images-wrapper {
    max-height: 30vw;
  }

  .products_item {
    padding-left: 1rem;
    padding-right: 0.75rem;
  }

  .products_icon-wrapper {
    width: 1rem;
    height: 1rem;
  }

  .products_item-content-top {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .products_item-content-top.is-social {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-gallery_card.is-no-pad-mob {
    padding: 0;
  }

  .features-gallery_card.is-products {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
  }

  .products_cms-item.is-border.is-nav {
    min-height: 0;
  }

  .navbar_dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .navbar_dropdown-content {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    padding: 0;
    display: flex;
  }

  .navbar_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_dropdown-link-list {
    grid-row-gap: 0.5rem;
  }

  .navbar_dropdown-link-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_dropdown-content-right {
    max-width: none;
  }

  .navbar_dropdown-content-wrapper {
    width: 100%;
  }

  .navbar_dropdown-small-link-list {
    grid-column-gap: 0px;
    grid-row-gap: 0.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .features-gallery_image-wrap.is-small-right.is-banks {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-gallery_image-wrap.is-code {
    margin-bottom: -2px;
  }

  .features-gallery_image-wrap.is-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .features-gallery_image.is-top-corners {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .features-gallery_image.is-banks,
  .features-gallery_image.is-200--mob {
    width: 200%;
    max-width: 200%;
    height: 100%;
  }

  .contact_form-wrap {
    padding-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .contact_form {
    grid-row-gap: 1.5rem;
  }

  .success-text {
    font-size: 1.13rem;
  }

  .pricing_item-head.is-no-border-bottom {
    flex-flow: wrap;
  }

  .pricing_banner {
    flex-flow: column;
    align-items: flex-start;
  }

  .pricing_banner-left-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-commerce_massonry-wrap {
    max-height: 80vw;
  }

  .hero-header_3-col-cards-row.is-marketing {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    aspect-ratio: auto;
    grid-template-columns: 1fr 40%;
    max-height: 60vh;
  }

  .hero-header_3-col-cards-row.is-embed {
    width: 130vw;
  }

  .hero-header_cards-inner-row.is-small-gap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .hero-header_cards-img.is-mob {
    display: block;
  }

  .hero-header_cards-overlay.is-xlarge {
    height: 40vw;
  }

  .hero-header_cards-inner-horiz-row {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .subscr_hero-cards {
    flex-flow: column;
    display: flex;
  }

  .paylinks_hero-anim {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .paylinks-anim_left {
    max-width: 50%;
  }

  .paylinks-anim_chat-1 {
    max-width: 7rem;
    margin-bottom: 0.5rem;
  }

  .paylinks-anim_chat-2 {
    max-width: 7rem;
  }

  .comm-anim.is-hero {
    width: 140vw;
  }

  .logo_component {
    justify-content: center;
  }

  .timeline_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .timeline_content-wrap {
    grid-row-gap: 2rem;
  }

  .timeline_row {
    min-height: 35rem;
  }

  .timeline_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline_item-inner-wrap {
    max-width: 100%;
  }

  .horizontal-scroll {
    display: flex;
  }

  .navbar_dd-link-icon-wrap {
    background-color: #0000;
    padding: 0;
  }

  .navbar_dd-list {
    flex-flow: column;
    display: flex;
  }

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

  .header76_image-list-left,
  .header76_image-list {
    height: 85vw;
  }

  .header76_image-wrapper {
    width: 85vw;
    height: 85vw;
  }

  .header76_image-list-right {
    height: 85vw;
  }

  .home-hero_wrap {
    padding-top: 4rem;
  }

  .home-hero_left-anim-wrap {
    left: 1.25rem;
  }

  .home-hero_text-wrap {
    max-width: 100%;
  }

  .home-hero_text {
    max-width: 100%;
    font-size: 1.13rem;
  }

  .marquee-image.is-full {
    height: 2rem;
  }

  .home-intro_h {
    font-size: 3rem;
  }

  .embed-anim-wrap {
    aspect-ratio: auto;
    min-height: 22rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .embed-anim-wrap.is-embed {
    aspect-ratio: 1 / 1.1;
    min-height: 22rem;
    padding-left: 0;
    padding-right: 0;
  }

  .embed-anim_bottom-bar {
    width: calc(100% + 3rem);
    left: 1.5rem;
  }

  .embed-anim_process-anim-wrap {
    width: 23%;
  }

  .embed-anim_process-h {
    font-size: 0.88rem;
  }

  .embed-anim_process-text {
    font-size: 0.75rem;
  }

  .embed-anim_third-scene-wrap {
    width: 90%;
  }

  .lic-anim {
    aspect-ratio: 1;
    min-height: 22rem;
  }

  .market-anim_card.is-no-border.is-large {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .market-anim_bottom-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.75rem;
  }

  .contact_wrapper {
    min-height: 80vh;
    max-height: calc(100vh - 5rem);
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .contact_content-wrap {
    margin-bottom: 2rem;
  }

  .contact_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .modal.is-active {
    justify-content: flex-end;
    align-items: center;
  }

  .modal_inner-wrap.is-contact {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .modal_close-btn.is-contact {
    top: 1rem;
    right: 1rem;
  }

  .gateways_quantity {
    bottom: -14%;
  }

  .sucess-message_inner {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .navbar_menu-inner {
    height: auto;
    min-height: 100%;
  }

  .wallet-hero_graph-wrap {
    width: 100%;
  }

  .wallet-hero_right-inner-wrap {
    width: 30%;
  }

  .products_item-heading {
    font-size: 0.75rem;
  }

  .products_item-heading.is-mob {
    display: block;
  }

  .num-spin_mask {
    height: 0.5rem;
  }

  .num-spin_text {
    font-size: 0.5rem;
  }

  .timeline_mobile-img-wrap {
    aspect-ratio: 1 / 1.35;
  }

  .timeline_mobile-img-wrap.is-centered {
    aspect-ratio: auto;
  }

  .lic-anim_card-text-h {
    font-size: 3vw;
  }

  .lic-anim_card-text-secondary {
    font-size: 0.63rem;
  }

  .gateway-modal_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-right: 0;
  }

  .gateways-modal_header-text-wrap {
    max-width: 100%;
  }

  .gateway-modal_cards-list {
    flex-flow: column;
    display: flex;
  }

  .modal_overlay {
    background-image: linear-gradient(
      0deg,
      var(--background-color--background-tertiary),
      #282c3300
    );
    width: 100%;
    height: 3rem;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .stats13_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .stats13_number {
    font-size: 2rem;
  }

  .stats13_item-heading-wrap {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }

  .stats13_heading {
    font-size: 0.88rem;
  }

  .section_dots-bg {
    opacity: 0.7;
    background-image: url("../images/dots.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 585px;
    align-items: center;
  }

  .bg-dots {
    width: 50vw;
    height: 50vw;
    display: none;
  }

  .bg-dots.is-height-auto.is-settle {
    width: 130vw;
    min-width: 0%;
    display: block;
  }

  .bg-dots.is-height-auto.is-stable {
    display: block;
  }

  .bg-dots.is-height-auto.is-subs {
    width: 100%;
    display: block;
  }

  .bg-dots.ramp_dots {
    width: 100vw;
    max-width: 100vw;
    display: block;
  }

  .features-gallery_image-div {
    width: 2px;
    height: 1.5rem;
  }

  .contact_form-outer-wrap {
    height: 100%;
  }

  .success-message_img {
    max-width: 8rem;
  }

  .success-message_top-spacer {
    height: 1rem;
    display: block;
  }

  .pricing_card-cta-wrap {
    width: 100%;
  }

  .products_item-arrow-icon {
    display: block;
  }

  .products_item-arrow-icon.hide-mobile-portrait {
    display: none;
  }

  .hero-header_content {
    justify-content: center;
    align-items: flex-start;
    height: calc(100svh - 3.5rem);
  }

  .hero-header_background-video,
  .hero-header_background-video.is-mob {
    display: block;
    top: auto;
    bottom: 0;
  }

  .hero-header_background-video.is-mob.hide {
    display: none;
  }

  .home-hero_h1 {
    font-size: 2.75rem;
  }

  .header_content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .home-intro_inner-wrap {
    height: 85vh;
  }

  .home-intro_lottie-wrap {
    padding-top: 28vh;
    padding-bottom: 29vh;
  }

  .home-intro_lottie-sticky-wrap {
    width: 100%;
  }

  .header_content-shadow {
    filter: none;
    display: none;
  }

  .header_content-shadow.is-2 {
    display: none;
  }

  .header_content-outer-wrap {
    padding-top: 3rem;
  }

  .product_item-inner {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .button_bg-blur {
    display: none;
  }

  .home-intro_horiz-line {
    margin-top: 84.9vh;
  }

  .pricing_save-badge {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

  .share-anim {
    width: 150vw;
    max-height: 65vw;
  }

  .share_img {
    height: 100%;
    top: -13vw;
  }

  .share_num {
    top: 21%;
  }

  .faq6_content,
  .why-tabs_tabs {
    grid-template-columns: 1fr;
  }

  .why-tabs_tab-content {
    justify-content: flex-start;
    display: flex;
  }

  .why-tabs_tab-content-card {
    height: auto;
  }

  .why-tabs_tab-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .settle_component {
    margin-bottom: 6rem;
  }

  .settle_sellix-logo {
    width: 8rem;
    height: 8rem;
  }

  .settle_dots {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .settle-anim.is-mob {
    max-width: 100%;
  }

  .settle-timeline_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .settle-timeline_item-inner-wrap {
    max-width: 100%;
  }

  .ramp-calc_card {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .banks-wallets_img-top-large {
    max-width: 40%;
    inset: -7% 13% auto auto;
  }

  .subs_component {
    margin-top: 40px;
    margin-bottom: 64px;
  }

  .navbar_dd-column {
    border-bottom: 1px solid #0000004d;
    padding: 1rem;
  }

  .navbar_dd-links-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    height: auto;
    display: flex;
  }

  .navbar_dd-link-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar_dd-link-heading-wrap {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }

  .products_item-heading-wrap {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    flex-flow: wrap;
  }

  .navbar_menu-bottom-wrap {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--border-color--border-secondary);
    width: calc(100% + 3rem);
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    left: -1.5rem;
  }

  .navbar_social-list {
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    display: flex;
  }

  .products_item-img-discord {
    max-width: 70%;
  }

  .settle-timeline_row {
    min-height: 35rem;
  }

  .subs_hero-logo {
    width: 6rem;
    height: 6rem;
  }

  .subs_hero-dots {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .subs_large-glow {
    z-index: 0;
    opacity: 0.41;
    width: 40%;
    display: none;
  }

  .subs_large-glow.is-2 {
    opacity: 0.5;
  }

  .subs_icon {
    width: 2rem;
    height: 2rem;
    top: -11%;
    left: 2%;
  }

  .subs_icon.is-2 {
    bottom: 2%;
    left: 6%;
  }

  .subs_icon.is-3 {
    top: 30%;
    left: 18%;
  }

  .subs_icon.is-4 {
    top: -7%;
    right: 5%;
  }

  .subs_icon.is-5 {
    right: 21%;
  }

  .subs_icon.is-6 {
    top: 61%;
    right: 3%;
  }

  .swiper-pagination.is-why-tabs {
    align-self: center;
  }

  .pagination-text {
    margin-bottom: 0;
  }

  .stable_orbit-wrap.is-central {
    width: 32%;
    height: 32%;
  }

  .stable_orbit-wrap.is-middle {
    width: 67%;
    height: 67%;
  }

  .stable_orbit-icon {
    width: 14vw;
    height: 14vw;
  }

  .stable_hero-logo {
    width: 25vw;
    height: 25vw;
  }

  .stable_component {
    width: 126vw;
    max-width: none;
    left: calc(-13vw - 1rem);
  }

  .stable_dots {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .ramp-calc_img {
    display: none;
  }

  .ramp-calc_img.is-mob {
    aspect-ratio: 1 / 1.52;
    display: block;
  }

  .subs_hero-dots-bottom {
    margin-top: 0;
  }

  .stable-subtext-wrap {
    text-wrap: balance;
    max-width: 320px;
  }

  .fees-img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .swiper-pagination-wrap {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .swiper-pagination-overlay {
    z-index: 11;
    pointer-events: none;
    justify-content: flex-end;
    align-items: center;
    width: 10%;
    display: flex;
    position: relative;
  }

  .swiper-pagination-over-icon {
    z-index: 16;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
  }

  .pagination-overlay {
    z-index: 14;
    background-image: linear-gradient(
      90deg,
      #14141400,
      var(--base-color-brand--darkest) 90%
    );
    width: 4rem;
    height: 100%;
    padding: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }
}

#w-node-_13a09108-5331-4a99-8a07-4a9e66eb158a-55559620 {
  justify-self: start;
}

#w-node-_4f87f418-ce1c-1a07-8e5b-0eb9b22f34d5-55559620 {
  justify-self: end;
}

#w-node-b5a38b37-0cff-c951-7f37-c90c68c8a056-36f85ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19092ca1-434a-a909-1ed6-f7e781f5698c-cadac299 {
  justify-self: auto;
}

#w-node-_5d6a09e2-173b-6b4f-93a7-c151cadac2e4-cadac299 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ef6a63-cc2a-e690-1757-31994cdd587b-4cdd5876 {
  place-self: stretch center;
}

#w-node-_74ef6a63-cc2a-e690-1757-31994cdd588e-4cdd5876 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-55559669 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-55559669 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-55559669,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-55559669,
#w-node-_5260568a-938d-ea68-0c74-308a8209edce-55559669,
#w-node-_5260568a-938d-ea68-0c74-308a8209edd1-55559669,
#w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-55559669,
#w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-55559669,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-55559669,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-55559669,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-55559669,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-55559669,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-55559669 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-55559669 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-55559669 {
  justify-self: start;
}

#w-node-_3c885702-e998-c033-d803-a4c0af30ebd7-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c885702-e998-c033-d803-a4c0af30ebd8-55559669 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863be-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863de-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-55559669,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-55559669,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-55559669 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-55559669,
#w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-55559669,
#w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-55559669 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86402-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86410-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86418-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86419-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86423-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86424-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86454-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86455-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86461-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86462-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-55559669,
#w-node-f4004d6d-206f-6ba6-45b7-7ea00ba72108-55559669,
#w-node-f4004d6d-206f-6ba6-45b7-7ea00ba72109-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4004d6d-206f-6ba6-45b7-7ea00ba7210a-55559669 {
  justify-self: start;
}

#w-node-f4004d6d-206f-6ba6-45b7-7ea00ba72112-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-55559669,
#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-55559669,
#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-55559669 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-55559669,
#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-55559669,
#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-55559669 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-55559669,
#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-55559669,
#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-55559669 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-55559669,
#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-55559669,
#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-55559669 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-55559669,
#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-55559669,
#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-55559669 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-55559669,
#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-55559669,
#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-55559669 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-55559669,
#w-node-_40872103-aff7-c010-da67-704a8f3f1108-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-55559669 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86490-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86491-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86497-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-55559669 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-55559669 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-55559669,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-55559669,
#w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-55559669,
#w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-55559669,
#w-node-dcc5fc80-562f-447f-055c-339db14678d8-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-55559669,
#w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-55559669,
#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-55559669 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-55559669,
#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-55559669,
#w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-55559669 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-55559669,
#w-node-_16994295-7a31-57da-1001-8ec0ea846a22-55559669,
#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-55559669 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-55559669,
#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-55559669,
#w-node-f28919c2-e180-d075-d1c2-81b601b8a964-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-55559669 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-55559669,
#w-node-f28919c2-e180-d075-d1c2-81b601b8a968-55559669,
#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-55559669 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-55559669,
#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-55559669,
#w-node-ee961e8d-845a-edc3-3307-509470022457-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-55559669 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-55559669,
#w-node-ee961e8d-845a-edc3-3307-50947002245b-55559669,
#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-55559669 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-55559669,
#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-55559669,
#w-node-_626bd165-37fe-b21e-713f-accb16c57414-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-55559669 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-55559669,
#w-node-_626bd165-37fe-b21e-713f-accb16c57418-55559669,
#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-55559669 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-55559669,
#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-55559669,
#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-55559669 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-55559669,
#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-55559669,
#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-55559669 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-55559669,
#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-55559669,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-55559669 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-55559669 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-55559669 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-55559669 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-55559669 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-55559669 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-55559669 {
  justify-self: start;
}

#w-node-_740cedf5-d501-9929-8d25-6e06582b0806-55559669 {
  place-self: stretch start;
}

#w-node-_740cedf5-d501-9929-8d25-6e06582b080f-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0810-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0818-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0820-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0828-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0831-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0839-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0841-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0849-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0852-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0853-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b085b-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0863-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b086b-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0874-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b087c-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b0884-55559669,
#w-node-_740cedf5-d501-9929-8d25-6e06582b088c-55559669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84fae71d-d739-1f58-cb74-561e480ed87b-55559669,
#w-node-_3e407253-b2e8-3e21-39d7-88eb6881c388-55559669 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72184d64-98db-c077-7bf4-75d7131f93c6-5555967e {
  order: 0;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b48d1f88-ab39-8449-7219-fb757099158b-55559681 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8c4623a8-4ee9-8310-3796-3b1a3aa41b2a-55559681 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_184c60f6-ec0a-c2bb-d9ec-5e3fdf31d17a-55559681 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_184c60f6-ec0a-c2bb-d9ec-5e3fdf31d17d-55559681 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_25c4a304-76fe-eabf-2f1d-37e9becf6879-55559681 {
  order: 0;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25c4a304-76fe-eabf-2f1d-37e9becf6881-55559681 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0134376c-7bf3-e9a4-c47a-70d82c21f239-55559686 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6469b870-d90b-7783-7835-50b709f509fc-55559686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25c4a304-76fe-eabf-2f1d-37e9becf6883-55559686,
#w-node-ba4018c8-c061-8324-7b89-cf21d4b6d6ed-55559688,
#w-node-_8e4d3999-8805-68e4-30c9-c610703076df-55559688,
#w-node-b5323d96-08df-10a6-965f-128dc757ba14-55559688,
#w-node-_9d1031e8-d5dd-e8b2-39a6-c5d09a848256-55559688,
#w-node-dfd2970d-eb6f-c4b0-b696-d716738d7c30-55559688,
#w-node-_1f2e13b5-3107-47ee-81b6-20d838d29492-55559688,
#w-node-_192484f4-80f2-cf31-7242-3168eb60bcf4-55559688,
#w-node-_4673bc72-294b-bb15-15f0-5aaccb4f3ec5-55559688,
#w-node-_656e8067-f9d5-efbd-701b-92d574130d61-55559688 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2537c726-b000-aff2-185a-e4e0a150f10c-5555968b,
#w-node-a6529141-33b6-df76-196b-06dc16825ef4-5555968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70174748-f90f-19d7-5721-c24b712f2970-5555968b,
#w-node-_5bd693a6-87de-67bd-87fc-6d8f0d54f4f3-5555968d {
  justify-self: auto;
}

#w-node-de8d4b07-7fe0-91bf-5963-6e9879cf5188-5555968d,
#w-node-_233e25e8-1d22-8a36-8fcc-cfefc7481b9d-5555968d,
#w-node-c8f27d18-f16d-b4d3-3abb-323278a84686-5555968d,
#w-node-e54df5a1-414b-8eac-11d1-48edd9425777-5555968d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_13a09108-5331-4a99-8a07-4a9e66eb158a-dc7db795,
#w-node-_13a09108-5331-4a99-8a07-4a9e66eb158a-cfc63ad6,
#w-node-_171fd4f0-d344-0694-523e-6393b083478a-a20f0a3f {
  justify-self: start;
}

#w-node-_243a6de4-1c17-9c91-c01e-fea1cedfa5f8-10c8a0c7 {
  order: 0;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff9a8e7f-e9ce-94d7-538e-c6ae1338f036-10c8a0c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4f87f418-ce1c-1a07-8e5b-0eb9b22f34d5-55559620 {
    justify-self: start;
  }

  #w-node-_4f87f418-ce1c-1a07-8e5b-0eb9b22f34e1-55559620 {
    order: -9999;
  }

  #w-node-_82a038bd-0641-a76e-e3ed-34c181d84fc3-81d84fbe {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_740cedf5-d501-9929-8d25-6e06582b0806-55559669 {
    justify-self: start;
  }

  #w-node-_3e407253-b2e8-3e21-39d7-88eb6881c35f-55559669 {
    align-self: start;
  }

  #w-node-_3e407253-b2e8-3e21-39d7-88eb6881c387-55559669 {
    align-self: end;
  }

  #w-node-_00c7d9df-473f-020d-cc29-b786303ca8c0-55559669 {
    align-self: start;
  }

  #w-node-_00c7d9df-473f-020d-cc29-b786303ca8e8-55559669 {
    align-self: end;
  }

  #w-node-_136d7d1f-e084-29f1-115a-991fffab5f7f-55559681 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_60367d98-a126-594e-bc80-e0820c1028bc-dc7db795 {
    align-self: start;
  }

  #w-node-_805f718c-564b-17dc-e3d5-c219eed58d7f-dc7db795 {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_13a09108-5331-4a99-8a07-4a9e66eb1584-55559620 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-bedd6412-aebf-b7e6-5c98-0936f51b788f-55559620 {
    order: -9999;
  }

  #w-node-_82a038bd-0641-a76e-e3ed-34c181d84fc3-81d84fbe {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f24ee651-1b78-a635-5e66-2b5e2da181fb-81d84fbe {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b5a38b37-0cff-c951-7f37-c90c68c8a056-36f85ae9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_13a09108-5331-4a99-8a07-4a9e66eb1584-dc7db795 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-bedd6412-aebf-b7e6-5c98-0936f51b788f-dc7db795 {
    order: -9999;
  }

  #w-node-_13a09108-5331-4a99-8a07-4a9e66eb1584-cfc63ad6 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-bedd6412-aebf-b7e6-5c98-0936f51b788f-cfc63ad6 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_82a038bd-0641-a76e-e3ed-34c181d84fc3-81d84fbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: "Plus Jakarta";
  src: url("../fonts/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2")
    format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2")
    format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
