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

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.woff2') format("woff2"), url('../fonts/ClashDisplay-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-scale--8-81: #f5f7fa;
  --grey-scale--100: #2a2c37;
  --grey-scale--15: #eff2f6;
  --white-scale--primary: white;
  --_fontsizes---text-small: .75em;
  --grey-scale--80: #515361;
  --_fontsizes---text-big: 1.5em;
  --_fontsizes---text-normal: 1.06em;
  --grey-scale--60: #717484;
  --grey-scale--40: #b3b5c1;
  --grey-scale--20: #e6e7ef;
  --white-scale--60: #fff9;
  --white-scale--30: #ffffff4d;
  --brand--red: #eb4b4d;
  --brand--green: #199f84;
  --white-scale--80: #fffc;
  --white-scale--15: #ffffff26;
  --_fontsizes---text-medium: .91em;
  --additional--yellow: #ffdd61;
  --paragraph: 1.2em;
  --additional--purple: #c2669d;
  --additional--violet: #746ebf;
  --additional--blue: #4cb1eb;
}

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

body {
  background-color: var(--grey-scale--8-81);
  color: var(--grey-scale--100);
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 2.38em;
  font-weight: 700;
  line-height: 1.36;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.56;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.56;
}

p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.6;
}

a {
  color: var(--grey-scale--100);
  line-height: 1.56;
  text-decoration: underline;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

form {
  font-size: 1em;
  font-weight: 500;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  display: block;
}

blockquote {
  color: #141414;
  border-left: 4px solid #2d66d3;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  color: #4d4e52;
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.section.sg {
  border-radius: 2em;
  margin-left: 0;
  margin-right: 0;
}

.section.grey {
  background-color: var(--grey-scale--15);
  color: var(--grey-scale--100);
}

.section.grey.hidden {
  display: none;
}

.section.dark {
  color: var(--white-scale--primary);
  background-image: linear-gradient(50deg, #2e303e, #393c4a);
}

.section.hidden {
  display: none;
}

.container {
  z-index: 1;
  background-color: #0000;
  max-width: 1560px;
  padding: 8em 4em;
  position: relative;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: .8em;
  padding-bottom: .8em;
  display: flex;
}

.container.inner-hero {
  padding-top: 7em;
  padding-bottom: 7em;
}

.container.hero {
  min-height: 100vh;
  padding-top: 5em;
  padding-bottom: 3em;
  display: flex;
}

.container.footer {
  padding-top: 2em;
  padding-bottom: 0;
}

.container.without-top-padding {
  padding-top: 0;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.grid.center-align {
  justify-content: center;
}

.grid.dark-with-img {
  min-height: 37.5em;
  color: var(--white-scale--primary);
  background-image: linear-gradient(47deg, #2e303e, #393c4a);
  border-radius: 2.5em;
  align-items: center;
  padding: 2.6em;
  overflow: hidden;
}

.grid-item {
  width: 100%;
  padding: 1.5em;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._50.tablet-100 {
  perspective: 1000px;
}

.grid-item._50.tablet-65 {
  width: 53%;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.grid-item._60 {
  width: 60%;
}

.grid-item._40 {
  width: 40%;
}

.page-wrapper {
  overflow: hidden;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 5.5em;
}

.spacer._16 {
  height: 16px;
  display: block;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 3.5em;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 5em;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.small {
  font-size: 14px;
}

.sg-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-block.colors.dark {
  color: #fff;
  background-color: #141414;
  border-radius: 40px;
}

.sg-block.dark {
  background-color: #141414;
  border-radius: 32px;
  padding: 24px;
}

.sg-block.typo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #eaedf6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.sg-block.typo.on-dark {
  grid-row-gap: 16px;
  border-top-color: #ffffff80;
  grid-template-rows: auto auto auto;
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.grey-bg {
  background-color: var(--grey-scale--15);
}

.paragraph.large {
  font-size: 1.13em;
  line-height: 1.72;
}

.paragraph.small {
  font-size: .88em;
  line-height: 1.56;
}

.paragraph.extra-small {
  font-size: var(--_fontsizes---text-small);
  line-height: 1.56;
}

.paragraph.accordion {
  padding-bottom: 32px;
}

.paragraph.extra-small {
  font-size: 12px;
}

.paragraph.text-color-grey-secondary {
  color: var(--grey-scale--80);
}

.paragraph.text-color-grey-secondary.text-big {
  font-size: var(--_fontsizes---text-big);
}

.paragraph.grey {
  color: #4d4e50;
}

.paragraph.grey.accordion {
  margin-bottom: 1.25em;
  padding-bottom: 0;
}

.paragraph.grey.accordion.paragraph-regular {
  min-width: var(--_fontsizes---text-normal);
}

.paragraph.font-regular {
  font-size: var(--_fontsizes---text-normal);
}

.sg-caption {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.sg-colors-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.link {
  border-bottom: 1px solid #141414;
  justify-content: space-between;
  align-items: center;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
  transition: border-color .3s, color .3s;
  display: flex;
}

.link:hover {
  color: #2d66d3;
  border-bottom-color: #2d66d3;
}

.color-block {
  background-color: var(--grey-scale--100);
  color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 16vw;
  padding: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  display: flex;
}

.color-block.grey-80 {
  background-color: var(--grey-scale--80);
}

.color-block.grey-60 {
  background-color: var(--grey-scale--60);
}

.color-block.grey-40 {
  background-color: var(--grey-scale--40);
}

.color-block.grey-20 {
  background-color: var(--grey-scale--20);
  color: #141414;
}

.color-block.grey-15 {
  background-color: var(--grey-scale--15);
  color: #141414;
}

.color-block.grey-8 {
  background-color: var(--grey-scale--8-81);
  color: #141414;
}

.color-block.white {
  background-color: var(--white-scale--primary);
  color: #141414;
}

.color-block.white-50 {
  background-color: var(--white-scale--60);
}

.color-block.white-25 {
  background-color: var(--white-scale--30);
}

.color-block.brand-primary {
  background-color: var(--brand--red);
  color: #fff;
}

.color-block.brand-primary-deep {
  background-color: var(--brand--green);
  color: #141414;
}

.color-block.white-75 {
  background-color: var(--white-scale--80);
  color: #141414;
}

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

.button {
  border: 1px solid var(--grey-scale--100);
  background-color: var(--grey-scale--100);
  color: #fff;
  max-width: none;
  font-size: var(--_fontsizes---text-normal);
  text-align: center;
  white-space: nowrap;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  padding: 1.25em 2em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

.button.primary {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button.secondary {
  border-color: var(--grey-scale--100);
  color: var(--grey-scale--100);
  background-color: #0000;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.secondary:hover {
  background-color: var(--grey-scale--100);
  color: var(--white-scale--primary);
}

.button.tertiary {
  border-color: var(--white-scale--primary);
  background-color: #0000;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.tertiary:hover {
  background-color: var(--white-scale--primary);
  color: var(--grey-scale--100);
}

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

.button.tertiary.green:hover {
  background-color: var(--white-scale--primary);
  color: var(--grey-scale--100);
}

.button.small {
  padding: .88em 1.25em;
}

.button.small.secondary.nav {
  margin-left: 0;
}

.button.stretch {
  flex: 1;
}

.sg-column {
  background-color: var(--grey-scale--20);
  border-radius: 8px;
  width: 100%;
  height: 60px;
}

.bold {
  font-weight: 700;
}

.text-link {
  color: var(--grey-scale--100);
  margin-left: .25em;
  margin-right: .25em;
  padding-bottom: 0;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline-block;
}

.text-link:hover {
  opacity: .5;
}

.sg-filler {
  background-color: var(--grey-scale--20);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.navigation {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f5f7facc;
  width: 100%;
  position: fixed;
}

.nav-brand {
  color: #fff;
  align-items: center;
  width: 7em;
  min-width: 7em;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

.nav-brand:hover {
  opacity: .6;
}

.nav-brand.w--current {
  width: 150px;
  min-width: 39px;
}

.nav-brand.dark {
  color: #141414;
}

.menu-button {
  float: none;
}

.nav-link {
  font-size: var(--_fontsizes---text-medium);
  white-space: nowrap;
  margin-left: 1.4em;
  margin-right: 1.4em;
  padding: .5em .25em;
  line-height: 1.1;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .6;
}

.nav-link.w--current {
  color: var(--brand--red);
}

.nav-link.header {
  font-size: var(--_fontsizes---text-medium);
}

.center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1.5em;
  margin-right: -1.5em;
  display: flex;
}

.footer-bottom-wrapper {
  color: #777a85;
  border-top: 1px solid #eaedf6;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  display: block;
}

.footer-small-link {
  border-radius: 50em;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .75em;
  transition: padding .2s, color .2s;
  display: block;
}

.footer-small-link:hover {
  color: #777a85;
}

.footer-small-link.w--current {
  background-color: #f8f9fa;
  padding-left: 1em;
  padding-right: 1em;
}

.footer-small-link {
  transition: opacity .2s;
}

.footer-small-link:hover {
  opacity: .7;
}

.utility-page-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

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

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

.page-overlay {
  z-index: 1000;
  background-color: var(--white-scale--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: .99;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grey {
  color: #777a85;
}

.rich-text p {
  font-size: var(--_fontsizes---text-normal);
  margin-bottom: 20px;
}

.rich-text h1 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-bottom: 16px;
}

.rich-text h5 {
  margin-bottom: 12px;
}

.rich-text h6 {
  margin-bottom: 8px;
}

.sg-grid-images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-images {
  object-fit: cover;
  width: 100%;
  height: 40vw;
}

.button-text {
  font-size: var(--_fontsizes---text-normal);
}

.overlay-transition {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-nav {
  align-items: center;
  display: flex;
}

.decorative {
  font-size: 2em;
  line-height: 1.4;
}

.nav-grid {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block {
  flex-direction: column;
  display: flex;
}

.brand-logo-wrapper {
  align-items: center;
  margin-bottom: 6px;
  margin-right: 2em;
  display: flex;
}

.error-message {
  color: #fc2b2b;
  background-color: #0000;
  padding-left: 0;
  font-size: 14px;
}

.changelog-wrapper {
  background-color: var(--grey-scale--15);
  border-radius: 1.25em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.changelog-divider {
  background-color: #c2c8d9;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

.text-field {
  background-color: var(--grey-scale--80);
  color: #777a85;
  border: 1px #000;
  border-radius: .5em;
  height: 56px;
  margin-bottom: 1em;
  padding: 1em;
  font-weight: 400;
  transition: padding .3s, background-color .3s, color .3s, border-color .3s;
}

.text-field:hover {
  border-bottom-color: #141414;
}

.text-field:focus {
  color: #141414;
  border-bottom-color: #141414;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::placeholder {
  color: var(--white-scale--80);
  font-weight: 500;
}

.text-field.text-area {
  min-height: 88px;
  max-height: 200px;
  padding-top: 16px;
}

.text-field.white {
  color: #fff;
  border-bottom-color: #ffffffbf;
}

.text-field.white:hover {
  border-bottom-color: #fff;
}

.text-field.white::placeholder {
  color: #ffffff80;
}

.select-field {
  background-color: var(--grey-scale--80);
  color: #777a85;
  border: 1px #000;
  border-radius: .5em;
  height: 56px;
  margin-bottom: 1em;
  padding: 1em;
  font-weight: 400;
  transition: padding .3s, background-color .3s, border-color .3s, color .3s;
}

.select-field:hover {
  border-style: none none solid;
  border-color: #000 #000 #141414;
  padding-left: 20px;
}

.select-field:focus {
  color: #fff;
  border-bottom-color: #eaedf6;
}

.select-field.white {
  color: #ffffff80;
  border-bottom-color: #ffffff80;
}

.color-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.hero-scroll-trigger-animation {
  z-index: -999;
  height: 50vh;
  position: absolute;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-vertical.full-height {
  justify-content: center;
  height: 100%;
}

.flex-vertical.full-height.hero, .flex-vertical.full-height.hero-center {
  justify-content: center;
}

.flex-vertical.align-center {
  align-items: center;
}

.succsess-message {
  color: #141414;
  background-color: #fff;
  border-radius: 1em;
  font-size: 1.2em;
}

.flex-horizontal {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.flex-horizontal.buttons {
  grid-column-gap: 1em;
}

.flex-horizontal.baseline {
  align-items: baseline;
}

.menu-nav-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-wrapper {
  margin-left: 0;
  margin-right: 10px;
  overflow: hidden;
}

.nav-link-wrapper.last {
  align-items: center;
  padding-right: 4px;
  display: flex;
}

.nav-link-wrapper.last.mobile {
  padding-right: 0;
  display: none;
}

.nav-link-wrapper.mobile {
  display: none;
}

.max-width {
  max-width: 600px;
}

.max-width._500 {
  max-width: 500px;
}

.max-width._400 {
  max-width: 400px;
}

.logo-img {
  height: 100%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-logo-links-wrapper {
  display: flex;
}

.hero-image {
  width: auto;
  max-width: none;
  max-height: 700px;
  position: absolute;
  inset: auto 0% auto auto;
}

.partner-logo {
  height: 3em;
  margin: .5em 1em;
}

.partners-stack {
  flex-wrap: wrap;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4.8em;
  display: flex;
}

._2-up-image {
  border-radius: 2em;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 500px;
}

.heading-wrapper {
  align-items: center;
  display: flex;
}

.social-link {
  background-color: var(--grey-scale--40);
  width: 2.5em;
  height: 2.5em;
  color: var(--white-scale--primary);
  border: 1px #000;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: .75em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.social-link:hover {
  color: var(--grey-scale--100);
  background-color: #0000;
}

.social-icon {
  justify-content: center;
  align-items: center;
  height: 1.2em;
  display: flex;
}

.logo-loader {
  width: 8em;
}

.sg-dark {
  background-color: #141414;
  border-radius: 1em;
  padding: 1.5em;
}

.column-offset-right {
  padding-left: 6em;
}

.bullets-wrapper {
  width: 100%;
  margin-top: 1.2em;
  margin-bottom: 2em;
}

.bullets-item {
  width: 100%;
  color: var(--grey-scale--100);
  align-items: flex-start;
  margin-bottom: .1em;
  padding-top: .2em;
  padding-bottom: .2em;
  display: flex;
}

.bullets-item.white {
  color: var(--white-scale--80);
}

.bullet-tick-wrapper {
  background-color: var(--grey-scale--100);
  width: .95em;
  min-width: .95em;
  height: .95em;
  min-height: .95em;
  color: var(--white-scale--primary);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  margin-top: .3em;
  margin-right: .6em;
  padding: .25em;
  display: flex;
  overflow: hidden;
}

.bullet-tick-wrapper.white {
  background-color: var(--white-scale--primary);
  color: var(--grey-scale--100);
}

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

.accordion-content {
  color: var(--grey-scale--100);
  margin-top: 1.25em;
  line-height: 1.6;
  overflow: hidden;
}

.accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon {
  width: 1.5em;
  height: 1.5em;
}

.accordion-title {
  margin-bottom: 0;
  font-size: 1.13em;
  line-height: 1.56;
}

.form-block {
  width: 100%;
}

.links-container {
  margin-top: .6em;
  display: flex;
}

.links-container.socials {
  margin-top: 2em;
}

.links-container.socials.hidden {
  display: none;
}

.footer-items-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.subtitle {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(80deg, #eb4b4d, #c1679d 47%, #1a9e84 83%);
  -webkit-background-clip: text;
  background-clip: text;
}

.subtitle.fs-12 {
  aspect-ratio: auto;
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
  position: absolute;
}

.title-relative {
  flex-direction: row;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
  position: relative;
}

.hero-arrow {
  height: 60%;
  margin-top: 18%;
}

.hero-arrow.hidden {
  margin-top: 5%;
}

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

.partner-bg {
  background-color: #eef1f5;
}

.feature-icon {
  height: 5em;
  margin-bottom: 1em;
}

.feature-wrapper {
  max-width: 16em;
  margin-left: auto;
  margin-right: auto;
}

.about-img {
  width: auto;
  max-height: 600px;
  position: absolute;
  inset: auto -3% auto auto;
}

.numbers-wrapper {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2em;
  display: flex;
}

.numbers-item {
  width: 50%;
  margin-bottom: 1.5em;
}

.numbers-title-wrapper {
  align-items: center;
  display: flex;
}

.numbers-title {
  white-space: nowrap;
  font-family: Syne, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.numbers-indicator {
  height: 1em;
  margin-top: .7em;
  margin-left: .9em;
}

.button-app-icon {
  justify-content: center;
  align-items: center;
  margin-right: .5em;
  display: flex;
}

.column-offset-ledt {
  padding-right: 6em;
}

.price-wrapper {
  background-color: var(--brand--green);
  max-width: 22em;
  color: var(--white-scale--primary);
  border-radius: 1.25em;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 2em 2em;
  display: flex;
  box-shadow: 0 50px 50px -30px #99999980;
}

.price-wrapper.red {
  background-color: var(--brand--red);
  box-shadow: 1px 1px 0 8px #fff, 0 50px 50px -30px #99999980;
}

.price-wrapper.black {
  background-color: var(--grey-scale--100);
}

.price-title-wrapper {
  display: flex;
}

.price-card {
  width: 19vw;
  margin-top: -.4em;
  margin-bottom: -2.5em;
  margin-left: -2em;
}

.period {
  margin-left: .6em;
}

.price-items {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-title-width {
  width: 9em;
}

.relative {
  position: relative;
}

.quote-icon {
  width: 6em;
  position: absolute;
  inset: 10% -2.8em auto auto;
}

.accordion-wrapper {
  text-align: left;
  background-color: #fff;
  border-radius: 1.25em;
  flex-direction: column;
  padding: 1.25em 1.25em 0;
  display: block;
}

.contact-us {
  margin-top: 2.6em;
  margin-left: -2em;
}

.accordion-items {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-items: start;
  display: grid;
}

.get-template-wrapper {
  z-index: 999;
  justify-content: flex-end;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.get-template-link-wrapper {
  align-items: flex-end;
  height: 5rem;
  display: flex;
  position: relative;
  top: -.75rem;
  right: .75rem;
}

.get-template-link {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #e8e8e866;
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 7.7rem;
  height: 2.6rem;
  padding: .6rem 1rem .6rem .6rem;
  font-size: 12px;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.get-template-link:hover {
  color: #fff;
  background-color: #000;
}

.get-template-link.more-templates {
  z-index: 0;
  position: absolute;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.custom-superscript {
  vertical-align: super;
  margin-top: -8em;
  font-size: 12px;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
}

.heading {
  line-height: 1;
  position: relative;
}

.link-2 {
  flex-flow: row;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.hero-btn-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-terms-privacy-block {
  width: 100%;
  display: inline-block;
}

.hero-terms-privacy-separator {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.hero-terms-and-privacy-links {
  font-size: var(--_fontsizes---text-small);
  text-decoration: underline;
  display: inline-block;
}

.hero-terms-and-privacy-links:hover {
  opacity: .8;
}

.link-3 {
  font-size: 12px;
}

.text-span {
  font-size: .9em;
  line-height: 1;
}

.paragraph-2 {
  margin-top: 1.2em;
}

.links-in-text {
  font-size: var(--_fontsizes---text-normal);
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: underline;
}

.links-in-text:hover {
  opacity: .8;
}

.links-in-text.first-link {
  font-size: var(--_fontsizes---text-normal);
  margin-left: 1em;
}

.hero-terms-and-privacy-beta {
  font-size: var(--_fontsizes---text-small);
  display: inline-block;
}

.hero-terms-and-privacy-beta:hover {
  opacity: 1;
}

.list {
  margin-top: 1.2em;
}

.column-offset-right-zero {
  padding-left: 6em;
}

.heading-h3 {
  margin-top: .3em;
  margin-bottom: 0;
  font-size: 1.25em;
}

.div-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block-2 {
  margin-top: 0;
}

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

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.footer-company {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: var(--_fontsizes---text-small);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-2-small {
  margin-top: 1em;
  font-size: .85em;
}

.paragraph-3 {
  font-size: .5em;
}

.p-xs {
  font-size: .55em;
}

.heading-2-medium {
  margin-top: 1em;
  font-size: 1.5em;
}

.rich-text-li {
  font-size: var(--_fontsizes---text-normal);
  margin-top: .25em;
}

.text-li {
  font-size: var(--_fontsizes---text-normal);
  margin-top: 1em;
  margin-bottom: 1em;
}

.text-li-first {
  font-size: var(--_fontsizes---text-normal);
  margin-top: .4em;
  margin-bottom: .4em;
}

.table-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
}

.column1 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-flow: row;
  padding: 5px;
  display: flex;
}

.column2, .column3 {
  border-right: 1px solid #000;
  padding: 5px;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.tr-th {
  font-size: 1.2em;
  font-weight: 700;
}

.tr-column-feature {
  letter-spacing: normal;
  font-weight: 700;
}

.tr-column-description {
  letter-spacing: normal;
  font-weight: 400;
}

.comparison-table {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
  margin-top: 2em;
}

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

.list-item-2 {
  text-align: left;
}

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

.bold-text-3 {
  font-size: 1.13em;
}

.link-block-2 {
  margin-right: 0;
}

.nav-link-wrapper-login {
  overflow: hidden;
}

.nav-link-wrapper-login.last {
  align-items: center;
  padding-right: 4px;
  display: flex;
}

.nav-link-wrapper-login.last.mobile {
  display: none;
}

.nav-link-login {
  margin-right: 1.4em;
  padding: .2em .5em;
  font-size: .88em;
  line-height: 1;
}

.nav-link-login:hover {
  opacity: 1;
}

.nav-link-wrapper-copy {
  margin-left: 0;
  margin-right: 10px;
  overflow: hidden;
}

.nav-link-wrapper-copy:hover {
  opacity: .25;
}

.nav-link-wrapper-copy.last {
  align-items: center;
  padding-right: 4px;
  display: flex;
}

.nav-link-wrapper-copy.last.mobile {
  display: none;
}

.nav-link-copy {
  white-space: nowrap;
  margin-left: 1.4em;
  margin-right: 1.4em;
  padding: .5em .25em;
  font-size: .88em;
  line-height: 1.1;
  transition: opacity .2s;
}

.nav-link-copy:hover {
  opacity: .6;
}

.nav-link-copy.w--current {
  color: var(--brand--red);
}

.button-navbar-login {
  border: 1px solid var(--grey-scale--100);
  background-color: var(--grey-scale--100);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 1.25em 2.5em;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.2;
  transition: border-color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-navbar-login:hover {
  background-color: #505260;
  border-color: #505260;
}

.button-navbar-login.primary {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button-navbar-login.secondary {
  border-color: var(--grey-scale--100);
  color: var(--grey-scale--100);
  background-color: #0000;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-navbar-login.secondary:hover {
  background-color: var(--grey-scale--100);
  color: var(--white-scale--primary);
}

.button-navbar-login.tertiary {
  border-color: var(--white-scale--primary);
  background-color: #0000;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-navbar-login.tertiary:hover {
  background-color: var(--white-scale--primary);
  color: var(--grey-scale--100);
}

.button-navbar-login.tertiary.green {
  background-color: var(--brand--green);
}

.button-navbar-login.tertiary.green:hover {
  background-color: var(--white-scale--primary);
  color: var(--grey-scale--100);
}

.button-navbar-login.small {
  padding: .88em 1.25em;
}

.button-navbar-login.small.secondary.nav {
  border-style: none;
  margin-left: 0;
  padding: 0;
}

.button-navbar-login.stretch {
  flex: 1;
}

.div-block-5 {
  text-align: center;
  width: 100%;
}

.contactus-links {
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: .5em .25em;
  font-size: .88em;
  line-height: 1.1;
  text-decoration: underline;
  transition: opacity .2s;
}

.contactus-links:hover {
  opacity: .6;
}

.contactus-links.w--current {
  color: var(--brand--red);
}

.contactus-links.footer {
  font-size: var(--_fontsizes---text-medium);
}

.div-block-6 {
  margin-top: .6em;
}

.bold-text-4 {
  font-size: var(--_fontsizes---text-medium);
}

.logo-name {
  color: var(--grey-scale--100);
  font-family: Syne, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.logo-beta {
  color: var(--grey-scale--100);
  margin-top: 11px;
  font-size: 8px;
}

.hero-pages-links {
  width: auto;
  display: inline-flex;
}

.text-block-2 {
  display: inline-block;
}

.navbar-logo-img {
  margin-right: 10px;
}

.list-item-font-regular, .list-item-font-regular.font-normal {
  font-size: var(--_fontsizes---text-normal);
}

.list-item-font-regular.li-margin {
  margin-top: 1em;
  margin-bottom: 1em;
}

.paragraph-regular {
  font-size: var(--_fontsizes---text-normal);
}

.paragraph-regular.text-width {
  max-width: 600px;
}

.bold-text-5 {
  font-size: var(--_fontsizes---text-medium);
  margin-right: 5px;
}

.button-how-to {
  border: 1px solid var(--grey-scale--100);
  background-color: var(--brand--green);
  color: #fff;
  max-width: none;
  font-size: var(--_fontsizes---text-normal);
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  padding: 1.25em 2em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: inline-block;
  position: static;
  bottom: 4em;
  right: 4em;
  overflow: hidden;
}

.button-how-to:hover {
  background-color: #505260;
  border-color: #505260;
}

.button-how-to.primary {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button-how-to.secondary {
  border-color: var(--grey-scale--100);
  color: var(--grey-scale--100);
  background-color: #0000;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-how-to.secondary:hover {
  background-color: var(--grey-scale--100);
  color: var(--white-scale--primary);
}

.button-how-to.tertiary {
  border-color: var(--white-scale--primary);
  background-color: #0000;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-how-to.tertiary:hover {
  background-color: var(--white-scale--primary);
  color: var(--grey-scale--100);
}

.button-how-to.tertiary.green {
  background-color: var(--brand--green);
}

.button-how-to.tertiary.green:hover {
  background-color: var(--white-scale--primary);
  color: var(--grey-scale--100);
}

.button-how-to.small {
  padding: .88em 1.25em;
}

.button-how-to.small.secondary.nav {
  margin-left: 0;
}

.button-how-to.stretch {
  flex: 1;
}

.how-to-cta-block {
  display: block;
  position: absolute;
  bottom: 50px;
  left: auto;
  right: 10%;
}

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

.max-list-width {
  max-width: 600px;
}

.heading-2, .text-block-3 {
  color: var(--grey-scale--100);
}

.heading-3 {
  font-size: var(--_fontsizes---text-normal);
}

.faq-h3 {
  color: var(--grey-scale--100);
  font-size: var(--_fontsizes---text-normal);
  margin-top: 1.25em;
  margin-bottom: .4em;
}

.faq-h3.faq-h3-first {
  color: var(--grey-scale--100);
  margin-top: 0;
}

.list-2 {
  margin-bottom: 0;
  margin-left: 20px;
}

.rich-text-block {
  color: #4d4e50;
  font-size: var(--_fontsizes---text-normal);
}

.paragraph-5, .paragraph-6 {
  font-size: var(--_fontsizes---text-normal);
}

.btn-cancel {
  border: 1px solid var(--grey-scale--60);
  background-color: var(--white-scale--primary);
  color: var(--grey-scale--80);
  border-radius: 6px;
  margin-right: 10px;
}

.btn-cancel:hover {
  background-color: var(--grey-scale--20);
}

.btn-submit {
  background-color: var(--grey-scale--100);
  border-radius: 6px;
}

.btn-submit:hover {
  background-color: var(--grey-scale--80);
  opacity: 1;
}

.form-input {
  color: var(--grey-scale--100);
  margin-bottom: 20px;
}

.form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: #0000;
}

.paragraph-7 {
  margin-bottom: 10px;
  display: block;
}

.paragraph-8 {
  text-align: center;
  min-width: 0;
  margin-bottom: 30px;
}

.form-block-2 {
  min-width: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.error-message-2 {
  background-color: #0000;
}

.btn-cancel-back {
  border: 1px solid var(--grey-scale--60);
  background-color: var(--white-scale--primary);
  width: 80%;
  color: var(--grey-scale--80);
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-cancel-back:hover {
  background-color: var(--grey-scale--20);
}

.link-4 {
  display: inline-flex;
}

.text-span-2 {
  display: block;
}

.popup-wrapper {
  z-index: 9999;
  -webkit-text-fill-color: inherit;
  background-color: #00000080;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.popup-container {
  vertical-align: top;
  background-color: #fff;
  border-radius: .75em;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 400px;
  height: auto;
  min-height: 100px;
  margin: auto;
  display: block;
  position: relative;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.form-block-3 {
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
}

.submit-button {
  background-color: var(--grey-scale--100);
  text-align: center;
  border-radius: .75em;
  margin-top: 10px;
}

.submit-button:hover {
  background-color: var(--grey-scale--80);
}

.paragraph-9 {
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
}

.close-popup-wrapper {
  text-align: right;
  width: 100%;
  max-width: none;
  padding: 10px 0 0;
  display: block;
}

.close-popup-button {
  cursor: pointer;
  max-width: 75px;
  margin-left: auto;
  margin-right: 10px;
  padding: .5em;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 6em 2em;
  }

  .container.inner-hero {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container.hero {
    padding-top: 6em;
  }

  .grid.dark-with-img {
    min-height: auto;
  }

  .grid-item {
    padding: 1em;
  }

  .grid-item._80.tablet-100, .grid-item._50.tablet-100 {
    width: 100%;
  }

  .grid-item._50.tablet-65 {
    width: 65%;
    padding-bottom: 0;
  }

  .grid-item._33.tablet-100, .grid-item._67.tablet-100, .grid-item._60.tablet-100, .grid-item._40.tablet-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88 {
    height: 3em;
  }

  .spacer._104 {
    height: 64px;
  }

  .sg-container {
    padding: 64px 24px;
  }

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

  .navigation {
    z-index: 9999;
  }

  .nav-brand {
    color: #141414;
    margin-right: 0;
    font-size: 18px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    display: flex;
  }

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

  .nav-link {
    color: #141414;
    text-align: center;
    margin: 1em 0;
    padding: .25em 0;
    font-size: 1.2em;
    display: block;
  }

  .nav-link.header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .nav-link.footer {
    padding-left: 1.25em;
    padding-right: 1.25em;
    font-size: .85em;
  }

  .nav-link.footer.w--current {
    box-shadow: none;
    color: #2d66d3;
    transition: color .3s;
  }

  .nav-link.mobile-hidden {
    display: none;
  }

  .footer-links-wrapper {
    justify-content: space-between;
    width: 100%;
    margin: 1em -1em;
    display: block;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1em;
  }

  .footer-small-link {
    font-size: 14px;
  }

  .hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 1em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .sg-images {
    height: 24vw;
  }

  .menu-nav {
    background-color: var(--grey-scale--8-81);
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .nav-grid {
    align-items: center;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .flex-vertical.full-height.hero {
    align-items: center;
    height: auto;
  }

  .flex-vertical.full-height.hero-center {
    text-align: center;
    align-items: center;
  }

  .hamburger-bar {
    background-color: #141414;
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .menu-nav-link-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .nav-link-wrapper.last {
    display: none;
  }

  .nav-link-wrapper.last.mobile {
    flex-direction: column;
    margin-top: 3em;
    display: none;
  }

  .nav-link-wrapper.mobile {
    display: block;
  }

  .nav-link-wrapper.mobile-hidden {
    display: none;
  }

  .hero-image {
    width: 50%;
    max-width: none;
    height: auto;
    position: static;
    right: auto;
  }

  .partners-stack {
    justify-content: center;
  }

  ._2-up-image {
    border: 1px #000;
    border-radius: 0;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .column-offset-right {
    padding-left: 0;
  }

  .links-container {
    margin-bottom: 0;
  }

  .links-container.socials {
    margin-left: 0;
  }

  .footer-logo-img {
    width: 120px;
    height: 39px;
  }

  .footer-items-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .subtitle.fs-12 {
    align-self: flex-start;
  }

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

  .hero-content {
    align-items: center;
  }

  .about-img {
    width: auto;
    max-width: none;
    height: 30%;
  }

  .column-offset-ledt {
    padding-right: 0;
  }

  .price-wrapper {
    width: 100%;
    max-width: none;
  }

  .price-wrapper.black {
    max-width: none;
  }

  .price-title-wrapper {
    justify-content: space-between;
  }

  .price-card {
    width: 40vw;
  }

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

  .price-title-width {
    width: 18em;
  }

  .card-title {
    font-size: 2.5em;
  }

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

  .links-in-text.first-link {
    border-right: 1px #000;
    margin-left: 1em;
  }

  .column-offset-right-zero {
    padding-left: 0;
  }

  .footer-company {
    vertical-align: top;
    margin-left: 10px;
    display: inline-block;
  }

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

  .nav-link-wrapper-login.last {
    display: none;
  }

  .nav-link-wrapper-login.last.mobile {
    flex-direction: column;
    margin-top: 3em;
    display: none;
  }

  .nav-link-wrapper-copy.last {
    display: none;
  }

  .nav-link-wrapper-copy.last.mobile {
    flex-direction: column;
    margin-top: 3em;
    display: none;
  }

  .nav-link-copy {
    color: #141414;
    text-align: center;
    margin: 1em 0;
    padding: .25em 0;
    display: block;
  }

  .nav-link-copy.header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .nav-link-copy.footer {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .nav-link-copy.footer.w--current {
    box-shadow: none;
    color: #2d66d3;
    transition: color .3s;
  }

  .image {
    width: 120px;
    height: 39px;
  }

  .contactus-links {
    color: #141414;
    text-align: center;
    margin: 1em 0;
    padding: .25em 0;
    font-size: .82em;
    display: block;
  }

  .contactus-links.header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .contactus-links.footer {
    padding-left: 1.25em;
    padding-right: 1.25em;
    font-size: .85em;
    display: inline-block;
  }

  .contactus-links.footer.w--current {
    box-shadow: none;
    color: #2d66d3;
    transition: color .3s;
  }

  .contactus-links.mobile-hidden {
    display: none;
  }

  .div-block-6 {
    align-items: center;
    margin-top: .6em;
    display: flex;
  }

  .contact-us-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bold-text-4 {
    font-size: .85em;
    display: inline-block;
  }

  .logo-name {
    font-size: 1.5em;
  }

  .hero-pages-links {
    text-align: left;
  }

  .text-block-2 {
    display: inline-block;
  }

  .button-how-to {
    background-color: var(--brand--green);
  }

  .how-to-cta-block {
    position: static;
  }

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

  .text-span-2 {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 20px;
  }

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

  .container {
    padding: 5em 1em;
  }

  .container.nav {
    width: 100%;
  }

  .container.hero {
    padding-top: 6em;
  }

  .container.footer {
    padding-top: 3em;
  }

  .grid.landscape-reverse {
    flex-flow: wrap-reverse;
  }

  .grid-item._20.landscape-100 {
    width: 100%;
  }

  .grid-item._50.landscape-100 {
    text-align: center;
    width: 100%;
  }

  .grid-item._50.tablet-65 {
    width: 100%;
  }

  .grid-item._33 {
    width: 50%;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._25.landscape-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._56 {
    height: 2.5em;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40 {
    height: 40px;
  }

  .spacer._80 {
    height: 24px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-link.header {
    margin-right: 1em;
  }

  .nav-link.footer {
    font-size: .85em;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .footer-bottom-wrapper {
    margin-top: 0;
    padding-bottom: 1em;
  }

  .utility-page-content, .menu-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-grid {
    padding-left: 1em;
    padding-right: 1em;
  }

  ._404-content {
    height: auto;
    margin-top: 32px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .text-field.white, .select-field.white {
    margin-bottom: 1.5em;
  }

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

  .nav-link-wrapper.mobile {
    display: block;
  }

  .max-width._500 {
    max-width: 100%;
  }

  .partner-logo {
    height: 2em;
  }

  ._2-up-image {
    text-align: center;
    width: 70%;
    margin-bottom: 1em;
    display: inline-block;
  }

  .links-container {
    display: flex;
  }

  .about-img {
    display: none;
  }

  .numbers-wrapper {
    margin-bottom: 0;
  }

  .price-title-width {
    width: 12em;
  }

  .relative {
    text-align: center;
  }

  .contact-us {
    margin-top: 1em;
    margin-left: 0;
  }

  .card-title {
    font-size: 2em;
  }

  .text-li, .text-li-first {
    text-align: left;
  }

  .grid-2 {
    flex-flow: wrap;
    display: flex;
  }

  .tr-th {
    width: 45%;
    display: block;
  }

  .tr-th.hidden-on-mobile {
    width: 50%;
    display: none;
  }

  .tr-column-feature {
    text-align: center;
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .tr-column-feature.mtb-custom {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .tr-column-description {
    text-align: left;
    flex-flow: row;
    width: 45%;
    padding-left: 5px;
    display: flex;
  }

  .tr-column-description.border-right {
    border-right: 1px solid #000;
    padding-left: 0;
    padding-right: 0;
  }

  .tr-column-description.border-right.mb-cutom {
    margin-bottom: 15px;
  }

  .tr-column-description.border-right.mb-cutom.pr-custom {
    margin-bottom: 25px;
    padding-right: 10px;
  }

  .tr-column-description.border-right.pr-custom {
    width: 48%;
  }

  .tr-column-description.pl-custom {
    width: 48%;
    padding-left: 10px;
  }

  .comparison-table {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: wrap;
    display: flex;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .bold-text {
    text-align: left;
  }

  .nav-link-copy.header {
    margin-right: 1em;
  }

  .nav-link-copy.footer {
    font-size: .85em;
  }

  .contactus-links {
    flex-flow: row;
    font-size: .85em;
    display: flex;
  }

  .contactus-links.header {
    margin-right: 1em;
  }

  .contactus-links.footer {
    font-size: .85em;
  }

  .div-block-6 {
    margin-left: 0;
    display: block;
  }

  .contact-us-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: inline-flex;
  }

  .bold-text-4 {
    margin-left: 1.25em;
    font-size: .85em;
    display: inline-block;
  }

  .list-item-font-regular {
    text-align: left;
  }

  .bold-text-5 {
    margin-left: 1.25em;
  }

  .button-how-to {
    background-color: var(--brand--green);
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .container {
    padding: 5em 1em;
  }

  .container.nav {
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .container.hero {
    padding-bottom: 4em;
  }

  .grid.dark-with-img {
    padding-left: .5em;
    padding-right: .5em;
  }

  .grid-item._50 {
    text-align: center;
    width: 100%;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .spacer._32, .spacer._24 {
    height: 1.5em;
  }

  .spacer._128 {
    height: 80px;
  }

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

  .paragraph.extra-small {
    text-align: left;
  }

  .button {
    width: 100%;
  }

  .button.small.secondary.nav {
    display: none;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-links-wrapper {
    flex-flow: column wrap;
    align-items: center;
  }

  .footer-bottom-wrapper {
    opacity: .98;
    text-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-small-link {
    margin-right: 0;
  }

  .button-text {
    display: block;
  }

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

  .nav-link-wrapper {
    display: block;
  }

  .nav-link-wrapper.last.mobile {
    font-size: 1.2em;
    display: block;
  }

  .nav-link-wrapper.mobile {
    display: block;
  }

  .nav-link-wrapper.mobile-hidden {
    display: none;
  }

  .hero-image {
    flex: none;
    width: 100%;
  }

  .partner-logo {
    width: auto;
    height: 1.5em;
  }

  .partners-stack {
    padding-left: 1em;
    padding-right: 1em;
  }

  ._2-up-image {
    max-height: 330px;
  }

  .accordion-icon {
    min-width: 1.5em;
    min-height: 1.5em;
    margin-left: 1em;
  }

  .links-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .links-container.socials {
    flex-direction: row;
  }

  .footer-logo-img {
    width: auto;
    height: 34px;
  }

  .footer-logo.w--current {
    min-width: 120px;
  }

  .footer-items-wrapper {
    align-items: center;
    padding-bottom: 0;
  }

  .subtitle.fs-12 {
    align-self: auto;
  }

  .numbers-wrapper {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .numbers-item {
    text-align: center;
    width: 100%;
  }

  .numbers-title-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .numbers-title {
    white-space: nowrap;
  }

  .accordion-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-btn-block {
    flex-flow: column;
  }

  .nav-link-wrapper-login.last.mobile {
    font-size: 1.2em;
    display: block;
  }

  .nav-link-wrapper-copy {
    display: none;
  }

  .nav-link-wrapper-copy.last.mobile {
    font-size: 1.2em;
    display: block;
  }

  .button-navbar-login {
    width: 100%;
  }

  .button-navbar-login.small.secondary.nav {
    display: none;
  }

  .image {
    width: 120px;
    height: 39px;
  }

  .contactus-links {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contactus-links.footer {
    display: inline-block;
  }

  .div-block-6 {
    white-space: nowrap;
    word-break: normal;
    text-decoration: none;
  }

  .contact-us-footer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
  }

  .bold-text-4 {
    font-size: .85em;
  }

  .hero-pages-links {
    margin-top: .5em;
  }

  .list-item-font-regular {
    text-align: left;
  }

  .bold-text-5 {
    margin-left: 0;
  }

  .button-how-to {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .button-how-to.small.secondary.nav {
    display: none;
  }

  .how-to-cta-block {
    margin-left: auto;
    margin-right: auto;
  }

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

#w-node-a69f8bd3-b919-18c9-a951-03bc9ee78445-ee2b8542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d774e4b-1205-463b-7fe3-d095761ead29-ee2b854c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7014bfdd-f886-5247-c8c5-56bbe8c47be7-ee2b854c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5398c589-f66a-6cda-2d0a-a81bf38523ec-ee2b854c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1644f7fa-7bfe-3116-2c4d-1a7673cdaa92-ee2b854c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d0301e08-7fac-dab9-9249-97e20ceee9c4-ee2b854c, #w-node-_5e182a5f-62f6-3f12-fab4-6d854ab14f30-ee2b854c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a69f8bd3-b919-18c9-a951-03bc9ee78445-b02c405d, #w-node-a69f8bd3-b919-18c9-a951-03bc9ee78445-c807018b, #w-node-a69f8bd3-b919-18c9-a951-03bc9ee78445-3c74af8f, #w-node-a69f8bd3-b919-18c9-a951-03bc9ee78445-84a80c02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}