@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: #101011;
  --color--white: white;
  --heading--h2: 5rem;
  --heading--h4: 3rem;
  --heading--h5: 2.5rem;
  --heading--h6: 2rem;
  --color--blue: #2cbedf;
  --text-size--tiny: .75rem;
  --text-size--large: 1.5rem;
  --heading--h1: 10.5rem;
  --text-size--small: .875rem;
  --text-size--medium: 1.125rem;
  --text-size--regular: 1rem;
  --color--dark-grey: #1f1f1f;
  --color--grey: #353535;
  --heading--h3: 4rem;
}

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

/*-------------------snap-it-start - 1 ---------------------*/

.p-a {
    text-decoration: none;
}

.p-align-just {
    text-align: justify;
}

.p-color-dark {
    color: #262626;
}

.p-4 {
    margin: 0;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #262626;
}

.p-15 {
    margin: 0;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.01em;
    color: #fff;
}

.p-15-2 {
    margin: 0;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.01em;
    color: #000;
}

.p-16 {
    margin: 0;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #000;
}

.p-16-2 {
    margin: 0;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #fff;
}

.p-17 {
    margin: 0;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #262626;
}

.p-22 {
    margin: 0;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #fff;
}


.panel-footer {
    display: inline-flex;
    width: 100%;
    background: #262626;
}

.panel-footer-frame-1 {
    width: 100%;
    margin: 50px 5%;
}

.panel-footer-frame-2 {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.panel-footer-frame-3 {
    flex: 1;
    min-width: 160px;
}

.logo-2 {
    width: 133px;
    height: 19px;
    margin-bottom: 6px; /*to lineup with other objects*/
}

.line {
    margin-top: 15px;
    height: 8px;
    width: 68%;
    background: #0FB6CC;
}
.line-1 {
    margin: 40px 0;
    height: 1px;
    width: 100%;
    background: #262626;
}
.line-2 {
    height: 1px;
    width: 100%;
    background: #808080;
}

select{
  border:none;
  padding: 10px 20px;
  border-radius:5px;
}

select:focus{
  outline:none;
}

.drp-1 {
    height: 43px;
    font-family: Satoshi;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    border-color: lightgray;
    border-radius: 5px;
    border-style: solid;
    color: #262626;
}

/*-------------------snap-it-end---------------------*/

@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;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

a {
  text-decoration: underline;
}

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 {
  -webkit-text-stroke-width: 0px;
  font-size: 1.3rem;
  line-height: 1.5;
}

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

.heading-2.text-weight-bold {
  font-size: var(--heading--h2);
  width: auto;
  height: auto;
  padding-bottom: 40px;
  overflow: visible;
}

.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 {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.container.medium {
  max-width: 90rem;
  padding-top: 0;
}

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

.padding-global {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  outline: 3px #fbfbfb;
  margin-top: 0;
  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;
}

.heading-6.text-weight-medium {
  color: var(--color--blue);
  font-size: var(--heading--h5);
}

.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: 2rem;
}

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

.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-bold, .heading-4.text-weight-medium {
  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);
}

.text-size-small.text-weight-bold {
  font-size: var(--text-size--medium);
  text-align: center;
}

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

.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 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.primary-button {
  background-color: var(--color--blue);
  color: var(--color--white);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1.3rem;
  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: block;
}

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

.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: 0rem;
  grid-row-gap: 0rem;
  color: var(--color--white);
  border: 4px solid #ed51458c;
  border-radius: 2.3125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 4rem 1.4rem;
  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: 60ch;
}

.header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.opacity-70 {
  opacity: .7;
}

.integrations-image {
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.features-cards-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  pointer-events: auto;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  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: 60ch;
}

.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: 0;
  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: 60ch;
}

.testimonial-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50rem;
  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: flex-start;
  align-items: center;
  max-width: 41ch;
  height: 100%;
  padding: 4rem 3rem 2.5rem;
  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;
  width: 68.432%;
  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: 5.4rem;
  grid-row-gap: 5.4rem;
  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 var(--color--blue); */
  border-radius: 2.3125rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.image {
  object-position: 50% 59%;
  height: 100%;
  position: static;
}

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

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

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

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

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

.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: 0;
  margin-bottom: 2rem;
  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 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.footer-link {
  color: #8e8c87;
  font-size: 1rem;
  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;
  display: flex;
}

.footer-social {
  background-color: var(--color--blue);
  opacity: 1;
  pointer-events: auto;
  mix-blend-mode: normal;
  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: #1e788c;
  transform: translate(0, -2px);
}

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

.footer-component {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-position: 50% 50%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 2rem;
  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;
  height: 100%;
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

.phase-cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4.8rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  width: 70%;
  height: auto;
  display: grid;
}

.phase-cards {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: #15151500;
  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: 29ch;
  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;
  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 {
  background-color: var(--color--blue);
  color: var(--color--blue);
  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: auto;
  position: absolute;
  inset: 0%;
}

.bottom-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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-3 {
  z-index: 3;
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: static;
  top: -255px;
}

.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: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 40rem;
  margin-top: 12rem;
  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: 0rem;
  grid-row-gap: 12rem;
  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;
  padding-right: 3vw;
  display: flex;
}

.features-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  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;
  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: center;
  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;
  grid-row-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  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: 57ch;
}

.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 {
  z-index: 1;
  background-image: none;
  background-size: auto;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 4rem;
  display: flex;
  position: static;
  bottom: 80px;
  overflow: visible;
}

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

.hero-video {
  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 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  height: 1.6rem;
  margin-bottom: 20px;
}

