@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray-300: #b3b3b3;
  --yellow-green-700: #7aa35a;
  --primary: #996aff;
  --white: #ececec;
  --border-radius: #222;
  --gray-500: #757575;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Satoshi, sans-serif;
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

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

p {
  color: var(--gray-300);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #fff;
  text-decoration: underline;
  display: block;
}

a:hover {
  color: var(--gray-300);
}

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

.section.hero {
  background-image: url('../images/68a4aa26843c1ec69ac3d45b_Localization-Demo-1.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.hero:lang(is) {
  background-image: url('../images/Localization-Demo.svg');
  background-position: 0 100%;
  background-size: cover;
}

.section.metrics {
  background-image: radial-gradient(circle at 0%, #0f0f0f, #0000 21%), radial-gradient(circle at 90%, #0e0e0e, #0000 18%);
  padding-bottom: 123px;
}

.section.cta {
  background-image: url('../images/Background-CTA2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: inset 20px 0 60px #000;
}

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

.section.contact:lang(fr) {
  padding-bottom: 20px;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.image {
  mix-blend-mode: screen;
  width: 100%;
}

.image:lang(zh) {
  width: 80%;
}

.button {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button:hover {
  border-color: var(--yellow-green-700);
  box-shadow: none;
  color: #000;
  background-color: #b1b1b1;
}

.button:focus {
  background-color: var(--gray-300);
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.button.nav {
  font-weight: 500;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #a3ff44;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #494949;
}

.button-secondary:focus {
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.button-secondary.nav {
  font-weight: 500;
}

.button-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.paragraph-large {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.3;
}

.icon-small {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.layout-wrapper {
  border: 1px solid var(--border-radius);
  background-color: #ffffff0f;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  border-color: var(--gray-500);
  background-color: #ffffff1a;
}

.layout-wrapper.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.layout-wrapper.vertical {
  overflow: hidden;
}

.header-image-wrapper {
  z-index: 1;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.header-image-wrapper:lang(zh) {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-header-component {
  z-index: 2;
  width: 100%;
  padding-top: 20px;
}

.hero-header-component:lang(zh) {
  width: 718px;
}

.cta-header-component {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar-menu-button {
  padding: 0;
}

.button-tertiary {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-tertiary:hover {
  color: #344054;
  background-color: #f9fafb;
}

.button-tertiary.hide-tablet {
  color: var(--white);
}

.button-tertiary.hide-tablet:hover {
  background-color: #252525;
}

.navbar-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.navbar-menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #ffffffb3;
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.navbar-link:hover {
  color: var(--white);
}

.navbar-link.w--current {
  color: #fff;
}

.icon-wrapper {
  color: #7f56d9;
  flex: none;
  margin-right: 16px;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border: 1px solid #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-link:hover {
  border: 1px solid var(--border-radius);
  background-color: #ffffff0f;
  border-radius: 6px;
}

.dropdown-link.w--current {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-link-menu {
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(250px, 500px));
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.navbar-container {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 96%;
  max-width: 1280px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  background-color: #161616;
  padding: 1rem;
  position: absolute;
}

.dropdown-toggle {
  color: #ffffffb3;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--white);
}

.menu-dropdown {
  position: relative;
}

.navbar-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: static;
}

.navbar-wrapper {
  background-color: #0000;
  align-items: center;
  min-height: 80px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-medium {
  color: #ffffffb3;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  margin-bottom: 12px;
}

.badge {
  grid-column-gap: .375rem;
  opacity: .66;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #4b4b4b;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-legal-link {
  color: #ffffffb3;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.footer-legal-link:hover {
  color: var(--white);
}

.footer-legal-list {
  grid-column-gap: 1rem;
  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;
  justify-content: center;
  display: grid;
}

.text-small {
  color: #ffffffb3;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5;
}

.text-small.text-color-light {
  color: #ffffffb3;
}

.footer-bottom-wrapper {
  border-top: 1px solid #8edd3d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.footer-social-icon {
  color: #ffffffb3;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.footer-social-link {
  color: #ffffffb3;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: var(--white);
}

.footer-link-list-heading {
  color: var(--white);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.footer-link-list {
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-link {
  grid-column-gap: 8px;
  color: #ffffffb3;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: var(--white);
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: start;
  display: flex;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-link {
  color: var(--white);
  text-decoration: underline;
  transition: color .3s;
  display: inline-block;
}

.text-link:hover {
  color: #797979;
}

.form-input {
  border: 1px solid var(--border-radius);
  background-color: #ffffff0f;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border-color: var(--primary);
  color: #101828;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #d7f76f80;
}

.form-input::placeholder {
  color: #ffffffb3;
}

.foot-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: 12px;
  display: grid;
}

.footer-form-blog {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.logo-link {
  margin-bottom: 2rem;
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
  width: 100%;
}

.layout-text-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.layout-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff0f;
  background-image: url('../images/Background-pattern-2-.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  width: 100%;
  padding: 64px 32px;
}

.layout-metrics {
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.vertical-divider {
  background-color: #3b3b3b;
  border-radius: 12px;
  width: 1px;
  height: 100%;
}

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

.features-component-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.paragraph {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

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

.paragraph.max-width-40ch {
  color: #ececec;
  max-width: 40ch;
  font-family: Open Sans, sans-serif;
}

.featured-icon-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #484849;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: flex;
}

.testimonial-card {
  grid-row-gap: 24px;
  border: 1px solid var(--border-radius);
  background-color: #ffffff1c;
  background-image: url('../images/Background-pattern-2-.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 48px;
  display: flex;
}

.testimonial-header {
  justify-content: center;
  width: 100%;
  margin-bottom: 59px;
  display: flex;
}

.testimonial-name {
  text-align: left;
  margin-bottom: 0;
}

.paragraph-small {
  color: var(--gray-300);
  font-size: 14px;
}

.heading {
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

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

.heading.text-color-gray500 {
  color: var(--white);
  max-width: 15ch;
}

.heading.text-color-gray500:lang(ja) {
  margin-right: 10px;
}

.hero-text-wrapper {
  z-index: 2;
  margin-bottom: 30px;
  position: relative;
}

.features-layout {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bg-gradient {
  z-index: -1;
  position: absolute;
  inset: -50% auto auto -35%;
}

.bg-gradient.right {
  top: -30%;
  left: auto;
  right: -25%;
}

.cta-layout {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  min-height: 500px;
  display: flex;
}

.image-cta {
  mix-blend-mode: screen;
  object-fit: cover;
  width: 730px;
  max-width: 75%;
  position: relative;
  left: 83px;
}

.page-wrapper {
  overflow: hidden;
}

.form-success {
  color: #000;
  background-color: #349e3426;
  border: .0625rem solid #349e34;
  border-radius: .25rem;
  font-size: 1.1rem;
}

.section-anchor-offset {
  z-index: -1;
  position: absolute;
  inset: -7em 0% 0%;
}

.button-white {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #171717;
  background-image: linear-gradient(#ffffff05, #fff0);
  border-style: none;
  border-radius: .25rem;
  padding: .9em 1.2em;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 0 .125rem #00000040, inset 0 1px 1.8125rem #ffffff0a, inset 0 0 .03125rem #fff3;
}

.button-white:hover {
  background-color: #070707;
  box-shadow: inset 0 0 .0625rem #ffffff1c, 0 .0625rem .125rem #00000040, inset 0 1.4375rem 1.8125rem #ffffff0a, inset 0 .0625rem .03125rem #fff3;
}

.button-white:active {
  box-shadow: 10px 0 2rem -1rem #080808, inset 0 0 #ffffff14, inset 0 0 #ffffff52;
}

.button-white:focus-visible, .button-white[data-wf-focus-visible] {
  outline-offset: .125rem;
  outline: .125rem solid #919191;
}

.input-label {
  z-index: 1;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: relative;
}

.u-mb-0 {
  margin-bottom: 0;
}

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

.form-error {
  background-color: #a5000033;
  border: .0625rem solid #a50000;
  width: 100%;
  margin-top: 32px;
  padding: .5em .75em;
}

.radio-group_horizontal {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.contact-us-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  background-color: #0f0f0f;
  background-image: url('../images/Background-CTA2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #222;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: grid;
}

.input-block {
  margin-bottom: 1.5rem;
  position: relative;
}

.input-block.radio {
  align-items: center;
  margin-bottom: 0;
  padding: 0 0 0 2rem;
  display: flex;
}

.input-toggle {
  background-color: #f9f9f9;
  border-color: #898989;
  border-radius: .25rem;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: -2rem;
  margin-right: .75rem;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input-toggle.w--redirected-checked {
  background-color: #232427;
  background-image: url('../images/checkmark-small-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  border-style: none;
  border-color: #080808;
}

.input-toggle.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0rem;
  outline: .125rem solid #bbb;
}

.input-toggle.cc-radio {
  border-radius: 1.25rem;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s cubic-bezier(.165, .84, .44, 1);
}

.input-toggle.cc-radio.w--redirected-checked {
  background-image: none;
  box-shadow: inset 0 0 0 1px #080808, inset 0 0 0 5px #fff, inset 0 0 0 20px #000;
}

.input-toggle.cc-radio.cc-dark.w--redirected-checked {
  background-image: none;
  box-shadow: inset 0 0 0 .0625rem #919191, inset 0 0 0 .3125rem #0e0e0e, inset 0 0 0 1.25rem #fff;
}

.input-toggle.cc-dark {
  background-color: #171717;
  border: .0625rem solid #5a5a5a;
}

.input-toggle.cc-dark:hover {
  background-color: #222;
  border-color: #757575;
}

.input-toggle.cc-dark.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Black-Checkmark.svg');
}

.form-section {
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}

.input {
  background-color: #f9f9f9;
  border: .0625rem solid #919191;
  border-radius: .25rem;
  align-self: stretch;
  height: 100%;
  max-height: 3.25rem;
  margin-bottom: .625rem;
  margin-right: 1rem;
  padding: .9rem 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input:hover {
  border-color: #000;
}

.input:focus {
  outline-offset: 0rem;
  outline: .1875rem solid #146ef5;
}

.input::placeholder {
  color: #000000a6;
}

.input.text-area {
  max-height: none;
}

.input.text-area.dark {
  background-color: #151515;
  border-color: #333;
  min-height: 130px;
}

.input.text-area.dark::placeholder {
  color: #757575;
}

.input.dark {
  color: #fff;
  background-color: #151515;
  border-color: #333;
}

.input.dark:hover {
  background-color: #222;
  border-color: #898989;
}

.input.dark:focus {
  border-color: #f5f5f5;
}

.input.dark::placeholder {
  color: #757575;
}

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

.contact-us-text {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.contact-item {
  align-items: center;
  display: flex;
}

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

.dropdown-links {
  font-weight: 500;
}

.text-color-gray500 {
  color: var(--gray-500);
}

.hero-heading {
  color: #a3ff44;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-heading:lang(zh) {
  font-size: 61px;
}

.dropdown-title {
  font-family: Satoshi, sans-serif;
}

.collection-list {
  display: flex;
}

.stars-image {
  margin-bottom: 6px;
}

.hero-subheading {
  color: #ececec;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.hero-subheading:lang(zh) {
  font-size: 61px;
}

.feature-card-image {
  pointer-events: none;
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image.horizontal {
  position: relative;
}

.cta-content-component {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-2 {
  background-color: #0000;
}

.bold-text, .bold-text-2 {
  color: #a3ff44;
}

.heading-copy {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-copy {
  color: #a3ff44;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.bold-text-3 {
  color: #8df328;
}

.div-block {
  width: 350px;
  max-width: 350px;
}

.heading-2 {
  color: #a3ff44;
  width: 250px;
}

.heading-3 {
  color: #a3ff44;
}

.paragraph-copy {
  color: #34cf82;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-copy.max-width-40ch {
  color: var(--white);
  max-width: 40ch;
  font-family: Open Sans, sans-serif;
}

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

.heading-4 {
  color: #a3ff44;
}

.heading-5 {
  color: #34cf82;
}

.text-span, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: #a3ff44;
}

.feature-card-image-copy {
  pointer-events: none;
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% 52px;
}

.feature-card-image-copy.horizontal {
  position: relative;
}

.heading-copy {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-copy.hero {
  margin-bottom: 0;
}

.heading-copy.text-color-gray500 {
  color: var(--gray-500);
  max-width: 15ch;
}

.heading-copy.text-color-gray500:lang(ja) {
  margin-right: 10px;
}

.div-block-2 {
  margin-top: 61px;
}

.heading-copy-copy {
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-copy-copy {
  color: #a3ff44;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-copy-copy.hero {
  margin-bottom: 0;
}

.heading-copy-copy.text-color-gray500 {
  color: var(--gray-500);
  max-width: 15ch;
}

.heading-copy-copy.text-color-gray500:lang(ja) {
  margin-right: 10px;
}

.text-span-2 {
  color: #a2fe44;
}

.footer {
  height: 200px;
  padding-top: 0;
  padding-bottom: 96px;
  position: relative;
}

.footer.hero {
  background-image: url('../images/68a4aa26843c1ec69ac3d45b_Localization-Demo-1.svg');
  background-position: 0 100%;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer.hero:lang(is) {
  background-image: url('../images/Localization-Demo.svg');
  background-position: 0 100%;
  background-size: cover;
}

.footer.metrics {
  background-image: radial-gradient(circle at 0%, #0f0f0f, #0000 21%), radial-gradient(circle at 90%, #0e0e0e, #0000 18%);
}

.footer.cta {
  background-image: url('../images/Background-CTA2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: inset 20px 0 60px #000;
}

.footer.contact {
  padding-top: 60px;
  padding-bottom: 0;
}

.footer.contact:lang(fr) {
  padding-bottom: 20px;
}

.background-video {
  object-fit: fill;
  width: 50%;
  max-width: 50vw;
  height: 30rem;
  overflow: visible;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-8 Area-7 Area-6 Area-5"
                 / 200px 200px 200px 200px;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.layout-wrapper-copy {
  border: 1px solid var(--border-radius);
  background-color: #ffffff0f;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper-copy:hover {
  border-color: var(--gray-500);
  background-color: #ffffff1a;
}

.layout-wrapper-copy.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.layout-wrapper-copy.vertical {
  overflow: hidden;
}

.section-2 {
  display: flex;
}

.features-layout-1 {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-investment {
  background-image: url('../images/68a4aa26843c1ec69ac3d45b_Localization-Demo-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.section-investment.hero {
  background-image: url('../images/68a4aa26843c1ec69ac3d45b_Localization-Demo-1.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-investment.hero:lang(is) {
  background-image: url('../images/Localization-Demo.svg');
  background-position: 0 100%;
  background-size: cover;
}

.section-investment.metrics {
  background-image: radial-gradient(circle at 0%, #0f0f0f, #0000 21%), radial-gradient(circle at 90%, #0e0e0e, #0000 18%);
  padding-bottom: 123px;
}

.section-investment.cta {
  background-image: url('../images/Background-CTA2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: inset 20px 0 60px #000;
}

.section-investment.contact {
  padding-top: 60px;
  padding-bottom: 0;
}

.section-investment.contact:lang(fr) {
  padding-bottom: 20px;
}

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

.div-block-4 {
  width: 350px;
  max-width: 350px;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #a3ff44;
}

.heading-7 {
  color: #a3ff44;
  width: 250px;
}

.heading-8 {
  color: #a3ff44;
}

.heading-9 {
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.layout-wrapper-2 {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper-2:hover {
  background-color: #ffffff1a;
  border-color: #757575;
}

.layout-wrapper-2.vertical {
  overflow: hidden;
}

.layout-wrapper-2.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.bold-text-7 {
  color: #a3ff44;
}

.heading-10 {
  color: #34cf82;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-clip: content-box;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-2:hover {
  box-shadow: none;
  color: #000;
  background-color: #b1b1b1;
  border-color: #7aa35a;
}

.button-2:focus {
  outline-offset: 0px;
  background-color: #b3b3b3;
  outline: 3px solid #996aff;
}

@media screen and (max-width: 991px) {
  .image {
    min-width: 18rem;
    max-width: 35rem;
  }

  .button.nav, .button-secondary.nav {
    width: 100%;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .layout-wrapper.horizontal, .layout-wrapper.vertical {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-header-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon {
    background-color: var(--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-middle-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: var(--white);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .navbar-button-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .navbar-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar-link {
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: var(--gray-300);
  }

  .dropdown-link {
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: #ffffff0f;
    width: 100%;
  }

  .dropdown-link-menu {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-toggle {
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle:hover {
    color: var(--gray-300);
  }

  .menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-menu {
    border-top: 1px solid var(--border-radius);
    -webkit-text-fill-color: inherit;
    background-color: #131313;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 3.2rem 5rem;
    position: absolute;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout-list-item {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .vertical-divider {
    display: none;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonial-card {
    padding: 31px;
  }

  .cta-layout {
    align-items: flex-end;
  }

  .image-cta {
    z-index: 0;
    object-fit: contain;
  }

  .contact-us-form {
    max-width: none;
    padding: 3rem;
  }

  .input-block {
    margin-bottom: 1.5rem;
  }

  .input-toggle {
    min-width: 1.5rem;
    min-height: 1.5rem;
  }

  .form-section {
    margin-bottom: 3rem;
    position: relative;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .feature-card-image {
    width: auto;
    height: 100%;
  }

  .feature-card-image.horizontal {
    object-fit: none;
    position: absolute;
  }

  .testimonial-cms-item {
    width: 50%;
  }

  .collection-list-2 {
    grid-row-gap: 20px;
  }

  .locale {
    font-family: Satoshi, sans-serif;
  }

  .feature-card-image-copy {
    width: auto;
    height: 100%;
  }

  .feature-card-image-copy.horizontal {
    object-fit: none;
    position: absolute;
  }

  .layout-wrapper-copy.horizontal, .layout-wrapper-copy.vertical, .layout-wrapper-2.vertical, .layout-wrapper-2.horizontal {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 15px;
  }

  .image {
    width: 100%;
    overflow: visible;
  }

  .button {
    font-size: 1rem;
  }

  .button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-row {
    align-self: stretch;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .button-tertiary:hover {
    color: #475467;
    background-color: #0000;
  }

  .navbar-link {
    font-size: 1rem;
  }

  .dropdown-link-menu {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .dropdown-toggle {
    font-size: 1rem;
  }

  .navbar-menu {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .navbar-wrapper {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .footer-legal-link:hover {
    color: #98a2b3;
  }

  .footer-legal-list {
    margin-bottom: 1rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .footer-social-link:hover, .footer-link:hover {
    color: #667085;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-form-blog {
    margin-top: 1.5rem;
  }

  .logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .layout-list-item {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .heading {
    font-size: 46px;
  }

  .cta-layout {
    min-height: 490px;
  }

  .image-cta {
    width: auto;
    max-width: 100%;
  }

  .contact-us-form {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .contact-list {
    margin-top: 2rem;
  }

  .hero-heading, .hero-subheading {
    font-size: 46px;
  }

  .feature-card-image {
    opacity: .4;
  }

  .testimonial-cms-item {
    width: 100%;
  }

  .feature-card-image-copy {
    opacity: .4;
  }

  .heading-copy, .heading-copy-copy, .heading-copy-copy {
    font-size: 46px;
  }

  .footer, .section-investment {
    padding: 60px 15px;
  }

  .heading-9 {
    font-size: 46px;
  }

  .button-2 {
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-position: 50% 0;
  }

  .container {
    width: 288px;
    max-width: none;
  }

  .layout-wrapper {
    padding: 24px;
  }

  .header-image-wrapper {
    height: 16rem;
  }

  .cta-header-component {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
  }

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

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .foot-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .layout-list-item {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 28px;
  }

  .cta-layout {
    min-height: 380px;
  }

  .button-white {
    text-align: center;
    width: 100%;
  }

  .u-mb-0 {
    flex-wrap: wrap;
  }

  .radio-group_horizontal {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .contact-us-form {
    padding: 1.5rem;
  }

  .input-block {
    width: 100%;
  }

  .input {
    margin-right: 0;
  }

  .input-column-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 28px;
  }

  .hero-subheading {
    font-size: 16px;
  }

  .feature-card-image {
    z-index: -1;
  }

  .testimonial-cms-item {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-card-image-copy {
    z-index: -1;
  }

  .heading-copy, .heading-copy-copy, .heading-copy-copy {
    font-size: 28px;
  }

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

  .container-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    grid-template: "Area Area-2 Area-3 Area-4"
                   "Area-8 Area-7 Area-6 Area-5"
                   ". Area-9 . ."
                   ". Area-10 . ."
                   / 150px 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 320px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
    left: -10px;
  }

  .layout-wrapper-copy {
    padding: 24px;
  }

  .layout-wrapper-copy.horizontal {
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 75px;
  }

  .container-3 {
    width: 288px;
    max-width: none;
  }

  .heading-9 {
    font-size: 28px;
  }

  .layout-wrapper-2 {
    padding: 24px;
  }
}

#w-node-cbadfc4f-7bdf-8820-11a5-3762072aee79-9ac3d42c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dea359c5-0eb2-c3ba-835f-2bcca71a211c-9ac3d42c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23a8940b-f97c-5ca5-05eb-8eb3651fc793-9ac3d42c {
  grid-area: Area-2;
}

#w-node-abfd8a92-6ac7-1f25-23dc-de3367c0c3b7-9ac3d42c {
  grid-area: Area-4;
}

#w-node-_4651b86d-cc0e-958c-5b56-9947956a93a5-9ac3d42c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cca4c32-3175-aaa8-a84b-11e4ba886355-9ac3d42c {
  grid-area: Area-3;
}

#w-node-_64446165-8102-6635-1af7-da349397497e-9ac3d42c {
  grid-area: Area-6;
}

#w-node-_122a0565-ad00-5e45-4368-6e33e73280c2-9ac3d42c {
  grid-area: Area-8;
}

#w-node-ded2c1ff-c175-3768-6fd6-e488188e9e15-9ac3d42c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9debbc3e-f779-9a8a-52ff-44e37676ba50-9ac3d42c {
  grid-area: Area;
}

#w-node-_6c2109de-a22b-00b2-beb3-1990f3a117e2-9ac3d42c, #w-node-_0221d2e2-19dd-a246-bf39-bd0fca7f7ac9-9ac3d42c, #w-node-_43f6e8c3-1ceb-0f46-03b3-62998b3e3700-9ac3d42c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fa3a9c4-87d4-19b0-95f7-1b0b099f82b7-099f82a0 {
  justify-self: end;
}

#w-node-_7301b496-4c91-0f46-bb48-68a6a5a32d89-2289dd5b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7301b496-4c91-0f46-bb48-68a6a5a32d93-2289dd5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_09afa9a7-4fe7-017b-e0fd-51eff2bdb76d-9ac3d42c {
    justify-self: end;
  }

  #w-node-cbadfc4f-7bdf-8820-11a5-3762072aee79-9ac3d42c, #w-node-_7301b496-4c91-0f46-bb48-68a6a5a32d89-2289dd5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_48e0588f-eb28-8322-b615-e0340ea0b117-9ac3d42c, #w-node-b721016d-2c7f-239c-032b-6aa6d72c83fe-9ac3d42c, #w-node-_7301b496-4c91-0f46-bb48-68a6a5a32d79-2289dd5b, #w-node-_7301b496-4c91-0f46-bb48-68a6a5a32d81-2289dd5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abfd8a92-6ac7-1f25-23dc-de3367c0c3b7-9ac3d42c {
    grid-area: Area-10;
  }

  #w-node-_5cca4c32-3175-aaa8-a84b-11e4ba886355-9ac3d42c {
    grid-area: Area-9;
  }

  #w-node-_64446165-8102-6635-1af7-da349397497e-9ac3d42c {
    grid-area: Area-7;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}