@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-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  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-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  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 Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2"), 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-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  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-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  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-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--black: #000;
  --color--white: #fff;
  --text-size--regular: 1rem;
  --text-size--small: .875rem;
  --heading--h2: 5rem;
  --heading--h4: 3rem;
  --text-size--medium: 1.125rem;
  --heading--h6: 2rem;
  --text-size--large: 1.5rem;
  --text-size--tiny: .75rem;
  --text-size--medium-2\<deleted\|variable-227de73e-b343-2d71-c2df-405ddac14c51\>: 1.125rem;
  --heading--h1: 10.5rem;
  --heading--h5: 2.5rem;
  --color--orange: #ff0004;
  --color--dark-grey: #1f1f1f;
  --color--grey: #353535;
  --heading--h3: 4rem;
  --spark-library--foreground-secondary: #ffffffc2;
  --spark-library--background--interactive: #333;
  --spark-library--black: #fff;
  --spark-library--light-steel-purple: #fb9597;
  --spark-library--foreground-interactive: #ff0004;
  --spark-library--white: #000;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-interactive-hover: #1e116e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

body {
  background-color: var(--color--black);
  color: var(--color--white);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-style-guide-wrapper {
  background-color: #121212;
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.text-size-regular {
  font-size: var(--text-size--regular);
  line-height: 1.5;
}

.heading-2 {
  font-size: var(--heading--h2);
  font-weight: 300;
  line-height: 1;
}

.heading-2.text-weight-bold {
  color: var(--color--white);
  font-size: var(--heading--h4);
  font-weight: 700;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin-bottom: -39px;
  margin-left: auto;
  margin-right: auto;
}

.container.medium, .container.small {
  max-width: 90rem;
}

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

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.rich-text h1 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

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

.rich-text h2, .rich-text h3, .rich-text h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.rich-text img {
  border-radius: .5rem;
  overflow: hidden;
}

.rich-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

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

.rich-text h6 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fbfbfb33;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

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

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

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

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #fbfbfb;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.text-size-xsmall {
  letter-spacing: .5px;
  font-size: 1rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.divider-line {
  opacity: .1;
  background-color: #dfddda;
  width: 100%;
  height: 1px;
}

.heading-6 {
  font-size: var(--heading--h6);
  line-height: 1.15;
}

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

.button {
  grid-row-gap: .25rem;
  color: #fbfbfb;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-size-large {
  font-size: var(--text-size--large);
}

.text-size-large.text-weight-medium {
  text-align: center;
  min-width: 25ch;
  max-width: 35ch;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-tiny {
  font-size: var(--text-size--tiny);
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.text-size-medium {
  font-size: var(--text-size--medium-2\<deleted\|variable-227de73e-b343-2d71-c2df-405ddac14c51\>);
}

.heading-1 {
  font-size: var(--heading--h1);
  font-weight: 300;
  line-height: 1;
}

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

.button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  font-size: var(--heading--h4);
  line-height: 1.15;
}

.heading-4.text-weight-medium {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

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

.heading-5 {
  font-size: var(--heading--h5);
  line-height: 1.25;
}

.text-size-small {
  font-size: var(--text-size--small);
  font-weight: 500;
}

.text-size-small.text-weight-medium, .text-size-small.text-weight-medium.caps {
  font-weight: 500;
}

.text-size-small.text-weight-bold {
  font-size: var(--text-size--regular);
  font-weight: 400;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette {
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

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

.color-palette.color-orange {
  background-color: var(--color--orange);
}

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

.color-palette.color-dark-grey {
  background-color: var(--color--dark-grey);
}

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

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.heading-3 {
  font-size: var(--heading--h3);
  line-height: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.trusted-by-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.hero-wrapper {
  color: var(--color--white);
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 60px;
  display: flex;
}

.primary-button {
  color: var(--color--white);
  background-color: #ff0004;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trusted-by-hero-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.double-button-component.margin-top-button-hero {
  margin-top: 2.8rem;
}

.double-button-component.margin-top-button-features {
  margin-top: .5rem;
}

.max-width-50ch {
  max-width: 50ch;
}

.hero-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.secondary-button-text {
  z-index: 2;
  margin-left: .9rem;
  position: relative;
}

.vertical-line-tag {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 1rem;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color--white);
  border: 1px solid #353535;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--white);
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.arrow {
  width: auto;
  height: auto;
}

.integrations-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #1f1f1f;
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  padding: 4rem 5rem 2.4rem;
  display: flex;
}

.integrations-block.second {
  width: 40%;
}

.integrations-block.first {
  width: 60%;
}

.max-width-46ch {
  max-width: 46ch;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 63ch;
  display: flex;
}

.opacity-70 {
  opacity: .7;
}

.integrations-image {
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: none;
  height: 10rem;
  display: flex;
  overflow: hidden;
}

.features-cards-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.integrations-content-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.home-integrations-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.integrations-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.home-features-wrapper {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}

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

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

.max-width-48ch {
  max-width: 48ch;
}

.features-content {
  max-width: 20ch;
}

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

.testimonial-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.quote-icon {
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

.testimonial-image {
  border-radius: .5rem;
  max-width: 3rem;
  max-height: 3rem;
  overflow: hidden;
}

.max-width-40ch {
  max-width: 50ch;
}

.testimonial-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #151515;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 41ch;
  height: 90%;
  padding: 2.5rem 3rem;
  transition: background-color .25s;
  display: flex;
}

.testimonial-card:hover {
  background-color: #1f1f1f;
}

.testimonial-person-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.steps-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #141313;
  border: 1px solid #393939;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50vh;
  display: grid;
  overflow: hidden;
}

.steps-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 6rem 5rem;
  display: flex;
}

.steps-stack-component {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.steps-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.right-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.steps-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.image {
  object-fit: cover;
}

.steps-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  flex-flow: column;
  max-width: 50ch;
  display: flex;
}

.max-width-42ch {
  max-width: 42ch;
}

.steps-item {
  position: sticky;
  top: 8vh;
}

.steps-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 11rem;
  display: flex;
}

.max-width-30ch {
  max-width: 50ch;
}

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

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

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

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 4.8rem;
  margin-bottom: 11rem;
  display: flex;
}

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

.paragraph {
  color: #ffffff80;
}

.icon-embed {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-grid {
  grid-column-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 4rem;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.footer-link {
  color: #8e8c87;
  font-size: .7rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: #ebebeb;
  transform: translate(0, -2px);
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  font-size: .7rem;
  display: flex;
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  color: #c9d4d8;
  background-color: #ed5145;
  transform: translate(0, -2px);
}

.text-color-white {
  opacity: 1;
  color: #ebebeb;
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: flex;
}

.trusted-by-about-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.trusted-by-about-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.opacity-80 {
  opacity: .8;
}

.about-features-image {
  border-radius: 1rem;
  width: 100%;
  height: 25rem;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.max-width-33ch {
  max-width: 33ch;
}

.about-features-wrapper {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.about-features-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-features-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.about-features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.about-features-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.max-width-26ch {
  max-width: 26ch;
}

.phase-cards-wrapper {
  grid-column-gap: 6.6rem;
  grid-row-gap: 6.6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.phase-number {
  opacity: .2;
  color: #fbfbfb;
}

.phase-cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.phase-cards {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: #151515;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 55vh;
  padding: 4rem 3rem 4.3rem;
  display: flex;
}

.phase-cards-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.phase-cards-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 35ch;
  display: flex;
}

.team-card {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.team-content {
  grid-column-gap: .375px;
  grid-row-gap: .375px;
  flex-flow: column;
  align-items: flex-start;
  margin-left: .75rem;
  font-weight: 500;
  display: flex;
}

.children-perspective {
  perspective: 1000px;
}

.team-image {
  border-radius: 1rem;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.team-wrapper {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: flex;
}

.team-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 48vw;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.banner-button-line {
  color: #ed5145;
  background-color: #ed5145;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.banner-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(45deg, #101011e6, #10101108);
  position: absolute;
  inset: 0%;
}

.banner-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.bottom-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-content {
  grid-column-gap: 13.8125rem;
  grid-row-gap: 13.8125rem;
  display: flex;
}

.banner-content {
  z-index: 3;
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.banner-button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: var(--color--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.banner-wrapper {
  border-radius: .5rem;
  flex-flow: column;
  padding: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-38ch {
  max-width: 38ch;
}

.top-content {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.max-width-75ch {
  max-width: 75ch;
}

.check-icon-wrap {
  background-color: #272727;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  padding-bottom: .15rem;
  display: flex;
}

.features-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  perspective: 100vw;
  perspective-origin: 50%;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.features-heading {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100ch;
}

.features-heading.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-icon {
  width: .875rem;
  height: auto;
  padding-top: .2rem;
}

.features-vantages-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 3vw;
  display: flex;
}

.features-wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 8rem;
  display: flex;
}

.gradient-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #101011, #1010111a);
  position: absolute;
  inset: 0%;
}

.gradient-overlay.bigger {
  pointer-events: none;
  height: 50vw;
}

.gradient-overlay.hero {
  height: 100vh;
}

.features-image-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-item {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-image-wrapper {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 35vw;
  min-width: 35rem;
  max-width: 40rem;
  height: 35vw;
  min-height: 35rem;
  max-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-heading-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  display: flex;
}

.features-icon-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.features-vantages {
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.max-width-55ch {
  max-width: 55ch;
}

.blog-list-wrap {
  width: 100%;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.blog-card {
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-card-image {
  border-radius: .5rem;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.card-content {
  z-index: 2;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-left: .3rem;
  text-decoration: none;
  display: flex;
}

.title-wrapper {
  color: #fbfbfb;
  max-width: 60ch;
  text-decoration: none;
}

.blog-content-wrapper {
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.max-width-70ch {
  max-width: 70ch;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 7.5rem;
  display: flex;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item {
  cursor: pointer;
  background-color: #dfdfdf0f;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  transition: background-color .25s;
  display: flex;
}

.faq-item:hover {
  background-color: #dfdfdf1a;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.faq-bottom {
  z-index: 10;
  margin-right: 12rem;
  position: relative;
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  display: grid;
}

.price-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-button.enterprise {
  width: auto;
}

.contain {
  object-fit: contain;
}

.enterprise-content {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.enterprise-text {
  margin-left: 1.5rem;
}

.pricing-grid-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 4.5rem;
  display: flex;
}

.enterprise-banner {
  color: #fbfbfb;
  background-color: #151515;
  border: 1px solid #393939;
  border-radius: .5rem;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 2rem;
  text-decoration: none;
  display: flex;
}

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

.price-icon {
  background-color: #393939;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .9rem;
  display: flex;
}

.price-icon.black {
  background-color: #101011;
}

.price-card {
  grid-row-gap: 4rem;
  background-color: #151515;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 55svh;
  padding: 2.5rem 2rem 4rem;
  display: flex;
}

.price-card:nth-child(2n) {
  background-color: #1f1f1f;
}

.price-card.dark-grey {
  background-color: var(--color--dark-grey);
}

.price-card-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.price-check-item {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price {
  grid-column-gap: .75rem;
  align-items: flex-end;
  display: flex;
}

.price-check {
  width: .875rem;
  height: auto;
}

.margin-bottom-05 {
  margin-bottom: .4rem;
}

.price-check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.price-check-icon {
  background-color: #393939;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  display: flex;
}

.price-features-wrap {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  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;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

.max-width-90ch {
  max-width: 90ch;
}

.blog-image-wrapper {
  border-radius: .5rem;
  width: 90vw;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.blog-overlay {
  background-image: linear-gradient(#10101100 10%, #101011db);
  position: absolute;
  inset: 0%;
}

.blog-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin: 9.5rem auto 7.5rem;
  display: flex;
}

.rich-text-paddig {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.features-hero-image {
  border-radius: 1rem;
  width: 95vw;
  height: 80vh;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.about-hero-image {
  border-radius: 1.5rem;
  width: 95vw;
  height: 65vh;
  margin-top: 3.2rem;
  position: relative;
  overflow: hidden;
}

.hero-video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.not-found-heading {
  font-size: 23.1113rem;
  font-weight: 900;
  line-height: 1.15;
}

.larst-card-nav {
  opacity: 1;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem;
  transition: opacity .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.larst-card-nav:hover {
  opacity: .7;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  width: 30px;
  max-width: 30px;
  height: 30px;
  margin-right: 60px;
  padding-right: 20px;
  display: flex;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.navbar-component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-navbar {
  color: var(--color--white);
  justify-content: center;
  align-items: center;
  padding: .46rem .75rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.link-block-navbar:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.mobile-navbar-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: none;
}

.navbar {
  background-color: var(--color--black);
  color: var(--color--white);
  -webkit-text-stroke-color: var(--color--white);
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--color--white);
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.about-hero-interaction {
  flex-flow: column;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
}

.hero-sticky-component {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 5.5rem;
  display: flex;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
}

.sticky-images {
  border-radius: 1.5rem;
  width: 30vw;
  height: 30vw;
  position: absolute;
  overflow: hidden;
}

.sticky-images.left {
  z-index: 2;
  margin-top: 5vh;
  right: 58vw;
}

.sticky-images.middle {
  z-index: 3;
}

.sticky-images.right {
  z-index: 1;
  margin-top: 5vh;
  left: 58vw;
}

.password {
  opacity: .37;
  filter: invert();
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-heading {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}

.display-none {
  display: none;
}

.text-field {
  color: var(--color--white);
  font-size: var(--text-size--regular);
  background-color: #fbfbfb33;
  border: 1px solid #0000;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  transition: all .4s;
}

.text-field:hover {
  color: var(--color--white);
  border-width: .5px;
  border-color: #fbfbfb40;
  border-radius: .5rem;
  padding-left: 1.2rem;
}

.text-field:active {
  color: var(--color--black);
}

.text-field:focus {
  border-color: var(--color--black);
  color: var(--color--white);
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.instruction-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 15vh;
  display: flex;
}

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

.instructions {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.instructions-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.divider-line-instructions {
  background-color: var(--color--white);
  opacity: .1;
  width: 100%;
  height: 1px;
}

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

.style-guide-hero {
  background-color: #000;
  border-bottom: 1px solid #333;
}

.hero-changelog-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #000;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  padding: 12rem 3rem 3rem;
  display: flex;
  overflow: hidden;
}

.style-guide-heading {
  font-size: 6.125vw;
  font-weight: 300;
  line-height: 1;
}

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 82%);
  width: 100%;
  margin-bottom: 10rem;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.opacity-85 {
  opacity: .8;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-huge {
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.style-guide-button {
  grid-row-gap: .25rem;
  color: #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

.overflow-hidden {
  overflow: clip;
}

.error-message {
  text-align: center;
  background-color: #e54e4e;
  border-radius: .5rem;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  color: #fbfbfb;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #c9d4d833;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: #fbfbfb;
  border-width: 1px;
  border-color: #c9d4d81a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: #fbfbfb;
  border-color: #212121;
}

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

.form-content {
  width: 100%;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-size-medium-vw {
  font-size: 1.3vw;
  font-weight: 400;
}

.form-wrapper {
  width: 50%;
}

.text-size-contact {
  font-size: 1.375rem;
}

.name-wrapper-contact {
  width: 100%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 6.125rem;
  grid-row-gap: 6.125rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.button-elipse {
  background-color: #e16f66;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 3rem;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12rem;
  justify-content: flex-end;
  align-items: center;
  padding-left: .4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon {
  z-index: 2;
  background-color: var(--color--dark-grey);
  border-radius: 12rem;
  padding: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: 13rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.line-fill {
  z-index: 2;
  background-color: var(--color--white);
  color: var(--color--white);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mask-frame {
  background-color: var(--color--orange);
  display: none;
  position: absolute;
  inset: 0%;
}

.delete-this {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color--white);
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

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

.modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.max-width-37ch {
  max-width: 37ch;
}

.modal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.webflix-link {
  color: #101828;
}

.modal-button {
  color: var(--color--white);
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: .5rem;
  width: 100%;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(.98);
}

.modal-embed {
  display: flex;
}

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

.margin-top-description {
  margin-top: 2rem;
}

.heading-2-instruction {
  font-size: var(--heading--h2);
  font-weight: 300;
  line-height: 1;
}

.heading-2-instruction.text-weight-bold {
  font-weight: 700;
}

.unsplash-image {
  box-sizing: content-box;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
  overflow: clip;
}

.text-block {
  max-width: 50ch;
}

.image-2 {
  width: 300ch;
  max-width: 30ch;
}

.image-3 {
  flex: 1;
  align-self: center;
}

.code {
  font-weight: 400;
}

.image-4 {
  width: 100ch;
  max-width: 40ch;
  height: 100ch;
  min-height: 20px;
  max-height: 35ch;
}

.image-5 {
  max-width: 40ch;
  height: 100ch;
  min-height: 35ch;
  max-height: 35ch;
}

.image-6 {
  max-width: 40ch;
  height: 100ch;
  max-height: 35ch;
}

.image-7 {
  outline-offset: 0px;
  -webkit-text-stroke-width: 10px;
  background-color: #0000;
  outline: 3px #d9d9d9;
  flex: 0 4 auto;
  width: 100px;
  max-width: 100px;
  height: 20px;
  max-height: 25px;
  margin-left: 60px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  border-radius: 0;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch start;
  display: grid;
}

.heading-7 {
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
}

.image-8 {
  float: none;
  clear: none;
  filter: invert();
  text-align: center;
  mix-blend-mode: normal;
  max-width: 7ch;
  max-height: 7ch;
  margin: 20px auto;
  padding-bottom: 0;
  display: block;
  position: static;
  right: 220px;
}

.heading-8 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-2 {
  outline-offset: 0px;
  background-color: #1f1f1f;
  border: .5px #000;
  border-radius: 12px;
  outline: 1px solid #0000;
}

.paragraph-2 {
  margin-top: 10px;
}

.paragraph-3 {
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: .9rem;
}

.section {
  border: 1px #000;
  margin-bottom: 60px;
}

.heading-9 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-4 {
  margin-top: 40px;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf300;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  border: 3px solid #000;
  border-radius: 18px;
  box-shadow: 0 4px 24px #96a3b514;
}

.card__glass {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.heading {
  color: #3f3954;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.card__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff1a;
  border-radius: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 290px;
  height: 362px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 8px 16px #0000001a;
}

.paragraph-5 {
  color: #3f3954;
  cursor: default;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.image-9 {
  border: 16px solid #fff;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  margin-top: -66px;
  position: absolute;
  inset: 0% auto auto;
}

.card__card {
  background-color: #fff;
  border-radius: 32px;
  width: 290px;
  height: 290px;
  padding: 16px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 966px;
  height: 362px;
  display: flex;
  position: relative;
}

.card__desc {
  text-align: center;
  margin-top: 66px;
}

.card__texture {
  background-image: url('../images/2pawel-czerwinski-ruJm3dBXCqw-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  height: 34%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.card__content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 66%;
  display: flex;
  position: relative;
}

.heading-10 {
  color: #3f3954;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.paragraph-6 {
  color: #3f3954;
  cursor: default;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.image-10 {
  border: 16px solid #fff;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  margin-top: -66px;
  position: absolute;
  inset: 0% auto auto;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 966px;
  height: 362px;
  display: flex;
  position: relative;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: var(--color--white);
}

.div-block-3 {
  background-color: #444;
  background-image: linear-gradient(175deg, red, #960f0f 0%, #8d0000 0%, #000 98%, #1f1f1f);
  border-radius: 20px;
  min-width: 292px;
  height: 300px;
  min-height: 220px;
  max-height: 300px;
  margin-bottom: 40px;
}

.brand-logo {
  z-index: 1;
  object-fit: contain;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  position: absolute;
  transform: translate(0, 5%);
}

.accordion-content-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start;
  width: 100%;
  height: auto;
  padding: 2.5vw;
  display: grid;
  position: relative;
  overflow: visible;
}

.link-2 {
  color: #d3d4d4;
  flex: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .5s;
}

.link-2:hover {
  color: #8f00ff;
}

.link-2.w--current {
  color: #000;
}

.link-2.black-color {
  color: #000;
  cursor: pointer;
  transition-property: color;
}

.link-2.black-color:hover {
  color: #8f00ff;
}

.nav {
  z-index: 100;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 150px;
  right: 0;
}

.black-text {
  color: #fff;
  font-weight: 800;
}

.blur-tm {
  z-index: 200;
  opacity: .7;
  filter: blur(30px);
  width: 8vw;
  position: fixed;
  inset: 0% auto auto 55%;
}

.button-2 {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.accordion-toggle-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  color: var(--color--white);
  background-color: #020202;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.heading-11 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}

.accordion-content {
  z-index: 1;
  background-color: #0000;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 90vh;
  transition: height .75s;
  display: block;
  position: relative;
  overflow: visible;
}

.accordion-content.w--open {
  background-color: #0000;
  height: auto;
  min-height: 30vh;
}

.accordion-title-container {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 0;
  transition: all .75s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.accordion-content-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-item {
  color: #d3d4d4;
  letter-spacing: -.4px;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.nav-item:hover {
  color: #8f00ff;
}

.nav-item.w--current {
  color: #000;
}

.accordion-vertical-label {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
  right: -25px;
  transform: rotate(180deg);
}

.accordion-vertical-label.secondary {
  color: #d3d4d4;
  margin-bottom: 0;
  transition: all .5s;
  position: relative;
  right: 0;
}

.accordion-vertical-label.secondary:hover {
  color: #8f00ff;
}

.hero {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.blur-tr-container {
  z-index: 200;
  opacity: .37;
  filter: blur(45px);
  mix-blend-mode: color-burn;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 80vh;
  display: flex;
  position: fixed;
  inset: 10vh 0% auto auto;
  overflow: hidden;
}

.content-subnav-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 35vh;
}

.blur-bl {
  z-index: 200;
  opacity: .75;
  filter: blur(50px);
  width: 17.5vw;
  transition: all 1s;
  position: fixed;
  inset: auto auto 10% 3%;
}

.sidebar {
  z-index: 100;
  background-color: #fff;
  border-right: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  padding: 2.5vw;
  display: flex;
  position: relative;
}

.accordion-icon {
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  padding: 1vw;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: #8f00ff;
}

.accordion-content-jump {
  width: 100%;
  height: 30px;
  position: absolute;
  inset: -30vh 0% auto;
}

.paragraph-7 {
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.accordion-toggle {
  z-index: 10;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 30vh;
  max-height: 30vh;
  padding: 0;
  transition: all .5s;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.accordion-toggle.w--open {
  flex: none;
  height: 30vh;
}

.accordion {
  z-index: 1;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.accordion-header {
  letter-spacing: -.2vw;
  font-size: 6vw;
  font-weight: 400;
  line-height: 110%;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-right {
  justify-content: flex-end;
}

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

.spacer-15 {
  width: 100%;
  height: 15px;
}

.image-11 {
  float: none;
  clear: none;
  text-align: center;
  mix-blend-mode: normal;
  max-width: 10ch;
  max-height: 10ch;
  margin: 20px auto 10px;
  padding-bottom: 0;
  display: block;
  position: static;
  right: 220px;
}

.nav-menu-list {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.accordion-container {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  max-height: 100vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.brand-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  transition-property: none;
  display: flex;
  position: absolute;
  bottom: 2.5vw;
  transform: rotate(0);
}

.div-block-4 {
  background-color: #444;
  background-image: linear-gradient(3deg, #000, #424242 100%, #fff);
  border-radius: 20px;
  min-width: 292px;
  height: 280px;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 40px;
}

.brand-logo-background {
  z-index: 0;
  background-color: #000;
  border-radius: 20vw;
  flex: none;
  width: 5vw;
  height: 5vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.icon-line {
  background-color: #000;
  border: 1px solid #fff;
  width: 2px;
  height: auto;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}

.heading-12 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.icon-line-static {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.blur-tr {
  z-index: 200;
  object-fit: cover;
  object-position: 0% 50%;
  flex: none;
  width: 20vw;
  height: 80vh;
  position: relative;
}

.break-normal {
  white-space: normal;
  line-height: 140%;
}

.heading-13 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}

.div-block-5 {
  outline-offset: 0px;
  border: .5px solid #000;
  border-radius: 6px;
  outline: 1px solid #fbfbfb;
}

.heading-14 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image-12 {
  float: none;
  clear: none;
  text-align: center;
  mix-blend-mode: normal;
  max-width: 28ch;
  max-height: 15ch;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: static;
  right: 220px;
}

.paragraph-8 {
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: .9rem;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 200px;
  max-height: 100px;
  margin-bottom: 100px;
  display: grid;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-flex-center {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.spark-simple-side-icon-tab {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-side-icon-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-simple-side-icon-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: #fff;
}

.spark-simple-stacked-icon-tabs {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: inline-block;
}

.spark-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-tab {
  color: var(--spark-library--black);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-tab:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-tab.w--current {
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-parent, .spark-tabs-content {
  width: 100%;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.fn-features-card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #df0;
}

.fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.efi-ft-09 {
  padding: 100px 3%;
}

.efi-ft-09-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-09-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 75px;
}

.efi-ft-09-accordion-bottom-bar {
  width: 100%;
  height: 1px;
}

.efi-plus-icon {
  max-width: 10%;
  max-height: 10px;
}

.efi-ft-09-accordion {
  margin-left: auto;
  margin-right: auto;
}

.efi-accordion-paragraph {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.efi-ft-09-bar {
  color: var(--color--white);
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.efi-ft-09-accordion-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.efi-ft-09-content {
  overflow: hidden;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  -webkit-text-stroke-color: var(--spark-library--black);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-footer-link {
  color: var(--spark-library--black);
  padding: 16px 24px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-footer-link:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

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

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-social-link-row.spark-left {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
}

.spark-standard-footer-heading {
  border-bottom: 1px solid var(--spark-library--border-default);
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 1;
}

.spark-footer-text-link {
  text-decoration: none;
}

.spark-footer-privacy-links-row {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  display: flex;
}

.spark-social-icon-svg {
  color: var(--spark-library--black);
  width: 20px;
  height: 20px;
}

.image-13 {
  max-width: 150px;
  max-height: 221.359px;
  margin-bottom: 20px;
}

.spark-container-2 {
  max-width: 1440px;
  margin-top: -87px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-flexed {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-large-icon {
  width: 32px;
}

.spark-sub-text-in-card-link {
  text-align: left;
  background-color: #155eefb3;
  background-image: url('../images/arrow-right.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  font-size: 1.3rem;
  position: absolute;
}

.spark-mega-menu-take-over {
  background-color: var(--spark-library--white);
  width: 100%;
  height: 90vh;
  max-height: 100vh;
  padding: 172px 64px;
  inset: 0% 0% auto;
}

.spark-take-over-menu {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: sticky;
  inset: 0% 0% auto;
}

.spark-mega-nav-link {
  border-bottom: 3px solid var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  justify-content: space-between;
  width: 300px;
  padding: 16px 24px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: border-color .15s, color .15s;
  display: flex;
}

.spark-mega-nav-link:hover {
  border-bottom-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-mega-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-mega-nav-link-label {
  margin-bottom: 0;
}

.spark-hold-card-links {
  grid-column-gap: 32px;
  display: flex;
}

.spark-large-card-link {
  color: var(--spark-library--white);
  background-image: url('../images/Media_1Media.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 280px;
  height: 450px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-large-card-link:hover {
  opacity: 1;
}

.spark-absolute-bottom-bar {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  width: 100%;
  padding: 8px 64px;
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.spark-bottom-bar-text {
  margin-bottom: 0;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-text-link {
  color: var(--spark-library--black);
  text-decoration: underline;
  display: inline-block;
}

.spark-text-link.spark-secondary {
  color: var(--spark-library--background--interactive);
  text-decoration: none;
}

.spark-bottom-bar-link-row {
  grid-column-gap: 32px;
  display: flex;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  color: var(--color--black);
  width: 192.667px;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-centered-901 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph-4 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-2.spark-no-bottom-margin {
  color: var(--color--white);
  margin-bottom: 0;
  font-size: .8rem;
}

.spark-bold-heading-2.spark-card-title {
  color: var(--color--black);
  font-size: 1rem;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-three-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-wrapped-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  background-color: #fff;
  border: 4px solid #000;
  border-left-width: 3px;
  border-top-right-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-wrapped-card-2.spark-stacked.secure-networking {
  background-color: var(--color--white);
  border: 4px solid red;
  border-radius: 0 30px 0 0;
}

.spark-wrapped-card-2.spark-stacked.unified-sase {
  border-top: 4px #ff0004;
  border-bottom: 4px solid #00f;
  border-left: 4px solid #000;
  border-right: 4px solid red;
  border-radius: 20px;
}

.spark-wrapped-card-2.spark-stacked.sase {
  border: 1px solid #000;
  border-radius: 5px;
}

.spark-wrapped-card-2.spark-stacked.usase {
  border-color: #0015ff;
  border-left-width: 4px;
  border-right-style: solid;
  border-right-width: 4px;
}

.spark-wrapped-card-2.spark-stacked.guard {
  border-color: #00e01a;
  border-left-width: 4px;
}

.spark-wrapped-card-2.spark-stacked.securityops {
  border-color: #00f6ff #00f6ff #00f6ff #00f7ff;
  border-left-width: 4px;
}

.spark-wrapped-card-2.spark-stacked.enterprise {
  border-color: #970000;
  border-bottom-width: 5px;
  border-left-width: 4px;
}

.spark-square-image-card-2 {
  float: none;
  aspect-ratio: 1;
  text-align: center;
  object-fit: contain;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  display: block;
  position: static;
  overflow: hidden;
}

.spark-card-details-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-side-flat-tab-parent-2 {
  width: 100%;
  display: block;
}

.spark-two-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-flex-center-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.spark-simple-side-icon-tab-2 {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-side-icon-tab-2:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-simple-side-icon-tab-2.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: #fff;
}

.spark-simple-stacked-icon-tabs-2 {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: inline-block;
}

.spark-simple-icon-tabs-content-2 {
  width: 75%;
  display: block;
}

.spark-2-column-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  display: flex;
}

.spark-secondary-paragraph-6 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-secondary-background-card {
  background-color: var(--spark-library--background--interactive);
  border-radius: 12px;
  padding: 32px;
}

.image-14 {
  width: 24px;
  max-width: 24%;
  height: 24px;
  max-height: 24px;
}

.spark-container-3 {
  max-width: 1440px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-max-width-417 {
  max-width: 416px;
}

.spark-social-link-2 {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link-2:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-footer-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: .25rem;
}

.spark-brand-2 {
  width: 132px;
  display: inline-block;
}

.spark-brand-2.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-footer-link-2 {
  color: var(--spark-library--black);
  padding: 16px 24px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-footer-link-2:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-footer-column-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-bottom-2 {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-footer-2 {
  width: 100%;
  position: relative;
}

.spark-footer-text-2 {
  margin-bottom: 0;
}

.spark-social-link-row-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-social-icon-svg-2 {
  width: 20px;
  height: 20px;
}

.paragraph-9 {
  font-size: .6rem;
}

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

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

.image-15 {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 20px;
  outline: 3px #fff;
  width: 45%;
  height: 50%;
}

.image-16 {
  margin-top: 20px;
}

.image-17 {
  background-color: var(--color--white);
  border: 1px solid #000;
  border-radius: 20px;
  width: 60%;
  margin-bottom: 20px;
}

.image-18 {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 4.5rem;
  }

  .container.small {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-header {
    margin-bottom: 0;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .heading-6 {
    font-size: 1.75rem;
  }

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

  .heading-1 {
    font-size: 8rem;
    line-height: 1.15;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 2.75rem;
  }

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

  .section-style-guide {
    margin-top: 4rem;
  }

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

  .trusted-by-hero-logos {
    flex-flow: wrap;
  }

  .max-width-50ch {
    max-width: none;
  }

  .integrations-block.second {
    width: 100%;
    padding: 2rem 2.5rem;
  }

  .integrations-block.first {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem 2.5rem;
  }

  .header {
    max-width: 70vw;
  }

  .features-cards-wrapper {
    margin-top: 6rem;
  }

  .integrations-content-component {
    flex-flow: column;
  }

  .home-features-wrapper {
    margin-top: 8rem;
  }

  .features-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonial-wrapper {
    margin-top: 8rem;
  }

  .testimonial-component {
    max-width: none;
  }

  .testimonial-card {
    justify-content: space-between;
  }

  .steps-card {
    border-radius: 1rem;
    flex-flow: column;
    height: auto;
  }

  .steps-content {
    width: 100%;
  }

  .left-content {
    justify-content: space-between;
    width: 100%;
    padding: 4rem 4rem 4rem 2rem;
  }

  .right-content {
    width: 100%;
    height: 50vh;
  }

  .steps-description {
    max-width: none;
  }

  .steps-item {
    position: relative;
    top: auto;
  }

  .steps-wrapper {
    margin-top: 8rem;
  }

  .footer-social-wrapper, .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .trusted-by-about-logos {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .max-width-33ch {
    max-width: 50ch;
  }

  .about-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-features-content {
    max-width: 50ch;
  }

  .about-features-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .about-features-header {
    max-width: none;
  }

  .phase-cards-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .phase-cards {
    height: auto;
    padding: 3rem 2.5rem;
  }

  .phase-cards-header {
    max-width: none;
  }

  .team-grid {
    flex-flow: column;
    display: flex;
  }

  .team-image {
    height: auto;
  }

  .team-wrapper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .team-header {
    max-width: none;
  }

  .features-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .features-heading {
    text-align: left;
    align-items: flex-start;
  }

  .features-vantages-content {
    order: 1;
    width: 100%;
  }

  .features-wrapper {
    margin-top: 8rem;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #101011, #10101196);
  }

  .gradient-overlay.bigger {
    height: 100vw;
  }

  .features-image-container {
    width: 100%;
  }

  .check-list {
    padding-left: 0;
  }

  .features-image-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .features-heading-wrapper {
    max-width: none;
  }

  .features-vantages {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-card {
    width: 100%;
    max-width: none;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .faq-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .faq-bottom {
    margin-right: 0;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
  }

  .enterprise-content {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .enterprise-text {
    margin-left: 0;
  }

  .enterprise-banner {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

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

  .price-card {
    min-height: auto;
  }

  .price-check-list {
    padding-left: 0;
  }

  .utility-page-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-component {
    max-width: none;
    margin-top: 8rem;
    margin-bottom: 6rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .not-found-heading {
    font-size: 18rem;
  }

  .larst-card-nav {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

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

  .right-navbar-content {
    display: none;
  }

  .navbar-component {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #fff;
    background-color: #1a1a1a;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    position: absolute;
  }

  .nav-menu-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .mobile-navbar-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .menu-icon {
    color: #b5b5b5;
  }

  .nav-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .password-heading {
    white-space: nowrap;
    font-size: 10vw;
  }

  .style-guide-heading {
    font-size: 7rem;
  }

  .changelog-component {
    flex-flow: column;
    display: flex;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .text-size-huge {
    font-size: 2.3rem;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

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

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 4.5rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3, .container-4 {
    flex-direction: column;
    height: 1150px;
  }

  .accordion-content-grid {
    grid-row-gap: 3vw;
  }

  .nav {
    width: 100%;
    left: 0;
    right: 0;
  }

  .content-subnav-sticky {
    top: 32.5vh;
  }

  .sidebar {
    display: none;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-simple-stacked-icon-tabs {
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .efi-ft-09 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-09-accordion-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-container-2.spark-flexed {
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

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

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .spark-take-over-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-mega-nav-link {
    text-align: left;
    margin-bottom: 1rem;
  }

  .spark-absolute-bottom-bar {
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
    font-size: .7rem;
  }

  .spark-bottom-bar-link-row {
    grid-column-gap: 16px;
  }

  .spark-mega-nav-link-list {
    grid-column-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    display: flex;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-card-2 {
    width: 45%;
  }

  .spark-two-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-simple-stacked-icon-tabs-2 {
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-2-column-flex {
    flex-direction: column;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-grid-2 {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .spark-footer-column-2 {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-bottom-2 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

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

  .container.small {
    padding-left: 0;
    padding-right: 0;
  }

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

  .style-guide-header {
    font-size: .875rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    font-size: 1.5rem;
  }

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

  .text-size-medium {
    font-size: 1.2rem;
  }

  .heading-1 {
    font-size: 6.5rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

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

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

  .double-button-component.margin-top-button-features {
    margin-top: 0;
  }

  .integrations-block.second, .integrations-block.first {
    width: 100%;
  }

  .header {
    max-width: none;
  }

  .features-cards-wrapper {
    margin-top: 4rem;
  }

  .integrations-content-component {
    flex-flow: column;
  }

  .home-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

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

  .testimonial-wrapper {
    margin-top: 6rem;
  }

  .testimonial-card {
    padding: 2rem;
  }

  .testimonial-card.hide-landscape {
    display: none;
  }

  .steps-card {
    display: flex;
  }

  .left-content {
    padding: 3rem 2rem 2rem 3rem;
  }

  .steps-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .credits-wrapper {
    flex-flow: column;
  }

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

  .footer-component {
    padding-top: 4rem;
  }

  .trusted-by-about-logos {
    grid-row-gap: 3rem;
    display: flex;
  }

  .about-features-image {
    height: 20rem;
  }

  .max-width-33ch {
    max-width: none;
  }

  .about-features-wrapper {
    margin-top: 6rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .phase-cards-wrapper {
    margin-top: 6rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr;
  }

  .phase-cards {
    padding: 2.5rem 2rem;
  }

  .team-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .banner-content {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .banner-wrapper {
    padding: 2.5rem;
  }

  .features-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .features-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .blog-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq-bottom-content {
    padding-bottom: 0;
  }

  .price-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .utility-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .not-found-heading {
    font-size: 12rem;
  }

  .navbar-component {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .mobile-navbar-content {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .style-guide-heading {
    font-size: 6rem;
  }

  .style-guide-heading.mobile {
    font-size: 4rem;
  }

  .changelog-component {
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .text-size-huge {
    font-size: 2rem;
    line-height: 1.3;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .delete-this {
    left: 1.5rem;
  }

  .heading-2-instruction {
    font-size: 4rem;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .accordion-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .nav {
    z-index: 10000;
    height: 10%;
  }

  .accordion-toggle-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-grid {
    z-index: 20;
    padding-left: 15px;
    padding-right: 30px;
    display: flex;
    position: relative;
  }

  .nav-menu-2 {
    z-index: 0;
    background-color: #fff;
    height: auto;
    padding-top: 0;
    top: 0;
    box-shadow: 7px 7px 40px 30px #d3d4d4;
  }

  .nav-menu-button {
    padding: 15px;
  }

  .nav-menu-button.w--open {
    z-index: 100;
  }

  .blur-tr-container {
    width: 50vw;
  }

  .content-subnav-sticky {
    top: 0;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .accordion-content-jump {
    top: -25vh;
  }

  .accordion-toggle {
    height: 25vh;
    min-height: 25vh;
    max-height: 25vh;
  }

  .accordion-toggle.w--open {
    height: 25vh;
  }

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .accordion-header {
    font-size: 45px;
  }

  .flex-horizontal.flex-right.z-100 {
    z-index: 100;
    position: relative;
  }

  .content-subnav {
    height: auto;
  }

  .nav-menu-list {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .accordion-container {
    inset: 0% 0% auto;
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .blur-tr {
    width: 50vw;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-simple-side-icon-tab {
    flex: none;
    margin-bottom: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-icon-tabs {
    width: 100%;
    margin-right: 0%;
  }

  .spark-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-features-card {
    padding: 12px;
  }

  .efi-ft-09-grid {
    grid-template-columns: 1fr;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-mega-menu-take-over {
    min-height: auto;
    padding-bottom: 100px;
    overflow: scroll;
  }

  .spark-take-over-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-mega-nav-link {
    width: 48%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
  }

  .spark-hold-card-links {
    width: 100%;
  }

  .spark-large-card-link {
    background-position: 50%;
    width: 100%;
    height: 340px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-4 {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wrapped-card-2 {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-two-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-simple-side-icon-tab-2 {
    flex: none;
    margin-bottom: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-icon-tabs-2 {
    width: 100%;
    margin-right: 0%;
  }

  .spark-simple-icon-tabs-content-2 {
    width: 100%;
  }

  .spark-secondary-paragraph-6 {
    margin-bottom: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-regular {
    font-size: var(--text-size--small);
  }

  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-2.text-weight-bold {
    font-size: var(--text-size--medium);
    line-height: .8;
  }

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

  .divider-line {
    width: 100%;
  }

  .heading-6 {
    font-size: 1.25rem;
  }

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

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .text-size-medium {
    font-size: .8rem;
  }

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

  .style-guide-component {
    width: 100%;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-4 {
    font-size: 2.25rem;
  }

  .heading-4.text-weight-bold, .heading-4.text-weight-medium {
    font-size: 1.5rem;
  }

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

  .style-guide-menu-wrapper {
    width: 100%;
  }

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

  .sticky-menu {
    width: 100%;
  }

  .primary-button {
    width: 100%;
    font-size: .5rem;
    line-height: .5;
  }

  .trusted-by-hero-logos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .logos {
    height: auto;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .secondary-button-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 2.5rem;
    font-size: .5rem;
    line-height: .5;
    display: flex;
  }

  .secondary-button {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
    line-height: .5;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .integrations-block.second, .integrations-block.first {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem;
  }

  .integrations-image {
    height: 8rem;
  }

  .features-grid {
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .features-content {
    max-width: none;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .steps-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .left-content {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .steps-stack-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .right-content {
    flex-flow: column;
    align-items: center;
    padding-right: 1.75rem;
  }

  .steps-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .steps-item {
    top: auto;
  }

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

  .footer-social-wrapper {
    margin-bottom: 2rem;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start center;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-component {
    padding-top: 0;
  }

  .about-features-content {
    margin-left: 0;
    margin-right: 0;
  }

  .phase-cards-grid {
    object-fit: contain;
    width: 100%;
    overflow: visible;
  }

  .phase-cards {
    object-fit: fill;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .banner-content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .banner-button {
    width: 100%;
  }

  .banner-wrapper {
    padding: 1.5rem;
  }

  .features-heading {
    width: 100%;
  }

  .features-vantages-content {
    padding-left: 0;
  }

  .features-image-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .blog-list {
    grid-row-gap: 0rem;
  }

  .blog-card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

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

  .faq-title-wrapper {
    padding-right: 3.5rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .price-button {
    align-items: stretch;
  }

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

  .blog-component {
    margin-top: 6rem;
  }

  .rich-text-paddig {
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .not-found-heading {
    font-size: 7rem;
  }

  .larst-card-nav {
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
    padding-left: 2rem;
  }

  .navbar-component {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .nav-menu {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

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

  .about-hero-interaction {
    height: auto;
    margin-top: 4rem;
  }

  .hero-sticky-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .sticky-images {
    border-radius: .5rem;
  }

  .sticky-images.left {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    right: auto;
  }

  .sticky-images.middle {
    width: 100%;
    max-width: none;
    height: 50vw;
    position: relative;
  }

  .sticky-images.right {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    left: auto;
  }

  .divider-line-instructions {
    width: 100%;
  }

  .hero-changelog-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

  .style-guide-heading.mobile {
    font-size: 3rem;
  }

  .changelog-component {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .form, .form-wrapper {
    width: 100%;
  }

  .button-elipse {
    width: 20rem;
    height: 20rem;
  }

  .button-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 3rem;
    line-height: 1.1;
  }

  .text-block {
    font-size: .8rem;
  }

  .div-block {
    padding-right: 0;
  }

  .heading-8 {
    font-size: 15px;
    line-height: 15px;
  }

  .heading-9 {
    font-size: 25px;
    line-height: 37px;
  }

  .container-2 {
    max-width: none;
  }

  .accordion-content-grid, .accordion-toggle-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .blur-tr-container {
    height: 60vh;
    top: 30vh;
  }

  .content-subnav-sticky {
    position: relative;
    top: 0;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .accordion-header {
    font-size: 40px;
  }

  .nav-menu-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blur-tr {
    height: 60vh;
  }

  .heading-13 {
    font-size: 20px;
  }

  .div-block-5 {
    width: 140px;
  }

  .heading-14 {
    font-size: 15px;
    line-height: 15px;
  }

  .image-12 {
    display: none;
  }

  .paragraph-8 {
    font-size: .7rem;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    padding: 16px;
    line-height: 1em;
  }

  .spark-simple-stacked-icon-tabs {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

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

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-container-2.spark-flexed {
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-inner.spark-full-width-nav {
    z-index: 10;
    padding-left: 20px;
    position: relative;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 64px;
    overflow: scroll;
  }

  .spark-take-over-menu {
    z-index: 2;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-mega-nav-link {
    width: 100%;
    margin-bottom: .5rem;
  }

  .spark-hold-card-links {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .spark-large-card-link {
    height: 260px;
  }

  .spark-absolute-bottom-bar {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: .8rem;
  }

  .spark-section-2 h2 {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2.spark-stacked {
    width: 100%;
  }

  .spark-simple-side-icon-tab-2 {
    padding: 16px;
    line-height: 1em;
  }

  .spark-simple-stacked-icon-tabs-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 32px;
    font-size: .8rem;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .spark-footer-grid-2 {
    display: none;
    overflow: hidden;
  }

  .spark-footer-link-2 {
    height: 20px;
  }

  .spark-footer-link-2.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-footer-column-2 {
    height: 20px;
  }

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

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-size: .8rem;
  }

  .heading-15 {
    font-size: 35px;
  }
}

#w-node-_525f333e-16b4-a716-1c03-a45f2fadfa73-7c2fbe90, #w-node-_525f333e-16b4-a716-1c03-a45f2fadfa93-7c2fbe90, #w-node-ef76ff29-328b-65d8-0316-cf41ac30243b-f6a6712e, #w-node-ef76ff29-328b-65d8-0316-cf41ac302440-f6a6712e, #w-node-ef76ff29-328b-65d8-0316-cf41ac302445-f6a6712e, #w-node-ef76ff29-328b-65d8-0316-cf41ac30244a-f6a6712e, #w-node-ef76ff29-328b-65d8-0316-cf41ac30244f-f6a6712e, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa46-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa5d-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa62-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa79-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aaa3-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aac7-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aae5-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aae7-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aaec-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aaf1-7c2fbe99, #w-node-dd7df214-e761-ab1d-aed6-2c451646c459-7c2fbe99, #w-node-a5049ae8-6674-d873-8e1f-2d15f2daee2e-7c2fbe99, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aafa-7c2fbe99, #w-node-b0baddf6-0c43-40d8-7f14-c746c2b3a395-7c2fbe9e, #w-node-_4ef4cf6b-b6f7-79e8-09e3-947f0eee47d5-7c2fbe9f, #w-node-_2b8467f3-6f47-de62-983c-32440ef64dc1-7c2fbea5, #w-node-f6f89a7d-c001-e637-1e54-4afb3bc7aa43-7c2fbea5, #w-node-_2b8467f3-6f47-de62-983c-32440ef64de0-7c2fbea5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90678a5e-faa4-9d75-a247-4285b3ba4055-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba405c-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba4063-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba406a-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba4071-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba407c-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba4083-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba408c-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba4093-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba409a-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba40a0-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba40ae-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba40b5-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba40bc-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba40c5-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba40cc-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba40d3-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba40da-a9a29e96, #w-node-_90678a5e-faa4-9d75-a247-4285b3ba40e3-a9a29e96 {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28762d-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28762f-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287635-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287637-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28763d-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28763f-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287645-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287647-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28764d-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28764f-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28765b-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28765d-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287663-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287665-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28766b-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28766d-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287673-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287675-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28767b-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28767d-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287683-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287685-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287690-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287692-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287698-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28769a-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876a0-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876a2-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876aa-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876ac-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876b4-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876b6-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876be-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876c0-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876ca-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876cc-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876d1-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876d3-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876d8-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876da-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876df-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876e1-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876e6-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876e8-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876ed-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876ef-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876f4-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2876f6-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287700-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287702-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287707-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287709-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287728-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28772a-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28772f-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287731-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287750-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287752-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287778-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28777a-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f28777f-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f287781-f3df51ca {
  grid-area: Area;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2877a0-f3df51ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a95997d2-3433-54d1-d116-78c52f2877a2-f3df51ca {
  grid-area: Area;
}

#w-node-_531e636c-22ae-a64a-ed50-cdd085cdb90b-f7111e84, #w-node-_531e636c-22ae-a64a-ed50-cdd085cdb919-f7111e84, #w-node-_67f8bda9-e30d-ab9e-d262-ac2e07ea947c-ea5fcc33, #w-node-c82c4f7e-4ad3-a4d4-2d00-deb222290d1f-ea5fcc33, #w-node-_0120d4a0-2880-a85c-0f9b-197011adba8d-ea5fcc33, #w-node-_06a550a3-5644-b525-f6d8-79e426c91643-ea5fcc33, #w-node-_2ff870da-4d71-b075-17b6-6e527aabfa2e-ea5fcc33, #w-node-bda64e57-75a4-8c7d-64bf-08a91842dbeb-ea5fcc33, #w-node-ea9df9ba-6e19-81f6-796f-594700faf747-ea5fcc33, #w-node-_3761444d-1c72-f1db-6373-d762c28b2382-ea5fcc33, #w-node-ee8a2056-22c4-51c3-603b-59b0c41f88ea-ea5fcc33, #w-node-ab8d791a-9a9a-b59e-7567-c28be23d45c5-ea5fcc33, #w-node-c58adb22-c53c-163c-b0ec-d599a8de58b6-ea5fcc33, #w-node-_67f8bda9-e30d-ab9e-d262-ac2e07ea9484-ea5fcc33, #w-node-_65ff8596-f046-7739-7297-ac4ba60e1286-ea5fcc33, #w-node-_69db4514-1bb7-e07e-5d30-d7b4eec2ab79-ea5fcc33, #w-node-f6394095-23d9-8a19-5aa1-100772ae0ad2-ea5fcc33, #w-node-fc8c37c3-fa4e-27e3-f005-41731afdf638-ea5fcc33, #w-node-_0836074a-2ce3-593b-83cb-52d9dec38c60-ea5fcc33, #w-node-_771df241-2f35-c1c6-caf8-6edab00002d6-ea5fcc33, #w-node-a20d27e3-bd6a-c410-a682-264f36dd5a5e-ea5fcc33, #w-node-_119e613b-153a-19ed-caad-0455692942d9-ea5fcc33, #w-node-_92efeb42-7697-17e1-8612-ced6e211be6e-ea5fcc33, #w-node-_756a389d-c437-9d92-50a6-4a0b6b6708b8-ea5fcc33, #w-node-_48678070-1098-3136-0e5b-ec4ead91772f-ea5fcc33, #w-node-e950b0a9-2ef9-ceff-e6e1-8c88eecd1d74-ea5fcc33, #w-node-_67f8bda9-e30d-ab9e-d262-ac2e07ea948c-ea5fcc33, #w-node-cad8c170-3144-e4a4-57aa-445714477990-ea5fcc33, #w-node-f8da8b23-9ba0-b57f-e17a-2eaf7ea75808-ea5fcc33, #w-node-ac1fe3ce-999b-3eb1-e8d5-50749f43c34d-ea5fcc33, #w-node-_0792c2a8-6e18-7563-f6d5-7059734d008c-ea5fcc33, #w-node-bfaa399e-12ff-cc45-e927-6acecc44b73d-ea5fcc33, #w-node-_0de3f444-0d47-a54f-8b67-93581857865c-ea5fcc33, #w-node-_8dc89b37-36ab-72cb-259e-c87b7a68a38c-ea5fcc33, #w-node-_8add8f67-9165-38b5-c08a-1530cf37ae05-ea5fcc33, #w-node-a1f0bc05-5fa2-20ba-a4d7-543c3520f4a6-ea5fcc33, #w-node-ffe81d78-270a-ad9a-bac5-1d09efea46c8-ea5fcc33, #w-node-ffe81d78-270a-ad9a-bac5-1d09efea46d2-ea5fcc33, #w-node-ffe81d78-270a-ad9a-bac5-1d09efea481f-ea5fcc33, #w-node-f75a96b0-285b-7a30-ce68-a2587e2a8792-ea5fcc33, #w-node-d338e975-eb69-34f6-7665-6cbd540a389b-ea5fcc33, #w-node-_5c84f35f-f3ef-6469-7b0b-1a97449770b5-ea5fcc33, #w-node-ffe81d78-270a-ad9a-bac5-1d09efea46db-ea5fcc33, #w-node-b42b291d-3343-dd01-0f7b-dd585295dd8f-ea5fcc33, #w-node-b42b291d-3343-dd01-0f7b-dd585295dd9c-ea5fcc33, #w-node-b42b291d-3343-dd01-0f7b-dd585295dda7-ea5fcc33, #w-node-b42b291d-3343-dd01-0f7b-dd585295ddb2-ea5fcc33, #w-node-b42b291d-3343-dd01-0f7b-dd585295ddbb-ea5fcc33, #w-node-b42b291d-3343-dd01-0f7b-dd585295ddc6-ea5fcc33, #w-node-_9217f42c-56e9-e118-1779-9b07cb2488e3-ea5fcc33, #w-node-_9217f42c-56e9-e118-1779-9b07cb2488ee-ea5fcc33, #w-node-d599ab34-6d5c-08f5-409d-95656a1b896a-ea5fcc33, #w-node-d599ab34-6d5c-08f5-409d-95656a1b8975-ea5fcc33, #w-node-d599ab34-6d5c-08f5-409d-95656a1b8980-ea5fcc33, #w-node-d599ab34-6d5c-08f5-409d-95656a1b898b-ea5fcc33, #w-node-d599ab34-6d5c-08f5-409d-95656a1b8996-ea5fcc33, #w-node-d599ab34-6d5c-08f5-409d-95656a1b899f-ea5fcc33, #w-node-d599ab34-6d5c-08f5-409d-95656a1b89a8-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead670f-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead6719-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead6722-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead672b-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead6733-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead673e-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead6749-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead6754-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead675f-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead6769-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead6776-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead6781-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead678e-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead6797-ea5fcc33, #w-node-_52a56518-3b65-5d93-e4ee-ba360ead67a2-ea5fcc33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ef76ff29-328b-65d8-0316-cf41ac30243b-f6a6712e, #w-node-_0a0b49af-23b0-5822-d319-3cf64f7103f3-7c2fbe9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  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-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  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 Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), 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-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  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-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  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-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}