.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;
  display: flex;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  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: #0000;
  position: absolute;
  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 {
  background-color: #0000;
  background-image: none;
  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.right {
  z-index: 1;
  margin-top: 5vh;
  left: 58vw;
}

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

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

.section_2 {
  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: 1vw;
  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: #1e788c;
  border-radius: 50%;
  width: 17.9rem;
  height: 10rem;
  position: absolute;
  top: 4rem;
}

.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--blue);
  border-radius: 12rem;
  padding: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon.absolute {
  z-index: 1;
  background-color: var(--color--blue);
  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;
  color: var(--color--white);
  background-color: #d9970a;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mask-frame {
  background-color: var(--color--blue);
  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;
}

.image-2 {
  object-fit: contain;
}

.bold-text {
  opacity: 1;
  font-size: 1.7rem;
}

.bold-text-2 {
  font-size: 1.7rem;
}

.coin {
  width: var(--heading--h4);
  height: var(--heading--h4);
  vertical-align: baseline;
}

.flex-block {
  width: auto;
  height: auto;
}

.section {
  background-image: linear-gradient(0deg, #033033, #10101000 36%), url('../images/HeroSection.jpg');
  background-position: 0 0, 50%;
}

.text-block {
  font-size: 1.3rem;
  font-weight: 400;
}

.text-block-2 {
  min-width: 100%;
  font-size: 1.3rem;
}

.text-block-3 {
  width: 100%;
  font-size: 1.3rem;
}

.text-block-4 {
  font-size: 1.3rem;
}

.image-3 {
  width: 50%;
  max-width: none;
  height: auto;
}

.text-block-5 {
  min-width: 100%;
  font-size: 1.3rem;
}

.text-block-6 {
  font-size: 1.3rem;
}

.text-block-7 {
  opacity: 1;
  color: var(--color--white);
  text-align: left;
  font-size: 1.4rem;
}

.text-block-8 {
  font-size: 1.7rem;
}

.div-block {
  border-radius: 0;
  width: auto;
  height: auto;
}

.image-4 {
  object-fit: contain;
  border-radius: .8rem;
  width: 100%;
}

.div-block-2 {
  width: auto;
  height: auto;
}

.image-5 {
  object-fit: contain;
  border-radius: .8rem;
}

.div-block-3 {
  border-radius: 0;
  width: auto;
  height: auto;
}

.image-6 {
  border-radius: .8rem;
}

.text-block-9 {
  color: var(--color--white);
  font-size: 1.6rem;
}

.bold-text-3 {
  opacity: 1;
}

.bold-text-4, .bold-text-5 {
  color: var(--color--blue);
  font-size: 1.8rem;
}

.text-block-10 {
  color: var(--color--blue);
  font-size: var(--heading--h5);
}

.image-11 {
  object-fit: contain;
  border-radius: .8rem;
}

.text-block-11 {
  width: auto;
  max-width: none;
  font-size: 1.3rem;
}

.image-12 {
  width: 100%;
  max-width: none;
}

.div-block-4 {
  width: 140px;
}

.text-block-12 {
  min-width: 22rem;
  padding-bottom: 40px;
  font-size: 1.3rem;
}

.text-block-13, .text-block-14 {
  font-size: 1.3rem;
}

.section-2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-15 {
  font-size: 1.4rem;
}

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

.opacity-86 {
  opacity: .6;
}

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

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

.text-size-large-2 {
  font-size: 1.5rem;
}

.secondary-button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  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;
}

.opacity-87 {
  opacity: .7;
}

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

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

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

.integrations-image-2 {
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  height: 10rem;
  display: flex;
  overflow: hidden;
}

.text-size-regular-2 {
  font-size: 1rem;
  line-height: 1.5;
}

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

.button-icon-2 {
  z-index: 2;
  background-color: #1f1f1f;
  border-radius: 12rem;
  padding: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-2.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;
}

.text-size-small-2 {
  font-size: .875rem;
}

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

.heading-7 {
  font-size: 3rem;
  line-height: 1.15;
}

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

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

.image-13 {
  object-fit: cover;
  border-radius: .8rem;
}

