:root {
  --_colors---text-color-body: #3c394b;
  --_text---lato: Lato, sans-serif;
  --_colors---text-color-title: #181332;
  --_text---text-size-huge: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (90 - 20) * 20)) * 1rem + ((4 - 2.5) / (90 - 20)) * 100vw), 4 * 1rem);
  --_text---text-size-large: clamp(2 * 1rem, ((2 - ((3.1 - 2) / (90 - 20) * 20)) * 1rem + ((3.1 - 2) / (90 - 20)) * 100vw), 3.1 * 1rem);
  --_text---text-size-medium: clamp(1.2 * 1rem, ((1.2 - ((1.3 - 1.2) / (90 - 20) * 20)) * 1rem + ((1.3 - 1.2) / (90 - 20)) * 100vw), 1.3 * 1rem);
  --_text---text-size-small: clamp(1.1 * 1rem, ((1.1 - ((1.2 - 1.1) / (90 - 20) * 20)) * 1rem + ((1.2 - 1.1) / (90 - 20)) * 100vw), 1.2 * 1rem);
  --_colors---color-brand-100: #5346f4;
  --_colors---background-color-section-alternate: #f5f6fd;
  --_colors---background-color-page: #fafafa;
  --_colors---text-color-muted: #7b7b7f;
  --_colors---stroke-color-medium: #b7bac2;
  --_text---text-size-tiny: 1rem;
  --_text---text-size-very-small: .8rem;
}

