:root {
  --border-base: 50px;
  --beige: #f9f6f3;
  --accent-2-blue: #6c84e4;
  --transparent: transparent;
  --black: #4b4b4b;
  --generalsand-font: Generalsans, sans-serif;
  --border-mobile: 25px;
  --white: white;
  --color: #4b4b4b;
  --lynx--white: white;
  --lynx--black: #3b3b3b;
  --lynx--grey: #797c83;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-100: #f7f9fd;
  --beige-card: #f2efec;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --lynx--medium-purple: #8979ec;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--primary-dark: #2d0896;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray100: #f2f4f7;
  --flowui-component-library--gray-800: #1b114a;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--500: #a0a3bd;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --flowui-component-library--primary-darker: #1e085e;
  --padding-section-base: 10vh;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.button-base-footer-large :hover{
  background-color: rgba(44, 48, 44, 0.667);
  color: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #1a1b1f;
  cursor: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  width: 100%;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  border-top-left-radius: var(--border-base);
  border-top-right-radius: var(--border-base);
  background-color: var(--beige);
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.section.cc-cta {
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: var(--accent-2-blue);
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  border-radius: var(--border-base);
  background-color: #0000;
  border: 1px solid #000;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: var(--accent-2-blue);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

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

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.track {
  height: 300vw;
  padding-top: 0;
}

.camera {
  width: 100vw;
  height: 100vh;
  padding-top: 10vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  background-color: var(--transparent);
  flex: none;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.item.page-1 {
  display: block;
}

.item.page-2 {
  display: none;
}

.item.page-1_2 {
  display: block;
}

.column {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
}

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

.columns {
  aspect-ratio: auto;
  display: flex;
}

.paragraph {
  text-align: right;
}

.container-2 {
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.container-3 {
  width: 60%;
  max-height: 50px;
}

.container-4 {
  width: auto;
  max-height: 50px;
}

.track-card {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 500vh;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.flex-block {
  background-color: var(--accent-2-blue);
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 6.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

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

.container-6 {
  max-width: 100%;
}

.base-block-class {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.right {
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  width: 40%;
  max-width: none;
  margin-right: 60px;
  padding-bottom: 0;
}

.left {
  width: 60%;
  margin-left: 60px;
}

.flex-block-2 {
  border-radius: var(--border-base);
  background-color: var(--beige);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.inner-content-container {
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
}

.card {
  z-index: auto;
  aspect-ratio: auto;
  border-radius: var(--border-base);
  background-color: var(--beige);
  object-fit: fill;
  position: sticky;
  bottom: 72px;
  overflow: visible;
}

.card.first-card {
  z-index: 1;
  clear: none;
  position: sticky;
}

.card.third-card {
  z-index: 3;
  background-color: var(--black);
  position: sticky;
}

.card.second-card {
  z-index: 2;
  background-color: var(--accent-2-blue);
  margin-top: 0;
  position: sticky;
  overflow: visible;
}

.card.last-card {
  position: relative;
  top: -100%;
}

.card.thrid-card {
  background-color: var(--black);
  margin-top: 0;
  position: sticky;
  overflow: hidden;
}

.flex-block-3 {
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  position: static;
}

.image {
  border-radius: var(--border-base);
}

.container-8 {
  max-width: 60%;
  margin-right: 50px;
}

.heading {
  padding-right: 100px;
}

.accordiion-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: static;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  margin-left: 10vw;
  margin-right: 10vw;
}

.paragraph-2 {
  font-family: var(--generalsand-font);
  color: var(--black);
  text-align: center;
}

.heading-2 {
  font-family: var(--generalsand-font);
  color: var(--black);
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.container-9 {
  border-radius: var(--border-base);
  background-color: var(--beige);
  flex-direction: row;
  justify-content: space-between;
  max-width: 95%;
  display: flex;
}

.flex-expand {
  margin: 50px 0px var(--border-base) 50px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-expand.flex-left {
  justify-content: space-around;
  align-items: flex-start;
  min-width: 55%;
  max-width: none;
  margin-top: 56px;
  position: static;
}

.flex-expand.flex_right {
  margin-top: 56px;
  margin-right: var(--border-base);
  min-width: 30%;
  position: relative;
}

.flex-spacer {
  width: 20vw;
  height: 40px;
}

.flex-spacer.flex-spacer-descriptif {
  width: 5vw;
}

.image-2 {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.toogle-switch {
  border-radius: var(--border-base);
  border: 2px solid #000;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: relative;
}

.text-toogle {
  z-index: 1;
  font-family: var(--generalsand-font);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.text-toogle.left-toogle {
  color: var(--white);
}

.text-toogle.right-toogle {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex-wrap: nowrap;
  display: flex;
  overflow: visible;
}

.toogle-button {
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  width: 50%;
  height: 100%;
  position: absolute;
}

.container-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.heading-block-ofs {
  opacity: 1;
  font-family: var(--generalsand-font);
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-3 {
  font-family: var(--generalsand-font);
  color: var(--black);
  margin-top: 5vh;
  font-size: 18px;
  position: static;
  inset: 0% 0% auto;
}

.image-wrapper-1-1 {
  aspect-ratio: auto;
  border-radius: var(--border-base);
  background-color: var(--beige);
  width: auto;
  height: auto;
  padding-top: 100%;
  position: static;
  overflow: hidden;
}

.image-3 {
  border-radius: var(--border-base);
  background-color: var(--beige);
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.hero-heading-right {
  background-color: #fff0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.descriptif {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 75%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.hero-wrapper.reverse {
  flex-direction: row-reverse;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-split {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-bottom: 3vh;
  margin-left: 40px;
  display: flex;
}

.hero-split.hero-left, .hero-split.reverse {
  align-items: flex-start;
}

.shadow-two {
  aspect-ratio: auto;
  object-fit: cover;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 24px #96a3b514;
}

.features {
  text-align: left;
  margin-bottom: 5px;
  font-family: Generalsans, sans-serif;
}

.features.left-text {
  text-align: left;
}

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

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

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

.container-header-seller {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1400px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.section-base {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 140px;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.section-base.descriptif-section {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  display: block;
  position: static;
}

.section-base.tittle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-base.descriptio-section {
  width: auto;
  height: auto;
}

.section-base.marketing-section {
  width: 100%;
  height: 100%;
}

.section-base.section-for-mobile {
  display: none;
}

.section-base.for-cards, .section-base.tab-features {
  display: flex;
}

.section-base.section_base_fullheight {
  height: 85vh;
  margin-bottom: 0;
  display: flex;
}

.section-base.hide, .section-base.section-about {
  display: none;
}

.section-base.first-section, .section-base.start-section {
  margin-top: 0;
}

.section-base.blue-section {
  background-color: var(--accent-2-blue);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.title {
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 2vh;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  display: flex;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: none;
  display: grid;
}

.container-14 {
  display: flex;
}

.container-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch center;
  max-width: 95%;
  display: grid;
}

.grig-market {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 95%;
  display: grid;
}

.grid-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 95%;
  display: grid;
}

.container-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: flex;
}

.grid-marketing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .33fr .33fr .33fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch stretch;
  width: 95%;
  max-width: 1680px;
  display: grid;
}

.marketing-container-base {
  border: 1px solid var(--accent-2-blue);
  border-top-left-radius: var(--border-base);
  border-top-right-radius: var(--border-base);
  flex-flow: column wrap;
  place-content: center flex-start;
  min-height: 250px;
  margin-bottom: 32px;
  padding: 30px 20px 10px;
  transition: transform .3s;
  display: flex;
}

.marketing-container-base:hover {
  transform: scale(1.1);
}

.marketing-container-base.variant-blue {
  background-color: var(--accent-2-blue);
  border-style: solid;
}

.marketing-container-base.variant-blue.variant-bottom {
  border-radius: 0;
  border-radius: 0px 0px var(--border-base) var(--border-base);
}

.marketing-container-base.variant-middle {
  border-radius: 0;
}

.marketing-container-base.variant-bottom {
  border-radius: 0px 0px var(--border-base) var(--border-base);
}

.marketing-container-base.starter-mark, .marketing-container-base.starter-marketing {
  margin-top: 0;
}

.marketing-container-base.starter-marketing.starter-marketing-ventes {
  margin-top: 100px;
}

.heading-6 {
  clear: none;
  color: var(--black);
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-content: stretch;
  padding-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}

.heading-6.variant-blue-text {
  color: var(--white);
}

.paragraph-4 {
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.variant-text-bluebachground {
  color: var(--white);
  font-family: Generalsans, sans-serif;
}

.first-column-flex {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 60px;
  padding-left: 0;
  display: grid;
}

.header-footer {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.page-footer {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

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

.paragraph-5 {
  color: #0000;
  font-family: Generalsans, sans-serif;
}

.text-block {
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.slipde {
  margin-bottom: 16px;
  padding-top: 32px;
  padding-bottom: 48px;
  overflow: hidden;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
}

.section-3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-offre {
  border-radius: var(--border-base);
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 450px;
  height: 100%;
  padding-left: 0;
  transition: transform .3s;
  display: flex;
}

.card-offre:hover {
  transform: scale(1.05);
}

.card-offre.page-offre-card {
  background-color: var(--beige);
}

.card-offre.card-offre-page-product {
  background-color: var(--white);
}

.heading-detail-offre {
  color: var(--accent-2-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 12px;
  font-family: Generalsans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.heading-detail-offre.header-name-solution {
  font-size: 32px;
  font-weight: 600;
}

.heading-detail-offre.first-text-offre {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}

.text-offre {
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-offre.header-text-offre {
  color: var(--accent-2-blue);
  margin-bottom: 20px;
  font-weight: 500;
}

.text-offre.text-detail {
  padding-left: 10px;
  font-size: 15px;
  line-height: 22.5px;
}

.text-offre.licences-text {
  color: var(--accent-2-blue);
  font-weight: 500;
}

.text-offre.header-offre {
  text-align: center;
  margin-bottom: 10px;
}

.line-blue {
  background-color: var(--accent-2-blue);
  width: 100%;
  height: 1px;
}

.container-text-offre {
  min-height: 200px;
  padding: 15px 32px 0;
}

.container-text-offre.start-container-offre {
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding-top: 37px;
  display: flex;
}

.container-text-detail {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 12px;
  line-height: 21px;
  text-decoration: underline;
}

.discover-offre {
  border-bottom-left-radius: var(--border-base);
  border-bottom-right-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.swiper-section {
  padding-bottom: 100px;
  display: flex;
}

.swiper-section.slider1 {
  width: 100%;
  padding-right: 14em;
  position: relative;
}

.lynx-paragraph-features {
  color: var(--color);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
}

.lynx-heading-features {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 128%;
}

.lynx-icon-features {
  width: 32px;
  height: 32px;
  display: block;
}

.lynx-block-features {
  background-color: var(--lynx--white);
  border-radius: 30px;
  margin-bottom: 26px;
  padding: 28px;
  box-shadow: 0 40px 40px -10px #1f202214;
}

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

.lynx-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-content.faq {
  display: none;
}

.lynx-paragraph-accordion {
  color: var(--color);
  margin-bottom: 30px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion {
  color: var(--color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
  text-decoration: none;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-accordion-item {
  border-radius: var(--border-base);
  background-color: var(--lynx--white);
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  border-radius: var(--border-base);
  background-color: var(--beige);
  flex-direction: column;
  width: 100%;
  max-width: 940px;
  padding: 40px;
  display: flex;
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-2 {
  color: var(--color);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.link {
  text-transform: uppercase;
  word-break: normal;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.link-2, .link-3, .link-4 {
  text-decoration: none;
}

.bottompage {
  padding-bottom: 100px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.heading-14 {
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 120px;
}

.heading-14.title {
  text-align: left;
  justify-content: flex-start;
}

.container-18 {
  max-width: 85%;
  margin-bottom: 10vh;
}

.f-paragraph-small-2 {
  color: var(--accent-2-blue);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 37px;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  background-color: var(--beige);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 92px;
  min-width: 48px;
  height: 92px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-40 {
  margin-bottom: 0;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  border-radius: var(--border-base);
  color: var(--flowui-component-library--gray-900);
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 32px 0;
  display: flex;
}

.f-testimonial-card.line-blue {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.f-testimonial-card.line-blue.blue {
  background-color: var(--accent-2-blue);
  width: 1px;
  height: 85%;
}

.f-testimonial-card.variant-hover {
  justify-content: flex-end;
  align-items: flex-start;
}

.f-grid-three-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige);
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1px, 1px) 1fr minmax(1px, 1px) 1fr;
  grid-auto-flow: column;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.heading-15 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 120px;
  display: block;
}

.paragraph-6 {
  color: var(--black);
  text-align: center;
  margin-top: 35%;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  line-height: 36px;
  display: block;
}

.card-back {
  background-color: var(--lynx--grey);
  position: absolute;
  inset: 0%;
}

.card-front {
  background-color: var(--accent-2-blue);
  position: absolute;
  inset: 0%;
}

.card-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.focus {
  background-color: #ff6565;
  position: absolute;
  overflow: hidden;
}

._w-card-back {
  opacity: 1;
  perspective: 1000px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 20px 2vw;
  display: flex;
}

.card-img {
  height: 120px;
}

.card-btn-focus-bg {
  background-image: radial-gradient(circle farthest-side, #ff9865, #fff0);
  width: 75%;
  height: 200%;
  position: absolute;
  inset: -75% -10% auto auto;
}

.c-card-no {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.cloneable-area {
  width: auto;
  height: 100%;
  min-height: 0;
  padding: 0;
  position: static;
}

.card-title {
  color: #fff;
  text-align: right;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.no-dot {
  opacity: .2;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 5px 2px;
}

.c-card-title {
  margin-bottom: 5px;
}

.c-card-btn {
  padding: 20px;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-no-text {
  opacity: .2;
  color: #fff;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
  transform: translate(-20px);
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px dashed #ffffff40;
  padding: 20px 15px;
  transform: translate(0);
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-card-quote {
  position: relative;
}

.card-bg-quotemark {
  color: #fff;
  display: inline-block;
}

.card-bg-quotemark.btm {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: auto -.3em -.4em auto;
}

.card-bg-quotemark.top {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: -.4em auto auto -.3em;
}

.card-alias {
  color: #ddd;
  text-align: right;
  font-size: .9em;
  line-height: 1em;
}

.card-label {
  opacity: .2;
  color: #fff;
  font-size: .8em;
  line-height: 1em;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-flip-card {
  width: auto;
  height: 100%;
  position: relative;
}

.c-card-front {
  border-radius: var(--border-base);
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.c-card-label {
  text-align: center;
  padding: 20px;
}

.card-quote {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
}

._w-card-front {
  background-color: var(--transparent);
  perspective: 1000px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 20px;
  display: flex;
  position: static;
  transform: none;
}

.card-text.focus {
  z-index: 10;
  position: relative;
}

.c-no-dots {
  z-index: 10;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-card-back {
  border-radius: var(--border-base);
  background-color: var(--beige-card);
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.c-card-quote {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.section-5 {
  background-color: var(--accent-2-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-16 {
  color: var(--accent-2-blue);
}

.spacing-card {
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  width: 1px;
  max-width: none;
  height: 100%;
  display: flex;
}

.grid-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--border-base);
  background-color: var(--beige);
  grid-template-rows: repeat(auto-fit, minmax(600px, 1fr));
  grid-template-columns: 1fr minmax(1px, 1px) 1fr minmax(1px, 1px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  display: grid;
}

.line_blue {
  background-color: var(--accent-2-blue);
  width: 100%;
  height: 85%;
}

.paragraph-7 {
  color: var(--accent-2-blue);
  text-align: center;
  text-transform: none;
  margin-top: 10%;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.quick-stack {
  width: 100%;
  height: 100vh;
}

.cell {
  border-radius: var(--border-base);
  background-color: var(--beige);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.image-4 {
  border-radius: var(--border-base);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.container-19 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 80%;
  position: static;
  overflow: hidden;
}

.container-20 {
  max-width: none;
}

.image-5 {
  object-fit: cover;
  height: 70%;
  position: static;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

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

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  max-width: none;
  height: 90vh;
  display: grid;
}

.grid-type-entreprise {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: none;
  height: auto;
  display: grid;
}

.grid-type-entreprise.removed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cell-entreprise {
  border-right: 3px none var(--accent-2-blue);
  background-color: var(--beige);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.cell-entreprise._2-card {
  padding-left: 20px;
}

.cell-entreprise._2-card-bis {
  background-color: var(--beige);
}

.cell-entreprise.card-solutions {
  border-radius: var(--border-base);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-height: none;
  display: flex;
}

.cell-entreprise.card-entreprise {
  background-color: var(--transparent);
  box-shadow: none;
  max-height: none;
  overflow: visible;
}

.container-image-entreprise {
  aspect-ratio: auto;
  border-top-left-radius: var(--border-base);
  border-top-right-radius: var(--border-base);
  width: 50%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container-image-entreprise.page-solutions-card {
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.heading-cell-entreprise {
  color: var(--accent-2-blue);
  text-align: center;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  position: static;
  inset: 45% 0% 0%;
}

.heading-cell-entreprise.heading-back-card {
  color: var(--white);
}

.image-entreprise {
  border-radius: var(--border-base) var(--border-base) 0px 0px;
  object-fit: cover;
  width: 100%;
  height: 75%;
  margin-bottom: 0;
}

.image-entreprise.card-image {
  border-radius: var(--border-base);
  border: 0 solid #4b4b4b;
  width: 85%;
  height: 70%;
  box-shadow: 0 2px 5px #0003;
}

.image-entreprise.card-entreprise {
  height: auto;
}

.image-entreprise.upper {
  z-index: 2;
  border-bottom-left-radius: var(--border-base);
  border-bottom-right-radius: var(--border-base);
  filter: brightness(45%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-23 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.cursor-wrapper {
  z-index: 10000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  z-index: 1000;
  opacity: 1;
  pointer-events: none;
  background-color: #0000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body {
  cursor: auto;
  overflow: visible;
}

.image-8 {
  width: 32px;
  height: 32px;
  position: static;
}

.container-24 {
  background-color: var(--color);
}

.container-25 {
  background-color: #5779ff33;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  margin-left: -50px;
  padding-left: 0;
  display: flex;
}

.container-exemple-product {
  border-radius: var(--border-base);
  background-color: var(--beige);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 80%;
  margin-top: 0;
  display: flex;
}

.text-exemple-product {
  color: #5779ff4d;
  -webkit-text-stroke-color: #5779ff66;
  text-transform: uppercase;
  cursor: grab;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.text-exemple-product:hover, .text-exemple-product.medical:hover {
  color: var(--accent-2-blue);
}

.conainter-text-product {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 4vh 4vw;
  display: flex;
  overflow: visible;
}

.separator-text {
  color: #5779ff4d;
  -webkit-text-stroke-color: #5779ff66;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.container-text {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cursor-product {
  background-color: var(--transparent);
  opacity: 1;
  color: var(--flowui-component-library--gray-900);
  width: 400px;
  max-width: 400px;
  height: auto;
  position: absolute;
  inset: 0%;
}

.image-9 {
  border-radius: var(--border-base);
  position: static;
}

.image-product {
  border-radius: var(--border-base);
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-3 {
  background-color: var(--color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-product-exemple {
  border-radius: var(--border-base);
  display: none;
}

.image-product-exemple.medical, .image-product-exemple.medical-copy {
  display: none;
}

.line-blue-product {
  background-color: var(--accent-2-blue);
  flex: 0 auto;
  width: 95%;
  height: 2px;
  margin: 5px 4vw;
}

.container-26 {
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 4vw;
  margin-right: auto;
  display: flex;
}

.heading-18 {
  color: var(--accent-2-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.dot-blue {
  background-color: var(--accent-2-blue);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.f-image-cover {
  border-radius: var(--border-base);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-cta-image-wrapper {
  height: 360px;
  padding: 5%;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-form-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-form-button:active {
  background-color: var(--flowui-component-library--gray-900);
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-margin-bottom-08 {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.f-paragraph-large {
  color: var(--color);
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-49 {
  margin-bottom: 48px;
}

.f-h3-heading-2 {
  color: var(--accent-2-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.f-margin-bottom-50 {
  margin-bottom: 16px;
}

.f-cta-grid-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  margin-left: 4%;
  margin-right: 2%;
}

.f-container-regular-2 {
  border-radius: var(--border-base);
  background-color: var(--beige);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.f-section-regular-2 {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-top: 140px;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-paragraph-white {
  color: var(--lynx--white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-white {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero-large {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-hero-large {
  background-image: url('../images/Hero_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.camera-card {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 90vw;
  max-width: 1400px;
  height: 80vh;
  margin-top: 50px;
}

.cell-2 {
  justify-content: flex-end;
  padding-right: 0;
}

.heading-19 {
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 40px;
  line-height: 52px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-19._2-card {
  opacity: 0;
  color: var(--black);
  display: block;
  position: absolute;
  top: 0;
}

.heading-19._3-card {
  opacity: 0;
  color: var(--black);
  display: block;
  position: absolute;
}

.heading-19._1-card {
  opacity: 1;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0 0% auto;
}

.div-block-4 {
  width: 100%;
  max-width: 676px;
  height: 100%;
  max-height: 885px;
  position: relative;
  overflow: visible;
}

.div-block-5 {
  z-index: 1;
  width: 100%;
  max-width: 515px;
  height: 100%;
  max-height: 885px;
  display: block;
  position: absolute;
}

.div-block-5._2-card {
  z-index: 2;
  margin-left: 10px;
  display: block;
}

.div-block-5._1-card {
  z-index: 3;
  display: block;
}

.div-block-5._3-card {
  margin-left: 20px;
}

.lynx-nav-button {
  border: 0px solid var(--accent-2-blue);
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 25px;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
}

.lynx-nav-button:hover {
  border-width: 0;
  border-color: var(--accent-2-blue);
  background-color: var(--black);
  color: var(--white);
  transform: translate(0, -5px);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-nav-link {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: transform .2s, color .2s;
}

.lynx-nav-link:hover {
  color: var(--accent-2-blue);
  transform: translate(0, -5px);
}

.lynx-nav-link.w--current {
  color: var(--accent-2-blue);
}

.lynx-nav-link.not-now-block {
  display: none;
}

.lynx-nav-link.up {
  font-weight: 700;
}

.lynx-nav-menu {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.lynx-logo {
  width: 200px;
  height: auto;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

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

.lynx-navbar {
  z-index: 999999;
  border-bottom-left-radius: var(--border-mobile);
  border-bottom-right-radius: var(--border-mobile);
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

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

.f-logo {
  width: 124px;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.heading-bis {
  color: var(--color);
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  line-height: 55px;
}

.f-button-primary {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.button-base {
  border: 1px solid var(--accent-2-blue);
  border-radius: var(--border-base);
  background-color: var(--white);
  color: var(--accent-2-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  height: 70px;
  padding: 20px 4vw;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  transition-property: background-color;
  transition-duration: .25s;
  overflow: visible;
}

.button-base:hover {
  border-color: var(--white);
  background-color: var(--accent-2-blue);
  color: var(--white);
}

.button-base.button-product {
  aspect-ratio: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  line-height: 18px;
  display: flex;
}

.subtitle {
  text-align: right;
  margin-top: 0;
  margin-bottom: 3vh;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
}

.list-item {
  margin-bottom: 0;
  list-style-type: none;
}

.list {
  flex-direction: column;
  align-items: flex-end;
  list-style-type: none;
  display: flex;
}

.section-force-click {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 200px;
  padding-right: 0;
  display: flex;
}

.container-27 {
  width: 100%;
  max-width: none;
}

.container-header-customers {
  width: 75%;
  max-width: 1400px;
  margin-bottom: 9vh;
  padding-top: 0;
  padding-bottom: 0;
}

.descriptif-customers {
  width: 75%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.container-28 {
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  height: 200px;
  display: flex;
}

.container-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: none;
  display: flex;
}

.heading-20 {
  color: var(--white);
}

.heading-21 {
  color: var(--white);
  text-align: left;
  width: 60%;
  font-family: Generalsans, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.container-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 75px;
  display: flex;
  position: relative;
}

.trigger {
  aspect-ratio: auto;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  top: 100vh;
}

.trigger._1-card {
  aspect-ratio: auto;
  top: 100vh;
}

.trigger._2-card {
  top: 200vh;
}

.trigger._3-card {
  top: 300vh;
}

.background-header-landing {
  z-index: -2;
  background-color: var(--transparent);
  width: 100vw;
  height: 95vh;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video {
  width: 100%;
  height: 100%;
}

.container-31 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.image-10 {
  z-index: 10000;
  object-fit: contain;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  display: none;
  position: relative;
  inset: 5% 0% 0% auto;
  overflow: visible;
}

.heading-22 {
  color: var(--accent-2-blue);
  text-align: center;
  text-transform: none;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.section-full-size {
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-words-slide-up {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-words-slide-up.title {
  text-align: left;
  justify-content: flex-start;
}

.heading-words-slide-up.black-text {
  color: var(--accent-2-blue);
  width: auto;
  margin-bottom: 10vh;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  line-height: 1.2;
  display: block;
}

.heading-words-slide-up.black-text.resize-text {
  font-size: 46px;
  font-weight: 500;
}

.heading-words-slide-up.black-text.text-header-alone {
  margin-left: 0;
  margin-right: 0;
}

.heading-words-slide-up.resize-text {
  font-size: 46px;
  font-weight: 500;
}

.intersection {
  background-color: var(--transparent);
  width: 100%;
  height: 50px;
}

.intersection.blue-intersection {
  background-color: var(--accent-2-blue);
  width: 100%;
}

.div-block-7 {
  background-color: var(--accent-2-blue);
  display: block;
}

.image-product-medical {
  border-radius: var(--border-base);
  display: none;
}

.image-product-medical.medical, .image-product-medical.medical-copy {
  display: none;
}

.image-product-asscenceurs {
  border-radius: var(--border-base);
  display: none;
}

.image-product-asscenceurs.medical, .image-product-asscenceurs.medical-copy {
  display: none;
}

.image-product-mobilierurbain {
  border-radius: var(--border-base);
  display: none;
}

.image-product-mobilierurbain.medical, .image-product-mobilierurbain.medical-copy {
  display: none;
}

.lynx-link-footer-dark {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 11px;
  line-height: 140%;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx--white);
}

.lynx-text-footer-dark {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--accent-2-blue);
}

.lynx-link-footer-large-white.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.lynx-link-footer-large-white.hide {
  display: none;
}

.lynx-heading-footer-white {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.lynx-heading-footer-white.padding-left {
  margin-left: 20px;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-logo-footer {
  width: 70%;
  margin-bottom: 16px;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
}

.footer-base {
  background-color: #1b1b1b;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.lynx-icon-social {
  width: 25px;
  height: 25px;
  display: block;
}

.lynx-link-block {
  background-color: var(--transparent);
  border: 1px solid #5779ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block:hover {
  background-color: var(--white);
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.lynx-link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer:hover {
  color: var(--lynx--black);
}

.lynx-logo-footer-center {
  width: 64px;
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-text-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-center {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.container-32 {
  height: 20px;
}

.container-33 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.link-block-entreprise {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 50% minmax(35%, 50%);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-6 {
  width: 100vw;
  height: 100vh;
}

.container-34 {
  width: 85%;
  max-width: none;
}

.columns-2 {
  border-radius: var(--border-base);
  background-color: var(--beige);
}

.container-35 {
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  max-width: none;
  margin: 4vh 4vw;
}

.paragraph-8 {
  text-align: right;
  font-family: Generalsans, sans-serif;
}

.heading-23 {
  text-align: right;
  padding-left: 5px;
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 64px;
}

.flex-block-6 {
  justify-content: flex-end;
}

.text-block-3 {
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-13-copy {
  font-family: var(--generalsand-font);
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.splide__track {
  width: 100%;
  max-width: none;
  display: flex;
}

.splide {
  position: relative;
}

.splide.slider1 {
  display: none;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-regular-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.f-contact-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 24px;
}

.f-button-neutral {
  border: 1px solid var(--accent-2-blue);
  background-color: var(--accent-2-blue);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--lynx--white);
  color: var(--accent-2-blue);
  transform: scale(1.05);
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--accent-2-blue);
  letter-spacing: -.01em;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--black);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-3 {
  color: var(--accent-2-blue);
  text-align: left;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.f-margin-bottom-51 {
  flex-direction: row;
  width: 100%;
  margin-bottom: 16px;
  display: block;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-52 {
  text-align: center;
  margin-bottom: 8px;
}

.f-title-wrapper-left {
  max-width: none;
}

.f-margin-bottom-53 {
  margin-bottom: 20px;
}

.f-container-x-small {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(30px, 30px) 1fr;
  grid-auto-columns: 1fr;
  padding: 70px 5% 92px;
  display: grid;
  position: relative;
}

.select-field {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--transparent);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Generalsans, sans-serif;
}

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

.container-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  display: grid;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin: 20px 20px auto;
  padding-bottom: 0;
  display: grid;
  overflow: visible;
}

.container-37 {
  width: 100%;
  max-width: none;
}

.div-block-9 {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 0;
  display: flex;
}

.div-block-9.upper {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  padding-top: 20px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.heading-24 {
  text-align: center;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.image-11 {
  background-color: var(--transparent);
  width: auto;
  height: 100%;
  padding-left: 10px;
}

.container-38 {
  border: 1px solid var(--beige);
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 5px;
  display: flex;
}

.heading-25 {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Generalsans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Generalsans, sans-serif;
}

.paragraph-9.front-card-paragraphe {
  color: var(--accent-2-blue);
}

.button-base-footer {
  border: 0px solid var(--accent-2-blue);
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--accent-2-blue);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  transition: transform .3s, background-color .25s;
  display: flex;
  overflow: visible;
}

.button-base-footer:hover {
  border-width: 0;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  transform: translate(0, -3px);
}

.button-base-footer.button-product {
  aspect-ratio: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  line-height: 18px;
  display: flex;
}

.button-base-footer.button-card {
  background-color: var(--transparent);
  color: var(--accent-2-blue);
  border-width: 1px;
  width: 150px;
  height: 40px;
}

.button-base-footer.button-card:hover {
  background-color: var(--accent-2-blue);
  color: var(--white);
}

.button-base-footer.reverse-button {
  background-color: var(--white);
  color: var(--accent-2-blue);
  margin-top: 40px;
}

.button-base-footer.reverse-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-base-footer.base-button-card-hover {
  margin-bottom: 10%;
}

.f-toggle-thumb {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 3px 3px 8px #494a7d3d;
}

.f-toggle-regular {
  cursor: pointer;
  background-color: #25cc88;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 44px;
  height: 24px;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px #494a7d4d, 17px 17px 24px -18px #38327c14;
}

.f-toggle-wrap {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.div-block-10 {
  width: 10px;
  height: 40px;
}

.text-block-6 {
  color: var(--white);
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: Generalsans, sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.div-block-10-copy {
  width: 10px;
  height: 20px;
}

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-submit-button {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-text-field {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  min-width: 200px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-form-block {
  margin-bottom: 0;
  padding-left: 0;
  display: none;
}

.lynx-heading-white-margin {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-white-2 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-newsletter-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.lynx-newsletter-horizontal {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 70px 50px;
  display: flex;
}

.lynx-newsletter-image {
  background-image: url('../images/Newsletter.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  padding: 290px 24px 24px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-39 {
  max-width: none;
}

.hero-without-image {
  background-color: var(--accent-2-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.lynx-button-white-2 {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white-2:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-paragraph-white-2 {
  color: var(--lynx--white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-white-2 {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Generalsans, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white-3 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero-large-2 {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-hero-large-2 {
  background-image: url('../images/Hero_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-hero-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.f-header-image-wrapper-wide {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-success-message-3 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-header-input-field {
  color: var(--flowui-component-library--gray-900);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-54 {
  margin-bottom: 40px;
}

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-3.f-text-color-white {
  color: #fff;
}

.f-margin-bottom-55 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-header-button-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.f-margin-bottom-57 {
  margin-bottom: 8px;
}

.f-pricing-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-4.f-text-color-gray-400, .f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-duration {
  color: var(--flowui-component-library--gray-400);
  font-size: 16px;
  font-weight: 400;
}

.f-h3-heading-4 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-4.f-text-color-white {
  color: var(--flowui-component-library--white);
}

.f-pricing-month-wrapper {
  align-items: center;
  display: flex;
}

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

.f-badge-filled {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-margin-bottom-59 {
  margin-bottom: 16px;
}

.f-pricing-card-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.f-pricing-tab-pane {
  width: 100%;
}

.f-pricing-button-toggle {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-pricing-button-toggle.w--current {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px #8d9bbe29;
}

.f-pricing-toggle-menu {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.f-pricing-tab {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.f-h2-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

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

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-60 {
  margin-bottom: 56px;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lynx-paragraph-features-2 {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-2 {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-icon-features-2 {
  width: 32px;
  height: 32px;
  display: block;
}

.lynx-block-features-2 {
  background-color: var(--lynx--white);
  border-radius: 30px;
  margin-bottom: 26px;
  padding: 28px;
  box-shadow: 0 40px 40px -10px #1f202214;
}

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

.lynx-grid-features-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-heading-3 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-41 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.section-7 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.heading-26 {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.section-8 {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 35px;
  margin-bottom: 140px;
  display: flex;
}

.background-video-2 {
  z-index: 1;
  aspect-ratio: 2560 / 1600;
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.background-video-2.bis {
  border-radius: 0;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: start;
  width: 80%;
  padding-left: 100px;
  display: grid;
}

.base_text_features_tab {
  color: var(--black);
  text-align: left;
  overflow-wrap: normal;
  height: 100%;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.base_text_features_tab.fontsize-reduce {
  font-size: 22px;
}

.base_container_features_tab {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5vh;
  display: flex;
}

.image_base_features_tab {
  width: 40px;
  height: 40px;
  margin-right: 40px;
}

.heading-27 {
  margin-bottom: 0;
}

.container-card-home {
  justify-content: space-between;
  width: 85%;
  display: flex;
}

.container-card-home.text-card-home {
  display: none;
}

.bar-card-pc {
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  width: 33%;
  height: 7px;
  margin-right: 5px;
}

.bar-card-pc.bar_card_notdisplay {
  opacity: .4;
}

.container-43 {
  align-items: center;
  width: 50%;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.lynx-paragraph-features-3 {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 128%;
}

.lynx-heading-features-3.text-card-usecase {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 500;
}

.lynx-icon-features-3 {
  width: 100px;
  height: 100px;
  margin-top: 5rem;
  display: block;
}

.lynx-icon-features-3.withoutmarign {
  margin-top: 0;
}

.lynx-block-features-3 {
  background-color: var(--lynx--white);
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 20%;
  padding: 28px;
  box-shadow: 0 40px 40px -10px #1f202214;
}

.lynx-features-3 {
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.lynx-features-3:hover {
  transform: scale(1.1);
}

.lynx-features-3.card-usecase {
  max-width: none;
  min-height: 250px;
  max-height: 600px;
}

.lynx-grid-features-3 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 85%;
  margin-top: 14px;
}

.lynx-grid-features-3.grid-landing {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.lynx-grid-features-3.grid-landing.grid-offre {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.lynx-heading-4 {
  color: var(--lynx--black);
  max-width: none;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.lynx-subtitle-3 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  display: flex;
}

.lynx-content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text {
  font-size: 64px;
  font-weight: 600;
}

.link-5 {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}

.link-5:hover {
  color: var(--accent-2-blue);
}

.heading-28 {
  color: var(--accent-2-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--accent-2-blue);
  text-transform: none;
  margin-top: 5rem;
  font-family: Generalsans, sans-serif;
  font-weight: 500;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 40px;
  display: none;
}

.div-block-13 {
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  display: flex;
}

.heading-29 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  width: 85%;
  margin-top: 0;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
}

.text-block-8 {
  color: var(--white);
  letter-spacing: .26px;
  width: 85%;
  font-family: Generalsans, sans-serif;
}

.container-45 {
  position: relative;
}

.container-46 {
  flex-direction: row;
  margin-top: 30px;
  display: flex;
}

.image-13 {
  width: 32px;
  height: 32px;
}

.link-6 {
  color: var(--white);
  margin-right: 20px;
  font-family: Generalsans, sans-serif;
}

.link-block-2 {
  color: var(--accent-2-blue);
  margin-top: 80px;
  display: flex;
}

.link-block-2:hover {
  color: var(--black);
}

.text-block-9 {
  color: var(--accent-2-blue);
  padding-right: 0;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-9:hover {
  color: var(--black);
}

.image-14 {
  width: 32px;
  height: 32px;
}

._w-card-back-2 {
  border-radius: var(--border-base);
  background-color: var(--beige);
  perspective: 1000px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.cloneable-area-2 {
  padding: 0;
}

.c-flip-card-2 {
  position: relative;
}

.c-card-front-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 450px;
  display: flex;
}

._w-card-front-2 {
  perspective: 1000px;
  transform: ;
  background-color: #ff6565;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-card-back-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

._w-flip-card-2 {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.c-flip-card-3 {
  position: relative;
}

.c-card-front-3 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 70dvh;
  transition: transform .2s;
  display: block;
}

.c-card-front-3:hover {
  transform: scale(1.05);
}

._w-card-front-3 {
  border-radius: var(--border-base);
  background-color: var(--beige);
  perspective: 1000px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lynx-text-check {
  color: var(--accent-2-blue);
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.lynx-text-check.about-page-text {
  color: var(--color);
  font-size: 18px;
}

.lynx-icon-check {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.lynx-heading-5 {
  color: var(--accent-2-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
}

.lynx-subtitle-4 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-right {
  border-radius: var(--border-base);
  flex-direction: column;
  justify-content: space-between;
  margin-right: 60px;
  padding-left: 10%;
  display: flex;
}

.lynx-block-right.about-page-change {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.lynx-image {
  filter: brightness(82%);
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image.image-about {
  filter: none;
}

.lynx-image.withoutborder {
  border-radius: 0;
}

.lynx-paragraph-features-4 {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--transparent);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-radius: var(--border-base);
  background-color: var(--beige);
  grid-template-rows: auto;
  grid-template-columns: 1fr .95fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 40px;
}

.lynx-grid-image-left.about-page-change {
  grid-template-columns: 1fr .7fr;
}

.lynx-grid-image-left.about-page-change.valeurs-aboutgrid {
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lynx-grid-image-left.grid-right {
  grid-template-columns: 1.2fr 1fr;
  display: grid;
}

.base-image-text-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 85%;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.text-block-10 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
}

.bold-text-3 {
  color: var(--accent-2-blue);
}

.f-paragraph-small-5 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.f-accordian-list-2 {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon-2 {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.f-accordian-title-2 {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper-2 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown-2 {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper-2 {
  grid-row-gap: 24px;
  border: 0px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: none;
  padding: 24px;
  display: flex;
  position: static;
}

.paragraph-10 {
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
}

.grid-offre {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

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

.text-block-11 {
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.container-47 {
  width: 85%;
  max-width: none;
}

.container-48 {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 95%;
  display: flex;
}

.container-49 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.container-50 {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}

.container-51 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-15 {
  width: 35px;
}

.heading-30 {
  color: var(--accent-2-blue);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.bold-text-4 {
  margin-left: 20px;
  padding-left: 0;
  font-family: Generalsans, sans-serif;
}

.div-block-15 {
  background-color: var(--accent-2-blue);
  width: 100%;
  height: 2px;
  margin-top: 20px;
}

.paragraph-11 {
  padding-left: 0;
  padding-right: 0;
  font-family: Generalsans, sans-serif;
  line-height: 18px;
}

.grid-difference {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 20px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.container-52 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-31 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.4;
}

.paragraph-12 {
  color: var(--white);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
}

.paragraph-13 {
  color: var(--white);
  margin-top: 40px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-testimonial-r-arrow {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-l-arrow {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-paragraph-small-6 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-3.f-text-weight-medium, .f-text-weight-medium-2 {
  font-weight: 500;
}

.f-avatar-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-avatar-small-2 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-61 {
  margin-bottom: 40px;
}

.f-testimonial-star-wrapper-2 {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card-2 {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slider-regular {
  background-color: #0000;
  height: auto;
  padding-left: 72px;
  padding-right: 72px;
}

.f-h3-heading-5 {
  color: var(--lynx--black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-62 {
  margin-bottom: 16px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-63 {
  margin-bottom: 48px;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-background-2 {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular-3 {
  padding: 72px 5%;
  position: relative;
}

.logos-title-large {
  border-bottom: 0 solid #e4ebf3;
  margin-top: 60px;
  padding: 60px 30px;
  position: relative;
}

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

.clients-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Generalsans, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.4;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  width: 100px;
}

.clients-image.adding-border-image {
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
}

.clients-image.french-tech {
  width: 150px;
}

.clients-image.over-size, .clients-image.size {
  width: 200px;
}

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

.brix---text-300-medium {
  color: var(--black);
  -webkit-text-stroke-color: var(--color);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.brix---text-300-medium.blod-text {
  font-weight: 600;
}

.brix---pricing-v8-title-table {
  color: var(--elements-webflow-library--neutral--600);
  margin-bottom: 10px;
  display: none;
}

.brix---pricing-content-wrapper {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Generalsans, sans-serif;
  display: flex;
}

.brix---pricing-content-wrapper img{
  width: 30px
}

.brix---pricing-content-wrapper-empty img{
  width: 30px
}



.brix---pricing-content-wrapper-empty {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  max-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}



.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---btn-primary-small-full-width {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-400-bold {
  color: var(--accent-2-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---pricing-table-top {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 250px;
  padding: 20px 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.brix---pricing-table-top-featured {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--100);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 250px;
  padding: 20px 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.brix---pricing-column-featured {
  background-color: var(--transparent);
  color: var(--transparent);
}

.brix---pricing-content-wrapper-left {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  color: var(--elements-webflow-library--neutral--600);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100px;
  max-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.brix---text-300-bold {
  color: var(--black);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---pricing-table-top-first {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--white);
  color: var(--transparent);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 250px;
  padding: 20px 24px 48px 0;
  display: flex;
  position: sticky;
  top: 0;
}

.brix---grid-4-columns-pricing-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.15fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h1-size {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-700px-center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 60px;
}

.container-54 {
  width: 85%;
  max-width: none;
  height: auto;
}

.heading-mentionslegal {
  text-transform: none;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-decoration: underline;
}

.paragraphe-mentionlegal {
  font-family: Generalsans, sans-serif;
}

.heading-32 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.div-block-17 {
  width: 30px;
}

.heading-33 {
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.f-paragraph-small-7 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-success-message-4 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-form-button-2 {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-form-button-2:active {
  background-color: var(--flowui-component-library--gray-900);
}

.f-input-outlined-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined-2:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined-2::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-cta-form-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-cta-form-block-2 {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-paragraph-large-4 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.f-paragraph-large-4.bis-text-cta {
  font-size: 36px;
}

.f-margin-bottom-64 {
  margin-bottom: 48px;
}

.f-h2-heading-2 {
  color: var(--accent-2-blue);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
}

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

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular-4 {
  margin-top: 68px;
  padding: 72px 5%;
  position: relative;
}

.heading-34 {
  color: var(--accent-2-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  display: block;
}



.hero-stack {
  background-color: var(--transparent);
  border-bottom: 0 solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-55 {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--black);
  column-count: auto;
  margin-bottom: 24px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

.margin-bottom-24px-2.head-text {
  margin-bottom: 0;
  font-size: 22px;
}

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  border-radius: var(--border-base);
  max-height: 350px;
  overflow: hidden;
}

.heading-35 {
  color: var(--accent-2-blue);
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.container-56 {
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  display: flex;
}

.conttainer-paragraphe {
  width: 100%;
  max-width: none;
  height: 0%;
  min-height: 200px;
  position: relative;
}

.para-block-ofs {
  margin-top: 40px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  display: block;
  position: absolute;
}

.div-block-18 {
  background-color: var(--accent-2-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.text-block-ofs {
  color: var(--white);
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  position: absolute;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 70%;
  display: flex;
  position: relative;
}

.text-block-bis-ofs {
  opacity: 1;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: block;
  position: absolute;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.para-block-ofc {
  opacity: 0;
  margin-top: 40px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  display: block;
  position: absolute;
}

.heading-block-ofc {
  opacity: 0;
  font-family: var(--generalsand-font);
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-ofc {
  opacity: 0;
  color: var(--white);
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  display: block;
  position: absolute;
}

.text-block-bis-ofc {
  opacity: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: block;
  position: absolute;
}

.center-marketing-grid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-14 {
  color: var(--black);
  font-family: Generalsans, sans-serif;
}

.last-column-flex {
  margin-top: 140px;
}

.lynx-hero-oval {
  background-image: url('../images/Hero_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 800px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  margin-top: -50px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-heading-hero {
  color: var(--lynx--black);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Generalsans, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 114%;
}

.lynx-subtitle-5 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.lynx-content-hero-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---bg-image-full-width {
  z-index: -1;
  opacity: .39;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.paragraphe-choose-ogmentis {
  margin-left: 10px;
  margin-right: 10px;
}

.conttainer-paragraphe-copy {
  width: 100%;
  max-width: none;
  height: 0%;
  min-height: 200px;
  position: relative;
}

.div-block-22 {
  border-bottom-left-radius: var(--border-base);
  border-bottom-right-radius: var(--border-base);
  background-color: var(--beige);
  flex-direction: column;
  align-self: flex-end;
  width: 100%;
  display: flex;
  position: static;
  bottom: 40px;
}

.div-block-23 {
  border-top-left-radius: var(--border-base);
  border-top-right-radius: var(--border-base);
  background-color: var(--beige);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.image-16 {
  width: 24px;
}

.heading-36 {
  color: #b12e2e;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 200px;
  display: grid;
}

.heading-37 {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.container-57 {
  margin-left: 0;
}

.button-base-footer-large {
  border: 0px solid var(--accent-2-blue);
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--accent-2-blue);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 550px;
  height: 70px;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  transition: transform .3s, background-color .25s;
  display: flex;
  overflow: visible;
}

.button-base-footer-large:hover {
  border-width: 0;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  transform: translate(0, -3px);
}

.button-base-footer-large.button-product {
  aspect-ratio: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  line-height: 18px;
  display: flex;
}

.button-base-footer-large.button-card {
  background-color: var(--transparent);
  color: var(--accent-2-blue);
  border-width: 1px;
  width: 150px;
  height: 40px;
}

.button-base-footer-large.button-card:hover {
  background-color: var(--accent-2-blue);
  color: var(--white);
}

.button-base-footer-large.reverse-button {
  background-color: var(--white);
  color: var(--accent-2-blue);
  margin-top: 0;
}

.button-base-footer-large.reverse-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-base-footer-large.base-button-card-hover {
  margin-bottom: 10%;
}

.button-base-footer-large.bis {
  width: auto;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-base-footer-copy {
  border: 0px solid var(--accent-2-blue);
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--accent-2-blue);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin-top: 0;
  padding: 5px 10px;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  transition: transform .3s, background-color .25s;
  display: flex;
  overflow: visible;
}

.button-base-footer-copy:hover {
  border-width: 0;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  transform: translate(0, -3px);
}

.button-base-footer-copy.button-product {
  aspect-ratio: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  line-height: 18px;
  display: flex;
}

.button-base-footer-copy.button-card {
  background-color: var(--transparent);
  color: var(--accent-2-blue);
  border-width: 1px;
  width: 150px;
  height: 40px;
}

.button-base-footer-copy.button-card:hover {
  background-color: var(--accent-2-blue);
  color: var(--white);
}

.button-base-footer-copy.reverse-button {
  background-color: var(--white);
  color: var(--accent-2-blue);
  margin-top: 40px;
}

.button-base-footer-copy.reverse-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-base-footer-copy.base-button-card-hover {
  margin-bottom: 10%;
}

.button-base-footer-large-copy {
  border: 0px solid var(--accent-2-blue);
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--accent-2-blue);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin-top: 0;
  padding: 5px 10px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  transition: transform .3s, background-color .25s;
  display: flex;
  overflow: visible;
}

.button-base-footer-large-copy:hover {
  border-width: 0;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  transform: translate(0, -3px);
}

.button-base-footer-large-copy.button-product {
  aspect-ratio: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  line-height: 18px;
  display: flex;
}

.button-base-footer-large-copy.button-card {
  background-color: var(--transparent);
  color: var(--accent-2-blue);
  border-width: 1px;
  width: 150px;
  height: 40px;
}

.button-base-footer-large-copy.button-card:hover {
  background-color: var(--accent-2-blue);
  color: var(--white);
}

.button-base-footer-large-copy.reverse-button {
  background-color: var(--white);
  color: var(--accent-2-blue);
  margin-top: 40px;
}

.button-base-footer-large-copy.reverse-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-base-footer-large-copy.base-button-card-hover {
  margin-bottom: 10%;
}

.list-item-2 {
  color: var(--white);
  font-family: Generalsans, sans-serif;
}

.link-7, .link-8 {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.tet-header-card-landing {
  color: var(--accent-2-blue);
  font-weight: 600;
  text-decoration: none;
}

.bold-text-5 {
  display: block;
}

.lynx-heading-lightbox {
  color: var(--lynx--black);
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 126%;
  text-decoration: none;
}

.lynx-play-purple {
  background-color: var(--lynx--medium-purple);
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: -35px auto auto;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-block-lightbox {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 40px 45px;
  display: flex;
  position: absolute;
  inset: auto auto -8%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-lightbox {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 500px;
}

.lynx-lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link:hover {
  filter: brightness(112%);
}

.lynx-content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-hero-oval-2 {
  background-image: url('../images/Hero_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 800px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-button-2 {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-2:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-heading-hero-2 {
  color: var(--black);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Generalsans, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 114%;
}

.lynx-subtitle-6 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center-hero-2 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -60px;
  display: flex;
  position: relative;
}

.lynx-content-hero-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-hero-2-copy {
  color: var(--black);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  display: block;
}

.lynx-nav-button-purple {
  background-color: var(--lynx--medium-purple);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button-purple:hover {
  background-color: var(--lynx--black);
}

.lynx-nav-button-outline {
  border: 1px solid var(--lynx--black);
  color: var(--lynx--black);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 14px 24px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.lynx-nav-button-outline:hover {
  background-color: var(--lynx--medium-purple);
  color: var(--lynx--white);
  border-color: #0000;
}

.lynx-nav-buttons-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-nav-link-2 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-2:hover {
  color: var(--lynx--medium-purple);
}

.lynx-logo-2 {
  width: 86px;
  height: 42px;
}

.lynx-brand-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-navbar-border {
  background-color: #0000;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.lynx-text-nav-info {
  color: var(--lynx--grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 120%;
}

.lynx-nav-info {
  background-color: #dfdad266;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.brix---icon-menu-dropdown {
  color: var(--accent-2-blue);
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.brix---icon-menu-dropdown.langue {
  width: 24px;
  height: auto;
  border-radius: 4px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate(0, -5px);
}


.brix---dropdown-grid-v1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  padding: 10px;
}


.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 25px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-card-wrapper {
  background-color: #0000;
  padding-top: 28px;
  display: none;
  transform: translate(-42%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-top: 3px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-wrapper {
  padding: 15px 20px;
  font-family: Generalsans, sans-serif;
}

.brix---dropdown-link.langue {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.brix---icon-menu-dropdown.langue {
  width: 24px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.text-block-12 {
  color: var(--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-13 {
  color: var(--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-13:hover {
  color: var(--accent-2-blue);
}

.horizontal-scroll-wrap {
  display: none;
  position: static;
  overflow: visible;
}

.height {
  background-color: var(--transparent);
  background-image: linear-gradient(#000, #fff);
  height: 400dvh;
  position: relative;
}

.sticky {
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  display: flex;
}

.flex-offset {
  margin-right: -100vw;
  display: flex;
}

.full-page {
  height: 100dvh;
}

.full-page.is-horizontal-scroll-section {
  border: 2px solid #d41c1c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
}

.sticky-header {
  background-color: var(--accent-2-blue);
  width: 100vw;
  height: 50px;
}

.c-scrolling-item {
  border-radius: var(--border-base);
  background-color: var(--beige-card);
  flex: none;
  width: 25%;
  max-width: 400px;
  margin-left: 60px;
  margin-right: 40px;
  padding-right: 0;
  transition: transform .3s;
  display: block;
}

.c-scrolling-item:hover {
  transform: scale(1.05);
}

.c-scrolling-item.first-card {
  display: none;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.timeline-header {
  color: #5f67ff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.scroll-details {
  margin-bottom: 0;
}

.container-58 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-58.sticky {
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.container-58.sticky:hover {
  transform: translate(0);
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  margin-right: 50px;
  padding-top: 0;
  display: flex;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 60px;
}

.section-9 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-9.expand {
  height: 250dvh;
  position: relative;
}

.scroll-indicator {
  background-color: #717dff;
  border: 2px solid #ccc;
  width: 15px;
  height: 15px;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.scroll-line.last {
  display: none;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-details {
  margin-bottom: 40px;
}

.div-block-25 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-title {
  border: 1px solid var(--accent-2-blue);
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-stick {
  color: var(--white);
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 28px;
}

.image-17 {
  border-top-left-radius: var(--border-base);
  border-top-right-radius: var(--border-base);
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.text-block-card-horizontal-scroll {
  color: var(--color);
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Generalsans, sans-serif;
  line-height: 1.2;
}

.heading-card-scroll-horizontall {
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  line-height: 32px;
  display: none;
}

.container-59 {
  width: 100%;
  padding-right: 200px;
}

.text-block-14 {
  color: var(--white);
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Generalsans, sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

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

.container-61 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  height: 60dvh;
  display: flex;
}

.div-block-27 {
  background-color: var(--accent-2-blue);
  width: 100%;
  height: 100%;
  margin-top: -30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-28 {
  height: 60px;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.text-block-15 {
  color: var(--accent-2-blue);
  padding-bottom: 60px;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-15.head {
  color: var(--white);
  text-align: center;
  padding-bottom: 0;
}

.container-62 {
  border: 1px solid #000;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-30 {
  border: 1px solid var(--accent-2-blue);
  background-color: var(--accent-2-blue);
  text-align: left;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 5px 20px;
}

.heading-39 {
  color: var(--white);
  margin-bottom: 25px;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.heading-39.heading-offre {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 46px;
}

.text-block-16 {
  color: var(--black);
}

.text-block-17 {
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-weight: 600;
}

.text-block-18 {
  color: var(--black);
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-weight: 300;
}

.div-block-31 {
  width: 20px;
}

.text-block-19 {
  font-family: Generalsans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.ref-section {
  z-index: -1;
  width: 100%;
  height: 50dvh;
  position: static;
  top: 0;
}

.div-block-32 {
  position: absolute;
  top: 0;
}

.button-base-footer-medium-scroll {
  border: 1px solid var(--accent-2-blue);
  border-radius: var(--border-base);
  background-color: var(--accent-2-blue);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--accent-2-blue);
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 0;
  padding: 8px 10px;
  font-family: Generalsans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .3s, background-color .25s;
  display: flex;
  overflow: visible;
}

.button-base-footer-medium-scroll:hover {
  border-width: 0;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  transform: translate(0, -3px);
}

.button-base-footer-medium-scroll.button-product {
  aspect-ratio: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  line-height: 18px;
  display: flex;
}

.button-base-footer-medium-scroll.button-card {
  background-color: var(--transparent);
  color: var(--accent-2-blue);
  border-width: 1px;
  width: 150px;
  height: 40px;
}

.button-base-footer-medium-scroll.button-card:hover {
  background-color: var(--accent-2-blue);
  color: var(--white);
}

.button-base-footer-medium-scroll.reverse-button {
  background-color: var(--white);
  color: var(--accent-2-blue);
  margin-top: 40px;
}

.button-base-footer-medium-scroll.reverse-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-base-footer-medium-scroll.base-button-card-hover {
  margin-bottom: 10%;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.div-block-36 {
  display: none;
}

.div-block-30-copy {
  border: 1px solid var(--accent-2-blue);
  background-color: var(--accent-2-blue);
  text-align: left;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 5px 20px;
}

.background-video-3 {
  object-fit: contain;
  width: 100%;
  margin-top: 29px;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.container-63, .container-64 {
  margin-top: 20px;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16 {
  font-family: Generalsans, sans-serif;
}

.div-block-39 {
  height: 10px;
}

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

.link-9 {
  color: var(--accent-2-blue);
  display: inline-block;
}

.form {
  display: block;
}

.form-block {
  width: 50%;
  display: none;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-3 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 66px;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---section-hero-primary {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---section-hero-primary.bis {
  padding-top: 140px;
}

.brix---paragraph-default-3 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-3.bis {
  margin-top: 20px;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-56px {
  margin-bottom: 40px;
}

.brix---display-3 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 176px;
  transition: transform .3s;
}

.brix---heading-h2-size {
  color: var(--accent-2-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.brix---text-center-2 {
  border: 1px solid var(--accent-2-blue);
  text-align: center;
  border-radius: 20px;
  padding: 24px;
  transition: transform .3s;
  box-shadow: 0 2px 5px #0003;
}

.brix---text-center-2:hover {
  pointer-events: auto;
  transform: scale(1.1);
}

.brix---text-center-2.removeborder {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  transition-property: none;
}

.brix---text-center-2.removeborder:hover {
  transform: none;
}

.brix---paragraph-default-4 {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
}

.brix---inner-container-600px---center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.f-margin-bottom-04 {
  margin-bottom: 4px;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-66 {
  margin-bottom: 16px;
}

.f-paragraph-large-5 {
  color: var(--color);
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.f-h5-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.f-margin-bottom-67 {
  margin-bottom: 0;
}

.f-heading-detail-small-5 {
  color: var(--color);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-feature-card-large {
  border: 1px solid var(--accent-2-blue);
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 40px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.f-feature-card-large:hover {
  transform: translate(0, -11px);
  box-shadow: 7px 12px 5px #0003;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.container-65 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-40 {
  padding-bottom: 20px;
  display: flex;
}

.div-block-41 {
  flex-flow: column;
  display: flex;
}

.image-18 {
  margin-right: 20px;
}

.image-18.icone {
  width: 30px;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  height: 100%;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-bottom-0 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---square-icon {
  border-radius: 0;
}

.brix---square-icon.icone {
  width: 60px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 40px;
  padding-right: 40px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-2 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.brix---heading-h3-size {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 490px;
}

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

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---icon-left---content-right {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brix---content-inside-card-v14 {
  height: 100%;
  padding: 48px;
}

.brix---grid-1-column-gap-row-40px {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-2 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
}

.brix---square-icon-2 {
  border-radius: 16px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 60px;
}

.brix---heading-h2-size-3 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.f-container-regular-6 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-3.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-66 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.content-block.bis {
  width: 100%;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label-2 {
  color: var(--accent-2-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #006cd0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading-41 {
  color: var(--accent-2-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  display: flex;
}

.paragraph-15, .paragraph-16, .paragraph-17 {
  color: var(--black);
  font-family: Generalsans, sans-serif;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-medium {
  grid-column-gap: .5rem;
  padding: .625rem 1.125rem;
  font-size: 1rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection10_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection10_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-blogsection10_arrow.left {
  right: 4rem;
}

.uui-blogsection10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection10_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection10_button-row.mobile-landscape {
  display: none;
}

.uui-blogsection10_slide {
  padding-right: 2rem;
}

.uui-blogsection10_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-blogsection10_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.uui-section_blogsection10 {
  overflow: hidden;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blogsection10_heading {
  flex: 1;
}

.uui-blogsection10_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection10_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection10_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection10_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection10_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

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

.uui-blogsection10_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection10_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection10_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogsection10_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection10_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-blogsection12_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.uui-blogsection12_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection12_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection12_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-blogsection12_arrow.left {
  right: 4rem;
}

.uui-blogsection12_slide {
  padding-right: 2rem;
}

.uui-blogsection12_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-section_blogsection12 {
  overflow: hidden;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogsection12_image {
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.uui-blogsection12_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 66%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-blogsection12_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection12_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection12_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection12_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection12_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogsection12_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection12_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

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

.uui-blogsection12_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection12_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection12_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection12_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection12_button-row.hide-mobile-landscape {
  display: none;
}

.uui-blogsection12_heading {
  flex: 1;
}

.uui-blogsection12_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection12_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.text-block-21 {
  color: var(--accent-2-blue);
}

.text-block-22, .text-block-23, .text-block-24, .text-block-25 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
}

.section-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-19 {
  width: 300px;
}

.container-68 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  width: auto;
  max-width: 200px;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-42 {
  color: var(--accent-2-blue);
  max-width: 500px;
  font-family: Generalsans, sans-serif;
}

.container-69 {
  margin-left: 0;
}

.uui-text-size-medium-2 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Generalsans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: var(--transparent);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout13_tabs-link {
  border-left: 4px solid var(--untitled-ui--gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout13_tabs-link.w--current {
  border-left-color: var(--accent-2-blue);
  opacity: 1;
  background-color: #0000;
}

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

.uui-layout13_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout13_image-02 {
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.uui-layout13_image-01 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.uui-layout13_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout13_lightbox {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout13_lightbox.no-show {
  display: none;
}

.uui-layout13_lightbox-image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-layout13_lightbox-image.shadow-xlarge {
  border-width: 0;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-text-size-medium-3 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Generalsans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--accent-2-blue);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-layout70_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout70_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-layout70_image-wrapper {
  background-color: var(--untitled-ui--gray50-2);
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon-2 {
  color: var(--accent-2-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-layout70_image {
  width: 100%;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.text-block-26 {
  color: var(--accent-2-blue);
  -webkit-text-stroke-color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-4.bis {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.brix---heading-h2-size-4.bis.bis2 {
  color: var(--white);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.brix---cta-card {
  background-color: var(--accent-2-blue);
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---button-row-left-5 {
  margin-right: 24px;
}

.brix---btn-primary-white-3 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-3:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---cta-v4-floating-item-01.image {
  width: 40%;
}

.brix---cta-v3-floating-item-02-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---cta-v3-floating-item-02-2.image {
  width: 30%;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---mg-bottom-3 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

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

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

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-2-columns-stats-v4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---accordion-item-wrapper-v4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  width: 100%;
  padding: 52px 32px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v4:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---mg-bottom-4 {
  margin-bottom: 0;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-6 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---accordion-content-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-3 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-1-column-gap-row-24px-2 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-2-columns-stats-v4-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---accordion-item-wrapper-v4-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  width: 100%;
  padding: 52px 32px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v4-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.div-block-43 {
  height: 20px;
}

.brix---grid-4-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 56px;
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---icon-stats-v7 {
  border-radius: 16px;
  width: 72px;
}

.brix---dropdown-toggle-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---icon-menu-dropdown-2 {
  margin-right: 8px;
}

.brix---dropdown-grid-v1-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.brix---dropdown-card-wrapper-2 {
  background-color: #0000;
  padding-top: 28px;
  transform: translate(-42%);
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---text-201 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-5 {
  margin-bottom: 0;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---dropdown-card-wrapper-836px {
  background-color: #0000;
  min-width: 836px;
  padding-top: 28px;
  transform: translate(-54%);
}

.brix---dropdown-pd-48px {
  padding: 48px;
}

.brix---dropdown-link-icon-wrapper {
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---dropdown-link-icon-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---square-dropdown-icon {
  background: none;
  border-radius: 16px;
  margin-right: 16px;
}

.brix---grid-2-columns-dropdown {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.f-dropdown {
  width: 100%;
  max-width: 240px;
}

.f-dropdown-toggle {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  transition: border-color .3s;
  display: inline-block;
}

.f-dropdown-toggle:hover {
  border-color: var(--flowui-component-library--primary-base);
  outline-offset: 1px;
  outline: 2px solid #642eff1a;
}

.f-dropdown-toggle.w--open {
  border-color: var(--flowui-component-library--primary-base);
  outline-offset: 0px;
  outline: 2px solid #642eff1a;
}

.f-dropdown-icon-l {
  color: var(--flowui-component-library--gray-500);
  margin-right: 16px;
  font-size: 14px;
}

.f-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 34px 34px 88px #b1bac829;
}

.f-dropdown-link {
  color: var(--flowui-component-library--gray-800);
  letter-spacing: -.01em;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-dropdown-link:hover, .f-dropdown-link:focus {
  background-color: var(--flowui-component-library--gray-200);
}

.f-dropdown-link.w--current {
  color: var(--flowui-component-library--primary-dark);
}

.f-dropdown-wrap {
  z-index: 999;
  background-color: #fff;
  height: auto;
  padding: 8px;
}

.f-paragraph-small-8 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-dropdown-checkbox-form {
  margin-bottom: 0;
}

.f-checkbox-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-dropdown-toggle-sub {
  border-radius: 4px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}

.f-dropdown-toggle-sub.w--open {
  background-color: var(--flowui-component-library--gray-200);
}

.f-dropdown-sub {
  width: 100%;
}

.f-dropdown-list-sub {
  position: relative;
}

.f-dropdown-list-sub.w--open {
  background-color: var(--flowui-component-library--white);
  margin-top: 4px;
}

.f-dropdown-sub-icon {
  color: var(--flowui-component-library--gray-500);
  margin-right: 16px;
  font-size: 14px;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 8px;
}

.brix---text-202 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-6 {
  color: var(--black);
  letter-spacing: 1.1px;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.brix---dropdown-wrapper-3 {
  padding: 15px 20px;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.brix---dropdown-toggle-3 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-3:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-chevron-3 {
  width: 14px;
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  color: var(--accent-2-blue);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

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

.brix---dropdown-card-wrapper-836px-2 {
  background-color: #0000;
  min-width: 836px;
  padding-top: 28px;
  display: none;
  transform: translate(-54%);
}

.brix---dropdown-pd-48px-2 {
  padding: 48px;
}

.brix---dropdown-link-icon-wrapper-2 {
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---dropdown-link-icon-wrapper-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---square-dropdown-icon-2 {
  background: none;
  margin-right: 16px;
}

.brix---square-dropdown-icon-2.header {
  box-shadow: none;
  background: none;
  width: 60px;
}

.brix---grid-2-columns-dropdown-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library--neutral--600);
}

.text-block-29 {
  color: var(--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-820 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-5 {
  margin-bottom: 8px;
}

.brix---text-203 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-7 {
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
}

.brix---dropdown-toggle-4 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-4:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-chevron-4 {
  width: 14px;
  margin-left: 6px;
}

.brix---text-200-bold-3 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---dropdown-card-wrapper-836px-3 {
  background-color: #0000;
  min-width: 836px;
  padding-top: 28px;
  display: none;
  transform: translate(-54%);
}

.brix---dropdown-pd-48px-3 {
  padding: 48px;
  display: block;
}

.brix---dropdown-link-icon-wrapper-3 {
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---dropdown-link-icon-wrapper-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---square-dropdown-icon-3 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---square-dropdown-icon-3.header {
  width: 60px;
}

.brix---grid-2-columns-dropdown-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bold-text-10, .bold-text-11 {
  color: var(--accent-2-blue);
}

.bold-text-12 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
}

.f-h3-heading-6 {
  color: var(--accent-2-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

.f-container-regular-7 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small-9 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.f-title-wrapper-center-4 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-68 {
  margin-bottom: 8px;
}

.f-margin-bottom-69 {
  margin-bottom: 16px;
}

.f-paragraph-large-6 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.f-feature-icon-wrapper {
  background-color: var(--transparent);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 22px;
  padding: 0;
  display: flex;
}

.f-feature-icon-wrapper.bis {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  display: flex;
}

.f-sub-heading-large {
  color: var(--accent-2-blue);
  text-align: center;
  letter-spacing: -.02em;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-sub-heading-large.bis {
  font-size: 22px;
}

.f-heading-detail-small-6 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-grid-three-column-2.bis {
  grid-template-columns: 1fr 1fr;
}

.f-margin-bottom-128 {
  margin-bottom: 60px;
}

.div-block-44 {
  border: 1px solid var(--accent-2-blue);
  border-radius: var(--border-mobile);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-44:hover {
  transform: translate(0, -10px);
}

.div-block-45 {
  height: 0;
  margin-top: 40px;
}

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

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.uui-heroheader14_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-heroheader14_card-image-03 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(0, 25%)rotate(90deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader14_card-image-01 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-65%, 88%)rotate(30deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader14_card-image-05 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(65%, 88%)rotate(150deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader14_card-image-02 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-38%, 42%)rotate(60deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader14_card-image-04 {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(38%, 42%)rotate(120deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-section_heroheader14 {
  overflow: hidden;
}

.uui-heroheader14_image-background {
  background-image: linear-gradient(221deg, var(--untitled-ui--primary700), var(--untitled-ui--primary800));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.uui-heroheader14_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.brix---color-neutral-821 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-822 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-6 {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px-3 {
  margin-bottom: 56px;
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-3 {
  align-items: center;
  display: flex;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-7 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-7 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---paragraph-default-9 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-6 {
  margin-right: 24px;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-823 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  display: none;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---bg-image-full-width-3 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---hero-bg-image-dark-2 {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-white-4 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-4:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-hero-play-button {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-824 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-825 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-826 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-16px-7 {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---mg-bottom-40px-5 {
  margin-bottom: 40px;
}

.brix---mg-bottom-56px-4 {
  margin-bottom: 56px;
}

.brix---display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.brix---display-4 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---display-5 {
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-8 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-8 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---paragraph-default-10 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-4 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-300-bold-2 {
  color: var(--color);
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---stats-v7-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.brix---card-stat-purple {
  background-color: var(--accent-2-blue);
  border-radius: 24px;
  padding: 236px 56px 56px;
}

.brix---icon-big-stats-v7 {
  border-radius: 24px;
  width: 108px;
}

.brix---card-content-v7 {
  padding: 56px 26px 32px;
}

.brix---icon-stats-v7-2 {
  border-radius: 16px;
  width: 72px;
}

.uui-text-size-medium-4 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Generalsans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xxsmall-2 {
  color: var(--accent-2-blue);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-3.button-row-center {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-layout86_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.uui-layout86_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon-4 {
  color: var(--accent-2-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-layout86_image-wrapper {
  background-color: var(--lynx--white);
  width: 100%;
  max-height: 250px;
  margin-bottom: 1.5rem;
  position: relative;
}

.uui-layout86_image {
  border-radius: var(--border-mobile);
  object-fit: fill;
  max-height: 200px;
  overflow: visible;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-block-30 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
}

.text-block-30.bis {
  font-weight: 600;
}

.div-block-46 {
  height: 60px;
}

.container-70 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.label-3 {
  color: var(--accent-2-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-43 {
  color: var(--color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  display: flex;
}

.brix---color-neutral-827 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-828 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-828.bis {
  max-width: 600px;
}

.brix---mg-bottom-40px-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  display: flex;
}

.brix---btn-primary-4 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-4:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-9 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 40px;
}

.brix---heading-h1-size-6 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-7 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-11 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-11.bue {
  color: var(--white);
  font-weight: 500;
}

.brix---paragraph-default-11.bis {
  text-align: left;
}

.brix---button-row-left-7 {
  margin-right: 24px;
}

.brix---buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-600px---center-5 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-829 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---buttons-row-4 {
  align-items: center;
  display: flex;
}

.brix---heading-h1-size-7 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---opacity-10-2 {
  opacity: .1;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.brix---section-hero-primary-2 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default-12 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-hero-v1-2 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---floating-image-hero-v1---3 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---4 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---color-neutral-830 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-8 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.brix---heading-h2-size-9 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---paragraph-default-13 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-831 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-24px-5 {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px-5 {
  margin-bottom: 56px;
}

.brix---section-10 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-10 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-10.bis {
  letter-spacing: 1.2px;
  margin-top: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.brix---heading-h2-size-10.bis.bis2, .brix---heading-h2-size-10.bis2 {
  color: var(--white);
}

.brix---icon-list-item-wrapper-2 {
  align-items: center;
  display: flex;
}

.brix---icon-list-2 {
  width: 30px;
  margin-right: 16px;
}

.brix---paragraph-default-14 {
  color: var(--black);
  -webkit-text-stroke-color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-list-bold-2 {
  color: var(--color);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---grid-1-column-gap-row-16px-2 {
  grid-row-gap: 16px;
  color: var(--color);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Generalsans, sans-serif;
  display: grid;
}

.brix--grid-2-columns-text-right-2 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-47 {
  height: 30px;
}

.div-block-47.bis {
  height: 10px;
}

.brix---color-neutral-832 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-7 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-8 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---paragraph-default-15 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-4 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---bg-image-full-width-4 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white-5 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-5:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-5 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-5:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image-2 {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small-2 {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.paragraph-18 {
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-32 {
  color: var(--accent-2-blue);
  line-height: 1.2;
}

.bold-text-13 {
  font-size: 18px;
  line-height: 1.2;
}

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

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

.heading-44 {
  color: var(--accent-2-blue);
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
}

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

.brix---cta-section {
  background-color: var(--elements-webflow-library--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---inner-container-600px---center-6 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-v2-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---cta-v2-floating-item-02 {
  position: absolute;
  inset: auto -1% 15% auto;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-card-2 {
  background-color: var(--accent-2-blue);
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

.brix---section-small-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---cta-v1-floating-item-01.image {
  width: 60%;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---cta-v1-floating-item-02.image {
  width: 40%;
}

.brix---color-neutral-833 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-8 {
  margin-bottom: 40px;
}

.brix---buttons-row-5 {
  align-items: center;
  display: flex;
}

.brix---container-default-11 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-9 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---play-button-large-2 {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  display: none;
}

.brix---play-button-large-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---paragraph-default-16 {
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-8 {
  margin-right: 24px;
}

.brix---bg-image-full-width-5 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.brix---hero-bg-image-dark-3 {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-white-6 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-6:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-6:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-hero-play-button-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui--gray600);
  text-align: center;
  letter-spacing: normal;
  font-family: Generalsans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-5.bis {
  color: var(--accent-2-blue);
  font-weight: 500;
}

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

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-2 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Generalsans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.uui-layout95_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-layout96_item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.uui-layout95_image-wrapper {
  background-color: var(--untitled-ui--gray50-2);
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

.uui-layout95_image {
  width: 100%;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-medium-6 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xsmall-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog04_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 3rem;
  display: flex;
}

.uui-blog04_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blog04_title-link.featured-article {
  margin-bottom: .75rem;
}

.uui-blog04_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog04_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog04_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui--gray200);
}

.uui-blog04_component {
  margin-top: 6rem;
}

.uui-blog04_featured-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.uui-button-link-4 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-4:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blog04_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blog04_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.uui-blog04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blog04_menu-link {
  color: var(--untitled-ui--gray500);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog04_menu-link:hover, .uui-blog04_menu-link.w--current {
  border-bottom-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary700);
}

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

.uui-blog04_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog04_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog04_image-link.is-featured {
  margin-bottom: 0;
}

.uui-blog04_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog04_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-space-small-5 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.image-21 {
  border-radius: var(--border-mobile);
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.image-22 {
  width: 100%;
}

.image-23 {
  width: 100%;
  padding-left: 5px;
}

.brix---color-neutral-834 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-835 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-9 {
  margin-bottom: 40px;
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-primary-5 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-5:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-5 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-5:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-6 {
  align-items: center;
  display: flex;
}

.brix---container-default-12 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-10 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 54px;
}

.brix---btn-circle-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---opacity-20-3 {
  opacity: .2;
}

.brix---paragraph-default-17 {
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-9 {
  margin-right: 24px;
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---section-hero-v4 {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.image-24, .image-25, .image-26 {
  border-radius: var(--border-mobile);
  box-shadow: 0 2px 5px #0003;
}

.brix---color-neutral-836 {
  color: var(--elements-webflow-library--neutral--100);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brix---mg-bottom-8 {
  margin-bottom: 0;
}

.brix---position-relative {
  position: relative;
}

.brix---container-default-13 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-small-input {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.brix---btn-primary-small-input:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---success-message-white {
  border: 1px solid var(--elements-webflow-library--neutral--500);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---input-large-button-inside {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 76px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-large-button-inside:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-large-button-inside:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-large-button-inside::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---cta-section-small {
  background-color: var(--accent-2-blue);
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.brix---cta-v20-left {
  align-items: center;
  display: flex;
}

.brix---grid-cta-v20 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-45 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 15px;
  padding-right: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.f-h3-heading-7 {
  color: var(--accent-2-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.f-container-regular-8 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small-10 {
  color: var(--black);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.f-title-wrapper-center-5 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-129 {
  margin-bottom: 8px;
}

.f-margin-bottom-130 {
  margin-bottom: 16px;
}

.f-paragraph-large-7 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-7.bis {
  text-align: center;
  max-width: 700px;
}

.f-section-large-5 {
  background-color: #3f5ac733;
  padding: 92px 5%;
  position: relative;
}

.f-feature-icon-wrapper-2 {
  background-color: var(--transparent);
  border-radius: 8px;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
}

.f-sub-heading-large-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-heading-detail-small-7 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-three-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.f-margin-bottom-131 {
  margin-bottom: 50px;
}

.div-block-49 {
  background-color: var(--white);
  border: 0 solid #000;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-837 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-838 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-9 {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px-6 {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px-6 {
  margin-bottom: 56px;
}

.brix---btn-primary-6 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-6:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-6:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-7 {
  align-items: center;
  display: flex;
}

.brix---container-default-14 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-11 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---section-11.bis {
  padding-top: 40px;
}

.brix---heading-h2-size-12 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-12.bis {
  font-size: 50px;
}

.brix---icon-list-item-wrapper-3 {
  align-items: center;
  display: flex;
}

.brix---icon-list-3 {
  margin-right: 16px;
}

.brix---icon-list-3.icon {
  width: 30px;
}

.brix---paragraph-default-18 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-10 {
  margin-right: 24px;
}

.brix---text-200-list-bold-3 {
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

.brix--grid-2-columns-text-right-3 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.brix---color-neutral-839 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-6 {
  margin-bottom: 8px;
}

.brix---mg-bottom-48px-6 {
  margin-bottom: 48px;
}

.brix---mg-bottom-9 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
}

.brix---square-icon-3 {
  border-radius: 0;
}

.brix---square-icon-3.icon {
  width: 60px;
}

.brix---heading-h2-size-13 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-4 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---paragraph-default-19 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---card-left-text-wrapper-2 {
  margin-left: 24px;
}

.brix---icon-left---content-right-2 {
  align-items: flex-start;
  display: flex;
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-3 {
  border: 0px solid var(--color);
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 2px 4px 5px 4px #0003;
}

.brix---color-neutral-840 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-841 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-top-32px {
  margin-top: 32px;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-10 {
  margin-bottom: 0;
}

.brix---section-12 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-14 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-5 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---card-top-bg {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 172px;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.brix---paragraph-default-20 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-7 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---content-inside-card-bg-top {
  text-align: center;
  margin-top: 0;
  padding: 0 28px 48px;
}

.brix---square-icon-large {
  border-radius: 0;
  width: 50px;
  max-width: 100px;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-7 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large-4 {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-3 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-heading-subheading-4 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout20_component-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.uui-layout21_content-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: flex;
}

.uui-layout21_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout21_item {
  display: flex;
}

.uui-layout21_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

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

.image-27 {
  width: 40px;
  max-width: 40px;
  height: 40px;
  margin-right: 20px;
}

.div-block-54 {
  height: 200px;
}

.brix---color-accent-4 {
  color: var(--accent-2-blue);
}

.brix---color-neutral-842 {
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 10px;
}

.brix---color-neutral-843 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-7 {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px-7 {
  margin-bottom: 56px;
}

.brix---display-6 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---container-default-15 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-13 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-15 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-6 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---paragraph-default-21 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-8 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-stats-v3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 9px 5px 7px 0 var(--elements-webflow-library--general--shadow-04);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 28px;
  transition: transform .3s;
  display: flex;
}

.brix---card-stats-v3:hover {
  transform: translate(0, -15px);
}

.brix---grid-3-columns---1-col-mb {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-490px-center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-15 {
  color: var(--accent-2-blue);
}

.uui-container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-5 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-4 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-section_contact07 {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-5 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---color-neutral-844 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-845 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-10 {
  margin-bottom: 40px;
}

.brix---btn-primary-7 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-7:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-7 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-7:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-8 {
  align-items: center;
  display: flex;
}

.brix---container-default-16 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-11 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---opacity-10-3 {
  opacity: .1;
}

.brix---opacity-20-4 {
  opacity: .2;
}

.brix---section-hero-primary-3 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default-22 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-hero-v1-3 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---button-row-left-11 {
  margin-right: 24px;
}

.brix---floating-image-hero-v1---5 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---6 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---color-accent-5 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-846 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
}

.brix---color-neutral-847 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-10 {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px-7 {
  margin-bottom: 48px;
}

.brix---display-7 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.brix---container-default-17 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-14 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---section-14.bis {
  padding-top: 0;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h2-size-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-content {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

.brix---link-icon-right {
  color: var(--accent-2-blue);
  margin-left: 6px;
  font-family: Generalsans, sans-serif;
}

.brix---link-icon-right.icon {
  width: 30px;
}

.brix---paragraph-default-23 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold-4 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-2-columns-text-left-2 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix--grid-2-columns-text-right-4 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---inner-container-490px-center-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.f-tab-pane {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 12px;
  padding: 24px;
}

.f-paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-tab-menu {
  margin-bottom: 24px;
}

.f-tab-button-line {
  border-bottom: 2px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--primary-darker);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #fff;
  padding: 12px 20px;
  font-size: 14px;
}

.f-tab-button-line.w--current {
  border-bottom-color: var(--accent-2-blue);
  color: var(--accent-2-blue);
  background-color: #fff;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
}

.f-tab {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-tab-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.f-tab-toggle-menu {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px;
  display: flex;
}

.f-tab-button-toggle {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-tab-button-toggle.w--current {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px #8d9bbe29;
}

.section-11 {
  margin: 100px 20px 140px;
}

.text-block-33 {
  color: var(--color);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
}

.brix---color-neutral-848 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-849 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-11 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-8 {
  margin-bottom: 48px;
}

.brix---btn-primary-8 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-8:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-8 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-8:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-9 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brix---container-default-18 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-15 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---section-15.bis {
  padding-top: 0;
  padding-bottom: 0;
}

.brix---heading-h2-size-17 {
  color: var(--accent-2-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.brix---paragraph-default-24 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-12 {
  margin-right: 24px;
}

.brix---grid-2-columns-text-left-3 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.link-10 {
  color: var(--accent-2-blue);
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.brix---color-neutral-850 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-11 {
  margin-bottom: 40px;
}

.brix---container-default-19 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-18.bis {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.brix---heading-h2-size-18.bis2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

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

.brix---cta-section-2 {
  background-color: var(--accent-2-blue);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.brix---button-row-left-13 {
  margin-right: 24px;
}

.brix---buttons-row-center-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---btn-primary-white-7 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-7:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-7 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-7:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---inner-container-600px---center-9 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-v2-floating-item-3 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---cta-v2-floating-item-3.icon {
  width: 40%;
}

.brix---cta-v2-floating-item-4 {
  position: absolute;
  inset: auto -1% 15% auto;
}

.brix---cta-v2-floating-item-4.icon {
  width: 40%;
}

.brix---z-index-2 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-28 {
  width: 100%;
}

.image-29 {
  width: auto;
}

.background-video-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  display: block;
}

.div-block-55 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-30 {
  border-radius: var(--border-base);
}

.div-block-56 {
  max-width: none;
}

.play-pause-button {
  display: none;
}

.background-video-5 {
  box-sizing: border-box;
  aspect-ratio: 800 / 620;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
}

.image-31 {
  border-radius: var(--border-mobile);
}

.background-video-6 {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
  display: none;
}

.image-32 {
  max-width: 200px;
}

.image-33 {
  width: 60px;
}

.brix---color-neutral-851 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---container-default-20 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.brix---cta-section-3 {
  background-color: var(--accent-2-blue);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---button-row-left-14 {
  margin-right: 24px;
}

.brix---btn-primary-white-8 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-8:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-8 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-8:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v1-2 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---buttons-row-right---t-left-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---cta-v1-floating-item-3 {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---cta-v1-floating-item-3.icon {
  width: 40%;
}

.brix---cta-v1-floating-item-4 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---z-index-3 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---mg-bottom-40px-12 {
  margin-bottom: 40px;
}

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

.brix---cta-card-3 {
  background-color: var(--accent-2-blue);
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

.brix---section-small-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---buttons-row-center-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-600px---center-10 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-v1-floating-item-5 {
  display: block;
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---cta-v1-floating-item-5.icon {
  width: 40%;
}

.video-2 {
  aspect-ratio: 800 / 620;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .item {
    background-color: var(--transparent);
  }

  .item.page-1 {
    display: block;
  }

  .heading-block-ofs {
    font-size: 64px;
  }

  .section-base.tittle {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }

  .section-base.first-section {
    margin-top: 40px;
  }

  .card-offre {
    width: 100%;
    max-width: 650px;
  }

  .image-entreprise.card-image {
    object-fit: cover;
  }

  .heading-19._3-card {
    color: var(--color);
  }

  .div-block-5._1-card {
    display: block;
  }

  .lynx-nav-button {
    border-color: var(--transparent);
    background-color: var(--accent-2-blue);
    color: var(--white);
  }

  .lynx-nav-button:hover {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--white);
  }

  .lynx-nav-link {
    font-size: 14px;
  }

  .container-30 {
    justify-content: flex-start;
  }

  .image-10 {
    object-fit: contain;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .heading-22, .heading-words-slide-up.black-text {
    color: var(--accent-2-blue);
  }

  .lynx-link-footer-large-white.hide {
    display: none;
  }

  .footer-base {
    margin-top: 60px;
  }

  .heading-26 {
    color: var(--color);
  }

  .section-8 {
    margin-top: 60px;
  }

  .lynx-heading-features-3 {
    color: var(--white);
  }

  .lynx-block-features-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lynx-features-3 {
    border-radius: var(--border-base);
    background-color: var(--accent-2-blue);
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .lynx-grid-features-3.grid-landing.grid-offre {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .lynx-text-check {
    margin-bottom: 20px;
  }

  .lynx-text-check.about-page-text {
    font-size: 24px;
  }

  .lynx-heading-5 {
    margin-bottom: 60px;
  }

  .lynx-image {
    filter: brightness(82%);
    height: 100%;
    display: block;
  }

  .lynx-image.image-about {
    height: 100%;
    max-height: 85vh;
  }

  .lynx-block-image {
    height: 85%;
    position: relative;
  }

  .lynx-grid-image-left {
    width: auto;
    height: auto;
    min-height: 0;
  }

  .lynx-grid-image-left.about-page-change {
    min-height: 85vh;
    max-height: 85vh;
  }

  .lynx-grid-image-left.about-page-change.valeurs-aboutgrid {
    padding-left: 20px;
  }

  .base-image-text-block {
    max-width: 75%;
    max-height: none;
  }

  .text-block-10 {
    font-size: 70px;
  }

  .bold-text-3 {
    font-size: 60px;
  }

  .f-accordian-wrapper-2 {
    margin-top: 140px;
  }

  .grid-offre {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
    display: grid;
  }

  .f-paragraph-large-4 {
    color: var(--black);
  }

  .f-h2-heading-2 {
    color: var(--accent-2-blue);
  }

  .f-cta-text-wrapper-center {
    max-width: none;
  }

  .hero-image.shadow-two {
    overflow: hidden;
  }

  .conttainer-paragraphe {
    height: 0%;
  }

  .para-block-ofs {
    font-size: 30px;
    line-height: 32px;
  }

  .text-block-bis-ofs {
    font-size: 24px;
    line-height: 30px;
  }

  .para-block-ofc {
    font-size: 30px;
    line-height: 32px;
  }

  .heading-block-ofc {
    font-size: 64px;
  }

  .text-block-bis-ofc {
    font-size: 24px;
    line-height: 30px;
  }

  .lynx-hero-oval {
    min-height: 450px;
    margin-top: -150px;
  }

  .lynx-heading-hero {
    color: var(--white);
    padding-top: 40px;
    font-family: Generalsans, sans-serif;
    font-weight: 600;
  }

  .conttainer-paragraphe-copy {
    height: 0%;
  }

  .button-base-footer-large.reverse-button {
    margin-top: 0;
  }

  .brix---dropdown-pd {
    padding-left: 35px;
    padding-right: 35px;
  }

  .brix---dropdown-card-wrapper, .brix---dropdown-card-wrapper.v2 {
    display: none;
  }

  .brix---dropdown-wrapper {
    display: inline-block;
  }

  .text-block-12, .text-block-13 {
    font-size: 14px;
  }

  .horizontal-scroll-wrap {
    padding-bottom: 100vh;
    position: static;
  }

  .sticky {
    margin-bottom: -100vh;
  }

  .full-page.is-horizontal-scroll-section {
    height: 80dvh;
  }

  .heading-38 {
    color: var(--flowui-component-library--success-lighter);
  }

  .sticky-header {
    background-color: var(--accent-2-blue);
    width: 100%;
    height: 50px;
    position: sticky;
    top: 0;
  }

  .c-scrolling-item {
    border-radius: var(--border-base);
    background-color: var(--beige);
    transition: transform .3s;
  }

  .c-scrolling-item:hover {
    transform: scale(1.05);
  }

  .wrapper {
    max-width: 1400px;
  }

  .div-block-25 {
    margin-top: 20px;
  }

  .image-17 {
    border-top-left-radius: var(--border-base);
    border-top-right-radius: var(--border-base);
  }

  .button-base-footer-medium-scroll {
    width: 300px;
    height: 70px;
    font-size: 40px;
  }

  .div-block-33 {
    justify-content: center;
    align-items: center;
    width: 85%;
    display: block;
  }

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

  .brix---heading-h1-size-4 {
    font-family: Generalsans, sans-serif;
  }

  .brix---paragraph-default-6 {
    font-family: Generalsans, sans-serif;
    font-size: 20px;
  }

  .brix---mg-bottom-2 {
    color: var(--color);
    font-family: Generalsans, sans-serif;
  }

  .brix---heading-h2-size-3 {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .brix---heading-h3-size-2 {
    color: var(--black);
    font-family: Generalsans, sans-serif;
  }

  .f-h6-heading {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .uui-text-size-medium {
    color: var(--black);
    font-family: Generalsans, sans-serif;
  }

  .uui-heading-medium, .uui-heading-xsmall {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .uui-blogsection12_component {
    padding-bottom: 4rem;
  }

  .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
    color: var(--black);
    font-family: Generalsans, sans-serif;
  }

  .section-10 {
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .putcodehere {
    padding-bottom: 220px;
  }

  .image-19 {
    width: 300px;
  }

  .container-68 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-20 {
    width: 200px;
  }

  .div-block-42 {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .heading-42 {
    color: var(--accent-2-blue);
    max-width: 500px;
    font-family: Generalsans, sans-serif;
    font-weight: 500;
  }

  .link-block-3 {
    width: auto;
    max-width: 200px;
  }

  .container-69 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .link-block-4 {
    width: auto;
    max-width: 200px;
  }

  .uui-text-size-medium-2 {
    color: var(--color);
    font-family: Generalsans, sans-serif;
  }

  .uui-heading-xsmall-2 {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .uui-layout13_tabs-link.w--current {
    border-left-color: var(--accent-2-blue);
  }

  .uui-text-size-medium-3 {
    color: var(--color);
    font-family: Generalsans, sans-serif;
  }

  .uui-heading-xxsmall {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .uui-button-icon-2 {
    color: var(--accent-2-blue);
  }

  .text-block-26, .text-block-27 {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .text-block-28 {
    font-family: Generalsans, sans-serif;
  }

  .brix---heading-h2-size-4 {
    color: var(--white);
    font-family: Generalsans, sans-serif;
  }

  .brix---heading-h2-size-4.bis {
    color: var(--white);
    font-family: Generalsans, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .brix---heading-h2-size-4.bis.bis2 {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .brix---cta-card {
    background-color: var(--accent-2-blue);
  }

  .bold-text-9 {
    font-family: Generalsans, sans-serif;
  }

  .brix---mg-bottom-3 {
    color: var(--color);
    font-family: Generalsans, sans-serif;
  }

  .brix---accordion-title {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .brix---accordion-item-wrapper-v4 {
    font-family: Generalsans, sans-serif;
  }

  .brix---color-neutral-812 {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .brix---heading-h2-size-5 {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .brix---text-center-5 {
    border: 1px solid var(--accent-2-blue);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: transform .3s;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .brix---text-center-5:hover {
    transform: translate(0, -10px);
  }

  .brix---text-center-5.removeborder {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    transition-property: none;
  }

  .brix---text-center-5.removeborder:hover {
    transform: none;
  }

  .brix---mg-bottom-24px-2 {
    margin-top: 20px;
  }

  .brix---display-2 {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .brix---heading-h2-size-6 {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .brix---heading-h3-size-3 {
    color: var(--black);
    font-family: Generalsans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .f-dropdown-list {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v1, .brix---grid-hero-v1-2 {
    grid-column-gap: 90px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .brix---card-stats-v3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---grid-hero-v1-3 {
    grid-column-gap: 90px;
  }

  .brix---z-index-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-33 {
    width: 60px;
  }

  .brix---z-index-3 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

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

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .track {
    height: auto;
    display: none;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
    height: 50vh;
  }

  .container-9 {
    flex-direction: column;
    height: auto;
    display: block;
  }

  .flex-expand.flex-left {
    margin-top: var(--border-mobile);
    margin-right: var(--border-mobile);
    margin-left: var(--border-mobile);
    justify-content: space-between;
    min-width: 65%;
  }

  .flex-expand.flex_right {
    min-width: auto;
    min-height: 30%;
    margin-top: 0;
    position: relative;
  }

  .flex-spacer {
    height: 0;
  }

  .container-10 {
    margin-top: 40px;
  }

  .heading-block-ofs {
    text-align: center;
    margin-bottom: 0;
    font-size: 36px;
  }

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

  .image-wrapper-1-1 {
    padding-top: 52%;
    padding-right: 44%;
  }

  .descriptif {
    max-width: 728px;
  }

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

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

  .section-base {
    margin-top: 100px;
  }

  .section-base.section-for-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-base.section_base_fullheight {
    height: 100%;
  }

  .section-base.section-about {
    display: block;
  }

  .grid-marketing {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .marketing-container-base {
    width: 100%;
    max-width: 600px;
    min-height: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
  }

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

  .first-column-flex {
    margin-top: 0;
  }

  .card-offre {
    margin-bottom: 60px;
  }

  .lynx-heading-features {
    font-size: 22px;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .lynx-block-faq {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .f-accordian-list {
    width: 100%;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .c-card-btn-text.default, .c-card-btn-text.focus {
    transform: translate(0, -100%);
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 27px;
  }

  .grid-type-entreprise {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .cell-entreprise.card-solutions {
    max-width: none;
  }

  .heading-cell-entreprise {
    color: var(--accent-2-blue);
    margin-top: 40px;
  }

  .image-entreprise {
    z-index: 0;
    border-radius: var(--border-mobile);
    opacity: .45;
    height: 100%;
    margin-bottom: 0;
    display: block;
    position: absolute;
  }

  .image-entreprise.card-image {
    opacity: 1;
    height: 60%;
    margin-top: 7px;
    display: block;
    position: static;
  }

  .f-cta-grid-b {
    grid-template-columns: 1fr;
  }

  .f-section-regular-2 {
    height: 100%;
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .quick-stack-2 {
    height: 100%;
  }

  .cell-2 {
    display: none;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    max-width: none;
    max-height: none;
    display: flex;
  }

  .div-block-5._2-card, .div-block-5._1-card {
    max-width: none;
    max-height: none;
    display: block;
  }

  .div-block-5._3-card {
    max-width: none;
    max-height: none;
  }

  .lynx-menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    display: block;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .descriptif-customers {
    max-width: 728px;
  }

  .container-31 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-10 {
    display: none;
  }

  .heading-22 {
    text-align: center;
    font-size: 50px;
  }

  .intersection.blue-intersection {
    width: 100%;
    height: 10vh;
  }

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

  .lynx-grid-footer-dark {
    grid-template-columns: 2.5fr;
  }

  .heading-13-copy {
    text-align: center;
    margin-bottom: 24px;
    font-size: 36px;
  }

  .div-block-9 {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
  }

  .container-38 {
    width: 40%;
    min-width: 200px;
    margin-bottom: 40px;
  }

  .paragraph-9 {
    color: var(--accent-2-blue);
  }

  .container-flip-card-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .text-block-4 {
    color: var(--black);
    text-align: center;
  }

  .text-block-5 {
    color: var(--black);
    text-align: center;
    font-size: 22px;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-margin {
    font-size: 38px;
  }

  .lynx-newsletter-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .lynx-heading-white-2 {
    font-size: 48px;
  }

  .lynx-block-hero-large-2 {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

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

  .lynx-heading-features-2 {
    font-size: 22px;
  }

  .lynx-grid-features-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-3 {
    font-size: 38px;
  }

  .container-41 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-26 {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
  }

  .div-block-11 {
    grid-template-columns: 1fr;
    padding-left: 14%;
  }

  .container-card-home {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-card-home.text-card-home {
    display: block;
  }

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

  .lynx-heading-features-3 {
    font-size: 22px;
  }

  .lynx-icon-features-3.withoutmarign {
    width: 60px;
    height: 60px;
  }

  .lynx-features-3.card-usecase {
    margin-bottom: 20px;
  }

  .lynx-grid-features-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-4 {
    font-size: 38px;
  }

  .heading-28 {
    font-size: 36px;
    line-height: 46px;
  }

  .cell-3 {
    padding-left: 0;
  }

  .text-block-7 {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
    font-size: 26px;
  }

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

  .lynx-text-check {
    text-align: left;
  }

  .lynx-heading-5 {
    margin-top: 20px;
    font-size: 38px;
  }

  .lynx-block-right {
    margin-right: 0;
    padding-right: 10%;
  }

  .lynx-block-right.about-page-change {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image {
    filter: brightness(82%);
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-block-image {
    border-radius: var(--border-mobile);
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    overflow: visible;
  }

  .lynx-grid-image-left.about-page-change {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lynx-grid-image-left.about-page-change.valeurs-aboutgrid {
    grid-template-columns: 1fr;
  }

  .lynx-grid-image-left.grid-right {
    grid-template-columns: 1.2fr;
  }

  .f-accordian-list-2 {
    width: 100%;
  }

  .grid-offre {
    display: block;
  }

  .bold-text-4, .paragraph-11 {
    font-family: Generalsans, sans-serif;
  }

  .grid-difference, .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }

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

  .clients-title {
    margin-bottom: 32px;
  }

  .brix---pricing-v8-title-table {
    display: block;
  }

  

  .brix---text-400-bold {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---pricing-table-top {
    color: var(--white);
  }

  .brix---pricing-table-top-featured {
    background-color: var(--white);
  }

  .brix---pricing-column-first {
    display: none;
  }

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

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
    display: none;
  }

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

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

  .conttainer-paragraphe {
    min-height: 150px;
  }

  .para-block-ofs {
    margin-top: 0;
  }

  .para-block-ofc {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-block-ofc {
    text-align: center;
    margin-bottom: 0;
    font-size: 36px;
    overflow: hidden;
  }

  .last-column-flex {
    margin-top: 40px;
  }

  .lynx-hero-oval {
    min-height: 500px;
  }

  .lynx-heading-hero {
    font-size: 48px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

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

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .conttainer-paragraphe-copy {
    min-height: 150px;
  }

  .lynx-heading-lightbox {
    font-size: 25px;
  }

  .lynx-hero-oval-2 {
    min-height: 500px;
  }

  .lynx-heading-hero-2, .lynx-heading-hero-2-copy {
    font-size: 48px;
  }

  .lynx-menu-button-2 {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button-2.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu-2 {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-card-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .brix---dropdown-card-wrapper.w--open {
    position: static;
    transform: none;
  }

  .brix---dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .brix---dropdown-wrapper {
    font-size: 14px;
    font-weight: 500;
  }

  .c-scrolling-item.mobile-version {
    width: 85%;
    margin-bottom: 40px;
    margin-left: 40px;
  }

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

  .container-58.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-9.expand {
    height: auto;
    overflow: hidden;
  }

  .cloneable-area-3 {
    display: none;
  }

  .image-17 {
    max-height: 500px;
  }

  .text-block-card-horizontal-scroll {
    margin-top: 20px;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
  }

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

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

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

  .div-block-30-copy {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-38 {
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

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

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .uui-blogsection10_button-row {
    flex: none;
  }

  .uui-blogsection10_mask {
    width: 50%;
  }

  .uui-blogsection10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection10_heading {
    margin-right: 3rem;
  }

  .uui-blogsection10_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection12_mask {
    width: 50%;
  }

  .uui-blogsection12_button-row {
    flex: none;
  }

  .uui-blogsection12_heading {
    margin-right: 3rem;
  }

  .uui-blogsection12_heading-wrapper, .uui-layout13_component {
    grid-column-gap: 3rem;
  }

  .uui-layout13_image-02 {
    display: none;
  }

  .uui-layout13_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-layout13_lightbox {
    padding: 2rem;
  }

  .uui-layout13_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-primary-white-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: none;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---grid-2-columns-stats-v4-2 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .brix---mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-wrapper-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .brix---dropdown-card-wrapper-2.w--open {
    position: static;
    transform: none;
  }

  .brix---dropdown-card-wrapper-836px {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-wrapper-836px.w--open {
    position: static;
    transform: none;
  }

  .brix---dropdown-pd-48px {
    padding: 24px 0 32px;
  }

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

  .brix---dropdown-card-3 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-3.w--open {
    position: static;
  }

  .brix---dropdown-card-wrapper-836px-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-wrapper-836px-2.w--open {
    position: static;
    transform: none;
  }

  .brix---dropdown-pd-48px-2 {
    padding: 24px 0 32px;
  }

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

  .brix---dropdown-card-4 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-4.w--open {
    position: static;
  }

  .brix---dropdown-card-wrapper-836px-3 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-wrapper-836px-3.w--open {
    position: static;
    transform: none;
  }

  .brix---dropdown-pd-48px-3 {
    padding: 24px 0 32px;
  }

  .brix---grid-2-columns-dropdown-3 {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader14_card-image-03, .uui-heroheader14_card-image-01, .uui-heroheader14_card-image-05, .uui-heroheader14_card-image-02, .uui-heroheader14_card-image-04 {
    width: 32rem;
  }

  .uui-heroheader14_image-background {
    width: 100vw;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 48px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-5 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---btn-primary-white-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-hero-play-button {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---mg-bottom-56px-4 {
    margin-bottom: 48px;
  }

  .brix---display-1 {
    font-size: 64px;
    line-height: 76px;
  }

  .brix---display-4 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---section-8 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---card-stat-purple {
    padding: 139px 38px 36px;
  }

  .uui-layout86_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size-6, .brix---heading-h1-size-7 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-primary-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---3 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---4 {
    top: 24%;
    right: -30%;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px-5 {
    margin-bottom: 48px;
  }

  .brix---section-10 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix--grid-2-columns-text-right-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-8 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-white-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image-2 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---cta-v2-floating-item-01 {
    width: 40%;
    top: 0%;
    left: -7%;
  }

  .brix---cta-v2-floating-item-02 {
    width: 32%;
    bottom: -9%;
    right: -8%;
  }

  .brix---cta-card-2 {
    padding: 72px 54px;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---heading-h1-size-9 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-bg-image-dark-3 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---btn-primary-white-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-hero-play-button-2 {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .brix---play-button-large-wrapper-2 {
    width: 110px;
  }

  .uui-layout95_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blog04_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blog04_image-wrapper.is-featured {
    padding-top: 75%;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---btn-primary-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-10 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---heading-h2-size-11 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---btn-primary-small-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---grid-cta-v20 {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-56px-6 {
    margin-bottom: 48px;
  }

  .brix---btn-primary-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-11 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-12 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix--grid-2-columns-text-right-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-13 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper-2 {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right-2 {
    flex-direction: column;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .brix---section-12 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-14 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout20_component-copy {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px-7 {
    margin-bottom: 48px;
  }

  .brix---display-6 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---section-13 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-15 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-stats-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---btn-primary-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-11 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-primary-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---5 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---6 {
    top: 24%;
    right: -30%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 40px;
  }

  .brix---display-7 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---section-14 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-16 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left-2, .brix--grid-2-columns-text-right-4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 40px;
  }

  .brix---btn-primary-8 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-15 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-17 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-18 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-section-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---btn-primary-white-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-v2-floating-item-3 {
    width: 40%;
    top: 0%;
    left: -7%;
  }

  .brix---cta-v2-floating-item-4 {
    width: 32%;
    bottom: -9%;
    right: -8%;
  }

  .brix---heading-h2-size-19 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-section-3 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---btn-primary-white-8 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v1-2 {
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left-3 {
    justify-content: flex-start;
  }

  .brix---cta-v1-floating-item-3 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---cta-v1-floating-item-4 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-card-3 {
    padding: 72px 54px;
  }

  .brix---section-small-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---cta-v1-floating-item-5 {
    width: 38%;
    bottom: -3%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .flex-expand.flex_right {
    margin-top: 0;
  }

  .flex-spacer {
    height: 0;
  }

  .text-toogle.right-toogle {
    white-space: normal;
    word-break: normal;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .section-base.section_base_fullheight {
    height: 100%;
    min-height: 85vh;
  }

  .lynx-heading-features {
    font-size: 20px;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-heading, .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .heading-22 {
    font-size: 40px;
  }

  .heading-words-slide-up.black-text {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lynx-heading-white-margin {
    font-size: 34px;
  }

  .lynx-block-newsletter-text {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .lynx-newsletter-horizontal {
    flex-direction: column;
    padding: 45px 25px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .lynx-heading-white-2 {
    font-size: 40px;
  }

  .lynx-block-hero-large-2 {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-hero-large-2 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-pricing-button-toggle {
    width: 100%;
  }

  .f-pricing-toggle-menu {
    flex-wrap: wrap;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .lynx-heading-features-2 {
    font-size: 20px;
  }

  .lynx-grid-features-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .lynx-heading-features-3 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .lynx-features-3 {
    min-width: 250px;
  }

  .lynx-grid-features-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-grid-features-3.grid-landing {
    grid-template-columns: 1fr;
  }

  .lynx-heading-4 {
    max-width: 540px;
    font-size: 34px;
  }

  .video {
    display: none;
  }

  .lynx-heading-5 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .f-testimonial-r-arrow, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-h3-heading-5 {
    font-size: 40px;
  }

  .f-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  
  .brix---btn-primary-small-full-width {
    padding: 16px 32px;
  }

  .brix---text-400-bold {
    font-size: 20px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---pricing-table-top, .brix---pricing-table-top-featured {
    min-height: auto;
    padding: 40px 18px;
    position: static;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---pricing-table-top-first {
    min-height: auto;
    padding: 40px 18px;
    position: static;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-h2-heading-2 {
    font-size: 44px;
  }

  .f-section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .para-block-ofs, .text-block-bis-ofs, .para-block-ofc, .text-block-bis-ofc {
    font-size: 16px;
  }

  .lynx-hero-oval {
    min-height: 320px;
  }

  .lynx-heading-hero {
    font-size: 40px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lynx-heading-lightbox {
    font-size: 22px;
  }

  .lynx-image-lightbox {
    height: 360px;
  }

  .lynx-hero-oval-2 {
    min-height: 320px;
  }

  .lynx-heading-hero-2, .lynx-heading-hero-2-copy {
    font-size: 40px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-card-bg-image {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-blogsection10_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-blogsection10_arrow.left {
    right: 3.5rem;
  }

  .uui-blogsection10_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection10_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .uui-blogsection10_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection10_mask {
    width: 80%;
  }

  .uui-blogsection10_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-blogsection10_heading {
    margin-right: 0;
  }

  .uui-blogsection10_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-blogsection10_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection10_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection10_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection10_meta-wrapper {
    font-size: .75rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogsection12_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection12_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-blogsection12_arrow.left {
    right: 3.5rem;
  }

  .uui-blogsection12_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection12_mask {
    width: 80%;
  }

  .uui-blogsection12_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection12_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection12_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection12_heading {
    margin-right: 0;
  }

  .uui-blogsection12_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout13_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout13_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout13_image-02 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout13_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout13_image-wrapper {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout13_lightbox {
    height: 24rem;
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout13_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-layout70_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout70_image-wrapper {
    margin-bottom: 1.5rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---button-row-left-5 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-3 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4 {
    padding: 40px 24px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-2-columns-stats-v4-2 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4-2 {
    padding: 40px 24px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-201, .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---dropdown-pd-48px {
    padding-bottom: 24px;
  }

  .brix---square-dropdown-icon {
    border-radius: 12px;
    max-width: 52px;
  }

  .brix---grid-2-columns-dropdown {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .brix---text-202, .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---dropdown-pd-48px-2 {
    padding-bottom: 24px;
  }

  .brix---square-dropdown-icon-2 {
    background: none;
    box-shadow: none;
    border-radius: 12px;
    max-width: 52px;
  }

  .brix---grid-2-columns-dropdown-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .brix---text-203, .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---dropdown-pd-48px-3 {
    padding-bottom: 24px;
  }

  .brix---square-dropdown-icon-3 {
    border-radius: 12px;
    max-width: 52px;
  }

  .brix---grid-2-columns-dropdown-3 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .f-h3-heading-6 {
    font-size: 40px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

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

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-button-icon-3.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-heroheader14_image-wrapper {
    width: 100vw;
    height: 22rem;
  }

  .uui-heroheader14_card-image-03, .uui-heroheader14_card-image-01, .uui-heroheader14_card-image-05, .uui-heroheader14_card-image-02, .uui-heroheader14_card-image-04 {
    border-radius: .75rem;
    width: 24rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 40px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left-6 {
    margin-right: 16px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-white-4 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-hero-play-button {
    grid-template-columns: 1fr;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-5 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-56px-4 {
    margin-bottom: 40px;
  }

  .brix---display-1 {
    font-size: 40px;
    line-height: 54px;
  }

  .brix---display-4 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---section-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-stat-purple {
    padding-top: 80px;
  }

  .brix---icon-big-stats-v7 {
    border-radius: 17px;
    width: 80px;
  }

  .brix---card-content-v7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-layout86_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---mg-bottom-40px-6 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-7 {
    margin-right: 16px;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-primary-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1-2 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---3 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---4 {
    max-width: 480px;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px-5 {
    margin-bottom: 40px;
  }

  .brix---section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-10 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

  .brix--grid-2-columns-text-right-2 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-7 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---btn-primary-white-5 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-card-bg-image-2 {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---cta-card-2 {
    padding: 56px 40px;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---mg-bottom-40px-8 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-9 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-8 {
    margin-right: 16px;
  }

  .brix---hero-bg-image-dark-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-white-6 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-hero-play-button-2 {
    grid-template-columns: 1fr;
  }

  .brix---play-button-large-wrapper-2 {
    width: 110px;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

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

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape-3 {
    width: 100%;
  }

  .uui-layout95_component {
    align-items: stretch;
  }

  .uui-layout95_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-blog04_featured-item-content {
    padding: 0;
  }

  .uui-blog04_title-link.featured-article {
    margin-bottom: .5rem;
  }

  .uui-blog04_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog04_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog04_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .uui-blog04_component {
    margin-top: 4rem;
  }

  .uui-blog04_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .uui-button-link-4 {
    font-size: 1rem;
  }

  .uui-button-link-4:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-blog04_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blog04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blog04_menu-link:hover {
    color: var(--untitled-ui--gray500);
    border-bottom-style: none;
  }

  .uui-blog04_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog04_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog04_image-link:hover {
    box-shadow: none;
  }

  .uui-space-small-5 {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .brix---mg-bottom-40px-9 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-5 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-10 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---button-row-left-9 {
    margin-right: 16px;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---heading-h2-size-11 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---input-large-button-inside {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---grid-cta-v20 {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-7 {
    font-size: 40px;
  }

  .f-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px-6 {
    margin-bottom: 40px;
  }

  .brix---btn-primary-6 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-12 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left-10 {
    margin-right: 16px;
  }

  .brix---text-200-list-bold-3 {
    font-size: 16px;
  }

  .brix--grid-2-columns-text-right-3 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---square-icon-3 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---heading-h2-size-13 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---mg-top-32px {
    margin-top: 24px;
  }

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

  .brix---section-12 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-14 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---card-top-bg {
    min-height: 110px;
  }

  .brix---content-inside-card-bg-top {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    width: 84px;
    max-width: 100%;
  }

  .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-4 {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape-4 {
    width: 100%;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-layout20_component-copy {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-layout21_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .brix---mg-bottom-56px-7 {
    margin-bottom: 40px;
  }

  .brix---display-6 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---section-13 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-15 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }

  .uui-page-padding-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---mg-bottom-40px-10 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-7 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-11 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-primary-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1-3 {
    grid-template-columns: 1fr;
  }

  .brix---button-row-left-11 {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v1---5 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---6 {
    max-width: 480px;
  }

  .brix---mg-bottom-16px-10 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---display-7 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---section-14 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-16 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns-text-left-2, .brix--grid-2-columns-text-right-4 {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

  .f-tab-button-line {
    width: 100%;
  }

  .f-tab-toggle-menu {
    flex-wrap: wrap;
  }

  .f-tab-button-toggle {
    width: 100%;
  }

  .brix---mg-bottom-16px-11 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---btn-primary-8 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-15 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-17 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left-12 {
    margin-right: 16px;
  }

  .brix---grid-2-columns-text-left-3 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-11 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-18 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---button-row-left-13 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-7 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h2-size-19 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---button-row-left-14 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-8 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-cta-v1-2 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v1-floating-item-3 {
    width: 34%;
  }

  .brix---cta-v1-floating-item-4 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---mg-bottom-40px-12 {
    margin-bottom: 24px;
  }

  .brix---cta-card-3 {
    padding: 56px 40px;
  }

  .brix---section-small-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-v1-floating-item-5 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }
}

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

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .track-card {
    margin-top: 140px;
  }

  .right {
    width: 100%;
  }

  .left {
    width: 80%;
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .heading-2 {
    font-size: 36px;
  }

  .container-9 {
    height: auto;
    display: block;
  }

  .flex-expand.flex-left {
    min-width: auto;
    margin: 6px 15px 10px;
  }

  .flex-expand.flex_right {
    min-height: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    overflow: visible;
  }

  .toogle-switch {
    aspect-ratio: auto;
    object-fit: fill;
    overflow: visible;
  }

  .text-toogle.left-toogle {
    word-break: break-all;
    font-size: 16px;
    line-height: 18px;
  }

  .text-toogle.right-toogle {
    direction: ltr;
    word-break: break-all;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-block-ofs {
    margin-bottom: 0;
    font-size: 24px;
  }

  .descriptif {
    max-width: none;
  }

  .container-header-seller {
    width: 90%;
  }

  .section-base {
    display: block;
  }

  .section-base.tittle {
    margin-top: 0;
    display: block;
    overflow: hidden;
  }

  .section-base.section-for-mobile {
    display: block;
  }

  .section-base.section-about.hide {
    display: none;
  }

  .marketing-container-base {
    min-height: 0;
    padding: 10px;
  }

  .heading-6 {
    text-align: center;
    word-break: normal;
  }

  .heading-6.variant-blue-text {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: normal;
  }

  .heading-detail-offre.first-text-offre {
    font-size: 26px;
  }

  .text-offre.text-detail {
    font-size: 13px;
  }

  .text-offre.header-offre {
    font-size: 16px;
  }

  .discover-offre {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .lynx-heading-features {
    font-size: 19px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .heading-14 {
    font-size: 45px;
    line-height: 45px;
  }

  .f-paragraph-small-2 {
    margin-top: 2vw;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: center;
  }

  .f-testimonial-card.line-blue {
    align-items: center;
  }

  .f-testimonial-card.line-blue.blue {
    width: 85%;
    height: 1px;
  }

  .f-grid-three-column {
    grid-auto-flow: row;
  }

  .c-card-front, .c-card-back {
    width: 100%;
    max-width: 250px;
  }

  .image-entreprise.card-image {
    width: 95%;
    height: 30%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-23 {
    justify-content: flex-end;
  }

  .text-exemple-product, .separator-text {
    font-size: 26px;
    line-height: 26px;
  }

  .f-form-button {
    width: 100%;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-cta-form-block {
    width: 100%;
  }

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

  .f-h3-heading-2 {
    text-align: center;
    margin-top: 30px;
  }

  .f-cta-grid-b {
    margin-left: 2%;
  }

  .f-section-regular-2 {
    position: static;
  }

  .lynx-heading-white {
    font-size: 34px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-hero-large {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-nav {
    display: flex;
  }

  .lynx-nav-menu {
    display: block;
  }

  .f-navigation-button {
    display: none;
  }

  .descriptif-customers {
    max-width: none;
  }

  .container-31 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .image-10 {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    display: none;
    top: -5%;
    left: 35%;
    right: 0;
    overflow: hidden;
  }

  .heading-22 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading-words-slide-up {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-words-slide-up.black-text {
    width: 100%;
    margin-bottom: 2vh;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-words-slide-up.black-text.text-header-alone {
    margin-left: 0;
    margin-right: 0;
  }

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

  .lynx-block-footer {
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .lynx-grid-footer-dark {
    grid-column-gap: 10px;
    grid-template-rows: auto auto auto;
    place-items: stretch start;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-base {
    height: auto;
  }

  .container-33 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .link-block {
    display: flex;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
  }

  .heading-13-copy {
    margin-bottom: 0;
    font-size: 36px;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .container-flip-card-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 30px;
    display: flex;
  }

  .text-block-4 {
    color: var(--black);
    text-align: center;
    font-family: Generalsans, sans-serif;
    line-height: 26px;
  }

  .image-12 {
    width: 54px;
    padding-bottom: 10px;
  }

  .text-block-5 {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-margin {
    font-size: 29px;
  }

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-newsletter-image {
    padding: 190px 8px 8px;
  }

  .container-40 {
    max-width: none;
  }

  .lynx-heading-white-2 {
    font-size: 34px;
  }

  .lynx-block-hero-large-2 {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-hero-large-2 {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .f-header-button-middle {
    justify-content: center;
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

  .lynx-heading-features-2 {
    font-size: 19px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .container-41 {
    padding-left: 0;
  }

  .heading-26 {
    font-size: 18px;
  }

  .section-8 {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .background-video-2 {
    aspect-ratio: 2560 / 1600;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .background-video-2.bis {
    border-radius: 0;
  }

  .div-block-11 {
    padding-left: 8%;
  }

  .base_text_features_tab {
    font-size: 24px;
  }

  .base_container_features_tab {
    margin-top: 1vh;
  }

  .image_base_features_tab {
    margin-right: 10px;
  }

  .container-44 {
    max-width: none;
  }

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

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .lynx-heading-features-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 19px;
  }

  .lynx-grid-features-3.grid-landing {
    grid-template-columns: 1fr;
  }

  .lynx-heading-4 {
    font-size: 29px;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .video {
    display: none;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-9 {
    text-align: center;
    padding-right: 10px;
  }

  .c-card-front-2, .c-card-back-2 {
    width: 100%;
    max-width: 250px;
  }

  .c-card-front-3 {
    width: auto;
    max-width: none;
    min-height: 60dvh;
    margin-left: 20px;
    margin-right: 20px;
  }

  ._w-card-front-3 {
    border-radius: 50px;
  }

  .lynx-text-check {
    text-align: center;
    font-size: 18px;
  }

  .lynx-heading-5 {
    margin-top: 10px;
    font-size: 29px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .text-block-10 {
    font-size: 32px;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .grid-offre {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-52 {
    overflow: hidden;
  }

  .heading-31 {
    font-size: 36px;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .container-53 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brix---btn-primary-small-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-form-button-2 {
    width: 100%;
  }

  .f-cta-form-wrapper-2 {
    flex-direction: column;
  }

  .f-cta-form-block-2 {
    width: 100%;
  }

  .heading-34 {
    font-size: 22px;
    line-height: 22px;
  }

  .container-55 {
    max-width: none;
  }

  .conttainer-paragraphe {
    min-height: 250px;
  }

  .div-block-19 {
    min-width: 50%;
  }

  .div-block-20 {
    align-items: center;
    min-height: 200px;
  }

  .heading-block-ofc {
    margin-bottom: 0;
    font-size: 24px;
  }

  .lynx-hero-oval {
    min-height: 200px;
  }

  .lynx-heading-hero {
    font-size: 34px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-21 {
    border-radius: var(--border-base);
    background-color: var(--beige);
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .conttainer-paragraphe-copy {
    min-height: 150px;
  }

  .button-base-footer-large {
    width: 200px;
    max-width: 300px;
    height: 50px;
    font-size: 16px;
  }

  .lynx-heading-lightbox {
    font-size: 21px;
  }

  .lynx-hero-oval-2 {
    min-height: 200px;
  }

  .lynx-heading-hero-2, .lynx-heading-hero-2-copy {
    font-size: 34px;
  }

  .lynx-nav-buttons-2 {
    display: none;
  }

  .brix---dropdown-toggle {
    background-color: var(--transparent);
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .brix---dropdown-wrapper {
    background-color: var(--transparent);
    display: block;
  }

  .c-scrolling-item.mobile-version {
    border-radius: var(--border-mobile);
  }

  .timeline-header {
    font-size: 2em;
  }

  .container-59 {
    padding-right: 0;
  }

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

  .div-block-38 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

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

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---btn-primary-2, .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---content-inside-card-v14 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---btn-primary-white-2, .brix---btn-secondary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-2 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .uui-text-size-medium, .uui-heading-xsmall {
    color: var(--black);
    font-family: Generalsans, sans-serif;
  }

  .uui-blogsection10_mask {
    width: 95%;
  }

  .uui-blogsection12_arrow.left {
    width: 3rem;
  }

  .uui-blogsection12_mask {
    width: 95%;
  }

  .text-block-21 {
    color: var(--accent-2-blue);
    font-family: Generalsans, sans-serif;
  }

  .heading-42 {
    color: var(--accent-2-blue);
    text-align: center;
    font-family: Generalsans, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }

  .uui-layout13_image-02 {
    top: 20%;
  }

  .uui-layout13_image-01 {
    width: 80%;
    right: -7%;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---button-row-left-5 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white-3, .brix---btn-secondary-white-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---text-201, .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---dropdown-pd-48px {
    padding-top: 32px;
  }

  .brix---square-dropdown-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---text-202, .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---dropdown-pd-48px-2 {
    padding-top: 32px;
  }

  .brix---square-dropdown-icon-2 {
    border-radius: 14px;
    max-width: 56px;
    background: none;
    box-shadow: none;
  }

  .brix---mg-bottom-8px-5 {
    margin-bottom: 6px;
  }

  .brix---text-203, .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---dropdown-pd-48px-3 {
    padding-top: 32px;
  }

  .brix---square-dropdown-icon-3 {
    border-radius: 14px;
    max-width: 56px;
  }

  .uui-heroheader14_image-wrapper {
    height: 12.75rem;
  }

  .uui-heroheader14_card-image-03, .uui-heroheader14_card-image-01, .uui-heroheader14_card-image-05, .uui-heroheader14_card-image-02, .uui-heroheader14_card-image-04 {
    border-radius: .5rem;
    width: 14rem;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 32px;
  }

  .brix---btn-primary-3, .brix---btn-secondary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-6 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white-4, .brix---btn-secondary-white-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---play-button-large-wrapper {
    width: 80px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px-4 {
    margin-bottom: 32px;
  }

  .brix---display-1 {
    font-size: 34px;
    line-height: 46px;
  }

  .brix---display-4 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr;
  }

  .brix---card-stat-purple {
    padding: 85px 26px 32px;
  }

  .brix---icon-big-stats-v7 {
    border-radius: 18px;
    width: 72px;
  }

  .label-3 {
    font-size: 22px;
  }

  .brix---btn-primary-4, .brix---btn-secondary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-11 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-7 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---buttons-row-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-primary-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---paragraph-default-12 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---floating-image-hero-v1---3 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---4 {
    display: none;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-13 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-5 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px-5 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---paragraph-default-14 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-15 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-primary-white-5, .brix---btn-secondary-white-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image-2 {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

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

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-v2-floating-item-01 {
    width: 50%;
  }

  .brix---cta-v2-floating-item-02 {
    width: 40%;
  }

  .brix---cta-card-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---buttons-row-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-9 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-16 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-8 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---hero-bg-image-dark-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white-6, .brix---btn-secondary-white-6 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---play-button-large-wrapper-2 {
    width: 80px;
  }

  .container-71 {
    max-width: none;
  }

  .brix---btn-primary-5, .brix---btn-secondary-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-6 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-10 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-17 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-9 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---section-hero-v4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---container-default-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-11 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---btn-primary-small-input {
    border: 1px solid var(--elements-webflow-library--accent--primary-1);
    background-color: var(--elements-webflow-library--neutral--100);
    color: var(--elements-webflow-library--accent--primary-1);
    width: 100%;
    margin-top: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---input-large-button-inside {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---cta-v20-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px-6 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px-6 {
    margin-bottom: 32px;
  }

  .brix---btn-primary-6, .brix---btn-secondary-6 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-7 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-12 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---icon-list-3 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---paragraph-default-18 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-10 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---mg-bottom-8px-6 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---square-icon-3 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---heading-h2-size-13 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-19 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---heading-h2-size-14 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-top-bg {
    min-height: 140px;
  }

  .brix---paragraph-default-20 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---content-inside-card-bg-top {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    width: 60px;
    max-width: 80px;
  }

  .brix---mg-bottom-24px-7 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px-7 {
    margin-bottom: 32px;
  }

  .brix---display-6 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---container-default-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-15 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-6 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-21 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-3-columns---1-col-mb, .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-7, .brix---btn-secondary-7 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-8 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-11 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-primary-3 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---paragraph-default-22 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-11 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v1---5 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---6 {
    display: none;
  }

  .brix---mg-bottom-16px-10 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---container-default-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-16 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default-23 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold-4 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .f-tab-menu {
    width: 100%;
  }

  .brix---mg-bottom-16px-11 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---btn-primary-8, .brix---btn-secondary-8 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-9 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-17 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-24 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-12 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---container-default-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-18 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---button-row-left-13 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-3 {
    flex-direction: column;
  }

  .brix---btn-primary-white-7, .brix---btn-secondary-white-7 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-v2-floating-item-3 {
    width: 50%;
  }

  .brix---cta-v2-floating-item-4 {
    width: 40%;
  }

  .background-video-5 {
    aspect-ratio: 800 / 620;
    object-fit: contain;
    width: auto;
    display: block;
  }

  .brix---container-default-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-19 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-section-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---button-row-left-14 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white-8, .brix---btn-secondary-white-8 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-cta-v1-2 {
    grid-template-columns: 1fr;
  }

  .brix---buttons-row-right---t-left-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-v1-floating-item-3 {
    width: 39%;
  }

  .brix---cta-v1-floating-item-4 {
    width: 44%;
  }

  .brix---cta-card-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-small-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---buttons-row-center-4 {
    flex-direction: column;
  }

  .brix---cta-v1-floating-item-5 {
    width: 44%;
  }
}

#w-node-b573df2b-d344-8365-2c7c-aeefce464271-ce46426f, #w-node-b573df2b-d344-8365-2c7c-aeefce464277-ce46426f, #w-node-b573df2b-d344-8365-2c7c-aeefce464286-ce46426f, #w-node-_1a3ec92a-edc5-f588-7221-b2dcd5a1a47d-955334aa, #w-node-_1a3ec92a-edc5-f588-7221-b2dcd5a1a481-955334aa, #w-node-_9bba0429-f54f-e0c8-ea7a-3c4b6f1eed0d-955334aa, #w-node-_9bba0429-f54f-e0c8-ea7a-3c4b6f1eed11-955334aa, #w-node-_9bba0429-f54f-e0c8-ea7a-3c4b6f1eed15-955334aa, #w-node-_62b15cc5-f746-8bbc-7637-a734854e97d8-9f57ceb1, #w-node-_62b15cc5-f746-8bbc-7637-a734854e97db-9f57ceb1, #w-node-ecc6714c-7d02-1579-6add-ed318e4aa444-9f57ceb1, #w-node-ecc6714c-7d02-1579-6add-ed318e4aa447-9f57ceb1, #w-node-_77c3dc61-4701-4789-c79d-4bfd6a2a0f2d-9f57ceb1, #w-node-_77c3dc61-4701-4789-c79d-4bfd6a2a0f24-9f57ceb1, #w-node-fc5febad-a337-6680-43fd-2170774f1496-9f57ceb1, #w-node-fc5febad-a337-6680-43fd-2170774f149f-9f57ceb1, #w-node-_4141b1e5-a862-95a0-c056-c539bc29d1c5-9f57ceb1, #w-node-_4141b1e5-a862-95a0-c056-c539bc29d1c0-9f57ceb1, #w-node-_9ecd29c0-1cd0-3ade-e6e8-f3fda5393ee9-9f57ceb1, #w-node-_9ecd29c0-1cd0-3ade-e6e8-f3fda5393ef2-9f57ceb1, #w-node-_9c2629ac-a783-0e72-3ca0-771da6e56c8c-9f57ceb1, #w-node-_9c2629ac-a783-0e72-3ca0-771da6e56c96-9f57ceb1, #w-node-d3869046-904a-f01c-aaf6-bad1be3694d1-9f57ceb1, #w-node-aa7882d8-1bb3-c7e1-e85c-890d9ae50728-9f57ceb1, #w-node-_5079aec1-1322-2066-7163-7832db077a31-9f57ceb1, #w-node-eb1fb42a-d08f-d58e-91ab-87b696081fde-9f57ceb2, #w-node-_450ae772-dd6b-6af4-a3d8-71752086689c-9f57ceb2, #w-node-_450ae772-dd6b-6af4-a3d8-7175208668c0-9f57ceb2, #w-node-f7cb3130-3c1d-e696-fd8e-0d8828be0e92-9f57ceb2, #w-node-_9bfeb7f0-6810-2b1d-012f-e4c730a32e23-9f57ceb3, #w-node-f424e11e-eb10-1fd2-3465-b4c5bed1ad75-9f57ceb3, #w-node-_894571b0-310b-023a-17a2-66ba8b8493de-9f57ceb3, #w-node-_8b58bb7f-0ec4-d9e7-c8e9-a10bb40a49b6-9f57ceb3, #Type-entreprise.w-node-_244c8243-f0d1-8ed4-e295-11e888981d3d-9f57ceb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74514037-733f-a961-aa22-8b969664e80d-9f57ceb8 {
  justify-self: end;
}

#w-node-_0368b563-1d7a-ef87-4d10-90784b6c7cb8-9f57ceb8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eee8c9c6-1e6f-fdf0-554d-1ad8d0f6a8bb-9f57ceb8, #w-node-_8e9bcb1a-e831-0b06-ced5-5f9a7df7bdef-9f57ceb9, #w-node-_8e9bcb1a-e831-0b06-ced5-5f9a7df7bdf4-9f57ceb9, #w-node-_8e9bcb1a-e831-0b06-ced5-5f9a7df7bdf9-9f57ceb9, #w-node-d1e552b8-04f9-4a8c-a691-18eaad3e31e0-9f57ceb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de21ff8-a8d3-4453-08bf-242585e2c2a4-b4a8116b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_33f98199-ffa3-0978-a38a-3f45c97eda78-b4a8116b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_33f98199-ffa3-0978-a38a-3f45c97eda82-b4a8116b, #w-node-_33f98199-ffa3-0978-a38a-3f45c97eda8e-b4a8116b, #w-node-_33f98199-ffa3-0978-a38a-3f45c97eda9a-b4a8116b, #w-node-_33f98199-ffa3-0978-a38a-3f45c97edaa6-b4a8116b, #w-node-_8b146de6-cb1a-81a3-0717-4c3fe4a65837-b4a8116b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-1b3b9931 {
  justify-self: end;
}

#w-node-dcc021f7-0d1a-6d27-099b-6ee3dc5371d8-d33d0895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-8c8958da, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-ed5dc777, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-9a5ae44d, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-d90ff9da, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-25d79910, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-9ea93bb7, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-5e3c4c65 {
  justify-self: end;
}

#w-node-_5d41590e-f335-4a8f-0095-a96931b63d51-7d591348, #w-node-_8558f034-bfed-c8c7-e22c-c097ab0f1f93-7d591348, #w-node-dcadeb54-d3aa-e5b4-de18-a2686dcd2cd4-7d591348, #w-node-f7cb3130-3c1d-e696-fd8e-0d8828be0e92-7d591348, #w-node-_3de994ad-6a08-9fe4-2bbb-9a87fbbabc4f-32110cdc, #w-node-_3de994ad-6a08-9fe4-2bbb-9a87fbbabc51-32110cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33f98199-ffa3-0978-a38a-3f45c97eda78-32110cdc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_33f98199-ffa3-0978-a38a-3f45c97eda82-32110cdc, #w-node-_33f98199-ffa3-0978-a38a-3f45c97eda8e-32110cdc, #w-node-_33f98199-ffa3-0978-a38a-3f45c97eda9a-32110cdc, #w-node-_33f98199-ffa3-0978-a38a-3f45c97edaa6-32110cdc, #w-node-_8b146de6-cb1a-81a3-0717-4c3fe4a65837-32110cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ea75242-b986-711a-1168-e79a3cf88f53-87516b2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6230456c-fba6-3340-175c-e2917941eb41-87516b2d, #w-node-_6230456c-fba6-3340-175c-e2917941eb48-87516b2d, #w-node-_6230456c-fba6-3340-175c-e2917941eb51-87516b2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9e969f0c-dc9f-bf24-9654-c952b94ed323-9f57ceae, #w-node-_4548d04a-69e8-a236-3d15-9e1658a6d4c1-9f57ceae {
    order: 9999;
  }

  #w-node-_74514037-733f-a961-aa22-8b969664e80d-9f57ceb8 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_33f98199-ffa3-0978-a38a-3f45c97eda78-b4a8116b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-1b3b9931, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-8c8958da, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-ed5dc777, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-9a5ae44d, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-d90ff9da, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-25d79910, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-9ea93bb7, #w-node-_41f82852-bf2d-7ba7-c79f-6022d4d481fe-5e3c4c65 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_33f98199-ffa3-0978-a38a-3f45c97eda78-32110cdc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ea75242-b986-711a-1168-e79a3cf88f53-87516b2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b3dc107-6c55-1549-bd6c-a18327353e81-9f57ceae, #w-node-b573df2b-d344-8365-2c7c-aeefce464286-ce46426f, #w-node-eb1fb42a-d08f-d58e-91ab-87b696081fc0-9f57ceb2, #w-node-eb1fb42a-d08f-d58e-91ab-87b696081fca-9f57ceb2, #w-node-eb1fb42a-d08f-d58e-91ab-87b696081fd4-9f57ceb2, #w-node-eb1fb42a-d08f-d58e-91ab-87b696081fde-9f57ceb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33f98199-ffa3-0978-a38a-3f45c97eda78-b4a8116b, #w-node-_33f98199-ffa3-0978-a38a-3f45c97eda78-32110cdc {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