.hero-video_container {
  background-image: linear-gradient(#033033, #0000 25%);
}

.text-block-16 {
  text-align: left;
  padding-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.bold-text-6 {
  font-size: var(--heading--h6);
  font-weight: 500;
}

.heading-8 {
  font-size: var(--heading--h6);
}

.heading-9 {
  color: var(--color--blue);
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 500;
}

.heading-10 {
  color: var(--color--blue);
  column-count: 0;
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 500;
}

.heading-11, .heading-12 {
  color: var(--color--blue);
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 500;
}

.contactInput{
  color: black;
  border: 1px solid;
   border-width: inherit;
    text-decoration: none;
    border-radius: 5px;
    border-color: #2e2e2e;
    width: 100%;
    padding: 10px;
    margin: 5px;
}
.contactInputBtn{
  background-color: #10b6cc;
  color: black;
  border: 1px solid;
   border-width: inherit;
    text-decoration: none;
    border-radius: 5px;
    border-color: #2e2e2e;
    width: 100%;
    padding: 10px;
    margin: 5px;
}

.idioma-flotante {
    position: fixed; /* Mantiene el botón fijo en la ventana del navegador. */
    bottom: 20px;
    right: 20px;
    z-index: 1000; /* Asegura que el botón esté por encima de otros elementos. */
}

/* Estilo del botón principal */
.boton-principal {
    background-color: #10b6cc;
    color: white;
    border: none;
    border-radius: 50%; /* Lo hace redondo. */
    width: 60px;
    height: 60px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton-principal:hover {
    background-color: #0e9eb1;
}

/* Estilo del menú desplegable */
.menu-idioma {
    display: none; /* Oculta el menú por defecto. */
    position: absolute;
    bottom: 70px; /* Posiciona el menú encima del botón. */
    right: 0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    min-width: 120px;
}

/* Muestra el menú cuando el botón está activo */
.idioma-flotante.activo .menu-idioma {
    display: block;
}

/* Estilo de las opciones de idioma */
.opcion-idioma {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.opcion-idioma:hover {
    background-color: #f1f1f1;
}

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

.text-block-17 {
  font-size: 1.6rem;
  font-weight: 700;
}

.text-block-18 {
  font-size: 1.6rem;
}

.text-span, .text-span-2 {
  font-size: 3rem;
}

.text-block-19 {
  font-size: 2rem;
}

.text-block-20 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  font-size: 3rem;
  font-weight: 400;
  display: block;
  position: static;
  top: 220px;
  bottom: 0;
}

.image-17 {
  object-position: 50% 50%;
  max-width: none;
  overflow: visible;
}

.image-18 {
  object-fit: cover;
}

.text-span-3 {
  color: var(--color--blue);
  font-size: 2.8rem;
  font-weight: 700;
}

.image-19 {
  object-fit: cover;
}

.text-block-21 {
  padding-bottom: 30px;
  font-size: 2.3rem;
  line-height: 1.5;
}

.text-block-9-copy {
  color: var(--color--white);
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-size: 2.4rem;
}

.read-more-tag-copy {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color--black);
  pointer-events: auto;
  color: var(--color--white);
  border: 4px solid #ed51458c;
  border-radius: 2.3125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 7rem 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -136px;
  bottom: auto;
}

.read-more-tag-copy2 {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color--black);
  pointer-events: auto;
  color: var(--color--white);
  border: 4px solid #ed51458c;
  border-radius: 2.3125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 4rem 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: -9.8rem;
}

.banner {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.banner-wrapper-copy-3 {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding: 3.5rem 3.5rem 3.5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-5-3.text-weight-bold {
  font-size: var(--heading--h4);
  text-align: center;
  font-weight: 700;
}

.text-block-15-copy {
  color: var(--color--white);
  text-align: center;
  font-size: 1.8rem;
}

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

.bottom-content-3 {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -658px;
}

.container-3 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.container-3.medium {
  max-width: 90rem;
  padding-top: 0;
}

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

.padding-global-3 {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  outline: 3px #fbfbfb;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.container-4 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.container-4.medium {
  max-width: 90rem;
  padding-top: 0;
}

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

.max-width-50ch-3-copy {
  max-width: 70ch;
}

.image-16-3 {
  color: var(--color--white);
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  overflow: visible;
}

.banner-wrapper-copy-3-copy {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-20 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: 328px;
  left: -431px;
}

.image-21 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: 396px;
  left: -678px;
}

.image-22 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: 398px;
  left: -467px;
}

.image-23 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: 479px;
  left: -606px;
}

.image-24 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: 490px;
  left: -394px;
}

.image-25 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: -246px;
  left: 594px;
}

.image-26 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: -145px;
  left: 478px;
}

.image-27 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: -262px;
  left: 780px;
}

.image-28 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: -245px;
  left: 639px;
}

.image-29 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: -166px;
  left: 786px;
}

.image-30 {
  z-index: 5;
  width: 7%;
  height: auto;
  position: relative;
  top: -223px;
  left: 550px;
}