body {
  color: var(--_colors---text-color-body);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.heading-style-h1 {
  font-family: var(--_text---lato);
  color: var(--_colors---text-color-title);
  font-size: var(--_text---text-size-huge);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-style-h1.text-align-center {
  line-height: 5rem;
}

.heading-style-h2 {
  font-family: var(--_text---lato);
  color: var(--_colors---text-color-title);
  font-size: var(--_text---text-size-large);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 4rem;
}

.section-heading-composant {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-component-bar {
  border-bottom: 1px solid var(--_colors---text-color-title);
  flex-flow: column;
  padding-bottom: 32px;
  display: flex;
}

.div-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 800px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-style-h3 {
  font-family: var(--_text---lato);
  color: var(--_colors---text-color-body);
  font-size: var(--_text---text-size-medium);
  white-space: break-spaces;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 2rem;
}

.heading-style-h3.max-with-text-block {
  max-width: 300px;
}

.text-style {
  font-family: var(--_text---lato);
  color: var(--_colors---text-color-body);
  font-size: var(--_text---text-size-small);
  font-weight: 400;
}

.container-large {
  width: 100%;
}

.container-large.flexbox-justify-right {
  flex-flow: row;
  display: flex;
}

.container-large.flexbox-justify-right.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.icon_scalability {
  justify-content: center;
  align-items: center;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---color-brand-100);
  font-family: var(--_text---lato);
  font-size: var(--_text---text-size-small);
  cursor: pointer;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:where(.w-variant-42771a87-4d47-8df8-2d75-39cda3e5c9ed) {
  padding: 10px 24px;
}

.button:hover {
  background-color: #7065f0;
}

.text-color-inverse {
  color: var(--_colors---background-color-section-alternate);
}

.section_home-features {
  background-color: var(--_colors---background-color-page);
  width: 100vw;
}

.padding-global {
  grid-column-gap: 350px;
  grid-row-gap: 350px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_hero-section {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-image: url('../images/background-dot.svg');
  background-position: 50% 400%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.section_features {
  background-color: #5346ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -350px;
  padding-top: 350px;
  padding-bottom: 125px;
  display: flex;
  position: relative;
}

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

.padding-max {
  width: 100%;
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}

.padding-max.vertical-gap-medium {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-max.flexbox-vertical-heading.padding-medium.padding-temoignage {
  padding-left: 60px;
  padding-right: 60px;
}

.padding-max.padding-medium {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-max.padding-medium.z-index-features {
  z-index: 2;
  position: relative;
}

.container-vertical-bar {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 180px;
  height: 100%;
  padding-bottom: 32px;
  display: flex;
}

.container-icon-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-icon {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  display: flex;
}

.container-icon.padding-medium, .container-icon.small-gap-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.nav-bar {
  background-color: var(--_colors---background-color-page);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.container-nav-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1460px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.green-circle {
  background-color: #34c759;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.text-style-mute {
  color: var(--_colors---text-color-muted);
}

.logo-velocity {
  color: var(--_colors---text-color-title);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.sections-leviers {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-leviers {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.levier-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  display: flex;
}

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

.text-style-color-title {
  color: var(--_colors---text-color-title);
}

.bar-levier {
  background-color: var(--_colors---stroke-color-medium);
  align-self: center;
  width: 5px;
  height: 500px;
}

.section-text-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-temoignage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cards-temoignage {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: .5px solid var(--_colors---stroke-color-medium);
  background-color: var(--_colors---background-color-section-alternate);
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 350px;
  padding: 32px 16px;
  display: flex;
}

.container-cards-temoignages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 900px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container-content-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-text-links-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  padding-top: 27px;
  display: flex;
}

.container-text-links-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.container-links-section {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  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;
  width: 260px;
  display: flex;
}

.text-style-small {
  font-family: var(--_text---lato);
  font-size: var(--_text---text-size-tiny);
}

.text-style-small.text-style-mute.animation-carroussel-child {
  white-space: nowrap;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-infos-footer {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  display: flex;
}

.flexbox-icon-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.container-small-links-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-style-very-small {
  font-size: var(--_text---text-size-very-small);
}

.max-width-section {
  max-width: 650px;
}

.flexbox-vertical-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-heading {
  max-width: 850px;
}

.animation-carroussel-parent {
  position: relative;
  overflow: visible;
}

.container-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px solid var(--_colors---stroke-color-medium);
  background-color: var(--_colors---background-color-page);
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  padding-top: 32px;
  padding-left: 32px;
  display: flex;
  overflow: hidden;
}

.button-features {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
}

.container-button-features {
  border: .5px solid var(--_colors---stroke-color-medium);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-top: 4px;
  display: flex;
}

.background-features {
  background-image: url('../images/Background-features.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 450px;
  height: 100%;
  padding: 32px 40px;
  display: flex;
  position: relative;
}

.flexbox-gap-small {
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  min-height: 150px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.flexbox-gap-small.first-block-text {
  position: relative;
}

.flexbox-gap-small.block-text-animation {
  opacity: 1;
  position: relative;
}

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

.container-arrow-features {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.arrow-features {
  border: .5px solid var(--_colors---stroke-color-medium);
  background-color: var(--_colors---background-color-section-alternate);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.arrow-features:hover {
  border-color: var(--_colors---text-color-muted);
}

.content-image-features {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-price {
  object-fit: contain;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-latence {
  object-fit: contain;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-container-features {
  width: 100%;
  position: relative;
}

.image-integration, .image-realism, .image-scalability {
  object-fit: contain;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sections-faq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-faq {
  border-radius: 32px;
  width: 100%;
  overflow: hidden;
}

.flexbox-faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_colors---background-color-section-alternate);
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 52px 64px;
  display: flex;
}

.icon-faq {
  padding-top: 8px;
}

.line-faq {
  background-color: var(--_colors---background-color-page);
  width: 100%;
  height: 3px;
}

.flexbox-content-faq {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-faq {
  width: 70%;
  display: none;
  overflow: hidden;
}

.max-padding {
  padding-left: 120px;
  padding-right: 120px;
}

.container-background-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.left-background-footer {
  background-image: url('../images/background_footer.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 960px;
  height: 150px;
}

.left-background-footer.right-background-image {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.icon-campagne, .icon-data, .icon-scaling {
  padding-top: 8px;
}

.small-gap-levier {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-temoignages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.horizontal-gradient-temoignages {
  z-index: 2;
  background-image: linear-gradient(180deg, black, var(--_colors---background-color-page) 0%, #ccc0 37%, #d3d3d326 63%, var(--_colors---background-color-page));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.vertical-gradient-temoignages {
  z-index: 3;
  background-image: linear-gradient(90deg, var(--_colors---background-color-page), #fafafa00 6%, #fafafa00 94%, var(--_colors---background-color-page));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.background_shader {
  height: 100%;
  display: none;
  overflow: hidden;
}

.background-code {
  position: static;
  inset: 0%;
}

.container-background-shader {
  z-index: 1;
  pointer-events: none;
  width: 100vw;
  height: 100lvh;
  position: absolute;
  inset: 0%;
}

.container-features-mobile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 450px;
  display: none;
}

.flexbox-features-mobile {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: .5px solid var(--_colors---stroke-color-medium);
  background-color: var(--_colors---background-color-page);
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding: 32px;
  display: flex;
}

.section_desamorcage {
  background-color: #5346ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -125px;
  padding-top: 125px;
  display: flex;
}

.container-desamorcage {
  z-index: 2;
  grid-column-gap: 1400px;
  grid-row-gap: 1400px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 500vh;
  display: flex;
  position: relative;
}

.flexbox-desamorcage {
  z-index: 10;
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.flexbox-desamorcage.desamorcage-opacity {
  opacity: 0;
}

.flexbox-content-desamorcage {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.background-desamorcage {
  z-index: 3;
  object-fit: contain;
  min-width: 800px;
  height: 100%;
  padding-top: 0;
  position: absolute;
}

.background-desamorcage.background-desamorcage-opacity {
  opacity: 0;
}

.background-desamorcage.background-desamorcage-opacity.img-desamorcage-2 {
  z-index: 2;
  margin-top: 100px;
}

.background-desamorcage.background-desamorcage-opacity.img-desamorcage-3 {
  z-index: 1;
  margin-top: 200px;
}

.container-sticky-desamorcage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
}

.container-background-desamorcage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -200px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-background-desamorcage.background-desamorcage-opacity {
  opacity: 0;
}

.heading-style-h2-2 {
  color: #181332;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: clamp(2rem, 1.68571rem + 1.57143vw, 3.1rem);
  font-weight: 700;
  line-height: 4rem;
}

.container-large-2 {
  --icon-faq-padding-top: 8px;
  --flexbox-faq-padding-top: 52px;
  --flexbox-faq-padding-right: 64px;
  --flexbox-faq-padding-bottom: 52px;
  --flexbox-faq-padding-left: 64px;
  --heading-style-h3-margin-top: 0px;
  --heading-style-h3-margin-bottom: 0px;
  --heading-style-h3-font-family: Lato;
  --heading-style-h3-font-size: clamp(1.2 * 1rem, ((1.2 - ((1.3 - 1.2) / (90 - 20) * 20)) * 1rem + ((1.3 - 1.2) / (90 - 20)) * 100vw), 1.3 * 1rem);
  --heading-style-h3-line-height: 2rem;
  --heading-style-h3-font-weight: 400;
  --padding-max-padding-right: 120px;
  --padding-max-padding-left: 120px;
  --heading-style-h2-margin-top: 0px;
  --heading-style-h2-margin-bottom: 0px;
  --heading-style-h2-font-family: Lato;
  --heading-style-h2-font-size: clamp(2 * 1rem, ((2 - ((3.1 - 2) / (90 - 20) * 20)) * 1rem + ((3.1 - 2) / (90 - 20)) * 100vw), 3.1 * 1rem);
  --heading-style-h2-line-height: 4rem;
  --heading-style-h2-font-weight: 700;
  --container-button-features-padding-top: 4px;
  --container-features-padding-top: 32px;
  --container-features-padding-left: 32px;
  --flexbox-features-mobile-padding-top: 32px;
  --flexbox-features-mobile-padding-right: 32px;
  --flexbox-features-mobile-padding-bottom: 32px;
  --flexbox-features-mobile-padding-left: 32px;
  --button-features-padding-top: 14px;
  --button-features-padding-right: 16px;
  --button-features-padding-bottom: 14px;
  --button-features-padding-left: 16px;
  --content-features-padding-top: 32px;
  --content-features-padding-right: 40px;
  --content-features-padding-bottom: 32px;
  --content-features-padding-left: 40px;
  --container-vertical-bar-padding-bottom: 32px;
}

.column {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.row {
  flex-direction: row;
  gap: 24px;
  display: flex;
}

.image {
  width: 100%;
  height: auto;
}

.container-background {
  position: relative;
}

.noise-grain {
  mix-blend-mode: color-burn;
  position: absolute;
  inset: 0%;
}

.background-wave-fixed {
  width: 100%;
  height: 1500px;
  margin-top: -350px;
}

.fixed-innerheight {
  display: none;
}

.container-large-3 {
  --icon-faq-padding-top: 8px;
  --flexbox-faq-padding-top: 52px;
  --flexbox-faq-padding-right: 64px;
  --flexbox-faq-padding-bottom: 52px;
  --flexbox-faq-padding-left: 64px;
  --heading-style-h3-margin-top: 0px;
  --heading-style-h3-margin-bottom: 0px;
  --heading-style-h3-font-family: Lato;
  --heading-style-h3-font-size: clamp(1.2 * 1rem, ((1.2 - ((1.3 - 1.2) / (90 - 20) * 20)) * 1rem + ((1.3 - 1.2) / (90 - 20)) * 100vw), 1.3 * 1rem);
  --heading-style-h3-line-height: 2rem;
  --heading-style-h3-font-weight: 400;
  --padding-max-padding-right: 120px;
  --padding-max-padding-left: 120px;
  --heading-style-h2-margin-top: 0px;
  --heading-style-h2-margin-bottom: 0px;
  --heading-style-h2-font-family: Lato;
  --heading-style-h2-font-size: clamp(2 * 1rem, ((2 - ((3.1 - 2) / (90 - 20) * 20)) * 1rem + ((3.1 - 2) / (90 - 20)) * 100vw), 3.1 * 1rem);
  --heading-style-h2-line-height: 4rem;
  --heading-style-h2-font-weight: 700;
  --container-button-features-padding-top: 4px;
  --container-features-padding-top: 32px;
  --container-features-padding-left: 32px;
  --flexbox-features-mobile-padding-top: 32px;
  --flexbox-features-mobile-padding-right: 32px;
  --flexbox-features-mobile-padding-bottom: 32px;
  --flexbox-features-mobile-padding-left: 32px;
  --button-features-padding-top: 14px;
  --button-features-padding-right: 16px;
  --button-features-padding-bottom: 14px;
  --button-features-padding-left: 16px;
  --content-features-padding-top: 32px;
  --content-features-padding-right: 40px;
  --content-features-padding-bottom: 32px;
  --content-features-padding-left: 40px;
  --container-vertical-bar-padding-bottom: 32px;
  --text-style-mute-color: #7b7b7f;
  --text-style-font-family: Lato;
  --text-style-color: #3c394b;
  --text-style-font-size: clamp(1.1 * 1rem, ((1.1 - ((1.2 - 1.1) / (90 - 20) * 20)) * 1rem + ((1.2 - 1.1) / (90 - 20)) * 100vw), 1.2 * 1rem);
  --text-style-font-weight: 400;
  --div-component-padding-right: 60px;
  --div-component-padding-left: 60px;
  --text-style-small-font-family: Lato;
  --text-style-small-font-size: 1rem;
  --heading-component-bar-padding-bottom: 32px;
  --button-padding-top: 16px;
  --button-padding-right: 32px;
  --button-padding-bottom: 16px;
  --button-padding-left: 32px;
  --button-background-color: #5346f4;
  --button-font-family: Lato;
  --button-font-size: clamp(1.1 * 1rem, ((1.1 - ((1.2 - 1.1) / (90 - 20) * 20)) * 1rem + ((1.2 - 1.1) / (90 - 20)) * 100vw), 1.2 * 1rem);
  --text-style-color-title-color: #181332;
  --heading-style-h3-color: #3c394b;
  --max-padding-padding-right: 120px;
  --max-padding-padding-left: 120px;
  --text-style-very-small-font-size: .8rem;
  --heading-style-h1-margin-top: 0px;
  --heading-style-h1-margin-bottom: 0px;
  --heading-style-h1-font-family: Lato;
  --heading-style-h1-color: #181332;
  --heading-style-h1-font-size: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (90 - 20) * 20)) * 1rem + ((4 - 2.5) / (90 - 20)) * 100vw), 4 * 1rem);
  --heading-style-h1-font-weight: 700;
  --text-color-inverse-color: #f5f6fd;
  --heading-style-h2-color: #181332;
  --text-style-bold-font-weight: 700;
}

.style-s-4-5jn77 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.style-s-9-et4yk {
  background-color: #fbfbfd;
  border-bottom: 1px solid #f3f4f6;
  justify-content: space-between;
  align-items: center;
  padding: 15px 22px;
}

.style-s-g-8ewqq, .style-s-n-e6np1 {
  color: #a1a1aa;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 10.5px;
}

.style-s-s-e5uyt {
  align-items: stretch;
}

.style-s-x-y4jeg {
  background-color: #fcfcfd;
  border-right: 1px solid #f3f4f6;
  flex-shrink: 0;
  gap: 3px;
  width: 198px;
  padding: 18px 13px;
}

.style-s-14-k8uog {
  color: #18181b;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e8e8ee;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.style-s-1b-59ix0 {
  color: #52525b;
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  display: flex;
}

.style-s-1b-59ix0:hover {
  background-color: #f2f2f5;
}

.style-s-1i-rec1n {
  color: #52525b;
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  display: flex;
}

.style-s-1i-rec1n:hover {
  background-color: #f2f2f5;
}

.style-s-1p-p8dkj {
  color: #52525b;
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  display: flex;
}

.style-s-1p-p8dkj:hover {
  background-color: #f2f2f5;
}

.style-s-1w-240t5 {
  color: #52525b;
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  display: flex;
}

.style-s-1w-240t5:hover {
  background-color: #f2f2f5;
}

.style-s-21-n3yed {
  background-image: linear-gradient(118deg, #9db4f5 0%, #b2a4f2 30%, #ecd4ac 70%, #f6f6f8 100%);
  flex: 1;
  padding: 18px;
}

.style-s-26-e5ai9 {
  background-color: #fff;
  border-radius: 15px;
  min-height: 380px;
  padding: 24px 26px;
  box-shadow: 0 1px 3px #14142812, 0 12px 32px #1414280f;
}

.style-s-2b-pfqxj {
  align-items: stretch;
  gap: 26px;
  margin-bottom: 22px;
}

.style-s-2g-31tyz {
  flex: 1;
  gap: 15px;
}

.style-s-2l-szzz5 {
  gap: 7px;
}

.style-s-2q-al79d {
  justify-content: space-between;
  align-items: baseline;
}

.style-s-2x-dwfdi {
  color: #5b5bf0;
  font-size: 13px;
  font-weight: 500;
}

.style-s-34-u04az {
  color: #5b5bf0;
  font-size: 12px;
  font-weight: 500;
}

.style-s-39-elamk {
  background-color: #efeff3;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.style-s-3e-lbfac {
  background-color: #5b5bf0;
  border-radius: 6px;
  width: 3%;
  height: 100%;
}

.style-s-3j-swtez {
  gap: 7px;
}

.style-s-3o-i9ht7 {
  justify-content: space-between;
  align-items: baseline;
}

.style-s-3v-wh9ay {
  color: #52525b;
  font-size: 13px;
}

.style-s-42-bhwrb {
  color: #9a9aa5;
  font-size: 12px;
}

.style-s-47-l0ixs {
  background-color: #efeff3;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.style-s-4c-1jgcu {
  background-color: #c7c7d1;
  border-radius: 6px;
  width: 18%;
  height: 100%;
}

.style-s-4h-qagga {
  gap: 7px;
}

.style-s-4m-s17hs {
  justify-content: space-between;
  align-items: baseline;
}

.style-s-4t-eo9i4 {
  color: #52525b;
  font-size: 13px;
}

.style-s-50-9pxe6 {
  color: #9a9aa5;
  font-size: 12px;
}

.style-s-55-xawyx {
  background-color: #efeff3;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.style-s-5a-nbv7h {
  background-color: #c7c7d1;
  border-radius: 6px;
  width: 36%;
  height: 100%;
}

.style-s-5f-1e7j4 {
  gap: 7px;
}

.style-s-5k-oxfzh {
  justify-content: space-between;
  align-items: baseline;
}

.style-s-5r-zz3dp {
  color: #52525b;
  font-size: 13px;
}

.style-s-5y-vaz3e {
  color: #9a9aa5;
  font-size: 12px;
}

.style-s-63-tkxnp {
  background-color: #efeff3;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.style-s-68-vi4pk {
  background-color: #c7c7d1;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.style-s-6d-tk7hw {
  background-color: #fbfbfd;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  width: 262px;
  padding: 22px 20px;
}

.style-s-6k-q0ay0 {
  color: #9a9aa5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 10px;
}

.style-s-6p-soe0d {
  align-items: baseline;
  gap: 5px;
  margin-top: 14px;
}

.style-s-6w-2j14u {
  color: #18181b;
  font-size: 52px;
  font-weight: 500;
  line-height: .95;
}

.style-s-73-cn00g {
  color: #71717a;
  font-size: 17px;
  font-weight: 500;
}

.style-s-7a-kioc0 {
  color: #9a9aa5;
  margin-top: 13px;
  font-size: 12px;
  line-height: 1.5;
}

.style-s-7f-a6fsw {
  border-top: 1px solid #f0f0f4;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-top: 22px;
  padding-top: 18px;
}

.style-s-7q-u5jo0 {
  color: #18181b;
  max-width: 380px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.style-s-7x-zlr5a {
  color: #71717a;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
}

.style-s-82-3pq1e {
  flex-wrap: wrap;
  gap: 9px;
}

.style-s-89-kpman, .style-s-8g-rrhdf {
  color: #52525b;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
}

.style-s-4-x10ny {
  background-color: #f9fafb;
  padding: 32px 16px;
}

.style-s-a-sz3c5 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.style-s-g-b60l4 {
  background-color: #fbfbfd;
  border-bottom: 1px solid #f3f4f6;
  justify-content: space-between;
  align-items: center;
  padding: 15px 22px;
}

.style-s-o-k1x9q, .style-s-v-pg4qt {
  color: #a1a1aa;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 10.5px;
}

.style-s-10-94d0u {
  grid-template-columns: 198px 1fr;
  display: grid;
}

.style-s-16-se1vz {
  background-color: #fcfcfd;
  border-right: 1px solid #f3f4f6;
  gap: 3px;
  padding: 18px 13px;
}

.style-s-1e-s0tts {
  color: #18181b;
  background-color: #fff;
  border: 1px solid #e8e8ee;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.style-s-1e-s0tts:hover {
  background-color: #f2f2f5;
}

.style-s-1n-ujjtp {
  color: #52525b;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  display: flex;
}

.style-s-1n-ujjtp:hover {
  background-color: #f2f2f5;
}

.style-s-1v-5d107 {
  color: #52525b;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  display: flex;
}

.style-s-1v-5d107:hover {
  background-color: #f2f2f5;
}

.style-s-23-83rkf {
  color: #52525b;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  display: flex;
}

.style-s-23-83rkf:hover {
  background-color: #f2f2f5;
}

.style-s-2b-1e46n {
  color: #52525b;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  display: flex;
}

.style-s-2b-1e46n:hover {
  background-color: #f2f2f5;
}

.style-s-2h-qmsqh {
  background: linear-gradient(118deg, #9db4f5 0%, #b2a4f2 30%, #ecd4ac 70%, #f6f6f8 100%);
  padding: 18px;
}

.style-s-2n-6bhti {
  background-color: #fff;
  border-radius: 15px;
  min-height: 380px;
  padding: 24px 26px;
  box-shadow: 0 1px 3px #14142812, 0 12px 32px #1414280f;
}

.style-s-2z-hdhum {
  grid-template-columns: minmax(0, 1fr) 262px;
  align-items: stretch;
  gap: 26px;
  margin-bottom: 22px;
  display: grid;
}

.style-s-3a-pgs1l {
  margin-bottom: 15px;
}

.style-s-3h-8d8qv {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
  font-size: 13px;
}

.style-s-3p-yfhdq, .style-s-3w-suuws {
  color: #5b5bf0;
  font-weight: 500;
}

.style-s-41-kecwa {
  background-color: #efeff3;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.style-s-47-dtqla {
  background-color: #5b5bf0;
  border-radius: 6px;
  width: 3%;
  height: 100%;
}

.style-s-4d-iiuop {
  margin-bottom: 15px;
}

.style-s-4j-qlsrv {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
  font-size: 13px;
}

.style-s-4r-e20yd {
  color: #52525b;
}

.style-s-4y-an6ii {
  color: #9a9aa5;
}

.style-s-53-14n2c {
  background-color: #efeff3;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.style-s-59-h4hzr {
  background-color: #c7c7d1;
  border-radius: 6px;
  width: 18%;
  height: 100%;
}

.style-s-5f-p80kq {
  margin-bottom: 15px;
}

.style-s-5l-y8w7q {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
  font-size: 13px;
}

.style-s-5t-a284u {
  color: #52525b;
}

.style-s-60-zqchx {
  color: #9a9aa5;
}

.style-s-65-msees {
  background-color: #efeff3;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.style-s-6b-2lds7 {
  background-color: #c7c7d1;
  border-radius: 6px;
  width: 36%;
  height: 100%;
}

.style-s-6h-ozzho {
  margin-bottom: 15px;
}

.style-s-6n-irhxn {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
  font-size: 13px;
}

.style-s-6v-5c7ze {
  color: #52525b;
}

.style-s-72-mprwv {
  color: #9a9aa5;
}

.style-s-77-jgk7c {
  background-color: #efeff3;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.style-s-7d-40fjc {
  background-color: #c7c7d1;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.style-s-7j-u7o83 {
  background-color: #fbfbfd;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  justify-content: center;
  padding: 22px 20px;
}

.style-s-7r-g0ye1 {
  color: #9a9aa5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.style-s-7w-tr4ro {
  letter-spacing: -1.5px;
  align-items: baseline;
  gap: 5px;
  margin-top: 14px;
}

.style-s-84-vco7h {
  color: #18181b;
  font-size: 52px;
  font-weight: 500;
  line-height: .95;
}

.style-s-8b-d1fzy {
  color: #71717a;
  font-size: 17px;
  font-weight: 500;
}

.style-s-8i-6dw35 {
  color: #9a9aa5;
  margin-top: 13px;
  font-size: 12px;
  line-height: 1.5;
}

.style-s-8n-1foxw {
  border-top: 1px solid #f0f0f4;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-top: 22px;
  padding-top: 18px;
}

.style-s-8z-nu6qw {
  color: #18181b;
  max-width: 380px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.style-s-96-1bkmh {
  color: #71717a;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
}

.style-s-9b-zgn27 {
  flex-wrap: wrap;
  gap: 9px;
}

.style-s-9j-mqkqi, .style-s-9q-kbblu {
  color: #52525b;
  background-color: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 8px;
  padding: 8px 12px;
}

.style-s-a0-zja8z {
  margin-bottom: 22px;
}

.style-s-a6-0ce9a {
  background-color: #0e0e14;
  border: 1px solid #22222e;
  border-radius: 12px;
  overflow: hidden;
}

.style-s-ac-ao4f4 {
  background-color: #16161f;
  border-bottom: 1px solid #22222e;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
}

.style-s-ak-o492n {
  color: #7a7a8c;
  margin-left: 8px;
  font-size: 11.5px;
}

.style-s-ap-g237x {
  color: #c9c9d4;
  padding: 15px 16px;
  font-size: 12.5px;
  line-height: 1.55;
}

.style-s-b1-yyjw9 {
  color: #3fd17c;
}

.style-s-b8-oln2l {
  color: #c9c9d4;
}

.style-s-bf-4pwff {
  color: #7dd3a8;
}

.style-s-bk-v9dnr {
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
}

.style-s-bs-oc9qk {
  color: #5be39a;
  border: 1px solid #3fd17c73;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-bz-ipd5b {
  color: #43434f;
}

.style-s-c6-5gn8j {
  color: #5be39a;
  border: 1px solid #3fd17c73;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-cd-k8xba {
  color: #43434f;
}

.style-s-ck-qy4rx {
  color: #5be39a;
  border: 1px solid #3fd17c73;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-cr-oi4ni {
  color: #43434f;
}

.style-s-cy-zdb8w {
  color: #5be39a;
  border: 1px solid #3fd17c73;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-d5-m01sn {
  color: #43434f;
}

.style-s-dc-747pj {
  color: #5be39a;
  background-color: #3fd17c24;
  border: 1px solid #3fd17c59;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 500;
}

.style-s-dn-femma {
  color: #3fd17c;
}

.style-s-du-yrws1 {
  color: #c9c9d4;
}

.style-s-e1-2vfqn {
  color: #7dd3a8;
}

.style-s-e6-daz7f {
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.style-s-ee-tvq45 {
  color: #d8a6a6;
  border: 1px solid #ff6b6b4d;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-el-z2clj {
  color: #43434f;
}

.style-s-es-wdbhv {
  color: #d8a6a6;
  border: 1px solid #ff6b6b4d;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-ez-wvbff {
  color: #43434f;
}

.style-s-f6-1k0j8 {
  color: #d8a6a6;
  border: 1px solid #ff6b6b4d;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-fd-9kqvr {
  color: #43434f;
}

.style-s-fk-ktr4m {
  color: #d8a6a6;
  border: 1px solid #ff6b6b4d;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-fr-j8pff {
  color: #43434f;
}

.style-s-fy-2p2m6 {
  color: #d8a6a6;
  border: 1px solid #ff6b6b4d;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-g5-h2o6e {
  color: #43434f;
}

.style-s-gc-wo33n {
  color: #d8a6a6;
  border: 1px solid #ff6b6b4d;
  border-radius: 6px;
  padding: 5px 9px;
}

.style-s-gj-15dl8 {
  color: #43434f;
}

.style-s-gq-sddcm {
  color: #ff8585;
  background-color: #ff6b6b1f;
  border: 1px solid #ff6b6b4d;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 500;
}

.style-s-gv-x4ova {
  border-top: 1px solid #f0f0f4;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-top: 22px;
  padding-top: 18px;
}

.style-s-h7-udauh {
  color: #18181b;
  max-width: 380px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.style-s-he-ua363 {
  color: #71717a;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
}

.style-s-hj-rseju {
  flex-wrap: wrap;
  gap: 9px;
}

.style-s-hr-gjvm0, .style-s-hy-s87bn {
  color: #52525b;
  background-color: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 8px;
  padding: 8px 12px;
}

.style-s-i8-vhmpl {
  margin-bottom: 22px;
}

.style-s-ii-sqh1b {
  background-color: #0e0e14;
  border: 1px solid #22222e;
  border-radius: 12px;
  margin-bottom: 18px;
  overflow: hidden;
}

.style-s-iq-z6pss {
  color: #3e3e4b;
  text-align: right;
  background-color: #0a0a0f;
  border-right: 1px solid #22222e;
  padding: 14px 12px;
  font-size: 12.5px;
  line-height: 1.85;
}

.style-s-ix-is6mo {
  color: #c9c9d4;
  padding: 14px 16px;
  font-size: 12.5px;
  line-height: 1.85;
}

.style-s-j2-ct4d6 {
  color: #7a7a8c;
  background-color: #16161f;
  border-top: 1px solid #22222e;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 11px;
}

.style-s-ja-6b0gj {
  color: #3fd17c;
}

.style-s-jh-tbxox {
  color: #7a7a8c;
  margin-left: auto;
}

.style-s-jm-py4i3 {
  border-top: 1px solid #f0f0f4;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-top: 22px;
  padding-top: 18px;
}

.style-s-jy-nfg1n {
  color: #18181b;
  max-width: 380px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.style-s-k5-9go8b {
  color: #71717a;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
}

.style-s-ka-ggxex {
  flex-wrap: wrap;
  gap: 9px;
}

.style-s-ki-8eddw, .style-s-kp-nthkg {
  color: #52525b;
  background-color: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 8px;
  padding: 8px 12px;
}

.style-s-kz-l458j {
  margin-bottom: 22px;
}

.style-s-l5-mmw63 {
  background-color: #0e0e14;
  border: 1px solid #22222e;
  border-radius: 12px;
  padding: 18px;
}

.style-s-lb-xyihh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.style-s-lj-9ti9i {
  color: #8a8a99;
}

.style-s-lq-uwb0i {
  color: #5be39a;
  background-color: #3fd17c24;
  border: 1px solid #3fd17c4d;
  border-radius: 6px;
  padding: 4px 9px;
  font-weight: 500;
}

.style-s-lv-mhgio {
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.style-s-m3-j9zxo {
  color: #fff;
  background-color: #6366f1;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.style-s-m3-j9zxo:hover {
  background-color: #5457e5;
}

.style-s-m9-rchk2 {
  flex: 1;
  min-width: 0;
}

.style-s-me-7tm0u {
  align-items: center;
  gap: 2px;
  height: 54px;
  display: flex;
  position: relative;
}

.style-s-mk-wfpks {
  color: #6e6e7e;
  justify-content: space-between;
  margin-top: 9px;
  font-size: 11px;
}

.style-s-ms-q179u, .style-s-mz-gckp8 {
  color: #6e6e7e;
}

.style-s-n6-q3zl2 {
  color: #8a8a99;
  border-top: 1px solid #22222e;
  margin-top: 12px;
  padding-top: 12px;
  font-style: italic;
  line-height: 1.5;
}

.style-s-nb-x24qb {
  border-top: 1px solid #f0f0f4;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-top: 22px;
  padding-top: 18px;
}

.style-s-nn-gv8ie {
  color: #18181b;
  max-width: 380px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.style-s-nu-uye67 {
  color: #71717a;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
}

.style-s-nz-8aye2 {
  flex-wrap: wrap;
  gap: 9px;
}

.style-s-o7-58cah, .style-s-oe-upil9 {
  color: #52525b;
  background-color: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 8px;
  padding: 8px 12px;
}

.style-s-oo-jhzh6 {
  margin-bottom: 22px;
}

.style-s-ou-bnxap {
  background-color: #0e0e14;
  border: 1px solid #22222e;
  border-radius: 12px;
  overflow: hidden;
}

.style-s-p0-yffum {
  background-color: #16161f;
  border-bottom: 1px solid #22222e;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
}

.style-s-p8-i2hgb {
  color: #7a7a8c;
  margin-left: 8px;
  font-size: 11.5px;
}

.style-s-pd-qxulm {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 15px;
  display: grid;
}

.style-s-pj-5lp7n {
  background-color: #16161f;
  border: 1px solid #22222e;
  border-radius: 9px;
  padding: 11px 13px;
}

.style-s-pr-1vfj7 {
  color: #6e6e7e;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.style-s-py-i4g1a {
  color: #e8e8f0;
  letter-spacing: -.5px;
  margin-top: 5px;
  font-size: 19px;
  font-weight: 500;
}

.style-s-q3-euk5o {
  background-color: #16161f;
  border: 1px solid #22222e;
  border-radius: 9px;
  padding: 11px 13px;
}

.style-s-qb-60q9y {
  color: #6e6e7e;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.style-s-qi-34kph {
  color: #e8e8f0;
  letter-spacing: -.5px;
  margin-top: 5px;
  font-size: 19px;
  font-weight: 500;
}

.style-s-qn-l5vef {
  background-color: #16161f;
  border: 1px solid #22222e;
  border-radius: 9px;
  padding: 11px 13px;
}

.style-s-qv-em61p {
  color: #6e6e7e;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.style-s-r2-4kyyc {
  color: #3fd17c;
  letter-spacing: -.5px;
  margin-top: 5px;
  font-size: 19px;
  font-weight: 500;
}

.style-s-r7-gooae {
  border-top: 1px solid #f0f0f4;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-top: 22px;
  padding-top: 18px;
}

.style-s-rj-qy6yo {
  color: #18181b;
  max-width: 380px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.style-s-rq-gqtyp {
  color: #71717a;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
}

.style-s-rv-lb65p {
  flex-wrap: wrap;
  gap: 9px;
}

.style-s-s3-2iyxv, .style-s-sa-zwihe {
  color: #52525b;
  background-color: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 8px;
  padding: 8px 12px;
}

.code-embed {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .heading-style-h1.text-align-center {
    line-height: 4rem;
  }

  .heading-style-h2.text-align-center.max-width-heading, .heading-style-h2.text-color-inverse {
    line-height: 3rem;
  }

  .padding-max, .padding-max.vertical-gap-medium, .padding-max.flexbox-vertical-heading.padding-medium {
    padding-left: 60px;
    padding-right: 60px;
  }

  .padding-max.flexbox-vertical-heading.padding-medium.padding-temoignage {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-nav-bar {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-leviers {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .bar-levier {
    display: none;
  }

  .container-cards-temoignages {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-infos-footer {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .container-features {
    display: none;
  }

  .flexbox-faq {
    padding: 40px 50px;
  }

  .column-temoignages.column-three {
    display: none;
  }

  .background-code {
    height: 4560px;
  }

  .container-features-mobile {
    display: flex;
  }

  .section_desamorcage {
    margin-top: -80px;
  }

  .container-background-desamorcage {
    width: calc(100% + 120px);
    margin-left: -60px;
  }

  .style-s-s-e5uyt {
    flex-direction: column;
  }

  .style-s-x-y4jeg {
    border-bottom: 1px solid #f3f4f6;
    border-right: none;
    flex-direction: row;
    width: auto;
    overflow-x: auto;
  }

  .style-s-2b-pfqxj {
    flex-direction: column;
  }

  .style-s-7f-a6fsw {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-s-10-94d0u {
    grid-template-columns: 1fr;
  }

  .style-s-16-se1vz {
    border-bottom: 1px solid #f3f4f6;
    border-right: none;
    flex-direction: row;
    overflow-x: auto;
  }

  .style-s-2z-hdhum {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h1.text-align-center {
    line-height: 3.5rem;
  }

  .heading-style-h2 {
    line-height: 3rem;
  }

  .heading-style-h2.text-align-center.max-width-heading, .heading-style-h2.text-color-inverse {
    line-height: 2.5rem;
  }

  .section_hero-section {
    padding-top: 30px;
  }

  .flexbox-vertical-heading {
    padding-left: 60px;
    padding-right: 60px;
  }

  .flexbox-faq {
    padding: 30px 40px;
  }

  .content-faq {
    width: 100%;
  }

  .image-2, .image-3, .image-4 {
    max-width: 250px;
  }

  .column-temoignages.column-two {
    display: none;
  }

  .background-code {
    height: 4762px;
  }

  .flexbox-desamorcage {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .background-desamorcage.background-desamorcage-opacity.img-desamorcage-2 {
    margin-top: 50px;
  }

  .background-desamorcage.background-desamorcage-opacity.img-desamorcage-3 {
    margin-top: 100px;
  }

  .container-background-desamorcage {
    margin-top: -100px;
  }

  .heading-style-h2-2 {
    line-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h1.text-align-center {
    line-height: 3rem;
  }

  .heading-style-h2 {
    line-height: 2.2rem;
  }

  .card_icon-wrapper:where(.w-variant-42771a87-4d47-8df8-2d75-39cda3e5c9ed) {
    display: none;
  }

  .text-color-inverse.text-style:where(.w-variant-42771a87-4d47-8df8-2d75-39cda3e5c9ed) {
    white-space: nowrap;
  }

  .section_hero-section {
    padding-top: 25px;
    overflow: hidden;
  }

  .padding-max, .padding-max.vertical-gap-medium, .padding-max.flexbox-vertical-heading.padding-medium {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-max.flexbox-vertical-heading.padding-medium.padding-temoignage {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-cards-temoignages {
    height: 1100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-content-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-text-links-footer {
    flex-flow: column;
  }

  .container-infos-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .flexbox-vertical-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexbox-faq {
    padding: 25px 35px;
  }

  .background-code {
    height: 4362px;
  }

  .container-background-shader {
    margin-top: 350px;
  }

  .container-background-desamorcage {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .heading-style-h2-2 {
    line-height: 2.2rem;
  }

  .style-s-8n-1foxw, .style-s-gv-x4ova, .style-s-jm-py4i3, .style-s-nb-x24qb {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-s-pd-qxulm {
    grid-template-columns: 1fr;
  }

  .style-s-r7-gooae {
    flex-direction: column;
    align-items: flex-start;
  }
}


