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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --swipe-blue: #18f;
  --red: #fc4f4f;
  --red-hover: #e73737;
  --systemflow-lite--neutral--80: var(--systemflow-lite--neutral--20);
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--neutral--20: #f9fafb;
  --systemflow-lite--neutral--10: white;
}

.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 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

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

h3 {
  letter-spacing: .7px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: #6d6d6d;
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #494949;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  letter-spacing: .7px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

blockquote {
  background-image: url('../images/command.svg'), url('../images/command.svg');
  background-position: 97% 90%, 6px 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  background-color: #0d1216;
  overflow: hidden;
}

.section.grey-section, .section.grey-section.relative {
  background-color: #0d1216;
}

.section.grey-section.relative.discover-section {
  margin-top: 2em;
}

.container {
  color: #fff;
  background-color: #0d1216;
  max-width: 1170px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container.style {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.relative.tvl-el {
  justify-content: center;
  display: flex;
}

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

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 40;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0d1216;
  height: 80px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-section {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.nav-menu {
  font-weight: 600;
  display: flex;
}

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

.white-text {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
}

.top-margin-l {
  margin-top: 1em;
  display: block;
}

.top-margin-l.hide.tvl-el {
  margin-top: 0;
}

.top-margin-l.promo-title-wrapper {
  margin-top: 1em;
}

.button {
  background-color: var(--swipe-blue);
  border-radius: 100px;
  padding: 15px 35px;
  transition: background-color .5s;
}

.button:hover {
  background-color: var(--swipe-blue);
  color: #fff;
}

.button.white {
  color: var(--swipe-blue);
  background-color: #fff;
  padding-left: 41px;
  padding-right: 41px;
  font-weight: 600;
  transition: opacity .5s;
}

.button.white:hover {
  opacity: .84;
}

.button.big {
  padding: 20px 40px;
}

.button.big.right {
  float: right;
  margin-top: 13px;
}

.button.outline {
  border: 2px solid var(--red);
  color: var(--red);
  background-color: #0000;
  transition: color .2s, border-color .5s;
}

.button.outline:hover {
  border-color: var(--red-hover);
  color: var(--red-hover);
}

.button.nav {
  padding: 12px 25px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button.pricing {
  color: var(--red);
  background-color: #fff;
  width: 100%;
  padding-left: 41px;
  padding-right: 41px;
  font-weight: 600;
  transition: opacity .5s;
}

.button.pricing:hover {
  opacity: .84;
}

.button.outline-full {
  border: 2px solid var(--red);
  color: var(--red);
  background-color: #0000;
  width: 100%;
  transition: color .2s, border-color .5s;
}

.button.outline-full:hover {
  border-color: var(--red-hover);
  color: var(--red-hover);
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-holder {
  background-image: linear-gradient(146deg, var(--red), var(--red-hover));
  opacity: 1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  display: flex;
}

.header-holder {
  align-items: center;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.invert {
  filter: invert();
}

.borders {
  color: #4b4b4b;
  border: 2px solid #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.borders.button-holder {
  justify-content: space-between;
  height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.borders.button-holder.red {
  background-color: var(--red);
  border-style: none;
}

.borders.center {
  height: 100px;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-4-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-col.paddin {
  padding-top: 20px;
  padding-bottom: 186px;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.heading-text-container {
  background-color: #fff;
  border: 2px solid #e4e4e4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
}

.utility-page-wrap {
  color: #fff;
  -webkit-text-stroke-color: #0d1216;
  background-color: #0d1216;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.link-block {
  text-align: center;
  text-decoration: none;
  transition: color .4s;
}

.link-block:hover {
  color: #000;
}

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.link-block-underline._02 {
  height: 1px;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.left-underline, .right-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-xl {
  font-size: 17px;
}

.footer {
  background-color: #0d1216;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.margins {
  display: none;
}

.body-white {
  background-color: #fff;
  font-family: Satoshi, Arial, sans-serif;
}

.animate-on-load-1st {
  max-width: 80vw;
}

.grey-block-holder {
  background-color: #fff0;
  border: 2px #ececec;
  margin-top: 0;
  padding: 20px;
}

.grey-text {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
}

.template-holder {
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.template-image {
  width: 100%;
  height: 100%;
}

.template-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.template-hover-state {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffa3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.field-label {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  color: #414141;
  background-color: #f0f0f01c;
  border: 2px solid #e2e2e2;
  border-radius: 6px;
  height: 50px;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.text-field:focus {
  border-color: var(--red);
  transform: translate(0, 4px);
}

.textarea {
  color: #363636;
  background-color: #f0f0f01c;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  min-height: 120px;
  max-height: 200px;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.textarea:focus {
  border-color: #a0a0a0;
  transform: translate(0, 4px);
}

.success-message {
  color: #f1f1f1;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
}

.error-message {
  text-align: center;
  background-color: #ffb5b5;
  border: 1px solid #ff5858;
  border-radius: 12px;
  padding: 26px;
  font-size: 18px;
  font-weight: 600;
}

._100pct {
  width: 100%;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
}

.change-log-container {
  border: 2px solid #b8b8b8;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: none;
}

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

._18px {
  color: #fff;
  font-size: 18px;
}

.brand {
  width: auto;
  height: 40px;
}

.brand.w--current {
  padding-left: 0;
}

.nav-link-button {
  color: #6d6d6d;
  overflow: hidden;
}

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

.footer-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-side-footer-container {
  align-items: center;
  display: flex;
}

.social-media-link {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.follow-us-text {
  color: #fff;
  margin-right: 8px;
  font-size: 18px;
}

.right-side-container {
  justify-content: space-between;
  display: flex;
}

.right-side-margin {
  margin-right: 14px;
}

.footer-line {
  color: #363636;
  background-color: #292929;
  width: 100%;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 22px;
  display: block;
}

.footer-container {
  text-align: left;
  letter-spacing: .2px;
  justify-content: space-between;
}

.footer-container.footer-copyright-text {
  justify-content: flex-end;
  margin-top: 20px;
}

.footer-logo-container {
  width: 120px;
  margin-right: 60px;
}

.footer-link {
  color: #fff;
  font-variation-settings: "wght" 450;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-link.first {
  color: #fff;
  margin-left: 0;
  font-size: 14px;
  display: none;
}

.footer-link.social {
  margin-left: 0;
  margin-right: 0;
}

.hero-logo-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-logo {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  box-shadow: -6px 6px 12px #5e5e5e3d;
}

.hero-text {
  font-variation-settings: "wght" 750;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 65px;
  font-weight: 700;
}

.hero-text.hidden-on-mobile {
  font-variation-settings: "wght" 650;
  font-size: 75px;
}

.hero-text.hidden-on-desktop {
  font-variation-settings: "wght" 650;
  display: none;
}

.logo-text {
  padding-top: 18px;
  font-size: 18px;
  font-weight: 600;
}

.animate-on-load-3rd {
  margin-top: 24px;
  font-size: 16px;
}

.top-margin-m {
  margin-top: 2em;
}

.hero-iphone-container {
  justify-content: center;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 35px;
  display: flex;
  overflow: hidden;
}

.iphone-container {
  width: 100%;
}

.iphone-container._01 {
  margin-left: 0;
}

.iphone-container._06 {
  margin-right: 0;
}

.iphone-container.cta {
  margin-left: 0;
  margin-right: 0;
}

.iphone-image {
  z-index: 5;
  width: 100%;
  position: relative;
}

.iphone-holder {
  width: 100%;
  position: relative;
}

.iphone-screen-container {
  z-index: 2;
  border-radius: 20px;
  position: absolute;
  inset: 2.2% 5.2% 2.3%;
  overflow: hidden;
  box-shadow: 11px 11px 20px #0000004d;
}

.iphone-screen-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iphone-shadow-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.harsh-shadow {
  width: 160%;
  max-width: none;
  height: 115%;
  position: relative;
  top: 7%;
  left: 36%;
}

.hero-iphone-holder {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 120%;
  display: grid;
}

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

.trusted-company-container {
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
  position: relative;
}

.full-borders {
  z-index: 2;
  border: 1px solid #e9e4e4;
  position: absolute;
  inset: -1px 0% 0% -1px;
}

.logo-to-use {
  z-index: 10;
  width: 130px;
  position: relative;
}

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

.top-margin-xl.tvl-el {
  background-color: #1d232700;
  border: 2px solid #8b8b8b2e;
  border-radius: 20px;
  flex-flow: row;
  margin-top: 0;
  padding: 40px;
  display: inline-block;
}

.infinite-slider-container {
  z-index: 3;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.infinite-slider-content {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.infinite-slider-grid {
  flex: none;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding: 40px 60px;
}

.circle-logo-container {
  background-color: #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
}

.circle-logo-container.small {
  width: 92px;
  height: 92px;
}

.circle-logo-container.medium {
  width: 124px;
  height: 124px;
}

.circle-logo-container.big {
  width: 164px;
  height: 164px;
}

.small-logo-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 27px;
}

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

.tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tab-link-button {
  color: #6d6d6d;
  background-color: #0000;
}

.tab-link-button.w--current {
  color: #000;
  background-color: #0000;
}

.tab-active-container {
  background-color: #ccc;
  width: 5px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tab-active-container.first {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.tab-active-container.last {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.tab-active {
  background-color: var(--red);
  opacity: 1;
  border-radius: 20px;
  width: 5px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-container.small {
  width: 70%;
}

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

.ticked-list {
  color: #fff;
  background-image: url('../images/Arrow-Green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 18px;
}

.ticked-list.white {
  color: #fff;
  letter-spacing: .5px;
  background-image: url('../images/White-Done-Icon.svg');
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.ticked-list.cta {
  color: #fff;
  background-image: url('../images/White-Done-Icon.svg');
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.semi-bold {
  font-weight: 600;
}

.slider-container {
  border: 1px solid #d1c4c466;
  border-radius: 24px;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: -4px 4px 10px #6161613d;
}

.mask {
  width: 600px;
  height: 100%;
  overflow: visible;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 32px;
}

.slider {
  background-color: #0000;
  width: auto;
  height: auto;
  padding-bottom: 100px;
  position: static;
}

.slider-image-container {
  width: 40%;
  height: 100%;
}

.slider-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

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

.slider-holder {
  justify-content: center;
  width: 100%;
  height: auto;
  padding-right: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hide {
  display: none;
}

.slider-company-container {
  width: 100px;
  margin-top: 11px;
}

.slide-nav {
  z-index: 5;
  width: 500px;
  inset: auto 0% 11%;
}

.slider-fade {
  z-index: 20;
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 120px;
  height: 100%;
  position: absolute;
  inset: -11% 0% 0% auto;
}

.red-text {
  color: var(--swipe-blue);
}

.white-card {
  opacity: 1;
  background-color: #1c2328;
  border: 2px solid #8b8b8b2e;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  height: 600px;
  padding: 35px;
  display: flex;
  overflow: hidden;
}

.white-card.no-padding {
  padding-bottom: 0;
}

.white-card.small {
  height: auto;
  padding: 26px;
}

.card-image-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.card-image-container.phone {
  width: 100%;
  padding-top: 37px;
  padding-left: 19px;
  padding-right: 19px;
}

.card-image-container.small {
  padding: 17px 20px;
}

.card-image {
  height: 100%;
}

.pricing-table-container {
  border: 1px solid #d1c4c466;
  border-radius: 24px;
  box-shadow: 0 8px 12px #6161611a;
}

.pricing-table-container.red {
  background-color: var(--red);
  color: #fff;
  height: 100%;
}

.pricing-table-padding {
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.pricing-table-padding.red {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 19px;
  display: flex;
}

.pricing-number-container {
  align-items: flex-end;
  margin-top: 12px;
  display: flex;
}

.month-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4px;
  padding-bottom: 4px;
}

.pricing-line {
  background-color: #d1c4c466;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.pricing-table {
  margin-top: 37px;
}

.cta-container {
  background-color: var(--swipe-blue);
  border-radius: 48px;
  height: 500px;
  padding: 60px;
  overflow: hidden;
}

.cta-list-container {
  align-items: center;
  font-family: Satoshi, Arial, sans-serif;
  display: flex;
}

.half-grey-background {
  background-color: #0d1216;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.animate-on-load-4rd {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: flex;
}

.infinite-slider-gradient-container {
  opacity: .5;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.infinite-slider-blur {
  width: 100%;
  height: 100%;
  position: relative;
  top: 28%;
  left: 17%;
}

.infinite-slider-blur._02 {
  position: relative;
  inset: auto auto -46% -11%;
}

.infinite-slider-blur._01 {
  width: 100%;
  position: absolute;
  inset: auto -21% -38% auto;
}

.lottie-animation {
  width: 100%;
}

.social-media-link-twitter {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.footer-holder {
  align-items: center;
  display: flex;
}

.footer-holder.social-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-variation-settings: "wght" 450;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.left-arrow {
  z-index: 13;
  background-color: #fff;
  border: 1px solid #d1c4c466;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  inset: auto auto 11% 15%;
}

.arrow-image {
  width: 10px;
}

.right-arrow {
  z-index: 11;
  background-color: #fff;
  border: 1px solid #d1c4c466;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  inset: auto auto 11% 18%;
}

.grey-text-2 {
  color: #7b7b7b;
}

._100pct-2 {
  width: 100%;
  height: 100%;
}

.black-text {
  color: #000;
}

.body {
  color: #0d1216;
  background-color: #0d1216;
}

.paragraph {
  color: #758592;
  font-variation-settings: "wght" 450;
  text-align: center;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-weight: 400;
}

.paragraph.promo-disclaimer {
  text-align: center;
  flex: 0 auto;
  margin-top: 18px;
  font-size: 8px;
}

.paragraph-2 {
  color: #d2d2d2;
  font-style: normal;
}

.paragraph-2.market-label {
  font-size: 18px;
  text-decoration: none;
}

.paragraph-2.market-label-2 {
  color: #818080;
  letter-spacing: 1px;
  font-size: 16px;
  font-style: normal;
}

.paragraph-2.tvl-el {
  margin-bottom: 0;
}

.heading {
  color: #fff;
}

.rich-text-block {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
}

.rich-text-block h3 {
  font-weight: 600;
}

.rich-text-block p {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.rich-text-block li {
  font-weight: 300;
}

.rich-text-block a {
  color: #1088ff;
}

.link {
  color: #0363be;
}

.paragraph-3 {
  font-weight: 400;
}

.list {
  color: #fff;
  font-weight: 400;
}

.bold-text, .bold-text-2 {
  font-size: 24px;
}

.bold-text-3 {
  font-size: 20px;
  font-weight: 700;
}

.bold-text-4 {
  font-size: 20px;
}

.bold-text-5 {
  font-size: 24px;
}

.heading-2 {
  margin-top: 20px;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-size: 18px;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  font-size: 24px;
}

.link-2 {
  color: #0363bd;
}

.list-2 {
  letter-spacing: .7px;
  list-style-type: disc;
}

.text-block {
  margin-right: 12px;
}

.footer-social-icon {
  height: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-2, .text-block-3 {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.rich-text-block-2 {
  margin-top: 80px;
}

.heading-3 {
  letter-spacing: .7px;
}

.heading-4 {
  margin-top: 0;
}

.heading-5 {
  font-size: 50px;
}

.tvl-el {
  margin-top: 0;
}

.sysf-collapse-text {
  opacity: 0;
  color: var(--systemflow-lite--neutral--80);
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.sysf-collapse-text.sysf-borderless {
  color: #b2b2b2;
  letter-spacing: .7px;
  padding-left: 12px;
  line-height: 1.4;
  display: none;
}

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-collapse {
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  font-size: 18px;
  transform: rotate(0);
}

.sysf-collapse-title {
  color: #fff;
  letter-spacing: .5px;
  flex: 1;
  margin-left: 12px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.sysf-collapse-trigger {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sysf-collapse-item-2 {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.sysf-collapse {
  border-radius: 6px;
  overflow: hidden;
}

.sysf-collapse.sysf-borderless {
  background-color: #1d2327;
  border-style: none;
  border-radius: 20px;
  margin-top: 60px;
  padding: 24px;
}

.sysf-collapse-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-tagline {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-section-title {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-section-title.sysf-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-c-b-neutral-20 {
  background-color: var(--systemflow-lite--neutral--20);
}

.body-2, .body-3, .body-4 {
  background-color: #0d1216;
  font-family: Satoshi, Arial, sans-serif;
}

.image {
  box-sizing: border-box;
  object-fit: fill;
  min-width: 0;
  min-height: 45px;
  display: block;
  overflow: clip;
}

.div-block {
  flex: 0 auto;
  display: block;
}

.image-2 {
  max-width: 500px;
}

.text-block-6 {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-weight: 400;
}

.text-span, .text-span-2, .text-span-3 {
  color: #ffae20;
}

.paragraph-4, .paragraph-5 {
  color: #fff;
}

.marquee-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: block;
}

.marquee-wrapper {
  object-fit: fill;
  width: 100%;
  overflow: visible;
}

.home-feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  vertical-align: baseline;
  background-color: #141a1f;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 16px;
  font-family: Satoshi, Arial, sans-serif;
  display: inline-flex;
}

.home-feature-img {
  border-radius: 0;
  width: 20px;
  max-width: none;
  height: 20px;
  display: block;
}

.home-feature-text {
  color: #fff;
  font-variation-settings: "wght" 450;
  letter-spacing: .2px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.features-container {
  margin-top: 2em;
  margin-bottom: 0;
}

.download-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph-6 {
  color: #758592;
  font-variation-settings: "wght" 450;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-style: normal;
}

.top-margin-l-2 {
  margin-top: 3em;
  display: block;
}

.container-2 {
  color: #fff;
  background-color: #0d1216;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.heading-6 {
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 600;
}

.paragraph-7 {
  font-family: Satoshi, Arial, sans-serif;
}

.promo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-container-2 {
  background-color: #18f;
  background-image: linear-gradient(156deg, #ff9800, #db8b00 100%, #ffa200);
  border-radius: 48px;
  height: 500px;
  padding: 60px;
  overflow: hidden;
}

.top-margin-l-3 {
  margin-top: 3em;
  display: block;
}

.container-3 {
  color: #fff;
  background-color: #0d1216;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.button-2 {
  background-color: #18f;
  border-radius: 100px;
  padding: 15px 35px;
  transition: background-color .5s;
}

.button-2:hover {
  color: #fff;
  background-color: #18f;
}

.button-2.white {
  color: #f09300;
  background-color: #fff;
  padding-left: 41px;
  padding-right: 41px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 600;
  transition: opacity .5s;
}

.button-2.white:hover {
  opacity: .84;
}

.text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  font-weight: 800;
}

.promo-img {
  border-radius: 30px;
}

.promo-img-mobile {
  border-radius: 26px;
  display: none;
}

.promo-code-container {
  margin-top: 25px;
}

.text-block-7 {
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
}

.promo-code-wrapper {
  margin-top: 10px;
}

.text-block-8 {
  color: #758592;
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.promo-code {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #192127;
  border: 1px solid #222e36;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.promo-code-row {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.copy-icon {
  width: 14px;
  max-width: none;
  height: 14px;
}

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

  .hero-iphone-container {
    max-width: none;
  }

  .iphone-container {
    padding-left: 27px;
    padding-right: 27px;
  }

  .hero-iphone-holder {
    width: 118%;
  }

  .container-2, .container-3 {
    max-width: 1350px;
  }

  .copy-icon {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-margin-l {
    margin-top: 1.5em;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.margins {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .menu-button {
    background-color: var(--swipe-blue);
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 7px 4px 4px;
    transition: background-color .6s, border-radius .6s;
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--swipe-blue);
    border-radius: 20px;
  }

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

  .brand {
    width: auto;
    height: 48px;
  }

  .nav-button-container {
    display: none;
  }

  .nav-link-button {
    color: #0d1216;
  }

  .nav-link-button.w--current {
    color: #1088ff;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo-container {
    margin-bottom: 12px;
    margin-left: -9px;
  }

  .footer-link {
    margin: 12px 0;
  }

  .hero-text {
    font-size: 50px;
  }

  .hero-text.hidden-on-mobile {
    font-size: 60px;
  }

  .animate-on-load-3rd {
    margin-top: 12px;
  }

  .hero-iphone-container {
    padding-top: 40px;
  }

  .iphone-container.cta {
    position: relative;
    top: -203px;
    left: -25px;
  }

  .iphone-screen-container {
    border-radius: 8px;
  }

  .hero-iphone-holder {
    width: 170%;
  }

  .logo-to-use {
    width: 90px;
  }

  .infinite-slider-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 23px;
  }

  .circle-logo-container.big {
    width: 80px;
    height: 80px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-image-container {
    padding-left: 150px;
    padding-right: 150px;
  }

  .tab-link-button {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
  }

  .tab-active-container {
    width: 100%;
    height: 2px;
    inset: auto 0% 0%;
  }

  .tab-active-container.first, .tab-active-container.last {
    border-radius: 0;
  }

  .tab-active {
    width: 100%;
  }

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

  .image-container.small {
    width: 60%;
  }

  .ticked-list.cta {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-holder {
    justify-content: flex-start;
    width: 100%;
    padding-left: 77px;
    padding-right: 0;
  }

  .card-image-container.phone {
    padding-left: 136px;
    padding-right: 136px;
  }

  .cta-container {
    height: 700px;
    padding: 23px;
  }

  .cta-list-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .infinite-slider-blur._02 {
    bottom: -35%;
  }

  .infinite-slider-blur._01 {
    bottom: -34%;
  }

  .footer-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-holder.social-holder {
    flex-flow: row;
    margin-top: 10px;
  }

  .left-arrow {
    left: 12%;
  }

  .text-block-4 {
    -webkit-text-stroke-color: #000;
  }

  .sysf-collapse-text {
    display: none;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

  .sysf-section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-section-title.sysf-centered {
    width: 75%;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-5 {
    -webkit-text-stroke-color: #000;
  }

  .image-2 {
    max-width: 40vw;
  }

  .text-block-6 {
    margin-top: 12px;
  }

  .cta-container-2 {
    height: 700px;
    padding: 23px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

  p {
    font-size: 16px;
  }

  .hero-section {
    height: auto;
  }

  .top-margin-l.promo-title-wrapper {
    margin-top: .75em;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding: 40px 20px;
  }

  .change-log-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 340px;
  }

  .brand {
    width: auto;
    height: 48px;
  }

  .social-media-link {
    margin: 8px 0;
  }

  .right-side-margin {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .hero-text {
    font-size: 40px;
  }

  .hero-text.hidden-on-mobile {
    font-size: 50px;
  }

  .iphone-container.cta {
    left: -6px;
  }

  .top-margin-xl {
    margin-top: .75em;
  }

  .infinite-slider-grid {
    width: 150%;
  }

  .circle-logo-container.medium {
    width: 120px;
    height: 120px;
  }

  .tabs {
    grid-template-columns: 1fr 1fr;
  }

  .slider-content {
    padding: 17px;
  }

  .slider-holder {
    padding-left: 14px;
  }

  .slide-nav {
    width: 230px;
  }

  .infinite-slider-blur._01 {
    bottom: -54%;
  }

  .social-media-link-twitter {
    margin: 8px 0;
  }

  .left-arrow {
    left: 9%;
  }

  .paragraph {
    letter-spacing: .2px;
  }

  .rich-text-block a {
    font-size: 16px;
  }

  .sysf-section-title, .sysf-section-title.sysf-centered {
    width: 100%;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2 {
    max-width: 50vw;
  }

  .home-feature-text {
    font-size: 16px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  .container {
    padding: 1em;
  }

  .container.nav-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container.relative {
    background-color: #0000;
  }

  .container.promo-container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .top-margin-l {
    margin-top: .75em;
  }

  .grid-6-col {
    grid-template-columns: 1fr;
  }

  .header-holder {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    height: 170px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
    padding: 21px 10px;
  }

  .menu-button {
    border-radius: 15px;
    width: 40px;
    height: 40px;
  }

  .brand {
    text-align: left;
    width: auto;
    height: 38px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-link-button {
    font-family: Satoshi, Arial, sans-serif;
    font-weight: 500;
  }

  .right-side-container {
    flex-direction: column;
  }

  .hero-text {
    font-size: 38px;
  }

  .hero-text.hidden-on-mobile {
    display: none;
  }

  .hero-text.hidden-on-desktop {
    font-size: 45px;
    display: block;
  }

  .iphone-container.cta {
    top: 0;
    left: 0;
  }

  .harsh-shadow {
    top: 8%;
    left: 37%;
  }

  .hero-iphone-holder {
    width: 280%;
  }

  .trusted-companies {
    grid-template-columns: 1fr 1fr;
  }

  .logo-to-use {
    width: 120px;
  }

  .infinite-slider-grid {
    width: 250%;
  }

  .tab-image-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-container.small {
    width: 90%;
  }

  .slider-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .mask {
    width: 48%;
  }

  .slide {
    width: 100%;
  }

  .slider-image-container {
    width: 100%;
    height: 370px;
  }

  .slider-content {
    padding: 14px;
  }

  .slider-holder {
    padding-left: 12px;
  }

  .slide-nav {
    padding-top: 9px;
    bottom: 5%;
  }

  .slider-fade {
    display: none;
  }

  .card-image-container.phone {
    padding: 15px;
  }

  .cta-container {
    border-radius: 32px;
    height: 890px;
  }

  .infinite-slider-blur._02 {
    opacity: .5;
    width: 125%;
    height: 1250%;
    bottom: -32%;
    left: -34%;
  }

  .infinite-slider-blur._01 {
    opacity: .5;
    width: 200%;
    height: 200%;
    bottom: -140%;
    right: -71%;
  }

  .left-arrow {
    bottom: 5%;
    left: 11%;
  }

  .right-arrow {
    inset: auto 11% 5% auto;
  }

  .paragraph {
    letter-spacing: .2px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rich-text-block h3 {
    font-size: 22px;
  }

  .rich-text-block a {
    color: #1088ff;
    font-size: 16px;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .sysf-collapse-title {
    line-height: 1.5;
  }

  .sysf-collapse-trigger {
    align-items: center;
  }

  .sysf-collapse.sysf-borderless {
    padding: 16px;
  }

  .image-2 {
    max-width: 60vw;
  }

  .text-span-2, .text-span-3 {
    color: #ffae20;
  }

  .home-feature-img {
    width: 18px;
    height: 18px;
  }

  .home-feature-text {
    font-size: 16px;
  }

  .top-margin-l-2 {
    margin-top: 2em;
  }

  .container-2 {
    padding: 1em;
  }

  .container-2.relative {
    background-color: #0000;
  }

  .cta-container-2 {
    border-radius: 32px;
    height: 890px;
  }

  .top-margin-l-3 {
    margin-top: 2em;
  }

  .container-3 {
    padding: 1em;
  }

  .container-3.relative {
    background-color: #0000;
  }

  .promo-img {
    display: none;
  }

  .promo-img-mobile {
    display: block;
  }
}

#w-node-_84275536-75e2-5e75-be26-ed5d7a01c5f6-f4d6c81b {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a12e-1761a12c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a130-1761a12c {
  grid-area: 2 / 2 / 4 / 4;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a132-1761a12c {
  grid-area: 3 / 1 / 5 / 3;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a134-1761a12c {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a136-1761a12c {
  grid-area: 1 / 4 / 2 / 6;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a138-1761a12c {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: end;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a13a-1761a12c {
  grid-area: 2 / 6 / 4 / 7;
  place-self: center end;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a13c-1761a12c {
  grid-area: 3 / 3 / 5 / 5;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a13e-1761a12c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a140-1761a12c {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a142-1761a12c {
  grid-area: 1 / 5 / 3 / 7;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a144-1761a12c {
  grid-area: 2 / 7 / 4 / 8;
  place-self: start center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a146-1761a12c {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a149-1761a12c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a14b-1761a12c {
  grid-area: 2 / 2 / 4 / 4;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a14d-1761a12c {
  grid-area: 3 / 1 / 5 / 3;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a14f-1761a12c {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a151-1761a12c {
  grid-area: 1 / 4 / 2 / 6;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a153-1761a12c {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: end;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a155-1761a12c {
  grid-area: 2 / 6 / 4 / 7;
  place-self: center end;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a157-1761a12c {
  grid-area: 3 / 3 / 5 / 5;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a159-1761a12c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a15b-1761a12c {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a15d-1761a12c {
  grid-area: 1 / 5 / 3 / 7;
  place-self: center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a15f-1761a12c {
  grid-area: 2 / 7 / 4 / 8;
  place-self: start center;
}

#w-node-b364f8a6-adb4-fe5f-8185-3f291761a161-1761a12c {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: center;
}

#w-node-_3c274e0c-e15e-bf7c-4521-8d497108a184-27d16729 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3c274e0c-e15e-bf7c-4521-8d497108a19c-27d16729 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84275536-75e2-5e75-be26-ed5d7a01c5f6-27d16729 {
  grid-area: 1 / 2 / 2 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_84275536-75e2-5e75-be26-ed5d7a01c5f6-f4d6c81b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a130-1761a12c {
    grid-area: 2 / 2 / 4 / 4;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a136-1761a12c {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a138-1761a12c {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a13a-1761a12c {
    grid-area: 4 / 4 / 5 / 5;
    place-self: center end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a140-1761a12c {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a142-1761a12c {
    grid-area: 2 / 5 / 3 / 6;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a144-1761a12c {
    grid-area: 4 / 2 / 5 / 4;
    place-self: start center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a146-1761a12c {
    grid-area: 3 / 4 / 4 / 6;
    justify-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a14b-1761a12c {
    grid-area: 2 / 2 / 4 / 4;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a151-1761a12c {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a153-1761a12c {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a155-1761a12c {
    grid-area: 4 / 4 / 5 / 5;
    place-self: center end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a15b-1761a12c {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a15d-1761a12c {
    grid-area: 2 / 5 / 3 / 6;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a15f-1761a12c {
    grid-area: 4 / 2 / 5 / 4;
    place-self: start center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a161-1761a12c {
    grid-area: 3 / 4 / 4 / 6;
    justify-self: center;
  }

  #w-node-_3c274e0c-e15e-bf7c-4521-8d497108a19c-27d16729 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_84275536-75e2-5e75-be26-ed5d7a01c5f6-27d16729 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a12e-1761a12c {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a130-1761a12c {
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a132-1761a12c {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a13a-1761a12c {
    grid-area: 4 / 4 / 5 / 5;
    place-self: center end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a13c-1761a12c {
    grid-area: 3 / 3 / 4 / 5;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a144-1761a12c {
    grid-area: 3 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a149-1761a12c {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a14b-1761a12c {
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a14d-1761a12c {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a155-1761a12c {
    grid-area: 4 / 4 / 5 / 5;
    place-self: center end;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a157-1761a12c {
    grid-area: 3 / 3 / 4 / 5;
    place-self: center;
  }

  #w-node-b364f8a6-adb4-fe5f-8185-3f291761a15f-1761a12c {
    grid-area: 3 / 2 / 5 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c274e0c-e15e-bf7c-4521-8d497108a184-27d16729 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3c274e0c-e15e-bf7c-4521-8d497108a19c-27d16729 {
    grid-area: 2 / 1 / 3 / 4;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}