.banner-mobile {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.heading-5-3-copy.text-weight-bold {
  font-size: var(--heading--h4);
  text-align: center;
  font-weight: 700;
}

.bold-text-8 {
  font-size: var(--heading--h4);
}

.section_1 {
  background-color: #0f0f0f14;
  background-image: linear-gradient(90deg, #0f0f0f, #86868600 71%);
  background-position: 0 0;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  padding-left: 0;
  display: flex;
}

.bold-text-6-copy {
  text-align: left;
  font-weight: 700;
}

.banner-background-copy-2 {
  z-index: -1;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.banner-button-copy {
  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;
}

.features-vantages-content-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

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

.heading-4-copy.text-weight-bold {
  font-weight: 700;
}

.heading-4-copy.text-weight-medium {
  width: 150%;
  font-weight: 700;
}

.text-block-22 {
  font-size: var(--heading--h5);
  text-align: left;
  order: 0;
  align-self: flex-start;
  padding-bottom: 0;
  font-weight: 700;
}

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

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

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

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

.bold-text-8-copy {
  font-size: var(--heading--h4);
}

.text-block-23 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 3rem;
}

.bold-text-10 {
  font-size: var(--heading--h5);
}

.hero-video-2 {
  width: 100%;
  height: 100%;
}

.section_4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-top: 0;
  margin-bottom: 12rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.section_3 {
  object-position: 50% 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-top: 16rem;
  margin-bottom: 12rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.banner-copy6 {
  object-fit: fill;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.banner-wrapper-copy-3-copy {
  z-index: 1;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  margin-top: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section_5-desktop {
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-top: 0;
  margin-bottom: 12rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.section_5-tablet {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

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

.banner-background-copy-2-copy-copy {
  z-index: 1;
  position: relative;
  inset: 0%;
}

.banner-desktop-back {
  z-index: -1;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -801px;
}

.columns {
  width: 100%;
}

.column {
  background-color: #29556900;
  background-image: radial-gradient(circle at 0%, #438ca8, #101011 96%);
  height: 100%;
}

.column-2 {
  background-color: #5c1a1a;
  background-image: radial-gradient(circle at 100%, #ca6161, #101011);
  height: 100%;
}

.section_6 {
  margin-top: 0;
  margin-bottom: 16rem;
  display: block;
  overflow: visible;
}

.section_7 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16rem;
  display: block;
  overflow: visible;
}

.section_8 {
  margin-top: 0;
  margin-bottom: 16rem;
}

.section_9 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12rem;
  padding-bottom: 0;
  display: block;
}

.section_10 {
  margin-top: 16rem;
}

.section_11 {
  margin-bottom: 12rem;
}

.section_13 {
  height: 100svh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-snap-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.code-embed, .html-embed {
  display: none;
}

.section_7-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.navbar-2 {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

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

.text-size-small-3 {
  font-size: .875rem;
}

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

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

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

.nav-link-2 {
  color: #fbfbfb;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

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

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

.header-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.div-block-6 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  display: flex;
}

.image-copy7 {
  object-position: 50% 59%;
  height: 100%;
  position: static;
}

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

.features-vantages-copy-copy {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.banner-wrapper-copy-3-copy {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding: 3.5rem 3.5rem 3.5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-copy {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.container-copy.medium {
  max-width: 90rem;
  padding-top: 0;
}

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

.image-copy, .image-copy-copy {
  object-position: 50% 59%;
  height: 100%;
  position: static;
}

.image-copy-copy-copy {
  object-position: 50% 59%;
  border-radius: 1rem;
  position: static;
}

.features-image-wrapper-copy, .features-image-wrapper-copy-copy, .features-image-wrapper-copy-copy-copy {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  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-image-wrapper-copy-copy-copy-copy {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.features-image-wrapper-copy, .features-image-wrapper-copy-copy, .features-image-wrapper-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  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-image-wrapper-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 35rem;
  max-width: 40rem;
  min-height: 35rem;
  max-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-global-header {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  outline: 3px #fbfbfb;
  margin-top: 0;
  margin-left: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.image-31 {
  align-self: center;
  width: 50%;
  height: auto;
}

.div-block-7 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-image-wrapper-copy-copy-copy-copy-copy {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 24rem;
  display: flex;
  position: relative;
}

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

.video {
  z-index: -5;
  width: 50svw;
  height: 50svh;
  position: absolute;
}

.background-video, .background-video-desktop {
  z-index: -5;
  width: 100vw;
  height: 100svh;
  display: block;
  position: absolute;
}

.background-video-mobile {
  z-index: -5;
  width: 100vw;
  height: 100svh;
  display: none;
  position: absolute;
}

.features-wrapper-copy-56 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.phase-cards-wrapper-copy-435 {
  grid-column-gap: 6.6rem;
  grid-row-gap: 6.6rem;
  flex-flow: column;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

/*-------------------snap-it-start - 2 ---------------------*/

.panel-9 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: #262626;
}

.panel-9-frame-1 {
    /*min-width: 480px;*/
    text-align: center;
    flex: 2;
    padding: 30px 0;
}

.panel-9-frame-2 {
    padding: 30px 5%;
    /*min-width: 480px;*/
    flex: 3;
    background-color: #EDF0F7;
    text-align: center;
}

.panel-9-frame-3 {
    padding: 30px;
    display: inline-flex;
    flex-direction: column;
    max-width: 300px;
    background: #EDF0F7;
    border-radius: 55px;
    margin: 0 10%
}

.panel-9-frame-4 {
    display: inline-flex;
    max-width: 360px;
    flex-wrap: wrap;
    margin: 100px 10% 0 10%;
    text-align: left;
}

.panel-9-frame-5 {
    width: 100%;
    max-width: 360px;
    display: inline-flex;
    justify-content: space-between;
}

.panel-9-frame-6 {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    gap: 20px;
}

.panel-9-frame-7 {
    flex: 1;
    text-align: left;
}

.panel-9-frame-8 {
    display: inline-flex;
    width: 376px;
    height: 48px;
    gap: 10px;
}

/*-------------------snap-it-end---------------------*/

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

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

  .container {
    padding-top: 0;
  }

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

  .padding-global {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: block;
  }

  .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: 2rem;
  }

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

  .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-4.text-weight-bold {
    font-size: var(--heading--h4);
  }

  .heading-4.text-weight-medium {
    font-size: var(--heading--h5);
    width: 100%;
  }

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

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

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

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

  .hero-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .read-more-tag {
    margin-bottom: 4rem;
  }

  .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: 100%;
  }

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

  .integrations-content-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .home-integrations-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .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: 16rem;
  }

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

  .steps-stack-component {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

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

  .image {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

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

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

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

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

  .footer-component {
    min-height: 0;
    padding-top: 12rem;
    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;
  }

  .banner-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .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%;
    padding-left: 0;
  }

  .features-wrapper {
    margin-top: 0;
  }

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

  .features-hero-image {
    height: 360px;
    margin-top: 0;
    position: static;
  }

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

  .brand.w--current {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .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;
    height: 100%;
    display: flex;
  }

  .menu-icon {
    color: #b5b5b5;
  }

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

  .sticky-images.middle {
    min-width: 50vw;
  }

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

  .section {
    background-image: linear-gradient(0deg, #033033, #0000 100%, #fff), linear-gradient(#1010116b, #1010116b), url('../images/HeroSection.jpg');
    background-position: 0 0, 0 0, 92% 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
  }

  .text-block-7 {
    font-size: 1.3rem;
  }

  .div-block {
    width: 38rem;
    height: 38rem;
  }

  .image-4 {
    object-fit: cover;
  }

  .div-block-2, .div-block-3 {
    width: 38rem;
    height: 38rem;
  }

  .text-block-12 {
    min-width: auto;
  }

  .section-2 {
    padding-bottom: 0;
  }

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

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

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

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

  .header-2 {
    max-width: 70vw;
  }

  .image-14 {
    object-position: 42% 50%;
  }

  .text-block-16 {
    margin-bottom: 26px;
    padding-bottom: 0;
    line-height: 1.2;
  }

  .bold-text-6 {
    line-height: 1;
  }

  .heading-10, .heading-11, .heading-12 {
    color: var(--color--blue);
    font-weight: 500;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-17 {
    font-size: 1.6rem;
  }

  .text-block-20 {
    padding-bottom: 4rem;
    font-size: 2rem;
    top: 110px;
  }

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

  .image-18 {
    object-fit: contain;
  }

  .text-span-3 {
    font-size: 2.6rem;
  }

  .image-19 {
    object-fit: contain;
  }

  .text-block-21 {
    font-size: 2.3rem;
  }

  .body {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .read-more-tag-copy {
    margin-bottom: 4rem;
    top: -56px;
    bottom: 0;
  }

  .read-more-tag-copy2 {
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    bottom: -5.9rem;
  }

  .banner {
    padding-bottom: 0;
  }

  .banner-wrapper-copy-3 {
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }

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

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

  .bottom-content-3 {
    top: -559px;
  }

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

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

  .padding-global-3 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: block;
  }

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

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

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

  .image-16-3 {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .banner-wrapper-copy-3-copy {
    justify-content: center;
    align-items: center;
  }

  .image-20 {
    width: 15%;
    top: 231px;
    left: -157px;
  }

  .image-21 {
    width: 15%;
    top: 128px;
    left: 198px;
  }

  .image-22 {
    width: 15%;
    top: 144px;
    left: -290px;
  }

  .image-23 {
    width: 15%;
    top: 89px;
    left: 262px;
  }

  .image-24 {
    width: 15%;
    top: -78px;
    left: 23px;
  }

  .image-25 {
    width: 15%;
    top: 312px;
    left: -13px;
  }

  .image-26 {
    width: 15%;
    top: 219px;
    left: -186px;
  }

  .image-27 {
    width: 15%;
    top: 95px;
    left: 239px;
  }

  .image-28 {
    width: 15%;
    top: 154px;
    left: 0;
  }

  .image-29 {
    width: 15%;
    top: 91px;
    left: 265px;
  }

  .image-30 {
    width: 15%;
    top: -44px;
    left: -261px;
  }

  .banner-mobile {
    padding-bottom: 0;
  }

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

  .bold-text-8 {
    font-size: var(--heading--h4);
    line-height: 1.3;
  }

  .section_1 {
    background-image: linear-gradient(95deg, #0f0f0f, #0000);
    background-position: 0 0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .bold-text-6-copy {
    line-height: 1;
  }

  .banner-background-copy-2 {
    position: relative;
  }

  .features-vantages-content-copy {
    order: -1;
    width: 100%;
    margin-top: 80px;
    padding-left: 0;
  }

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

  .heading-4-copy.text-weight-bold {
    font-size: var(--heading--h4);
  }

  .heading-4-copy.text-weight-medium {
    font-size: var(--heading--h5);
    width: 100%;
  }

  .text-block-22 {
    font-size: var(--heading--h5);
  }

  .sticky-images-copy.middle {
    min-width: auto;
  }

  .bold-text-8-copy {
    font-size: var(--heading--h4);
    line-height: 1.3;
  }

  .bold-text-10 {
    font-size: 3rem;
  }

  .section_4 {
    height: auto;
    margin-bottom: 14rem;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .section_3 {
    height: 100svh;
    margin-top: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-copy6 {
    padding-bottom: 0;
  }

  .banner-wrapper-copy-3-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .section_5-desktop {
    padding-bottom: 0;
    display: none;
  }

  .section_5-tablet {
    width: 100vw;
    height: 100svh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .banner-background-copy-2-copy, .banner-background-copy-2-copy-copy {
    position: static;
  }

  .banner-desktop-back {
    padding-bottom: 0;
    display: none;
  }

  .section_7 {
    margin-top: 10rem;
  }

  .section_13 {
    height: auto;
    padding-bottom: 0;
  }

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

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

  .header-copy {
    max-width: 100%;
  }

  .features-vantages-content-copy {
    order: 1;
    width: 100%;
    padding-left: 0;
  }

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

  .div-block-6 {
    flex-flow: column;
  }

  .image-copy7 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

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

  .banner-wrapper-copy-3-copy {
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }

  .container-copy {
    padding-top: 0;
    position: relative;
    bottom: -736px;
  }

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

  .image-copy, .image-copy-copy, .image-copy-copy-copy {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

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

  .padding-global-header {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
    display: block;
  }

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

  .background-video-desktop, .background-video-mobile {
    display: block;
  }

  .features-wrapper-copy-56 {
    margin-top: 0;
  }

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

  /*-------------------snap-it-start - 3 ---------------------*/

  .panel-9 {
      flex-direction: column;
  }

  /*-------------------snap-it-end---------------------*/
}

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

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

  .heading-2.text-weight-bold {
    font-size: var(--heading--h5);
  }

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

  .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: var(--heading--h6);
  }

  .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-4.text-weight-medium {
    width: 100%;
  }

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

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

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

  .read-more-tag {
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

  .header {
    max-width: none;
  }

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

  .integrations-content-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .home-integrations-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

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

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

  .testimonial-card {
    padding: 2rem;
  }

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

  .steps-card {
    display: flex;
  }

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

  .right-content {
    height: 50vh;
  }

  .image {
    object-fit: cover;
  }

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

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

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

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

  .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 {
    width: 100%;
    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-3 {
    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: 12rem;
    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;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding-left: 0;
  }

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

  .mobile-navbar-content {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .hero-sticky-component {
    margin-top: 5.5rem;
  }

  .sticky-images.left {
    display: none;
  }

  .sticky-images.middle {
    box-sizing: border-box;
    width: 50vw;
    min-width: 80vw;
  }

  .sticky-images.right {
    display: none;
  }

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

  .section {
    background-image: linear-gradient(0deg, #033033, #0000 100%, #fff), linear-gradient(#0000, #0000), url('../images/HeroSection.jpg');
    background-position: 0 0, 0 0, 88%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
  }

  .text-block-2 {
    min-width: 100%;
  }

  .text-block-3 {
    width: 100%;
  }

  .text-block-5 {
    min-width: 100%;
  }

  .text-block-7 {
    font-size: var(--text-size--medium);
  }

  .div-block {
    width: 100%;
    height: 30rem;
  }

  .image-4 {
    object-fit: cover;
    object-position: 27% 50%;
  }

  .div-block-2 {
    width: 100%;
    height: 30rem;
  }

  .image-5 {
    object-fit: cover;
  }

  .div-block-3 {
    width: 100%;
    height: 30rem;
  }

  .text-block-10 {
    font-size: var(--heading--h6);
  }

  .image-11 {
    object-fit: cover;
  }

  .text-block-12 {
    min-width: auto;
  }

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

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

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

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

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

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

  .image-16 {
    object-position: 28% 50%;
  }

  .text-block-16 {
    margin-bottom: 1rem;
    padding-bottom: 0;
    font-size: 2.6em;
    line-height: 1;
  }

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

  .heading-9, .heading-10, .heading-11, .heading-12 {
    color: var(--color--blue);
    font-weight: 500;
  }

  .text-block-17 {
    text-align: center;
    font-size: 1.6rem;
  }

  .text-block-18 {
    text-align: center;
    font-size: 1.4rem;
  }

  .text-span, .text-span-2 {
    font-size: 2rem;
  }

  .text-block-20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }

  .image-17, .image-18, .image-19 {
    object-fit: cover;
    height: 20rem;
  }

  .read-more-tag-copy {
    margin-left: 4rem;
    margin-right: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    top: -58px;
  }

  .read-more-tag-copy2 {
    margin-left: 4rem;
    margin-right: 4rem;
    bottom: -7rem;
  }

  .banner-wrapper-copy-3 {
    padding: 2.5rem;
  }

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

  .bottom-content-3 {
    top: -428px;
  }

  .container-3.medium {
    padding-top: 40px;
  }

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

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

  .container-4.medium {
    padding-top: 40px;
  }

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

  .image-16-3 {
    object-position: 50% 50%;
    display: block;
  }

  .image-20 {
    top: 121px;
    left: -152px;
  }

  .image-21 {
    top: 33px;
    left: 88px;
  }

  .image-22 {
    top: 101px;
    left: -218px;
  }

  .image-23 {
    top: 18px;
    left: 201px;
  }

  .image-24 {
    top: -72px;
    left: -27px;
  }

  .image-27 {
    top: 132px;
    left: 150px;
  }

  .image-28 {
    top: 231px;
    left: 83px;
  }

  .image-29 {
    left: 213px;
  }

  .image-30 {
    top: 90px;
    left: -115px;
  }

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

  .section_1 {
    background-image: linear-gradient(90deg, #0f0f0f, #0000);
    background-position: 0 0;
  }

  .bold-text-6-copy {
    font-size: var(--heading--h6);
  }

  .banner-background-copy-2 {
    width: 100%;
  }

  .banner-button-copy {
    width: 55.9167%;
  }

  .features-vantages-content-copy {
    margin-top: 0;
  }

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

  .heading-4-copy.text-weight-medium {
    width: 100%;
  }

  .sticky-images-copy.left {
    display: none;
  }

  .sticky-images-copy.right {
    display: none;
  }

  .sticky-images-copy.middle, .sticky-images-copy.middle-copy {
    box-sizing: border-box;
    width: 50vw;
    min-width: 80vw;
  }

  .text-block-23 {
    font-size: 2.8rem;
  }

  .bold-text-10 {
    font-size: 2.6rem;
  }

  .section_4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section_3 {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }

  .section_5-desktop {
    padding-bottom: 0;
  }

  .section_5-tablet {
    margin-top: 12rem;
  }

  .banner-desktop-back {
    padding-bottom: 0;
  }

  .section_6 {
    margin-bottom: 4rem;
  }

  .section_7 {
    margin-top: 0;
  }

  .section_8 {
    margin-bottom: 12rem;
  }

  .section_9 {
    margin-bottom: 2rem;
  }

  .section_13 {
    padding-bottom: 0;
  }

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

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

  .image-copy7 {
    object-fit: cover;
  }

  .banner-wrapper-copy-3-copy {
    padding: 0;
  }

  .container-copy {
    bottom: -700px;
  }

  .container-copy.medium {
    padding-top: 0;
  }

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

  .image-copy, .image-copy-copy, .image-copy-copy-copy {
    object-fit: cover;
  }

  .padding-global-header {
    margin-left: 2rem;
    padding-left: 0;
    padding-right: 1.25rem;
  }

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

  .phase-cards-wrapper-copy-435 {
    width: 100%;
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-2.text-weight-bold {
    padding-bottom: 20px;
  }

  .container, .container.medium {
    padding-top: 0;
  }

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

  .divider-line {
    width: 100%;
  }

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

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

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

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

  .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 {
    font-size: var(--heading--h5);
    font-weight: 500;
  }

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

  .heading-5.text-weight-bold {
    text-align: left;
  }

  .text-size-small.text-weight-bold {
    text-align: center;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

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

  .sticky-menu {
    width: 100%;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary-button {
    width: 100%;
    max-width: 60%;
    font-weight: 300;
  }

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

  .double-button-component.margin-top-button-hero {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-component {
    width: 100%;
  }

  .secondary-button-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 2.5rem;
    display: flex;
  }

  .secondary-button {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: column;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
  }

  .integrations-block.second {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 0;
    padding: 1rem 1rem 2rem;
  }

  .integrations-block.first {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem 1rem 2rem;
  }

  .integrations-block.second, .integrations-block.first {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem;
  }

  .header {
    margin-top: 0;
  }

  .integrations-image {
    width: auto;
    height: auto;
  }

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

  .integrations-content-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 0;
  }

  .home-integrations-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .features-content {
    max-width: none;
  }

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

  .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: 3.5rem;
    grid-row-gap: 3.5rem;
  }

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

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .steps-item {
    top: auto;
  }

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

  .max-width-30ch {
    flex: 0 auto;
    align-self: 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: 8rem;
  }

  .about-features-content {
    margin-left: 0;
    margin-right: 0;
  }

  .phase-cards {
    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-3 {
    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-wrapper {
    margin-top: 2rem;
  }

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

  .features-hero-image {
    width: 100vw;
  }

  .hero-video {
    height: 100%;
  }

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

  .larst-card-nav {
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
    padding-left: 2rem;
  }

  .brand.w--current {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    height: 1.5rem;
    padding-left: 0;
  }

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

  .nav-menu {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .about-hero-interaction {
    height: 100svh;
    margin-top: 0;
    line-height: 2.3;
  }

  .hero-sticky-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: 100svh;
    margin-top: 0;
    position: static;
  }

  .sticky-images {
    border-radius: .5rem;
  }

  .sticky-images.left {
    pointer-events: auto;
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    display: none;
    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;
    display: none;
    position: relative;
    left: auto;
  }

  .sticky-images.middle {
    height: 100svh;
    position: relative;
  }

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

  .section_2 {
    width: 100%;
    height: 100svh;
  }

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

  .section {
    background-image: linear-gradient(0deg, #033033, #0000 100%, #fff), linear-gradient(#0000, #0000), url('../images/HeroSection.jpg');
    background-position: 0 0, 0 0, 88%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
  }

  .text-block-7 {
    font-size: var(--text-size--medium);
    text-align: left;
  }

  .div-block {
    width: 100%;
    height: 24rem;
    position: static;
  }

  .image-4 {
    box-sizing: content-box;
    float: none;
    clear: none;
    vertical-align: baseline;
    object-fit: cover;
    object-position: 10% 50%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: static;
  }

  .div-block-2 {
    width: 100%;
    height: 24rem;
  }

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

  .div-block-3 {
    width: 100.003%;
    height: 24rem;
  }

  .image-6 {
    width: 100%;
  }

  .text-block-9 {
    color: var(--color--white);
    font-size: 1.4rem;
  }

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

  .image-7, .image-8 {
    display: none;
  }

  .image-11 {
    object-fit: cover;
  }

  .section-2 {
    object-position: 50% 50%;
  }

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

  .button-elipse-2 {
    width: 20rem;
    height: 20rem;
  }

  .text-size-large-2 {
    font-size: 1.2rem;
  }

  .secondary-button-2 {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .integrations-image-2 {
    height: 8rem;
  }

  .primary-button-2 {
    width: 100%;
  }

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

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

  .hero-video_container {
    height: 100svh;
  }

  .image-14 {
    object-position: 20% 50%;
  }

  .image-15 {
    object-position: 58% 50%;
  }

  .image-16 {
    object-position: 30% 50%;
  }

  .text-block-16 {
    text-align: left;
    margin-bottom: 1rem;
    padding-bottom: 0;
    line-height: .7;
  }

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

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

  .grid-2 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .text-block-20 {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.6rem;
  }

  .image-17 {
    object-fit: cover;
    object-position: 71% 50%;
    width: 100%;
  }

  .image-18 {
    object-fit: cover;
    object-position: 66% 50%;
  }

  .text-span-3 {
    font-size: 2.2rem;
    font-weight: 700;
  }

  .image-19 {
    object-fit: cover;
    object-position: 16% 50%;
  }

  .text-block-21 {
    font-size: 1.8rem;
  }

  .text-block-9-copy {
    color: var(--color--white);
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .read-more-tag-copy {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: column;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    bottom: 47px;
  }

  .read-more-tag-copy2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: column;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
  }

  .banner {
    object-position: 50% 50%;
  }

  .banner-wrapper-copy-3 {
    justify-content: flex-end;
    align-items: center;
    padding: 1.5rem;
  }

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

  .heading-5-3.text-weight-bold {
    font-size: var(--heading--h6);
  }

  .text-block-15-copy {
    font-size: 1.2rem;
  }

  .bottom-content-3 {
    top: -512px;
  }

  .container-3, .container-3.medium {
    padding-top: 0;
  }

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

  .container-4, .container-4.medium {
    padding-top: 0;
  }

  .image-16-3 {
    object-position: 30% 50%;
  }

  .banner-wrapper-copy-3-copy {
    padding: 1.5rem;
  }

  .image-20 {
    width: 20%;
    top: 114px;
    left: -85px;
  }

  .image-21 {
    width: 20%;
    top: 48px;
  }

  .image-22 {
    width: 20%;
    top: 109px;
    left: -151px;
  }

  .image-23 {
    width: 20%;
    top: 41px;
    left: 155px;
  }

  .image-24 {
    width: 20%;
    top: -111px;
    left: 4px;
  }

  .image-25 {
    width: 20%;
    top: 243px;
    left: -14px;
  }

  .image-26 {
    width: 20%;
    top: 96px;
    left: -134px;
  }

  .image-27 {
    width: 20%;
    top: 62px;
    left: 147px;
  }

  .image-28 {
    width: 20%;
    top: 123px;
    left: 140px;
  }

  .image-29 {
    width: 20%;
    top: 83px;
    left: -21px;
  }

  .image-30 {
    width: 20%;
    top: -45px;
    left: -167px;
  }

  .banner-mobile {
    object-position: 50% 50%;
  }

  .heading-5-3-copy {
    font-size: 1.75rem;
  }

  .heading-5-3-copy.text-weight-bold {
    font-size: var(--heading--h6);
  }

  .section_1 {
    background-color: #1a1a1a29;
    background-image: linear-gradient(90deg, #0f0f0f, #0000), linear-gradient(#1a1a1a36, #1a1a1a36);
    background-position: 0 0, 0 0;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .bold-text-6-copy {
    font-size: var(--heading--h6);
    line-height: 1.3;
  }

  .banner-background-copy-2 {
    width: 100vw;
  }

  .banner-button-copy {
    width: 100%;
  }

  .features-vantages-content-copy {
    padding-left: 0;
  }

  .heading-4-copy {
    font-size: 2.25rem;
  }

  .heading-4-copy.text-weight-bold {
    font-size: var(--heading--h5);
    font-weight: 500;
  }

  .sticky-images-copy {
    border-radius: .5rem;
  }

  .sticky-images-copy.left {
    pointer-events: auto;
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    display: none;
    position: relative;
    right: auto;
  }

  .sticky-images-copy.middle {
    width: 100%;
    max-width: none;
    height: 50vw;
    position: relative;
  }

  .sticky-images-copy.right {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    display: none;
    position: relative;
    left: auto;
  }

  .sticky-images-copy.middle, .sticky-images-copy.middle-copy {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100vw;
    position: relative;
  }

  .bold-text-8-copy {
    font-size: var(--heading--h6);
  }

  .text-block-23 {
    text-align: left;
    line-height: .6;
  }

  .bold-text-10 {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .hero-video-2 {
    height: 100svh;
  }

  .section_4 {
    margin-top: 12rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_3 {
    margin-top: 4rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-copy6 {
    object-position: 50% 50%;
  }

  .banner-wrapper-copy-3-copy {
    scroll-snap-align: start;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }

  .section_5-desktop {
    object-position: 50% 50%;
  }

  .section_5-tablet {
    object-position: 50% 50%;
    margin-top: 0;
  }

  .banner-desktop-back {
    object-position: 50% 50%;
  }

  .section_6 {
    margin-bottom: 2rem;
  }

  .section_7 {
    margin-bottom: 0;
  }

  .section_9 {
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .section_11 {
    margin-bottom: 0;
  }

  .section_13 {
    object-position: 50% 50%;
  }

  .button-elipse-3 {
    width: 20rem;
    height: 20rem;
  }

  .primary-button-3 {
    width: 100%;
  }

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

  .header-copy {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .features-vantages-content-copy {
    margin-top: 1rem;
    padding-left: 0;
  }

  .image-copy7 {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-wrapper-copy-3-copy {
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }

  .container-copy {
    padding-top: 0;
    bottom: -630px;
  }

  .container-copy.medium {
    padding-top: 0;
  }

  .image-copy, .image-copy-copy, .image-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .features-image-wrapper-copy, .features-image-wrapper-copy-copy, .features-image-wrapper-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy, .features-image-wrapper-copy, .features-image-wrapper-copy-copy, .features-image-wrapper-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy-copy-copy-copy, .features-image-wrapper-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .padding-global-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .features-image-wrapper-copy-copy-copy-copy-copy, .features-image-wrapper-copy-4, .features-image-wrapper-copy-65 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

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

  .phase-cards-wrapper-copy-435 {
    margin-top: 0;
  }
}

#w-node-_6509065d-a105-aa39-dc71-4f3041c8aa46-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa5d-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa62-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa79-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aaa3-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aac7-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aae5-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aae7-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aaec-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aaf1-b2f7c432, #w-node-dd7df214-e761-ab1d-aed6-2c451646c459-b2f7c432, #w-node-a5049ae8-6674-d873-8e1f-2d15f2daee2e-b2f7c432, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aafa-b2f7c432, #w-node-_4ef4cf6b-b6f7-79e8-09e3-947f0eee47d5-b2f7c436, #w-node-_2b8467f3-6f47-de62-983c-32440ef64dc1-b2f7c43c, #w-node-f6f89a7d-c001-e637-1e54-4afb3bc7aa43-b2f7c43c, #w-node-_2b8467f3-6f47-de62-983c-32440ef64de0-b2f7c43c {
  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;
}